.location {
  position: relative;
  padding-block: 9.25vw 8.333vw;
}

@media only screen and (max-width: 767px) {
  .location {
    padding-block: 12.847vw 0;
  }
}

.location__redevelop {
  padding-bottom: 138px;
}

@media screen and (max-width: 767px) {
  .location__redevelop {
    padding-bottom: 20.2777777778vw;
  }

  .location__redevelop .location__img img {
    aspect-ratio: 306/171;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .location__redevelop .location__row {
    flex-direction: column;
  }

  .location__redevelop .location__row-gap30 {
    gap: 7.4666666667vw;
  }
}

.location__osaki {
  padding-top: 26px;
  position: relative;
}

.location__osaki::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(193, 217, 241, 0.45);
  clip-path: polygon(0% 11.53%, 100% 0%, 106% 89.47%, 0% 100%);
  z-index: -1;
  width: 100%;
  height: 2195px;
}

@media screen and (max-width: 767px) {
  .location__osaki::after {
    content: none;
  }
}

.location__osaki .section__header {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .location__osaki .section__header {
    margin-bottom: 7.4666666667vw;
  }
}

@media screen and (max-width: 767px) {
  .location__osaki .location__col-full .location__img img {
    aspect-ratio: 310/214;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.location__osakihirokoji .section__header {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .location__osakihirokoji .section__header {
    margin-bottom: 7.5vw;
  }
}

.location__desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.25;
  color: #000000;
  margin-block: 32px 45px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .location__desc {
    font-size: 2.7777777778vw;
    margin-block: 6vw 10vw;
  }
}

.location__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .location__row {
    gap: 2.4vw;
  }
}

.location__row-gap30 {
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .location__row-gap30 {
    gap: 2.4vw;
  }
}

.location__title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #0a3b8e;
  margin-bottom: 20px;
  /*padding-left: 12px;*/
}

.square:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #0d1f3f;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.square.lightblue::before {
  background-color: #0a3b8e;
}

/* .square {
  width: 10px;
  height: 10px;
  background-color: #0D1F3F;
  left: 0;
  top: 0;
}

.square.black {
  background-color: #000;
} */

@media only screen and (max-width: 767px) {
  .location__title {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}

.location__inner {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .location__inner {
    flex-direction: column;
    gap: 2.9333333333vw;
  }
}

.location__col-three {
  width: calc(66.666667% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .location__col-three {
    width: 100%;
  }
}

.location__col-half {
  width: calc(50% - 15px);
}

@media only screen and (max-width: 767px) {
  .location__col-half {
    width: calc(50% - 1.2vw);
  }
}

.location__col-one {
  width: calc(33.3333333% - 10px);
}

@media only screen and (max-width: 767px) {
  .location__col-one {
    width: 100%;
  }
}

.location__col-full {
  width: 100%;
}

.location__img {
  position: relative;
}

.location__img-topic {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  color: #0a3b8e;
  margin-bottom: 10px;
  /*padding-left: 12px;*/
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .location__img-topic {
    font-size: 2.4vw;
    margin-bottom: 2.1333333333vw;
  }
}

.location__caption {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3333333333;
}

@media only screen and (max-width: 767px) {
  .location__caption {
    font-size: 2.4vw;
  }
}

.location__area {
  max-width: 900px;
  margin: 0 auto;
}

.location__area-osaki {
  padding-bottom: 135px;
}

.location__area-osakihirokoji {
  padding-bottom: 170px;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .location__area-osakihirokoji {
    padding-bottom: 18.0555555556vw;
  }

  .location__area-osakihirokoji .location__col-full img {
    aspect-ratio: 620/428;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .location__area-osaki {
    padding-bottom: 15vw;
  }
}

.location__thinkpark {
  margin-block: 35px 0;
}

@media screen and (max-width: 767px) {
  .location__thinkpark {
    margin-block: 4.26667vw 0;
  }
}

.location__thinkpark-inner {
  max-width: 785px;
  margin: 0 auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .location__thinkpark-inner {
    padding-bottom: 9.8611111111vw;
  }
}

.location__thinkpark-inner .location__row:first-child {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .location__thinkpark-block {
    display: flex;
    gap: 5.5555555556vw;
  }

  .location__thinkpark-block .location__thinkpark-caption {
    margin-top: 0;
  }
}

.location__thinkpark-box {
  margin-bottom: 100px;
}

.location__thinkpark-box .location__thinkpark-row:nth-of-type(odd) {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .location__thinkpark-box {
    margin-bottom: 5.2777777778vw;
  }

  .location__thinkpark-box img {
    aspect-ratio: 620/352;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .location__thinkpark-box .location__thinkpark-row {
    flex-direction: column;
  }

  .location__thinkpark-box .location__thinkpark-row:nth-of-type(odd) {
    align-items: flex-end;
    margin-bottom: 5.2777777778vw;
  }

  .location__thinkpark-box
    .location__thinkpark-row:nth-of-type(odd)
    .location__thinkpark-col:first-child {
    margin-right: -6.89vw;
  }

  .location__thinkpark-box
    .location__thinkpark-row:nth-of-type(odd)
    .location__thinkpark-col:last-child {
    padding-left: 6.89vw;
  }

  .location__thinkpark-box .location__thinkpark-row:nth-of-type(even) {
    align-items: flex-start;
  }

  .location__thinkpark-box
    .location__thinkpark-row:nth-of-type(even)
    .location__thinkpark-col:first-child {
    margin-left: -6.89vw;
  }

  .location__thinkpark-box
    .location__thinkpark-row:nth-of-type(even)
    .location__thinkpark-col:last-child {
    padding-right: 6.89vw;
  }

  .location__thinkpark-box
    .location__thinkpark-row:nth-of-type(even)
    .location__thinkpark-col:last-child
    .location__subtitle {
    text-align: center;
  }

  .location__thinkpark-box
    .location__thinkpark-row:nth-of-type(even)
    .location__thinkpark-col:last-child
    .location__thinkpark-block {
    justify-content: flex-end;
  }

  .location__thinkpark-box .location__thinkpark-row .location__thinkpark-col {
    width: 100%;
  }
}

.location__thinkpark-box-bottom .location__thinkpark-row {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .location__thinkpark-box-bottom .location__thinkpark-row {
    flex-direction: column;
    align-items: center;
    gap: 6.25vw;
    margin-bottom: 4.861vw;
  }

  .location__thinkpark-box-bottom .location__thinkpark-row:first-child {
    margin-bottom: 6.25vw;
  }

  .location__thinkpark-box-bottom
    .location__thinkpark-row
    .location__thinkpark-col:nth-child(odd) {
    margin-right: -13.78vw;
  }

  .location__thinkpark-box-bottom
    .location__thinkpark-row
    .location__thinkpark-col:nth-child(even) {
    margin-left: -13.78vw;
  }

  .location__thinkpark-box-bottom
    .location__thinkpark-row
    .location__thinkpark-col:nth-child(even)
    .location__subtitle {
    text-align: end;
  }

  .location__thinkpark-box-bottom .location__thinkpark-row img {
    aspect-ratio: 620/352;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .location__thinkpark-box-bottom .location__thinkpark-col {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .location__thinkpark-box-osakihirokoji .location__thinkpark-row {
    flex-direction: column;
    align-items: center;
    gap: 6.25vw;
  }

  .location__thinkpark-box-osakihirokoji .location__thinkpark-row:first-child {
    margin-bottom: 6.25vw;
  }

  .location__thinkpark-box-osakihirokoji
    .location__thinkpark-row
    .location__thinkpark-col:nth-child(odd) {
    margin-left: -13.78vw;
  }

  .location__thinkpark-box-osakihirokoji
    .location__thinkpark-row
    .location__thinkpark-col:nth-child(odd)
    .location__subtitle {
    text-align: end;
  }

  .location__thinkpark-box-osakihirokoji
    .location__thinkpark-row
    .location__thinkpark-col:nth-child(even) {
    margin-right: -13.78vw;
  }

  .location__thinkpark-box-osakihirokoji
    .location__thinkpark-row
    .location__col-full {
    margin-left: -13.78vw;
  }

  .location__thinkpark-box-osakihirokoji
    .location__thinkpark-row
    .location__col-full
    .location__subtitle {
    text-align: end;
  }

  .location__thinkpark-box-osakihirokoji .location__thinkpark-row img {
    aspect-ratio: 620/352;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .location__thinkpark-box-osakihirokoji .location__thinkpark-col {
    width: 100%;
  }
}

.location__thinkpark-caption {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3888888889;
  color: #000;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .location__thinkpark-caption {
    font-size: 2.4vw;
    margin-top: 1.6vw;
  }
}

.location__thinkpark-row {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .location__thinkpark-row {
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .location__thinkpark-row {
    gap: 2.6666666667vw;
  }
}

.location__thinkpark-row-gap {
  gap: 15px;
}

.location__thinkpark-col {
  width: calc(50% - 7.5px);
}

.location__subtitle {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #0a3b8e;
}


.location__subtitle.md {
  font-size: 14px;
}


.location__subtitle.md .sm {
  font-size: 12px;
}

.location__contenttxt {
  margin-top: 38px;
}

@media (max-width: 767px) {
  .location__contenttxt {
    margin-top: 4.172vw;
  }
}

.location__subtitle.-sm {
  font-size: 15px;
}

.location__subtitle .sm-txt {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .location__subtitle .sm-txt {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .location__subtitle.-sm {
    font-size: 3.3333333333vw;
  }
}

@media screen and (max-width: 767px) {
  .location__subtitle {
    font-size: 3.3333333333vw;
    margin-bottom: 3.33333333vw;
  }
}

.location__subtitle-small {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .location__subtitle-small {
    font-size: 2vw;
  }
}

.location__subdesc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .location__subdesc {
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.location__info {
  margin-bottom: 98px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .location__info {
    padding-bottom: 33.3870967742vw;
    margin-bottom: 0;
  }
}

.location__info::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(193, 217, 241, 0.45);
  clip-path: polygon(0% 19.53%, 100% 0%, 100% 80.47%, 0% 100%);
  z-index: -1;
  width: 100%;
  height: 1130px;
}

@media screen and (max-width: 767px) {
  .location__info::after {
    clip-path: polygon(0.07% 14.44%, 99.93% 0.05%, 99.93% 82.56%, 0.07% 99.95%);
    height: 100%;
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .location__info-map img {
    aspect-ratio: 620/570;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.location__info-block {
  margin-top: 75px;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .location__info-block {
    margin-top: 8.6111111111vw;
  }
}

.location__info-tabs {
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 38px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .location__info-tabs {
    gap: 3.833333vw 0.194444vw;
    margin-bottom: 5.6944444444vw;
    font-size: 3.47vw;
    gap: 1.833333vw 0.194444vw;
  }
}

.location__info-tab {
  width: calc(25% - 30px);
  background-color: #ffffff;
  color: #0d1f3f;
  border: 1px solid #0d1f3f;
  padding: 14px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  font-size: 16px;
  padding: 8px 5px;
}

.location__info-tab:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .location__info-tab {
    width: calc(50% - 0.916667vw);
    padding: 2.99vw 0.69vw;
    font-size: 2.7vw;
  }
}

.location__info-tab.-active {
  background-color: #0a3b8e;
  color: #c1d9f1;
}

.location__bg-div {
  display: none;
}

@media screen and (max-width: 767px) {
  .location__bg-wrapper {
    position: relative;
  }

  .location__bg-wrapper .location__bg-div {
    display: flex;
    position: absolute;
    color: rgba(193, 217, 241, 0.45);
    left: -11.1111111111vw;
    top: 29.1666666667vw;
  }

  .location__bg-wrapper .location__bg-text {
    font-family: "EB Garamond", serif;
    font-size: 20.8333333333vw;
    writing-mode: vertical-rl;
    line-height: 1;
  }
}

.mb25 {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 2.4vw;
  }
}

.mb20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 2.6666666667vw;
  }
}

.mb0 {
  margin-bottom: 0;
}

.mt15 {
  margin-top: 15px;
}

.mb35 {
  margin-bottom: 35px;
}

.flex1 {
  flex-grow: 1;
}

.location__info-map {
  height: 734px;
}

.location__info-tab-content {
  position: relative;
}

.location__info-center {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background-color: #0d1f3f;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .location__info-center {
    font-size: 2.22vw;
  }
}

.location__info-map {
  width: 100%;
  height: 100%;
  min-height: 713px;
}

.location__info-tab-content {
  display: flex;
  align-items: stretch;
  gap: 22px;
}

.location__map-list {
  flex-grow: 1;
}

.location__map-list .area li {
  border-bottom: 1px solid #0d1f3f;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}

.location__map-list .area li a {
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  color: #0d1f3f;
  width: 100%;
}

.location__map-list .area li:not(:last-of-type) {
  margin-bottom: 10px;
}

.location__map-list .area ul {
  counter-reset: counter;
}

.location__map-list .area li::before {
  content: counter(counter);
  counter-increment: counter;
  width: 24px;
  height: 24px;
  background-color: #0a3b8e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 8px;
}

.location__map-list .area {
  display: none;
}

.location__map-list .area.current {
  display: block;
}

.pin_name {
  font-size: 16px;
  font-size: 14px;
}

.pin_dis {
  font-size: 18px;
  flex-shrink: 0;
  font-size: 14px;
}

.location__info-map-wrp {
  position: relative;
  width: 100%;
  max-width: 648px;
}

@media screen and (max-width: 1199px) {
  .location__info-tab-content {
    flex-direction: column;
  }

  .location__info-map {
    max-width: 100%;
  }

  .location__map-list {
    width: 100%;
  }

  .location__info-map {
    height: 79.17vw;
    min-height: auto;
  }

  .pin_name {
    font-size: 2.78vw;
  }

  .location__info-map-wrp {
    max-width: 100%;
  }

  .pin_dis {
    font-size: 2.5vw;
    flex-shrink: 0;
  }

  .location__map-list .area li::before {
    width: 4.17vw;
    height: 4.17vw;
    font-size: 3.33vw;
  }
}

@media (max-width: 767px) {
  .location__info-tab-content {
    margin-inline: -8%;
  }

  .location__map-list {
    padding-inline: 8%;
  }
}

.hero__content.loc {
  margin-bottom: 85px;
}

@media (max-width: 1199px) {
  .hero__content.loc {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .hero__content.loc {
    margin-bottom: 9.639vw;
  }
}

.location__img.dia-animation {
  transition: all 0.3s ease-in;
  opacity: 0;
  z-index: 10;
}

.location__img.loc-first.dia-animation.animate {
  opacity: 0;
  animation: slideDiagonal 1.7s linear forwards;
}

.location__img.loc-second.dia-animation.animate,
.location__col-half.loc-second.dia-animation.animate {
  opacity: 0;
  animation: slideDiagonal 1.7s linear forwards;
}

.location__img.loc-third.dia-animation.animate,
.location__col-half.loc-third.dia-animation.animate {
  opacity: 0;
  animation: slideDiagonal 1.7s linear forwards;
}

@media (max-width: 767px) {
  .location__img.dia-animation.animate {
    animation: slideDiagonal 1s linear forwards;
  }

  .location__img.loc-second.dia-animation.animate {
  }

  .location__img.loc-third.dia-animation.animate {
  }
}

@media screen and (min-width: 768px) {
  .location__col-one.late {
    transition-delay: 0.8s;
  }
}

.location-dia.animate .location__img {
  animation: slideDiagonal 1.4s linear forwards;
}

.location__thinkpark-box-bottom .location__thinkpark-row .location__thinkpark-col {
  transition: all 0.75s ease-in-out;
  transition-delay: 0.5s;
}

.location__thinkpark-box-bottom .location__thinkpark-row .location__thinkpark-col:last-of-type {
  transition-delay: 0.75s;
}

.location__thinkpark-box-bottom .location__thinkpark-row:last-of-type .location__thinkpark-col {
  transition-delay: 0.5s;
}

.location__thinkpark-box-bottom .location__thinkpark-row:last-of-type .location__thinkpark-col:last-of-type {
  transition-delay: 0.7s;
}

/*# sourceMappingURL=location.css.map */
