.p-land-hero {
  width: calc(100% - 24rem);
  margin: 32rem auto 16rem;
}
@media (max-width: 48.0525em) {
  .p-land-hero {
    width: calc(100% - 20rem);
    margin: 32rem auto 24rem;
  }
}
.p-land-hero__head {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.8rem;
  margin: 0 0 16rem;
}
.p-land-hero__head__ja {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 48.0525em) {
  .p-land-hero__head__ja {
    font-size: 4rem;
  }
}
.p-land-hero__head__en {
  font-size: 3.6rem;
  font-family: Inter, sans-serif;
  line-height: 1.6;
}
@media (max-width: 48.0525em) {
  .p-land-hero__head__en {
    font-size: 4.8rem;
  }
}
.p-land-hero__head__en span {
  display: block;
  font-size: 8.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 48.0525em) {
  .p-land-hero__head__en span {
    font-size: 12rem;
  }
}
.p-land-hero__main {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 10rem;
}
@media (max-width: 48.0525em) {
  .p-land-hero__main {
    grid-template-columns: auto;
    gap: 24rem;
  }
}
.p-land-hero__main__map span {
  display: block;
  font-size: 2.4rem;
  font-family: Inter, sans-serif;
  line-height: 1.6;
  text-align: right;
  translate: 0 -100%;
}
@media (max-width: 48.0525em) {
  .p-land-hero__main__map span {
    font-size: 4rem;
  }
}
.p-land-hero__main__heading {
  font-size: 2.4rem;
  font-family: Inter, sans-serif;
  line-height: 1.6;
}
@media (max-width: 48.0525em) {
  .p-land-hero__main__heading {
    font-size: 5.6rem;
  }
}
.p-land-hero__main__list li {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 48.0525em) {
  .p-land-hero__main__list li {
    padding: 3.2rem 0;
  }
}
.p-land-hero__main__list li span {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media (max-width: 48.0525em) {
  .p-land-hero__main__list li span {
    font-size: 5.6rem;
  }
}

.p-land-archive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 3.2rem;
  width: calc(100% - 24rem);
  margin: auto;
}
@media (max-width: 48.0525em) {
  .p-land-archive {
    grid-template-columns: auto;
    gap: 16rem;
  }
}
.p-land-archive__item {
  display: block;
}
.p-land-archive__img {
  margin: 0 0 1.6rem;
}
@media (max-width: 48.0525em) {
  .p-land-archive__img {
    margin: 0 0 8rem;
  }
}
.p-land-archive__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-land-archive__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.6rem;
}
@media (max-width: 48.0525em) {
  .p-land-archive__info {
    margin: 0 0 4rem;
  }
}
.p-land-archive__category {
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  background: #fff;
  padding: 0 1.6rem;
}
@media (max-width: 48.0525em) {
  .p-land-archive__category {
    font-size: 5.6rem;
    padding: 0.8rem 4.8rem;
  }
}
.p-land-archive__status {
  font-size: 2.2rem;
  line-height: 1.6;
}
@media (max-width: 48.0525em) {
  .p-land-archive__status {
    font-size: 7.2rem;
  }
}
.p-land-archive__title {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 0.4rem;
}
@media (max-width: 48.0525em) {
  .p-land-archive__title {
    font-size: 5.6rem;
  }
}
.p-land-archive__detail div {
  display: flex;
}
.p-land-archive__detail div dt, .p-land-archive__detail div dd {
  font-size: 2rem;
  line-height: 1.6;
}
@media (max-width: 48.0525em) {
  .p-land-archive__detail div dt, .p-land-archive__detail div dd {
    font-size: 5.6rem;
  }
}
.p-land-archive__detail div dt {
  font-weight: normal;
}/*# sourceMappingURL=add.css.map */