.meo {
  background-image: url("https://newmedia.co.jp/wp-content/themes/newmedia/assets/images/c-meo_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 65.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
  padding: 8rem 12rem;
}
@media screen and (max-width: 1100px) {
  .meo {
    flex-direction: column;
    padding: 6rem 2rem;
    background-image: url("https://newmedia.co.jp/wp-content/themes/newmedia/assets/images/c-meo_bg-sp.png");
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .meo {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 350px) {
  .meo {
    padding: 2rem 2rem;
  }
}

.meo .meo-title {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
}

.meo .meo-title p:nth-of-type(1) {
  font-size: clamp(6.4rem, 4.144rem + 6.015vw, 12.8rem);
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.meo .meo-title p:nth-of-type(2) {
  font-size: clamp(2rem, 1.4rem + 2.8vw, 3.2rem);
}

.meo .meo__inner {
  margin-top: auto;
}

.meo .meo__inner .type-1 {
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .meo .meo__inner .type-1 {
    margin-top: 4rem;
  }
}

.meo .meo__inner .type-2 {
  font-size: clamp(1.6rem, 1.4rem + 0.9vw, 2rem);
}

.meo .meo-cta {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .meo .meo-cta {
    flex-direction: column;
    max-width: 30rem;
    width: 100%;
    margin-bottom: 6rem;
  }
}

.meo .meo-cta a {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 4px;
  background-color: #FFFFFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .meo .meo-cta a {
    justify-content: space-between;
  }
}

.meo .meo-cta a:hover {
  transform: translateY(-4px) scale(1.02);
  opacity: 1;
}

.meo .meo-cta a p {
  font-size: clamp(1.8rem, 1.5rem + 1.4vw, 2.4rem);
  font-weight: bold;
  white-space: nowrap;
}/*# sourceMappingURL=c-meo.css.map */