/* Scss Document */
/* Scss Document */
@media only screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .tab {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.white {
  color: #fff !important;
}

.anchor {
  margin-top: -124px;
  padding-top: 124px;
}

.heading-title {
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .heading-title {
    margin-bottom: calc(60 / 640 * 100vw);
  }
}
.heading-title .en {
  font-size: 5.6rem;
  letter-spacing: 2.8px;
  background: linear-gradient(138deg, #0d7cce 17.39%, #1aafd8 86.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .heading-title .en {
    font-size: calc(52 / 640 * 100vw);
  }
}
.heading-title .jp {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media only screen and (max-width: 640px) {
  .heading-title .jp {
    font-size: calc(24 / 640 * 100vw);
  }
}

.page__nav {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 640px) {
  .page__nav {
    margin-bottom: calc(50 / 640 * 100vw);
  }
}

.page-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(20 / 1920 * 100vw);
  max-width: 1140px;
}
@media only screen and (max-width: 640px) {
  .page-nav__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.page-nav__list {
  background: #f9f8f5;
  border-radius: var(--Corner-Full, 1000px);
}
.page-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  padding: 15px 50px 15px 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-nav__link {
    font-size: 1.3rem;
    padding: 10px 17px;
  }
}
.page-nav__link::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../images/property/arrow-1.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 15px;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .page-nav__link::after {
    width: 9px;
    height: 8px;
    right: 8%;
  }
}

.btn {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .btn {
    margin-top: calc(60 / 640 * 100vw);
  }
}
.btn a {
  display: inline;
  position: relative;
  padding-left: 60px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .btn a {
    padding-left: calc(80 / 640 * 100vw);
    font-size: calc(24 / 640 * 100vw);
  }
}
.btn a:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 51px;
  height: 51px;
  background: url("../images/index/index_btn.png") top left no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .btn a:before {
    width: calc(60 / 640 * 100vw);
    height: calc(60 / 640 * 100vw);
  }
}
.btn a:hover {
  text-decoration: none;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
  margin-top: 18px;
}
.button.button-mt {
  margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .button.button-mt {
    margin-top: 18px;
  }
}
.button.button-mt2 {
  margin-top: 101px;
}
@media only screen and (max-width: 640px) {
  .button.button-mt2 {
    margin-top: 18px;
  }
}
.button.button-mt3 {
  margin-top: 24px;
}
@media only screen and (max-width: 640px) {
  .button.button-mt3 {
    margin-top: 18px;
  }
}
.button p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  margin-right: 11px;
}
.button .arrow-img {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button .arrow-img-white {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.button_border {
  border: none;
}

.animation {
  opacity: 0;
}

.isFade {
  opacity: 0;
  position: relative;
  bottom: -3em;
}
.isFade.isPlay {
  -webkit-animation: fadein 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
          animation: fadein 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    bottom: -3em;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    bottom: -3em;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.isZoom {
  opacity: 0;
}
.isZoom.isPlay {
  -webkit-animation: zoom 0.5s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
          animation: zoom 0.5s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.isLeft {
  opacity: 0;
  position: relative;
  left: -3em;
}
.isLeft.isPlay {
  -webkit-animation: Leftin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
          animation: Leftin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@-webkit-keyframes Leftin {
  0% {
    opacity: 0;
    left: -3em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes Leftin {
  0% {
    opacity: 0;
    left: -3em;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.isRight {
  opacity: 0;
  position: relative;
  right: 3em;
}
.isRight.isPlay {
  -webkit-animation: Rightin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
          animation: Rightin 1s cubic-bezier(0.07, 0.64, 0.3, 0.94) forwards;
}

@-webkit-keyframes Rightin {
  0% {
    opacity: 0;
    right: 3em;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes Rightin {
  0% {
    opacity: 0;
    right: 3em;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}