/* ------------------------------
  page: home
  section: hero
------------------------------ */
.home-kv {
  padding-top: 0;
}

.home-hero {
  position: relative;
  display: block;
  width: 100%;
  height: 60vw;
  background-image: url(../../img/page/home/home-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.home-hero-title {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 4.3vw;
  white-space: nowrap;
  z-index: 999;
  transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 799px) {
  .home-hero-title {
    font-size: 4.5vw;
  }
}
@media (max-width: 599px) {
  .home-hero-title {
    font-size: 8vw;
  }
  .home-hero {
    height: 600px;
    background-image: url(../../img/page/home/home-hero-sp.png);
  }
}
/* ------------------------------
  page: home
  section: main
------------------------------ */
.home-main {
  position: relative;
  margin-top: -14vw;
}
.home-main__image {
  position: relative;
}
.home-main__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

/* link */
.home-main__content-link {
  position: absolute;
  display: block;
  top: 18vw;
  left: 8%;
  width: 33vw;
  height: 20vw;
}

/* text */
.home-main__item-top {
  position: absolute;
  top: 8.5vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.home-main__item-top .home-main__item-text {
  font-size: 2vw;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.fs-18 {
  font-size: 130%;
}
.fs-21 {
  font-size: 160%;
}
.fs-24 {
  font-size: 170%;
}
.fs-60 {
  font-size: 320%;
  line-height: 0.8;
  font-weight: 300;
}
.mt-10 {
  display: inline-block;
  margin-top: 10px;
}
.ls-md {
  letter-spacing: 0.125em;
}

.align-top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  line-height: 1.3;
  gap: 2px;
  margin-top: 4px;
}
.text-right {
  text-align: right;
}

.home-main__item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1rem 1.5rem;
  z-index: 999;
}
.home-main__item.--01 {
  top: 19vw;
  left: 42%;
}
.home-main__item.--02 {
  top: 42.5vw;
  left: 12%;
}
.home-main__item.--03 {
  top: 42.5vw;
  left: 55%;
}
.home-main__item.--04 {
  bottom: 2.1vw;
  right: 2%;
}
.home-main__item.is-horizontal {
  flex-direction: column;
  align-items: flex-start;
}
.home-main__item-text {
  line-height: 1.8;
  white-space: nowrap;
  font-size: 1.3vw;
  font-weight: 300;
  letter-spacing: 0.03em;
}

.home-main__item img {
  filter: brightness(0.8);
}
.home-main__content img {
  width: 24vw;
  aspect-ratio: 1.3;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 599px) {
  .home-main {
    margin-top: -22vw;
  }
  /* link */
  .home-main__content-link {
    top: 60vw;
    left: 0;
    width: 100%;
    height: 55vw;
  }

  /* text */
  .fs-21 {
    font-size: 140%;
  }
  .home-main__item-top {
    top: 22vw;
  }
  .home-main__item-top .home-main__item-text {
    font-size: 5vw;
  }
  .home-main__item {
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .home-main__item:nth-child(odd) {
    left: 4vw !important;
  }
  .home-main__item:nth-child(even) {
    right: 4vw !important;
  }
  .home-main__item.--01 {
    top: 124vw;
  }
  .home-main__item.--02 {
    top: 164vw;
    text-align: right;
  }
  .home-main__item.--03 {
    top: 204vw;
  }
  .home-main__item.--04 {
    top: 244vw;
  }
  .home-main__item.is-horizontal {
    flex-direction: row-reverse;
    align-items: center;
  }
  .home-main__item-text {
    font-size: 3.2vw;
  }
  .home-main__content img {
    width: 40vw;
  }
}

/* ------------------------------
  page: home
  section: about
------------------------------ */
.home-about {
  position: relative;
}
.home-about-bg {
  position: absolute;
  top: 60px;
  right: 0;
  width: 50%;
  aspect-ratio: 1.5;
  object-fit: cover;
  filter: grayscale(100%) brightness(0.6);
}
.home-about-desc {
  position: relative;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  z-index: 999;
  text-shadow: #fff 1px 0 10px;
}
.home-about-desc,
.home-about-list {
  padding-left: 40px;
}

@media (max-width: 799px) {
  .home-about-desc {
    font-size: 18px;
    line-height: 1.8;
  }
  .home-about-desc,
  .home-about-list {
    padding-left: 0;
  }
}
@media (max-width: 699px) {
  .home-about-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1.7;
    object-fit: cover;
  }
  .home-about-desc {
    font-size: 21px;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 599px) {
  .home-about-desc {
    font-size: 16px;
  }
}

.home-about-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
}
.home-about-list li:not(.home-about-list__item) {
  font-size: 26px;
  font-weight: bold;
}
.home-about-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 174px;
  border-radius: 100vmax;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  z-index: 99;
  padding-top: 5px;
  color: #fff;
}

@media (max-width: 990px) {
  .home-about-list {
    margin-bottom: 40px;
  }
}

@media (max-width: 699px) {
  .home-about-list {
    justify-content: center;
  }
  .home-about-list__item {
    width: calc((100% - 30px) / 3);
    height: auto;
    aspect-ratio: 1;
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  .home-about-list {
    gap: 0.2rem;
  }
  .home-about-list li:not(.home-about-list__item) {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  .home-about-list {
    gap: 0.1rem;
  }
  .home-about-list__item {
    font-size: 10px;
  }
}

.home-about-list li:nth-child(1) {
  background-color: #231815;
}
.home-about-list li:nth-child(3) {
  background-color: #03004c;
}
.home-about-list li:nth-child(5) {
  background-color: #00449b;
}

.home-about-footer {
  text-align: right;
  font-size: 14px;
}

@media (max-width: 699px) {
  .home-about-footer {
    text-align: center;
    margin-top: 2rem;
  }
}

/* ------------------------------
  page: home
  section: post
------------------------------ */
.home-post {
  background-color: #e6e6e6;
}
.home-post-grid {
  display: flex;
  gap: 60px;
}

/* common */
.home-post-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  font-size: 14px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #2318157c;
}
.home-post-title::before {
  font-size: 26px;
  font-weight: 300;
  content: attr(data-en);
  text-transform: capitalize;
}

.home-post__time {
  font-size: 14px;
}
.home-post__title {
  font-size: 14px;
}

.home-post-footer {
  text-align: center;
  margin-top: 3rem;
}

@media (max-width: 690px) {
  .home-post-grid {
    flex-direction: column;
  }
}

/* --- news --- */
.home-post-news {
  flex: 0.6;
}
.home-post-news-list {
  display: grid;
  gap: 16px;
}
.home-post-news-list__item a {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
}

@media (max-width: 780px) {
  .home-post-news-list__item a {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* -- column -- */
.home-post-column {
  flex: 1;
}
.home-post-column-list {
  display: flex;
  gap: 2rem;
}
.home-post-column-list__item a {
  display: grid;
  gap: 0.5rem;
}
.home-post-column-list__item img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  margin-bottom: 0.5rem;
}

/* */
.home .footer {
  margin-top: 0;
}
