@charset "UTF-8";


/*---------------------------------------------------------------*\
$cta_new
\*---------------------------------------------------------------*/

#cta_new {
  width: calc(100% - 56px);
  position: relative;
}

#cta_new .cta_new_inner {
  width: 100%;
}

/* info */
#cta_new .info {
  gap: 32px;
  padding: 80px 56px;
}

/* 資料請求あり: 2ボタン（常に横並び・FV と同様の白アウトライン） */
#cta_new.cta_new_has_doc .cta_new_actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 656px;
}

#cta_new.cta_new_has_doc .cta_new_button_primary,
#cta_new.cta_new_has_doc .cta_new_button_doc {
  box-sizing: border-box;
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: 320px;
  height: 64px;
  padding: 0 20px;
  font-size: 16px;
  text-decoration: none;
}

#cta_new.cta_new_has_doc .cta_new_button_primary {
  background-image: url('../img/common/background_cta.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline {
  background: var(--primary-white);
  background-color: var(--primary-white);
  background-image: none;
  box-shadow: inset 0 0 0 1px var(--border-light);
  color: var(--primary-black);
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline.shadow {
  box-shadow: inset 0 0 0 1px var(--border-light), var(--shadow);
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline.shadow:hover {
  box-shadow: inset 0 0 0 1px var(--border-light), var(--shadow);
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline:hover {
  background: var(--primary-white);
  background-color: var(--primary-white);
  background-image: none;
  transform: translateY(2px);
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline:hover .subject {
  color: var(--primary-black);
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline:hover .subject:after {
  opacity: 0;
}

#cta_new.cta_new_has_doc .cta_new_button_doc.button_outline .subject {
  font-size: 16px;
  color: var(--primary-black);
}

#cta_new .info .subject {
  font-size: min(4vw, 36px);
}

#cta_new .info .button {
  height: 64px;
  width: 100%;
  max-width: 320px;
  background-image: url('../img/common/background_cta.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
}

/* visual */
#cta_new .visual {
  width: 280px;
  height: inherit;
  flex-shrink: 0;
  margin: 0 0 0 auto;
  background-image: url('../img/common/background_cta.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#cta_new .visual .symbol {
  width: 80px;
}


@media screen and (min-width: 1540px) {

  #cta_new {
    width: 100%;
  }
}


@media screen and (min-width: 1440px) {

  /* visual */
  #cta_new .visual {
    width: 400px;
  }
}


@media screen and (max-width: 1280px) {

  #cta_new a,
  #cta_new .cta_new_inner {
    flex-direction: column-reverse;
  }

  /* info */
  #cta_new .info {
    padding: 80px 56px;
    align-items: center;
  }

  #cta_new .info .subject {
    text-align: center;
  }

  #cta_new .info .button {
    margin: 0 auto;
  }

  #cta_new.cta_new_has_doc .cta_new_actions {
    justify-content: center;
    width: 100%;
    max-width: 656px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }

  #cta_new.cta_new_has_doc .cta_new_button_primary,
  #cta_new.cta_new_has_doc .cta_new_button_doc {
    flex: 1 1 0;
    min-width: 0;
    max-width: 320px;
    width: auto;
  }

  /* visual */
  #cta_new .visual {
    width: 100%;
    height: 120px;
  }

  #cta_new .visual .symbol {
    width: 64px;
  }
}


@media screen and (max-width: 1080px) {

  #cta_new {
    width: calc(100% - 80px);
    margin: 0 auto;
  }

  /* info */
  #cta_new .info {
    padding: 80px 40px;
  }

  #cta_new .info .description {
    max-width: 500px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 600px) {

  #cta_new {
    width: calc(100% - 56px);
  }

  /* info */
  #cta_new .info {
    padding: 56px 28px;
  }

  #cta_new .info .subject {
    font-size: 22px;
  }

  #cta_new .info .button {
    height: 48px;
    font-size: 13px;
    max-width: inherit;
  }

  #cta_new.cta_new_has_doc .cta_new_actions {
    max-width: none;
    flex-wrap: nowrap;
  }

  #cta_new.cta_new_has_doc .cta_new_button_primary,
  #cta_new.cta_new_has_doc .cta_new_button_doc {
    height: 48px;
    font-size: 13px;
    max-width: none;
    min-width: 0;
    flex: 1 1 0;
    width: auto;
  }

  #cta_new.cta_new_has_doc .cta_new_button_doc.button_outline .subject {
    font-size: 13px;
  }

  /* visual */
  #cta_new .visual {
    height: 64px;
  }

  #cta_new .visual .symbol {
    width: 40px;
  }
}