@charset "utf-8";

/* -------------------------------------------------------------------
#THEME
------------------------------------------------------------------- */
#THEME {
  position: relative;
}





/* mv */
.mv {
  position: relative;
  padding-bottom: 80px;
}
.mv img {
  position: relative;
  z-index: -1;
}
.mv__content {
  padding-top: 80px;
  margin-top: -14.3vw;
  background-color: #fff;
}
.mv__content h1 {
  position: absolute;
  top: 10.4vw;
  left: 0;
  width: 100%;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.mv__content p {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}





/* breadcrumb */
.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}





/* content */
.content {
  padding-bottom: 150px;
}
.content ul li {
  position: relative;
}
.content ul li + li {
  margin-top: 60px;
}
.content ul li p {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
}
.content ul li p span {
  display: block;
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1;
}





@media screen and (max-width: 1024px) {
  /* mv */
  .mv__content p {
    line-height: 1.75;
  }
  /* content */
  .content ul li p {
    left: 55%;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}