.l-mv {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  height: 700px;
  max-height: 700px;
  width: 100%;
  margin-bottom: 24px;
  background-image: url("/wordpress/wp-content/themes/grandit/common/images/top/mv_bkg1.jpg");
}
@media screen and (max-width: 1370px) {
  .l-mv {
    height: calc(222px + 36vw);
  }
}
@media screen and (max-width: 767px) {
  .l-mv {
    background-image: url("/wordpress/wp-content/themes/grandit/common/images/top/mv_bkg2.jpg");
    height: auto;
    max-height: none;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 375px) {
  .l-mv {
    background-image: url("/wordpress/wp-content/themes/grandit/common/images/top/mv_bkg3.jpg");
  }
}
.l-mv__inner {
  position: relative;
  max-width: 1440px;
  padding: 0 20px;
  padding-top: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 11vw;
}
@media screen and (max-width: 1370px) {
  .l-mv__inner {
    padding-top: 222px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv__inner {
    padding-top: 106px;
  }
}
.l-mv__title {
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: min(7.5rem, 5.2vw);
  line-height: 1em;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-mv__title {
    text-align: center;
    font-size: 4.3rem;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .l-mv__title {
    font-size: 11.5vw;
  }
}
.l-mv__title::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(90deg, #10a36d 0%, #0c9e69 100%);
  border-radius: 50%;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .l-mv__title::after {
    max-width: 234px;
    max-height: 234px;
    width: 18vw;
    height: 18vw;
    top: -40px;
    left: -50px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv__title::after {
    width: 139px;
    height: 139px;
    top: -20px;
    left: -30px;
  }
}
.l-mv__title span {
  font-size: min(3.8rem, 2.6vw);
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-mv__title span {
    text-align: center;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 375px) {
  .l-mv__title span {
    font-size: 5.9vw;
  }
}
.l-mv__btn-area {
  margin-top: 8.5%;
  display: flex;
  gap: 2%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-mv__btn-area {
    gap: 16px;
    margin-top: 24px;
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
.l-mv__btn-area .c-btn {
  position: relative;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  .l-mv__btn-area .c-btn {
    flex: 1;
    max-height: 68px;
    max-width: 258px;
    height: 4.7vw;
    font-size: min(1.4vw, 2rem);
    padding: 8px 8% 8px 8%;
    min-width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv__btn-area .c-btn {
    width: 258px;
    height: 48px;
    min-height: auto;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-mv__btn-area .c-btn__position {
    right: 7%;
  }
}
.l-mv__img-wrap-pc {
  max-width: 450px;
  width: 31.25vw;
}
@media screen and (max-width: 767px) {
  .l-mv__img-wrap-pc {
    display: none;
  }
}
.l-mv__img-wrap-sp {
  display: none;
  width: calc(100% - 40px);
  max-width: 370px;
  margin: 16px auto;
}
@media screen and (max-width: 767px) {
  .l-mv__img-wrap-sp {
    display: block;
  }
}

.banner__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 20px 100px;
}
@media screen and (max-width: 767px) {
  .banner__inner {
    padding: 64px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .banner__list {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .banner__item {
    flex: 1;
  }
}
.banner__link {
  display: block;
}
.banner__link img {
  border-radius: var(--border-radius-1);
}
@media screen and (min-width: 768px) {
  .banner .swiper {
    width: 100%;
    overflow: visible;
  }
  .banner .swiper-controls {
    display: none;
  }
}

.feature {
  background: var(--color-lightgreen);
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.feature__inner {
  max-width: 1028px;
  margin: 104px auto;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    margin: 48px auto;
  }
}
.feature__title {
  font-size: 4.3rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__title {
    font-size: 3rem;
  }
}
.feature__title span {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .feature__title span {
    font-size: 2rem;
  }
}
.feature__lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .feature__lead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.feature__img-wrap {
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .feature__img-wrap {
    margin: 32px auto 0;
  }
}

.floating-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #f16c00;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  box-shadow: 0 2px 6px rgba(241, 108, 0, 0.4);
  color: white;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  user-select: none;
  cursor: pointer;
}
.floating-button:hover, .floating-button:focus {
  background-color: #d85c00;
  outline: none;
}

@media screen and (min-width: 768) {
  .feature__lead {
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .feature__title {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }
  .feature__description {
    font-size: 1rem;
    max-width: none;
  }
}
.solution__inner {
  margin: 100px auto;
}
.solution__lead {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 32px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .solution__lead {
    margin-bottom: 40px;
    text-align: left;
  }
}
.solution__title {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-bold);
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .solution__title {
    font-size: 1.8rem;
  }
}
.solution__bullet {
  display: inline-block;
  margin-right: 9px;
  font-size: 1.5rem;
}

.showcase {
  position: relative;
  width: 100%;
  padding: 40px 0 230px;
}
@media screen and (max-width: 767px) {
  .showcase {
    padding: 40px 0 120px;
  }
}
.showcase__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .showcase__tags {
    justify-content: flex-start;
  }
}
.showcase__bkg {
  position: absolute;
  z-index: -1;
  background: var(--color-lightgreen);
  top: 270px;
  width: 100%;
  height: calc(100% - 270px);
  display: block;
}
@media screen and (max-width: 767px) {
  .showcase__bkg {
    top: 120px;
    height: calc(100% - 120px);
  }
}
.showcase .l-section {
  margin-bottom: 0;
}
.showcase .c-ttl--h1 {
  margin-bottom: 56px;
}
.showcase .c-banner-card {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .showcase .c-banner-card {
    margin-bottom: 56px;
  }
}
.showcase .l-btn {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .showcase .l-btn {
    margin-bottom: 48px;
  }
}
.showcase .c-tagarea__list {
  margin-bottom: 20px;
}

.bkg_arc--white {
  position: relative;
  margin: -150px auto 0;
  overflow: hidden;
  z-index: 1;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .bkg_arc--white {
    margin: -100px auto 0;
    height: 100px;
  }
}
.bkg_arc--white:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  left: 50%;
  border-radius: calc(100vw + 2000px) calc(100vw + 2000px) 0 0/890px 890px 0 0;
  width: 150vw;
  height: 100vw;
  transform: translateX(-50%);
  background-color: var(--color-white);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bkg_arc--white:before {
    border-radius: 2000px 2000px 0 0/600px 600px 0 0;
  }
}

.support__list {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .support__list {
    flex-direction: column;
  }
}
.support .c-tile-card__item {
  width: calc((100% - 20px) / 3);
}

.seminar__lead {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .seminar__lead {
    margin-bottom: 40px;
    text-align: left;
  }
}

.column__lead {
  margin-top: 16px;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .column__lead {
    margin-bottom: 40px;
    text-align: left;
  }
}/*# sourceMappingURL=top.css.map */