@charset "UTF-8";
/*
@function rem($size) {
  @return $size / 10 + rem;
}
*/
.loading-state .main-page {
  z-index: 99999;
}

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  overflow: hidden;
}
.fixed-bg__img {
  width: 100%;
  height: 100vh;
  -o-object-position: center;
     object-position: center;
  display: block;
}

/*//////////////////////////////////////////
//  lp-nav
//////////////////////////////////////////*/
.lp-mv {
  position: relative;
  transition: background 1.5s ease;
  z-index: 200;
}
.lp-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: opacity 1.5s ease;
  pointer-events: none;
}
.lp-mv.is-animated {
  z-index: 1;
}
.lp-mv.is-animated::before {
  opacity: 0;
}
.lp-mv .inner, .lp-mv .lp-future .img-block, .lp-future .lp-mv .img-block, .lp-mv .lp-index .img-block, .lp-index .lp-mv .img-block {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lp-mv .inner, .lp-mv .lp-future .img-block, .lp-future .lp-mv .img-block, .lp-mv .lp-index .img-block, .lp-index .lp-mv .img-block {
    padding-top: 5rem;
    min-height: 100vh;
    height: auto;
    padding: 12.5rem 0;
  }
}
@media screen and (max-height: 430px) {
  .lp-mv .inner, .lp-mv .lp-future .img-block, .lp-future .lp-mv .img-block, .lp-mv .lp-index .img-block, .lp-index .lp-mv .img-block {
    min-height: initial;
    height: 100vh;
  }
}
.lp-mv .mv-contents {
  position: relative;
}
.lp-mv .mv-logo {
  position: relative;
  width: 44.209375rem;
}
@media screen and (max-width: 768px) {
  .lp-mv .mv-logo {
    width: 82.9333333333vw;
  }
}
@media screen and (max-height: 430px) {
  .lp-mv .mv-logo {
    width: 48vw;
  }
}
.lp-mv .mv-logo__img {
  transition: opacity 0.5s ease;
}
.lp-mv .mv-logo.loading-logo .mv-logo__img {
  opacity: 0;
  animation: fadeInLogo 1s ease 0.3s forwards;
}
.lp-mv .mv-logo:not(.loading-logo) .mv-logo__img {
  opacity: 1;
}
.lp-mv .mv-txt {
  position: absolute;
  left: -1.25rem;
  top: -1.875rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.8125rem;
  color: #212121;
  opacity: 0;
  animation: fadeInText 1s ease 0.5s forwards;
  transition: color 1.5s ease;
}
@media screen and (max-width: 768px) {
  .lp-mv .mv-txt {
    flex-direction: column;
    gap: 2.9333333333vw;
    top: -26.6666666667vw;
    left: 0;
  }
}
@media screen and (max-height: 430px) {
  .lp-mv .mv-txt {
    display: block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    top: -2.6666666667vw;
    left: 0rem;
  }
}
.lp-mv .mv-txt__single {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  color: inherit;
  font-weight: 500;
  background: transparent;
  writing-mode: vertical-rl;
  padding: 0.5rem 0.25rem;
  letter-spacing: 0.2em;
  transition: background 1.5s ease, color 1.5s ease;
}
@media screen and (max-width: 768px) {
  .lp-mv .mv-txt__single {
    font-size: 4vw;
    padding: 0.5333333333vw 2.1333333333vw;
    writing-mode: initial;
  }
}
@media screen and (max-height: 430px) {
  .lp-mv .mv-txt__single {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    white-space: nowrap;
    font-size: 1.6vw;
    padding: 1.0666666667vw 0.2666666667vw;
    writing-mode: inherit;
    -webkit-writing-mode: inherit;
    margin-left: 1.0666666667vw;
  }
  .lp-mv .mv-txt__single:last-child {
    margin-left: 0;
  }
}
.lp-mv.is-animated .mv-txt {
  color: #212121;
}
.lp-mv.is-animated .mv-txt__single {
  background: #fff;
}

@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*//////////////////////////////////////////
//  lp-index
//////////////////////////////////////////*/
.lp-index {
  padding-top: 8.875rem;
  margin-bottom: -15rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-index {
    padding-top: 55.2vw;
    margin-bottom: -16vw;
  }
}
.lp-index .ttl-head {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768px) {
  .lp-index .ttl-head {
    padding-left: 0;
    white-space: nowrap;
  }
  .lp-index .ttl-head:before {
    left: 2.5rem;
    top: -2.5rem;
  }
}
.lp-index .index-inner {
  max-width: 87.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 6.75rem;
}
@media screen and (min-width: 769px) {
  .lp-index .index-inner {
    padding-left: 19.9857244825vw;
  }
}
@media screen and (max-width: 1400px) {
  .lp-index .index-inner {
    padding-left: 19.9857244825vw;
  }
}
@media screen and (max-width: 1100px) {
  .lp-index .index-inner {
    padding-left: 13.6363636364vw;
    gap: 9.8181818182vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-index .index-inner {
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
    gap: 4rem;
  }
}
.lp-index .index-head {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lp-index .index-head {
    margin: 0 auto;
    padding-left: 2.5rem;
  }
}
.lp-index .ttl-catch {
  writing-mode: vertical-rl;
  margin-top: -4.25rem;
  position: relative;
  z-index: 1;
  margin-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .lp-index .ttl-catch {
    margin-left: 14.6666666667vw;
    margin-top: -10.6666666667vw;
  }
}
.lp-index .ttl-catch {
  letter-spacing: 0.25em;
}
.lp-index .ttl-catch:before {
  width: 0.0625rem;
  height: 4rem;
  background: rgba(197, 156, 79, 0.5);
  left: initial;
  margin-left: initial;
}
@media screen and (max-width: 768px) {
  .lp-index .ttl-catch:before {
    width: 0.0625rem;
    height: 2rem;
  }
}
.lp-index .img-block {
  position: relative;
  height: 50.125rem;
  margin-top: 10.5625rem;
}
@media screen and (max-width: 1400px) {
  .lp-index .img-block {
    height: 57.2448251249vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-index .img-block {
    height: 102.9333333333vw;
    margin-top: 8.875rem;
  }
}
.lp-index .img-wrap {
  position: absolute;
}
.lp-index .img-wrap .img {
  width: 100%;
}
.lp-index .img-wrap--left {
  width: 18rem;
  margin-right: 6.75rem;
  top: 8.125rem;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .lp-index .img-wrap--left {
    width: 20.556745182vw;
    margin-right: 7.7087794433vw;
    top: 9.2790863669vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-index .img-wrap--left {
    width: 29.8666666667vw;
    top: 0;
    left: 29.0666666667vw;
    margin-right: 0;
  }
}
.lp-index .img-wrap--right {
  width: 24.3125rem;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .lp-index .img-wrap--right {
    width: 27.7658815132vw;
    height: 18.4867951463vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-index .img-wrap--right {
    width: 38.4vw;
    right: 0;
    top: 32vw;
  }
}
.lp-index .img-wrap--main {
  width: 45rem;
  left: 23rem;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .lp-index .img-wrap--main {
    width: 51.391862955vw;
    left: 26.266952177vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-index .img-wrap--main {
    width: 64vw;
    left: 0;
    bottom: 0;
  }
}

/*//////////////////////////////////////////
//  lp-thoughts
//////////////////////////////////////////*/
.lp-thoughts {
  background: #000;
  padding-top: 35.5rem;
}
@media screen and (max-width: 768px) {
  .lp-thoughts {
    padding-top: 13.75rem;
  }
}
.lp-thoughts .inner, .lp-thoughts .lp-future .img-block, .lp-future .lp-thoughts .img-block, .lp-thoughts .lp-index .img-block, .lp-index .lp-thoughts .img-block {
  padding-bottom: 20rem;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .inner, .lp-thoughts .lp-future .img-block, .lp-future .lp-thoughts .img-block, .lp-thoughts .lp-index .img-block, .lp-index .lp-thoughts .img-block {
    padding-bottom: 10rem;
  }
}
.lp-thoughts .thoughts-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .thoughts-head {
    width: 100%;
    padding: 0 10.6666666667vw;
  }
}
.lp-thoughts .block-jyu {
  display: flex;
  align-items: flex-end;
  gap: 6.75rem;
  margin-top: 9.25rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu {
    gap: 7.7087794433vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu {
    flex-direction: column;
    margin-top: 37.3333333333vw;
    gap: 0;
  }
}
.lp-thoughts .block-jyu .jyu-img {
  width: 33.25rem;
  height: 50rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .jyu-img {
    width: 37.9728765168vw;
    height: 57.10206995vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .jyu-img {
    width: 66.1333333333vw;
    height: 99.7333333333vw;
    order: 2;
    margin-left: auto;
    margin-right: 25.0666666667vw;
    margin-top: -62.6666666667vw;
  }
}
.lp-thoughts .block-jyu .video-player-wrap {
  position: relative;
  cursor: pointer;
}
.lp-thoughts .block-jyu .video-player-wrap .jyu-video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 532/800;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.lp-thoughts .block-jyu .video-player-wrap .video-overlay {
  width: 33.25rem;
  height: 50rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  aspect-ratio: 532/800;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .video-player-wrap .video-overlay {
    width: 37.9728765168vw;
    height: 57.10206995vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .video-player-wrap .video-overlay {
    width: 66.1333333333vw;
    height: 99.7333333333vw;
  }
}
.lp-thoughts .block-jyu .video-player-wrap .video-play-icon {
  width: 8.25rem;
  filter: drop-shadow(0 0 0.5625rem #000);
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .video-player-wrap .video-play-icon {
    width: 9.4218415418vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .video-player-wrap .video-play-icon {
    width: 26.1333333333vw;
  }
}
.lp-thoughts .block-jyu .video-player-wrap.is-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
}
.lp-thoughts .block-jyu .txt-block {
  width: calc(100% - 10rem - 33.25rem - 6.75rem);
  display: flex;
  gap: 2.8125rem;
  padding-right: 1.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .txt-block {
    gap: 4.6395431834vw;
    width: calc(100% - 11.42041399vw - 37.9728765168vw - 7.7087794433vw);
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .txt-block {
    display: contents;
    width: 100%;
  }
}
.lp-thoughts .block-jyu .ttl-head {
  margin-top: -3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .ttl-head {
    margin-top: -3.5688793719vw;
    font-size: 3.426124197vw;
  }
  .lp-thoughts .block-jyu .ttl-head:before {
    top: -4.8536759458vw;
    width: 8.6188436831vw;
    height: 8.1370449679vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .ttl-head {
    order: 1;
    margin-right: 13.3333333333vw;
    margin-top: 0;
    letter-spacing: 1em;
  }
  .lp-thoughts .block-jyu .ttl-head:before {
    width: 32.2vw;
    height: 30.4vw;
    top: -15.4666666667vw;
  }
}
.lp-thoughts .block-jyu .txt-area {
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .txt-area {
    order: 3;
    padding: 0 8.5333333333vw;
    margin-top: 14.6666666667vw;
  }
}
.lp-thoughts .block-jyu .txt-area:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 29.25rem;
  height: 35.5rem;
  top: -24.0625rem;
  left: -21.25rem;
  z-index: -1;
  background-image: url("../images/lp/txt-jyu.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .txt-area:before {
    width: 33.4047109208vw;
    height: 40.5424696645vw;
    top: -27.4803711635vw;
    left: -13.2048536759vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .txt-area:before {
    width: 55.6986666667vw;
    height: 67.6106666667vw;
    top: -40vw;
    left: initial;
    right: 5.3333333333vw;
  }
}
.lp-thoughts .block-jyu .txt-area .ttl-h4 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .txt-area .ttl-h4 {
    font-size: 1.7844396859vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .txt-area .ttl-h4 {
    font-size: 6.6666666667vw;
    line-height: 1.8;
  }
}
.lp-thoughts .block-jyu .txt-area .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-jyu .txt-area .txt {
    margin-top: 4.568165596vw;
    font-size: 1.2847965739vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-jyu .txt-area .txt {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
.lp-thoughts .block-umami {
  max-width: 67.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.1875rem;
  margin-top: 9.25rem;
  padding-left: 11.125rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-umami {
    gap: 4.7822983583vw;
    padding-right: 2.8551034975vw;
    padding-left: 12.7052105639vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami {
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.lp-thoughts .block-umami .umami-img {
  width: 45.25rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-umami .umami-img {
    width: 51.6773733048vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .umami-img {
    width: 100%;
    order: 2;
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    margin-top: -29.3333333333vw;
  }
}
.lp-thoughts .block-umami .txt-block {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  gap: 2.8125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .txt-block {
    display: contents;
    padding-left: 0;
  }
}
.lp-thoughts .block-umami .ttl-head {
  margin-top: -3.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .ttl-head {
    order: 1;
    margin-top: 0;
    margin-right: auto;
    margin-left: 14.6666666667vw;
    letter-spacing: 0.4em;
  }
}
.lp-thoughts .block-umami .ttl-head:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26.4375rem;
  height: 31.75rem;
  top: -16.875rem;
  left: -17.5rem;
  z-index: -2;
  background-image: url("../images/lp/txt-umami.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-umami .ttl-head:after {
    width: 30.1927194861vw;
    height: 36.2598144183vw;
    top: -19.2719486081vw;
    left: -19.9857244825vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .ttl-head:after {
    width: 50.36vw;
    height: 60.488vw;
    top: 5.3333333333vw;
    left: initial;
    right: -50.6666666667vw;
  }
}
.lp-thoughts .block-umami .txt-area {
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .txt-area {
    order: 3;
    padding: 0 8vw;
    margin-top: 14.6666666667vw;
  }
}
.lp-thoughts .block-umami .txt-area .ttl-h4 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-umami .txt-area .ttl-h4 {
    font-size: 1.7844396859vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .txt-area .ttl-h4 {
    font-size: 6.6666666667vw;
    line-height: 1.8;
  }
}
.lp-thoughts .block-umami .txt-area .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-umami .txt-area .txt {
    margin-top: 4.568165596vw;
    font-size: 1.2847965739vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-umami .txt-area .txt {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
}
.lp-thoughts .block-gou {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 6.75rem;
  margin-top: 9.25rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou {
    gap: 7.7087794433vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 26.6666666667vw;
    gap: 0;
  }
}
.lp-thoughts .block-gou .gou-img {
  width: 33.25rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou .gou-img {
    width: 37.9728765168vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .gou-img {
    width: 66.1333333333vw;
    order: 2;
    margin-left: auto;
    margin-right: 25.0666666667vw;
    margin-top: -62.6666666667vw;
  }
}
.lp-thoughts .block-gou .txt-block {
  width: calc(100% - 10rem - 33.25rem - 6.75rem);
  display: flex;
  gap: 2.8125rem;
  position: relative;
  z-index: 1;
  margin-top: 3.75rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou .txt-block {
    gap: 4.6395431834vw;
    width: calc(100% - 11.42041399vw - 37.9728765168vw - 7.7087794433vw);
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .txt-block {
    display: contents;
    width: 100%;
  }
}
.lp-thoughts .block-gou .ttl-head {
  margin-top: -4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou .ttl-head {
    margin-top: -4.568165596vw;
    font-size: 3.426124197vw;
  }
  .lp-thoughts .block-gou .ttl-head:before {
    top: -4.8536759458vw;
    width: 8.6188436831vw;
    height: 8.1370449679vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .ttl-head {
    order: 1;
    margin-right: 13.3333333333vw;
    margin-top: 0;
    letter-spacing: 1em;
  }
  .lp-thoughts .block-gou .ttl-head:before {
    width: 32.2vw;
    height: 30.4vw;
    top: -15.4666666667vw;
  }
}
.lp-thoughts .block-gou .txt-area {
  color: #fff;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .txt-area {
    order: 3;
    padding: 0 8.5333333333vw;
    margin-top: 14.6666666667vw;
    position: relative;
  }
}
.lp-thoughts .block-gou .txt-area:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 31.9375rem;
  height: 36.1875rem;
  top: 7.5rem;
  left: -15.625rem;
  z-index: -1;
  background-image: url("../images/lp/txt-gou.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou .txt-area:before {
    width: 36.4739471806vw;
    height: 41.3276231263vw;
    top: 8.5653104925vw;
    left: -17.8443968594vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .txt-area:before {
    width: 55.6986666667vw;
    height: 67.6106666667vw;
    top: -40vw;
    left: initial;
    right: 5.3333333333vw;
  }
}
.lp-thoughts .block-gou .txt-area .ttl-h4 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou .txt-area .ttl-h4 {
    font-size: 1.7844396859vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .txt-area .ttl-h4 {
    font-size: 6.6666666667vw;
    line-height: 1.8;
  }
}
.lp-thoughts .block-gou .txt-area .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 1400px) {
  .lp-thoughts .block-gou .txt-area .txt {
    margin-top: 4.568165596vw;
    font-size: 1.2847965739vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-thoughts .block-gou .txt-area .txt {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
  }
}

/*//////////////////////////////////////////
//  lp-future
//////////////////////////////////////////*/
.lp-future {
  position: relative;
  z-index: 1;
}
.lp-future .ttl-en-txt {
  line-height: 1.75;
}
.lp-future .future-index {
  background: #000;
}
.lp-future .future-index__inner {
  max-width: 87.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.lp-future .future-index .future-message {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 0.8125rem;
  color: #212121;
  position: absolute;
  z-index: 1;
  left: 8.375rem;
  bottom: -4.0625rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-index .future-message {
    left: 9.5645967166vw;
    bottom: -4.6395431834vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-index .future-message {
    left: 8.5333333333vw;
    bottom: -5.3333333333vw;
    gap: 6.4vw;
  }
}
.lp-future .future-index .future-message__single {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  color: inherit;
  font-weight: 500;
  background: transparent;
  writing-mode: vertical-rl;
  padding: 0.5rem 0.25rem;
  background: #fff;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-index .future-message__single {
    font-size: 1.7130620985vw;
    padding: 0.5710206995vw 0.2855103498vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-index .future-message__single {
    font-size: 7.4666666667vw;
    padding: 2.1333333333vw 1.0666666667vw;
    white-space: nowrap;
  }
}
.lp-future .future-index .img-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lp-future .future-index .img-grid {
    display: flex;
    flex-direction: column;
  }
}
.lp-future .future-index .img-grid figure {
  margin: 0;
}
.lp-future .future-index .img-grid figure img {
  width: 100%;
  height: auto;
  display: block;
}
.lp-future .future-index .img-grid .img1 {
  grid-column: 2;
  grid-row: 1;
}
.lp-future .future-index .img-grid .img2 {
  grid-column: 2;
  grid-row: 2;
}
.lp-future .future-index .img-grid .img3 {
  grid-column: 1;
  grid-row: 1/span 2;
}
.lp-future .future-head {
  width: -moz-fit-content;
  width: fit-content;
  margin: 19.6875rem auto 0;
}
@media screen and (max-width: 768px) {
  .lp-future .future-head {
    width: 100%;
    padding: 0 10.6666666667vw;
    margin-top: 42.6666666667vw;
  }
}
.lp-future .s-inner {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .lp-future .s-inner {
    margin-top: 16vw;
  }
}
.lp-future .future-desc {
  display: flex;
  align-items: center;
  gap: 6.875rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc {
    gap: 7.8515346181vw;
    padding: 0 2.8551034975vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc {
    flex-direction: column;
    gap: 10.6666666667vw;
    padding: 0 8.5333333333vw;
  }
}
.lp-future .future-desc .img-area {
  width: 20.6875rem;
  background: #fff;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 2.125rem 0;
  gap: 1.0625rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc .img-area {
    width: 23.6259814418vw;
    padding: 2.4268379729vw 0;
    gap: 1.2134189864vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .img-area {
    width: 100%;
    padding: 8.5333333333vw 0;
    gap: 3.7333333333vw;
  }
}
.lp-future .future-desc .img-area .future-img {
  width: 10.69375rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc .img-area .future-img {
    width: 12.2127052106vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .img-area .future-img {
    width: 45.6266666667vw;
  }
}
.lp-future .future-desc .img-area figcaption {
  font-family: "MS PGothic", "MS Gothic", "ＭＳ ゴシック", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc .img-area figcaption {
    font-size: 0.9992862241vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .img-area figcaption {
    font-size: 3.7333333333vw;
    line-height: 1.3571428571;
  }
}
.lp-future .future-desc .txt-area {
  width: calc(100% - 20.6875rem - 6.875rem);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc .txt-area {
    gap: 2.8551034975vw;
    width: calc(100% - 23.6259814418vw - 7.8515346181vw);
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .txt-area {
    width: 100%;
    gap: 8.5333333333vw;
  }
}
.lp-future .future-desc .txt-area .future-ttl {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc .txt-area .future-ttl {
    font-size: 1.9985724483vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .txt-area .future-ttl {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
}
.lp-future .future-desc .txt-area .future-ttl:before {
  content: "";
  display: inline-block;
  width: 7.546875rem;
  height: 7.125rem;
  position: absolute;
  top: -2.8125rem;
  z-index: -1;
  left: -3.75rem;
  background-image: url("../images/lp/icon-head.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .txt-area .future-ttl:before {
    width: 32.2vw;
    height: 30.4vw;
    left: -4.8vw;
    top: -5.3333333333vw;
  }
}
.lp-future .future-desc .txt-area .txt {
  margin-top: 0;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-desc .txt-area .txt {
    font-size: 1.2847965739vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-desc .txt-area .txt {
    font-size: 4.2666666667vw;
    line-height: 2.5;
  }
}
.lp-future .future-list {
  display: flex;
  gap: 3.5625rem;
  align-items: center;
  margin-top: 5rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-list {
    gap: 4.0685224839vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-list {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 16vw;
  }
}
.lp-future .future-list__item {
  width: calc((100% - 7.125rem) / 3);
  border-radius: 50%;
  border: 0.0625rem solid #fff;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-list__item {
    width: calc((100% - 8.1370449679vw) / 3);
    gap: 2.284082798vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-list__item {
    width: 61.3333333333vw;
    gap: 8.5333333333vw;
  }
}
.lp-future .future-list__item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 3.5625rem;
  height: 0.0625rem;
  background: #fff;
  position: absolute;
  right: -3.5625rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-list__item:not(:last-child):after {
    width: 4.0685224839vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-list__item:not(:last-child):after {
    /* スマホでは横並びから縦並びになるため、下向き中央に表示 */
    width: 0.2666666667vw;
    height: 10.6666666667vw;
    right: 50%;
    left: 50%;
    bottom: -10.6666666667vw;
    transform: translateX(50%);
    position: absolute;
  }
}
.lp-future .future-list__ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0;
  min-height: 6.6875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .lp-future .future-list__ttl {
    font-size: 1.7130620985vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-list__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.8;
    min-height: initial;
  }
  .lp-future .future-list__ttl.triple-line {
    line-height: 1.5;
  }
}
.lp-future .future-list__txt {
  font-size: 1rem;
  line-height: 2.25;
  color: #c59c4f;
  text-align: center;
  width: 100%;
  max-width: calc(100% - 1.25rem);
}
@media screen and (max-width: 1400px) {
  .lp-future .future-list__txt {
    font-size: 1.142041399vw;
    line-height: 2.25;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .future-list__txt {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
.lp-future .txt-bottom {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-top: 3.25rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .txt-bottom {
    font-size: 1.9985724483vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .txt-bottom {
    font-size: 5.8666666667vw;
    line-height: 2;
    margin-top: 13.8666666667vw;
  }
}
.lp-future .img-block {
  position: relative;
  height: 50rem;
  margin-top: 10.5625rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .img-block {
    height: 57.10206995vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .img-block {
    height: 94.4vw;
    margin-top: 8.5625rem;
  }
}
.lp-future .img-wrap {
  position: absolute;
}
.lp-future .img-wrap .img {
  width: 100%;
}
.lp-future .img-wrap--left {
  width: 24.3125rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .lp-future .img-wrap--left {
    width: 27.7658815132vw;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .img-wrap--left {
    width: 44.8vw;
    bottom: 19.2vw;
  }
}
.lp-future .img-wrap--right {
  width: 18rem;
  right: 0;
  bottom: 8.125rem;
}
@media screen and (max-width: 1400px) {
  .lp-future .img-wrap--right {
    width: 20.556745182vw;
    bottom: 9.2790863669vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .img-wrap--right {
    width: 25.6vw;
    right: 0;
    top: initial;
    bottom: 0;
  }
}
.lp-future .img-wrap--main {
  width: 45rem;
  left: 18.9375rem;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .lp-future .img-wrap--main {
    width: 51.391862955vw;
    left: 21.6274089936vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-future .img-wrap--main {
    width: 64vw;
    left: 12.8vw;
    top: 0;
  }
}

/*//////////////////////////////////////////
//  lp-goals
//////////////////////////////////////////*/
.lp-goals {
  background: #000;
  padding-top: 15.6875rem;
  padding-bottom: 9.3125rem;
  margin-top: -14.375rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .lp-goals {
    padding-top: 17.9157744468vw;
    margin-top: -16.4168451106vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-goals {
    padding-top: 107.2vw;
    padding-bottom: 21.3333333333vw;
    margin-top: -80vw;
  }
}
.lp-goals {
  z-index: 0;
}
.lp-goals .goals-contents {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 29.25rem;
  margin-right: auto;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1400px) {
  .lp-goals .goals-contents {
    margin-left: 33.4047109208vw;
    gap: 5.710206995vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-goals .goals-contents {
    margin-left: 0;
    margin-right: 0;
    gap: 3.2vw;
    padding: 0 4vw 0 3.2vw;
  }
}
.lp-goals .ttl-catch {
  writing-mode: vertical-rl;
  margin-top: -4.25rem;
  position: relative;
  z-index: 1;
  margin-left: 1.25rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1400px) {
  .lp-goals .ttl-catch {
    margin-top: -4.8536759458vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-goals .ttl-catch {
    margin-left: 0;
    margin-top: -8.5333333333vw;
  }
}
.lp-goals .ttl-catch:before {
  width: 0.0625rem;
  height: 4rem;
  background: rgba(197, 156, 79, 0.5);
  left: initial;
  margin-left: initial;
}
@media screen and (max-width: 1400px) {
  .lp-goals .ttl-catch:before {
    width: 0.0713775874vw;
    height: 4.568165596vw;
  }
}
@media screen and (max-width: 768px) {
  .lp-goals .ttl-catch:before {
    width: 0.0625rem;
    height: 2rem;
  }
}
.lp-goals .txt-area {
  flex: 1;
}
.lp-goals .txt-area .goals-txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.5;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 1400px) {
  .lp-goals .txt-area .goals-txt {
    font-size: 1.2847965739vw;
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  .lp-goals .txt-area .goals-txt {
    margin-top: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.lp-goals .txt-area .goals-txt:nth-child(1) {
  margin-top: 0;
}
.lp-goals .txt-area .goals-txt__bold {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.7142857143;
  font-weight: 600;
  margin-top: 2rem;
  display: block;
}
@media screen and (max-width: 1400px) {
  .lp-goals .txt-area .goals-txt__bold {
    font-size: 1.9985724483vw;
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .lp-goals .txt-area .goals-txt__bold {
    margin-top: 6.4vw;
    font-size: 5.0666666667vw;
    line-height: 1.8947368421;
  }
}

/*//////////////////////////////////////////
//  lp-link-area
//////////////////////////////////////////*/
.lp-link-area {
  background-image: url("../images/lp/back-bottom@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lp-link-area {
    background-image: url("../images/lp/back-bottom_sp@2x.jpg");
  }
}
.lp-link-area .inner, .lp-link-area .lp-index .img-block, .lp-index .lp-link-area .img-block, .lp-link-area .lp-future .img-block, .lp-future .lp-link-area .img-block {
  height: 48rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .lp-link-area .inner, .lp-link-area .lp-index .img-block, .lp-index .lp-link-area .img-block, .lp-link-area .lp-future .img-block, .lp-future .lp-link-area .img-block {
    height: initial;
    gap: 10.6666666667vw;
    padding: 9.3125rem 8.5333333333vw 14.4vw 8.5333333333vw;
  }
}
.lp-link-area .inner .link-ttl, .lp-link-area .lp-index .img-block .link-ttl, .lp-index .lp-link-area .img-block .link-ttl, .lp-link-area .lp-future .img-block .link-ttl, .lp-future .lp-link-area .img-block .link-ttl {
  max-width: 24.25rem;
  width: 100%;
}
.lp-link-area .inner .link-list, .lp-link-area .lp-index .img-block .link-list, .lp-index .lp-link-area .img-block .link-list, .lp-link-area .lp-future .img-block .link-list, .lp-future .lp-link-area .img-block .link-list {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
}
@media screen and (max-width: 768px) {
  .lp-link-area .inner .link-list, .lp-link-area .lp-index .img-block .link-list, .lp-index .lp-link-area .img-block .link-list, .lp-link-area .lp-future .img-block .link-list, .lp-future .lp-link-area .img-block .link-list {
    width: 100%;
    gap: 10.6666666667vw;
  }
}
.lp-link-area .inner .link-list__link, .lp-link-area .lp-index .img-block .link-list__link, .lp-index .lp-link-area .img-block .link-list__link, .lp-link-area .lp-future .img-block .link-list__link, .lp-future .lp-link-area .img-block .link-list__link {
  width: 24.25rem;
  height: 4.5rem;
  border: 1px solid #fff;
  position: relative;
  font-size: 1.125rem;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  letter-spacing: 0.024em;
  transition: linear all 0.3s;
}
@media screen and (max-width: 768px) {
  .lp-link-area .inner .link-list__link, .lp-link-area .lp-index .img-block .link-list__link, .lp-index .lp-link-area .img-block .link-list__link, .lp-link-area .lp-future .img-block .link-list__link, .lp-future .lp-link-area .img-block .link-list__link {
    width: 100%;
    height: 19.2vw;
    font-size: 4.2666666667vw;
  }
}
.lp-link-area .inner .link-list__link:hover, .lp-link-area .lp-index .img-block .link-list__link:hover, .lp-index .lp-link-area .img-block .link-list__link:hover, .lp-link-area .lp-future .img-block .link-list__link:hover, .lp-future .lp-link-area .img-block .link-list__link:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.lp-link-area .inner .link-list__link:hover:after, .lp-link-area .lp-index .img-block .link-list__link:hover:after, .lp-index .lp-link-area .img-block .link-list__link:hover:after, .lp-link-area .lp-future .img-block .link-list__link:hover:after, .lp-future .lp-link-area .img-block .link-list__link:hover:after {
  background: #fff;
}
.lp-link-area .inner .link-list__link:after, .lp-link-area .lp-index .img-block .link-list__link:after, .lp-index .lp-link-area .img-block .link-list__link:after, .lp-link-area .lp-future .img-block .link-list__link:after, .lp-future .lp-link-area .img-block .link-list__link:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -1rem;
  transition: linear all 0.3s;
}
@media screen and (max-width: 768px) {
  .lp-link-area .inner .link-list__link:after, .lp-link-area .lp-index .img-block .link-list__link:after, .lp-index .lp-link-area .img-block .link-list__link:after, .lp-link-area .lp-future .img-block .link-list__link:after, .lp-future .lp-link-area .img-block .link-list__link:after {
    width: 6.4vw;
    right: -3.2vw;
  }
}/*# sourceMappingURL=style.css.map */