@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");
:root {
  --text-color: #191919;
  --wh: #fff;
  --bk: #191919;
  --gray: #f4f4f4;
  --green: #45b035;
  --border-color: #f2f2f2;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 499px) {
  .pc-xsl {
    display: none !important;
  }
}

@media screen and (min-width:500px) {
  .sp-xsl {
    display: none !important;
  }
}

@media screen and (max-width: 376px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 377px) {
  .sp-xs {
    display: none !important;
  }
}

.under {
  margin-top: 26rem;
}
@media screen and (max-width: 834px) {
  .under {
    margin-top: 26rem;
  }
}
@media screen and (max-width: 640px) {
  .under {
    margin-top: 22rem;
  }
}
@media screen and (max-width: 499px) {
  .under {
    margin-top: 20rem;
  }
}
.under.narrow-margin {
  margin-top: 15rem;
}
@media screen and (max-width: 640px) {
  .under.narrow-margin {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 376px) {
  .under.narrow-margin {
    margin-top: 11rem;
  }
}

.under-mv {
  background-color: var(--wh);
  padding: 6rem 0 3rem;
}
@media screen and (max-width: 834px) {
  .under-mv {
    padding: 6rem 0 3rem;
  }
}
@media screen and (max-width: 640px) {
  .under-mv {
    padding: 4rem 0 2rem;
  }
}
@media screen and (max-width: 499px) {
  .under-mv {
    padding: 3rem 0 1rem;
  }
}
.under-mv__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 10rem;
}
@media screen and (max-width: 1200px) {
  .under-mv__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.under-mv__title {
  font-size: 4.2rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 834px) {
  .under-mv__title {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .under-mv__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 499px) {
  .under-mv__title {
    font-size: 2.8rem;
  }
}
.under-mv__title::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.4rem;
  background-color: var(--green);
}
.under-mv__desc {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  align-self: flex-end;
}
@media screen and (max-width: 1200px) {
  .under-mv__desc {
    align-self: flex-start;
    text-align: left;
  }
}
@media screen and (max-width: 834px) {
  .under-mv__desc {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=under-mv.css.map */