/* ---------------------------
    CTA
--------------------------- */

.cta-top {
    height: 480px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-image: url("/wp-content/uploads/2026/01/CTA（ユーザー）.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}@media (max-width: 768px) {
    .cta-top {
        height: 100%;
        row-gap: 20px;
        padding: 40px 20px;
        justify-content: left;
        background-image: url(/wp-content/uploads/2026/01/CTA（ユーザー）小.png);
    }
}

.cta-inner {
    width: 1440px;
    margin-inline: auto;
}@media (max-width: 1440px) {
    .cta-inner {
        max-width: 1320px;
    }
}

.cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    row-gap: 40px;
}
@media (max-width: 768px) {
    .cta {
        row-gap: 20px;
    }
}

.cta-text-l {
    color: #ffffff;
    gap: 10px;
    font-size: 40px;
    font-family: var(--font-jp);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
    text-align: start;
    text-shadow: 0px 0px 10px #0000001A;
    line-height: 100%;
    display: flex;
    flex-wrap: nowrap;
}
@media (max-width: 820px) {
    .cta-text-l {
        height: 100%;
        display: block;
    }
}
@media (max-width: 768px) {
    .cta-text-l {
        height: 100%;
        display: block;
        font-size: 24px;
    }
}

.cta-text-l span{
    display: inline;
}
@media (max-width: 820px) {
    .cta-text-l span{
        display: block;
    }
}

.cta-text-m {
    width: 100%;
    color: #111111;
    font-size: 20px;
    font-family: var(--font-jp);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    text-align: start;
    text-shadow: 0px 0px 10px #FFFFFF66;
    line-height: 170%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 768px) {
    .cta-text-m {
        height: 100%;
        font-size: 14px;
    }
}

/* ---------------------------
    CTA / 企業
--------------------------- */
.c_cta {
  padding-block: 50px;
  padding-inline: 20px;
  background: linear-gradient(
      270deg,
      #ff917d 0%,
      #ffd3c2 20.19%,
      #fffbea 50%,
      #ffd3c2 80%,
      #ff917d 100%
    ),
    #f85032;
}
@media (max-width: 768px) {
  .c_cta {
    padding-block: 32px;
  }
}

.c_cta-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
}
@media (max-width: 768px) {
  .c_cta-inner {
    row-gap: 24px;
  }
}

.c_cta-title {
  color: var(--ServiceSite-main02, #f85032);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .c_cta-title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}

.c_cta-text {
  color: var(--ServiceSite-base03, #111);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 34px */
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .c_cta-text {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}