@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("lib/ress.min.css");
.p-mv {
  background: url(../img/home_mv.webp) no-repeat 50% 50%/cover;
  color: var(--white);
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100dvh;
  padding: 0 0 0 10rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/home_mv_sp.webp);
    justify-content: end;
    height: calc(100dvh - 6rem);
    padding: 0 2rem 9.2rem;
  }
}
.p-mv-ttl {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin: 1.5rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl {
    letter-spacing: 0;
    margin: 0 0 1.2rem;
  }
}
.p-mv-ttl .en {
  font-family: var(--font-2);
  font-size: 3.5rem;
  font-weight: 400;
  padding: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl .en {
    font-size: 2.5rem;
    padding: 0 0 1.3rem;
  }
}
.p-mv-ttl .ja {
  font-family: var(--font-3);
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv-ttl .ja {
    font-size: 3.8rem;
    line-height: 134.211%;
  }
}
.p-mv-lead {
  font-size: 2.3rem;
  line-height: 173.913%;
}
@media screen and (max-width: 767px) {
  .p-mv-lead {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 170%;
  }
}
.p-mv-scroll {
  bottom: -0.7rem;
  font-family: var(--font-2);
  font-size: 2rem;
  left: 10.2rem;
  line-height: 1;
  height: 14.6rem;
  padding: 0 0 0 1.2rem;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-mv-scroll {
    bottom: 0;
    height: 6.7rem;
    left: 2rem;
    letter-spacing: 0;
    line-height: 0.7;
    padding: 0 0 0 1rem;
    writing-mode: unset;
  }
}
.p-mv-scroll:before {
  background: var(--white);
  height: 100%;
  content: " ";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.p-about {
  padding: 12.5rem 0 21.7rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 5.3rem 0 15.3rem;
  }
}
.p-about-ttl {
  font-family: var(--font-3);
  font-weight: 500;
  font-size: 2.3rem;
  padding: 3.6rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-ttl {
    line-height: 147.826%;
    padding: 2.9rem 0 1.3rem;
  }
}
.p-about-nav {
  display: flex;
  justify-content: space-between;
  padding: 6.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-about-nav {
    flex-direction: column;
    justify-content: unset;
    gap: 3rem;
    padding: 3rem 0 0;
  }
}

.p-service {
  background: #F4F4F4;
}
.p-service-img {
  left: -12.3rem;
  position: absolute;
  top: -6.7rem;
  width: 62.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-img {
    left: unset;
    position: relative;
    margin-bottom: -9.3rem;
    top: -9.3rem;
    width: 100%;
  }
}
.p-service-body {
  padding: 9rem 0 11rem 56.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-body {
    padding: 2.3rem 0 6rem;
  }
}
.p-service-body .desc {
  line-height: 2;
  padding: 3rem 0 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service-body .desc {
    padding: 1.9rem 0 3rem;
    white-space: unset;
  }
}
.p-service-body .navi {
  border-top: 1px solid #C5C5C5;
  display: flex;
  flex-direction: column;
}
.p-service-body .navi li {
  border-bottom: 1px solid #C5C5C5;
}
.p-service-body .navi li a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-3);
  font-size: 2rem;
  height: 9.4rem;
  padding: 0 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-service-body .navi li a {
    height: 7.4rem;
  }
}
.p-service-body .navi li a:hover {
  color: var(--red);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-service-body .navi li a .c-icon-arrow {
    transform: translateY(0.3rem);
  }
}

.p-news {
  padding: 12rem 0 13.6rem;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 5.2rem 0 6rem;
  }
}
.p-news > .u-flex {
  align-items: start;
  justify-content: space-between;
  min-height: 18rem;
}
@media screen and (max-width: 767px) {
  .p-news > .u-flex {
    flex-direction: column;
  }
}
.p-news .c-ttl-1 {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-news .c-ttl-1 {
    margin: 0 0 3rem;
  }
}
.p-news-body {
  width: 78.6rem;
}
@media screen and (max-width: 767px) {
  .p-news-body {
    width: 100%;
  }
}
.p-news-more {
  bottom: 0.3rem;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-news-more {
    margin: 3rem 0 0;
    position: unset;
  }
}
.p-news-more a {
  gap: 2.2rem;
}

/*# sourceMappingURL=home.css.map */
