@charset "UTF-8";
@keyframes arrow_draw {
  0% {
    stroke-dashoffset: 150;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ======================================================================
 * 開発事業
====================================================================== */
.c-lead {
  padding-bottom: 10rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-lead {
    padding-bottom: 5rem;
  }
}

.c-title-block {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .c-title-block {
    margin-bottom: 4rem;
  }
}
.c-title-block h2:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .c-title-block h2:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.c-title-block p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-title-block p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .aria-block.-col2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .aria-block.-col2 .images {
    width: 44.2%;
    max-width: 486px;
  }
  .aria-block.-col2 .contents {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  .aria-block.-col2 .contents .text {
    font-size: 1.6rem;
  }
  .aria-block.-col2 .contents h3 {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #a6a6a6;
  }
  .aria-block.-col2 .contents .c-button-container {
    padding-right: 5rem;
    margin-top: auto;
  }
}
.aria-block h3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 5rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .aria-block h3 {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.aria-block h3 .main {
  font-size: 4.3rem;
  font-weight: 200;
  line-height: 1.3;
  color: #5993c4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aria-block h3 .main {
    font-size: 2.2rem;
  }
}
.aria-block h3 .sub {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aria-block h3 .sub {
    font-size: 1.7rem;
  }
}
.aria-block .title {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
  color: #2a75b4;
}
@media screen and (max-width: 768px) {
  .aria-block .title {
    gap: 1.6rem;
    margin-bottom: 2.5rem;
  }
}
.aria-block .title small {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aria-block .title small {
    font-size: 1.3rem;
  }
}
.aria-block .title span {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aria-block .title span {
    font-size: 1.7rem;
  }
}
.aria-block .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .aria-block .text {
    font-size: 1.2rem;
  }
}
.aria-block .text .note {
  margin-top: 2.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .aria-block .text .note {
    margin-top: 2.2rem;
    font-size: 1rem;
  }
}
.aria-block .image-title {
  display: flex;
  width: 100%;
  margin: 0 0 3rem;
  font-weight: bold;
  color: #1366ac;
}
@media screen and (max-width: 768px) {
  .aria-block .image-title {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
.aria-block .image-title:not(:first-child) {
  margin-top: 5rem;
}
.aria-block .image-title span {
  padding: 0.5rem 1.8rem;
  border: 1px solid currentcolor;
}
.aria-block .images {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .aria-block .images {
    display: block;
  }
}
.aria-block .images .image-item {
  display: flex;
  flex-direction: column;
}
.aria-block .images .image-item img {
  width: 100%;
}
.aria-block .images figure {
  margin: 0;
}
.aria-block .images figure figcaption {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .aria-block .images figure figcaption {
    margin-top: 2rem;
    font-size: 1rem;
  }
}
.aria-block .images .caption {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 3rem;
  margin: 0;
}
.aria-block .images .text dl {
  display: flex;
  align-items: center;
  padding: 2.4rem 3.6rem;
  margin: 0;
  color: #fff;
  background-color: #5993c4;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .aria-block .images .text dl {
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .aria-block .images .text dl {
    flex-direction: column;
    padding: 2.5rem 4.5rem 2rem;
  }
}
.aria-block .images .text dl dt {
  padding-right: 3.6rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.55;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .aria-block .images .text dl dt {
    padding-right: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aria-block .images .text dl dt {
    width: 100%;
    padding: 0 0 2rem;
    font-size: 1.3rem;
    text-align: center;
    border-bottom: 1px solid currentcolor;
  }
}
.aria-block .images .text dl dd {
  padding-left: 4.3rem;
  margin: 0;
  border-left: 1px solid currentcolor;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .aria-block .images .text dl dd {
    padding-left: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .aria-block .images .text dl dd {
    padding: 2rem 0 0;
    border-left: none;
  }
}
.aria-block .images .text dl dd ul {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .aria-block .images .text dl dd ul {
    display: grid;
    grid-template-columns: 5.5em 5.5em 5.5em;
  }
}
.aria-block .images .text dl dd ul li {
  display: inline-block;
  min-width: 4.5em;
}
@media screen and (max-width: 768px) {
  .aria-block .images .text dl dd ul li {
    min-width: auto;
  }
}
.aria-block .images .text dl dd ul li::before {
  display: inline;
  content: "・";
}
.aria-block .c-button {
  width: 32rem;
  font-size: 2rem;
}
.aria-block .c-button .arrow {
  left: calc(100% - 2rem);
}

.c-section-container.-city-center {
  padding: 9.2rem 0 24.5rem;
  background: linear-gradient(to top, #e7eff7, #fff);
}
@media screen and (max-width: 768px) {
  .c-section-container.-city-center {
    padding: 4.8rem 0 7.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa {
    margin-bottom: 15rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images {
    margin-bottom: 12.6rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images .image-item {
    flex: 0 0 auto;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images .image-item:first-child {
    position: relative;
    width: 44.19%;
    max-width: 48.6rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images .image-item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .c-button-container {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa {
    margin-bottom: 7.5rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images {
    margin-bottom: 5rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images .image-item:first-child {
    margin-bottom: 3rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .images .image-item .text {
    margin-top: 3.5rem;
  }
  .c-section-container.-city-center .aria-block.-takanawa-shinagawa .c-button-container {
    margin-top: 5rem;
  }
}
.c-section-container.-city-center .aria-block.-shiba .text {
  margin-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .c-section-container.-city-center .aria-block.-shiba .image-item:first-child {
    width: 56.82%;
  }
  .c-section-container.-city-center .aria-block.-shiba .image-item:last-child {
    width: 36.9%;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-city-center .aria-block.-shiba .image-item:last-child {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-section-container.-city-center .aria-block.-shiba .image-item :last-child {
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-city-center .aria-block.-shiba .image-item figure:last-child {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-city-center .aria-block.-shiba .image-item .image-title + figure {
    margin-top: 0;
  }
}

.c-section-container.-resort {
  padding: 10rem 0 20rem;
  overflow: hidden;
  background: linear-gradient(to top, #ecfaec, #fff);
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort {
    padding: 5rem 0 7.7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .c-title-block {
    margin-bottom: 0;
  }
}
.c-section-container.-resort .resort-map {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  max-width: 1100px;
  height: 68.2rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map {
    height: 62vw;
    padding: 0 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map {
    align-items: center;
    height: 169.3vw;
    padding: 0;
    margin-top: 3.6rem;
  }
}
.c-section-container.-resort .resort-map .map-image {
  width: 59.45%;
  padding-right: 2.8%;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .map-image {
    width: 59.45vw;
    padding-right: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .map-image {
    width: 89.33vw;
    padding-right: 1.33vw;
    padding-bottom: 0.5vw;
  }
}
.c-section-container.-resort .resort-map .item {
  position: absolute;
  width: 25.27%;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item {
    width: 25.27vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item {
    width: 37vw;
  }
}
.c-section-container.-resort .resort-map .item::before, .c-section-container.-resort .resort-map .item::after {
  position: absolute;
  content: "";
}
.c-section-container.-resort .resort-map .item::before {
  height: 1px;
  background-color: #2e8632;
}
.c-section-container.-resort .resort-map .item::after {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #2e8632;
  border-radius: 50%;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item::after {
    width: 1.36vw;
    height: 1.36vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item::after {
    width: 2vw;
    height: 2vw;
  }
}
.c-section-container.-resort .resort-map .item p {
  margin: -0.2rem 0 0;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item p {
    font-size: 1.45vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item p {
    font-size: 2.67vw;
  }
}
.c-section-container.-resort .resort-map .item p.area {
  margin-top: 1.3rem;
  font-size: 2rem;
  color: #2e8632;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item p.area {
    margin-top: 0.65em;
    font-size: 1.82vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item p.area {
    margin-top: 1em;
    font-size: 2.93vw;
  }
}
.c-section-container.-resort .resort-map .item.-furano {
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-furano {
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-furano {
    left: 31.47vw;
  }
}
.c-section-container.-resort .resort-map .item.-furano::before {
  top: 12.1rem;
  left: 30.3rem;
  width: 34.4rem;
  transform: rotate(15deg);
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-furano::before {
    top: 11.3vw;
    left: 28.2vw;
    width: 28.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-furano::before {
    top: 45.3333333333vw;
    left: 17.0666666667vw;
    width: 22.9333333333vw;
    transform: rotate(51deg);
  }
}
.c-section-container.-resort .resort-map .item.-furano::after {
  top: 15.9rem;
  left: 64rem;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-furano::after {
    top: 14.5vw;
    left: 55.9vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-furano::after {
    top: 52.8vw;
    left: 34.1333333333vw;
  }
}
.c-section-container.-resort .resort-map .item.-nikko {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-nikko {
    right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-nikko {
    top: 43.2vw;
    right: auto;
    left: 2.67vw;
  }
}
.c-section-container.-resort .resort-map .item.-nikko::before {
  top: 32.5rem;
  left: -29.6rem;
  width: 31rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-nikko::before {
    top: 30.6vw;
    left: -25.1vw;
    width: 26.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-nikko::before {
    top: 42.6666666667vw;
    left: 30.9333333333vw;
    width: 22.6666666667vw;
    transform: rotate(40deg);
  }
}
.c-section-container.-resort .resort-map .item.-nikko::after {
  top: 43.3rem;
  left: -26.3rem;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-nikko::after {
    top: 39.4vw;
    left: -21.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-nikko::after {
    top: 49.3333333333vw;
    left: 50.4vw;
  }
}
.c-section-container.-resort .resort-map .item.-karuizawa {
  top: 30.4rem;
  left: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-karuizawa {
    top: 27.64vw;
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-karuizawa {
    top: 112.93vw;
    left: 54.93vw;
  }
}
.c-section-container.-resort .resort-map .item.-karuizawa::before {
  top: 12.2rem;
  left: 31.4rem;
  width: 21.1rem;
  transform: rotate(15deg);
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-karuizawa::before {
    top: 12.2vw;
    left: 27.3vw;
    width: 18vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-karuizawa::before {
    top: -10.1333333333vw;
    left: -9.6vw;
    width: 26.6666666667vw;
    transform: rotate(30deg);
  }
}
.c-section-container.-resort .resort-map .item.-karuizawa::after {
  top: 14.3rem;
  left: 52rem;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-karuizawa::after {
    top: 14vw;
    left: 44.5vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-karuizawa::after {
    top: -17.6vw;
    left: -8.5333333333vw;
  }
}
.c-section-container.-resort .resort-map .item.-hakone {
  top: 30.4rem;
  right: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-hakone {
    top: 27.64vw;
    right: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-hakone {
    inset: auto auto 2.67vw 6.6vw;
  }
}
.c-section-container.-resort .resort-map .item.-hakone::before {
  top: 20.1rem;
  left: -28.2rem;
  width: 24.4rem;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-hakone::before {
    top: 18.4vw;
    left: -22.8vw;
    width: 20.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-hakone::before {
    top: -13.6vw;
    left: 20vw;
    width: 29.3333333333vw;
    transform: rotate(-51deg);
  }
}
.c-section-container.-resort .resort-map .item.-hakone::after {
  top: 19.4rem;
  left: -28.7rem;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-section-container.-resort .resort-map .item.-hakone::after {
    top: 17.8vw;
    left: -23.7vw;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-resort .resort-map .item.-hakone::after {
    top: -25.0666666667vw;
    left: 42.4vw;
  }
}

.c-section-container.-along {
  padding: 10rem 0 36rem;
  background: linear-gradient(to top, #ededed, #fff);
}
@media screen and (max-width: 768px) {
  .c-section-container.-along {
    padding: 5rem 0 7.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-section-container.-along .c-title-block {
    margin-bottom: 5.4rem;
  }
}
.c-section-container.-along .c-scroll-container {
  margin-bottom: 19.4rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-along .c-scroll-container {
    margin-bottom: 7.5rem;
  }
}
.c-section-container.-along .images {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .c-section-container.-along .c-button-container {
    margin-top: 4rem;
  }
}

.c-category-links {
  /*margin-top: -16rem;*/
    max-width: 1960px;
    margin: -16rem auto 0;
}
@media screen and (max-width: 768px) {
  .c-category-links {
    margin-top: -2.7rem;
  }
}