@media screen and (max-width: 991px) {
  .l-lower-header .c-heading__h2 h2 {
    background-image: url(../img/concept/kv__img__sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: min(360px, 56vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 var(--vw-size18);
  }
  .l-lower-header .c-heading__h2 h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(var(--color-primary));
    opacity: 0.25;
  }
  .l-lower-header .c-heading__h2 h2 span {
    z-index: 100;
  }
  .l-lower-header .c-heading__h2 h2 span.jp {
    font-size: var(--vw-size33);
    color: #ffffff;
    margin-top: var(--vw-size14);
    line-height: 1.2;
  }
  .l-lower-header .c-heading__h2 h2 span.jp sup {
    color: #ffffff;
  }
  .l-lower-header .c-heading__h2 h2 span.en {
    font-family: YakuHanMP, "EB Garamond", serif;
    font-size: var(--vw-size16);
    color: #ffffff;
  }
  .l-lower-header .c-heading__h2 h2 span.c-figcaption__bottom {
    position: absolute;
    bottom: 0;
    right: 3px;
    color: #ffffff;
  }
}

.c-heading__h2 .en span {
  display: block;
}
.c-heading__h2 .en span.noto {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  position: static;
  padding: 0;
  display: inline;
}
@media screen and (max-width: 991px) {
  .c-heading__h2 .en span.noto {
    display: inline;
    font-size: inherit;
    color: inherit;
  }
}

.stepBox .c-image__center,
#index2 .c-image__center {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .stepBox .c-image__center,
  #index2 .c-image__center {
    width: 100%;
  }
}

.text_link {
  overflow-wrap: break-word;
}

/* .stepBox {
  .c-frame__body {
    @include m.max() {
      gap: var(--vw-size24);
    }
  }
  &__arrow {
    max-width: 115px;
    width: 80%;
    margin: 0 auto;
    @include m.max() {
      max-width: 60px;
    }
  }
  .title {
    font-size: m.fontSize(24);
    margin-top: var(--vw-size32);
    margin-bottom: 0;
    @include m.max() {
      font-size: m.fontSize(12);
    }
  }
  .st {
    color: #9d1f27;
    font-size: m.fontSize(34);
    margin: var(--vw-size16) 0 calc(-1 * var(--vw-size20));
    @include m.max() {
      font-size: m.fontSize(14);
    }
  }
}

.c-frame {
  .c-text {
    margin-top: 0;
  }
} *//*# sourceMappingURL=concept.css.map */