@charset "UTF-8";
/*Screen*/
.main {
  overflow: hidden;
}

.spOnly {
  display: none;
}
@media screen and (max-width: 510px) {
  .spOnly {
    display: block;
  }
}

.p-NewbizSecTitle {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}

.p-NewbizSecTitle .-main {
  color: var(--color-main);
}

.p-NewbizSecTitle .-small {
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecTitle .-small {
    font-size: 1.25rem;
  }
}

.p-NewbizSecTitle .-emphasized {
  background-image: radial-gradient(circle at center, var(--color-main) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.4em;
}

.p-NewbizSecTitle.-task .-small {
  display: inline-block;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 768px) {
  .p-NewbizSecTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-NewbizSecTitle {
    margin-bottom: 30px;
    font-size: 2.25rem;
  }
  .p-NewbizSecTitle.-answer {
    font-size: 2.75rem;
    text-shadow: 0px 0px 13px #001134;
    margin-bottom: 40px;
  }
  .p-NewbizSecTitle.-answer .-small {
    font-size: 1.25rem;
  }
  .p-NewbizSecTitle.-knowledge {
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: left;
    font-feature-settings: normal;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .p-NewbizSecTitle.-solution {
    font-size: 2.75rem;
  }
  .p-NewbizSecTitle.-solution .-small {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  .p-NewbizSecTitle.-solution .-small {
    font-size: 1.5rem;
  }
}
.p-NewbizSecTitle.-NewbizSecTitleWhite {
  color: var(--color-white);
}

.p-NewbizSecText {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecText {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.p-NewbizSecText2 {
  margin-top: 5px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecText2 {
    display: none;
  }
}

.p-NewbizSecText3 {
  text-align: left;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecText3 {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-home-bg.--lightBlue {
  background-color: var(--color-footer);
}

.p-home-bg.-NewbizSecBgWhite {
  background-color: #fff;
}

.p-home-bg.-NewbizSecBgLightGray {
  background-color: var(--color-gray-light);
}

.p-home-bg.-NewbizSecBgGray {
  background: linear-gradient(180deg, #ffffff 0%, #f1f1f1 31%);
}

@media screen and (min-width: 960px) {
  .p-home-bg {
    padding-bottom: 80px;
  }
  .p-home-bg.-NewbizSecTask {
    grid-template-columns: 1fr min(995px, 100% - 40px) 1fr;
    padding-block: 75.5px;
  }
  .p-home-bg.-NewbizSecAnswer {
    padding-top: 60px;
    padding-bottom: 108px;
  }
  .p-home-bg.-NewbizSecKnowledge {
    padding-bottom: 0;
  }
  .p-home-bg.-NewbizSecCase {
    grid-template-columns: 1fr min(1150px, 100% - 40px) 1fr;
  }
  .p-home-bg.-NewbizSecFeatures {
    grid-template-columns: 1fr min(1150px, 100% - 40px) 1fr;
  }
}
.p-Lp7Loading {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s;
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  font-size: 2em;
}

.p-Lp7Loading__wave {
  display: flex;
  position: absolute;
  place-content: center;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  width: 60px;
  height: 51px;
}

@keyframes heightAnimation {
  0% {
    height: 30px;
  }
  50% {
    height: 51px;
  }
  100% {
    height: 30px;
  }
}
.p-Lp7Loading__waveItem {
  animation: heightAnimation 1s ease-in-out infinite;
  width: 6px;
  height: 51px;
}

.p-Lp7Loading__waveItem.-first {
  background-color: #0052ff;
  height: 51px;
}

.p-Lp7Loading__waveItem.-second {
  animation-delay: 0.1s;
  background-color: #0052ff;
  height: 51px;
}

.p-Lp7Loading__waveItem.-third {
  animation-delay: 0.2s;
  background-color: #0052ff;
  height: 51px;
}

@media screen and (max-width: 510px) {
  .header {
    height: 65px;
  }
}

@media screen and (min-width: 960px) {
  .header-container {
    max-width: 1195px;
  }
}

.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1px;
}
@media screen and (min-width: 960px) {
  .header-logo {
    gap: 10px;
  }
}
@media screen and (max-width: 510px) {
  .header-logo {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.header-logo.-lp7 img {
  width: 145px;
  margin-left: -10px;
}
@media screen and (min-width: 960px) {
  .header-logo.-lp7 img {
    width: 145px;
    margin-left: 0;
  }
}
@media screen and (max-width: 510px) {
  .header-logo.-lp7 img {
    width: 110px;
    margin-left: -5px;
    position: relative;
    top: -1px;
  }
}

.header-logo__copy {
  font-size: 0.5625rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .header-logo__copy {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 510px) {
  .header-logo__copy {
    font-size: 0.5625rem;
    line-height: 1.4;
  }
}

.p-home-kv-b_inner {
  max-width: 390px;
  grid-template-columns: repeat(1, 1fr);
  gap: 4px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-home-kv-b_inner {
    max-width: 1150px;
    grid-template-columns: 1fr 478px;
  }
}

@media screen and (min-width: 960px) {
  .p-home-kv-b_content {
    gap: 21px;
  }
}

.p-NewbizKv {
  grid-column: 1/-1;
  background: linear-gradient(90deg, #0052FF 0%, #002E72 100%);
  background-size: cover;
  padding: 38px 25px 38px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv {
    background: linear-gradient(90deg, #0052FF 0%, #002E72 100%);
    background-size: auto 100%;
    padding: 36px 20px 35px;
    min-height: 569px;
  }
}

.p-NewbizKv_bg {
  position: absolute;
  top: -20px;
  right: -55vw;
  width: 110vw;
  height: 100%;
  rotate: 38.55deg;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv_bg {
    top: -110px;
    right: -210px;
    width: 711px;
  }
}

.p-NewbizKv_form_head {
  text-align: center;
  border-radius: 4px 4px 0 0;
  background-color: #08287F;
}

.p-home-kv-b_form_title {
  display: inline-block;
  font-size: 0.875rem;
  padding: 11px 0 11px;
}

.p-NewbizKv_form_note {
  text-align: center;
  margin-top: 6px;
}

.p-NewbizKv_form_note a {
  color: var(--color-main);
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: underline;
}

.p-NewbizKv_lead {
  color: var(--color-main);
  font-weight: bold;
  font-size: 1.8125rem;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin: auto;
  background: var(--color-white);
  display: inline-block;
  width: fit-content;
  padding-inline: 0.4em 0.2em;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv_lead {
    font-size: 3rem;
    font-size: clamp(2.8rem, 2.402rem + 0.66vw, 3rem);
    letter-spacing: 0.05em;
    margin: 0;
  }
}

.p-NewbizKv_catch {
  color: var(--color-white);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv_catch {
    font-size: 2.4375rem;
    font-size: clamp(2rem, 1.13rem + 1.45vw, 2.4375rem);
    margin-inline: 0;
  }
}

.p-NewbizKv_text {
  max-width: 320px;
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: normal;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv_text {
    max-width: none;
    font-size: 1.375rem;
    font-size: clamp(1.1rem, 0.553rem + 0.91vw, 1.375rem);
    margin-inline: 0;
  }
}

.p-NewbizKv_text span {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.2em;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv_text span {
    font-size: 2.5rem;
    font-size: clamp(2rem, 1.006rem + 1.66vw, 2.5rem);
  }
}

.p-NewbizKv_text sup {
  font-size: 0.4375rem;
  top: 0.7em;
  right: -1.2em;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv_text sup {
    font-size: 0.75rem;
    top: 0.95em;
    right: -1.3em;
  }
}

.p-NewbizKv__note {
  color: var(--color-white);
  opacity: 0.8;
  font-size: 0.625rem;
  line-height: 1.5;
  padding-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-NewbizKv__note {
    font-size: 0.75rem;
  }
}

.p-NewbizTask {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-NewbizTask {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-NewbizTask {
    gap: 27px;
  }
}

.p-NewbizTask__container {
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: var(--color-white);
  padding: 7px 14px 7px 8px;
}
@media screen and (min-width: 768px) {
  .p-NewbizTask__container {
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .p-NewbizTask__container {
    gap: 15px;
    padding: 7px 20px;
  }
}

.p-NewbizTask__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-NewbizTask__title {
    font-size: 1.25rem;
  }
}

.p-NewbizTask__title span {
  display: block;
  font-size: 1.25rem;
  color: #003199;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .p-NewbizTask__title span {
    font-size: 1.625rem;
  }
}

.p-NewbizTask__img {
  text-align: center;
}

.p-NewbizTask__img img {
  width: 70px;
}
@media screen and (min-width: 960px) {
  .p-NewbizTask__img img {
    width: 91px;
  }
}

.p-NewbizTask__text {
  font-size: 0.9375rem;
}

.p-home-bg.-NewbizSecAnswer {
  position: relative;
  z-index: 0;
  grid-template-columns: 1fr min(1200px, 100% - 40px) 1fr;
  overflow: hidden;
}
.p-home-bg.-NewbizSecAnswer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4C6AAA;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-home-bg.-NewbizSecAnswer {
    grid-template-columns: 1fr 100%;
  }
}

.p-NewbizSecBgAnswer {
  width: 100vw;
  height: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecBgAnswer {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    overflow: hidden;
  }
}
.p-NewbizSecBgAnswer img {
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecBgAnswer img {
    max-width: none;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: unset;
    margin-block: auto;
  }
}
@media screen and (min-width: 1280px) {
  .p-NewbizSecBgAnswer img {
    top: -24px;
    max-width: 60vw;
    max-height: none;
  }
}
@media screen and (min-width: 1800px) {
  .p-NewbizSecBgAnswer img {
    width: 50vw;
    bottom: 0;
    margin-block: auto;
  }
}
.p-NewbizSecBgAnswer.-left {
  left: -20px;
  top: 0;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecBgAnswer.-left {
    left: 0;
  }
  .p-NewbizSecBgAnswer.-left img {
    left: 0;
  }
}
.p-NewbizSecBgAnswer.-right {
  top: unset;
  bottom: 0;
  left: -20px;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecBgAnswer.-right {
    left: unset;
    right: 0;
  }
  .p-NewbizSecBgAnswer.-right img {
    right: 0;
  }
}

.p-NewbizAnswer__container {
  margin: auto;
  background: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-NewbizAnswer__container {
    width: 606px;
  }
}

.p-NewbizAnswer__title {
  background: #003199;
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 18px 1em 14px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-NewbizAnswer__title {
    font-size: 1.5rem;
  }
}

.p-NewbizAnswer__list {
  padding: 18px 20px 41px;
  width: fit-content;
  margin-inline: auto;
}

.p-NewbizAnswer__list li {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.65em;
  position: relative;
}
.p-NewbizAnswer__list li::before {
  content: "・";
}
@media screen and (min-width: 960px) {
  .p-NewbizAnswer__list li {
    font-size: 1.25rem;
  }
}

.p-home-bg.-NewbizSecKnowledge {
  padding-block: 42px 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-home-bg.-NewbizSecKnowledge {
    padding-block: 81px 0;
  }
}

.p-NewbizSecTitle__wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .p-NewbizSecTitle__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(1000px, 100%);
    margin-inline: auto;
  }
}

.p-NewbizKnowledge__container {
  background: #F9F9F9;
  border-radius: 3px;
  padding: 20px 16px;
}
@media screen and (min-width: 960px) {
  .p-NewbizKnowledge__container {
    max-width: 523px;
    padding: 20px 30px;
  }
}

.p-NewbizKnowledge__title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

.p-NewbizKnowledge__list li {
  font-size: 0.9375rem;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-left: 30px;
  margin-top: 12px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-NewbizKnowledge__list li {
    font-size: 1rem;
  }
}

.p-NewbizKnowledge__list li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../../assets/images/lp/newbusiness_a/icon_check.svg) no-repeat center center/contain;
}

.p-NewbizKnowledgebg {
  background: url(../../assets/images/lp/newbusiness_a/bg_knowledge.webp) repeat-x center/auto 100%;
  width: 100vw;
  height: 40vw;
  max-height: 324px;
  margin: 16px calc(50% - 50vw) 0;
}
@media screen and (min-width: 960px) {
  .p-NewbizKnowledgebg {
    background: url(../../assets/images/lp/newbusiness_a/bg_knowledge.webp) repeat-x center/auto 100%;
    margin: 43px calc(50% - 50vw) 0;
  }
}
@media screen and (max-width: 510px) {
  .p-NewbizKnowledgebg {
    background: url(../../assets/images/lp/newbusiness_a/bg_knowledge.webp) repeat-x center/auto 100%;
  }
}

.-NewbizSecBgSolution {
  background: url(../../assets/images/lp/newbusiness_a/bg_solution.webp) no-repeat center top/contain;
  background-size: min(1155px, 77vw);
  padding-top: 16px;
  padding-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .-NewbizSecBgSolution {
    padding-top: 80px;
    padding-bottom: 77px;
  }
}

.p-Newbizsolution {
  width: min(1036px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-Newbizsolution__container {
  min-width: 0;
  background: var(--color-white);
  border-radius: 4px;
  border: 1px solid #A6B7DB;
  padding: 14px 14px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 12px 8px;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container {
    min-width: fit-content;
    justify-content: flex-start;
    text-align: left;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 510px) {
  .p-Newbizsolution__container {
    padding: 12px 8px;
  }
}

.p-Newbizsolution__container dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container dl {
    margin-inline: 0;
  }
}
@media screen and (max-width: 510px) {
  .p-Newbizsolution__container dl {
    margin-inline: 0;
  }
}

.p-Newbizsolution__container dl dt {
  font-size: 1rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.3;
  color: #003199;
  place-content: center;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container dl dt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 510px) {
  .p-Newbizsolution__container dl dt {
    font-size: 0.875rem;
  }
}

.p-Newbizsolution__container dl dd {
  font-size: 1.125rem;
  line-height: 1;
  white-space: nowrap;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container dl dd {
    font-size: 1.25rem;
    margin: 0;
  }
}
@media screen and (max-width: 510px) {
  .p-Newbizsolution__container dl dd {
    font-size: 1rem;
    margin: auto;
  }
}

.p-Newbizsolution__container dl dd .-main {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.04em;
  color: var(--color-main);
  margin-right: 0.05em;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container dl dd .-main {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 510px) {
  .p-Newbizsolution__container dl dd .-main {
    font-size: 2rem;
  }
}

.p-Newbizsolution__container dl dd sup {
  font-size: 0.625rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  right: 0;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container dl dd sup {
    top: 12px;
    right: 2px;
  }
}

.p-Newbizsolution__container:first-child dl dd sup {
  top: unset;
  bottom: 4px;
  right: -2em;
}
@media screen and (min-width: 960px) {
  .p-Newbizsolution__container:first-child dl dd sup {
    bottom: 6px;
  }
}

.p-Newbizsolution__note {
  width: min(998px, 100%);
  margin-inline: auto;
  margin-top: 30px;
}

.p-Newbizsolution__note li {
  font-size: 0.75rem;
  line-height: 1.5;
}

.-NewbizSecCase {
  border-top: 1px solid #DDDDDD;
  padding-bottom: 0;
}

.p-NewbizCase.p-case-list {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease;
  margin-top: 0;
  padding-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .p-NewbizCase.p-case-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list {
    gap: 38px 48px;
    margin-top: 30px;
    padding-bottom: 80px;
  }
}

.p-NewbizCase.p-case-list .more-button_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  display: flex;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.9) 40%, #FFF 100%);
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .more-button_wrap {
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 20%, rgba(255, 255, 255, 0.9) 40%, #FFF 100%);
  }
}
.p-NewbizCase.p-case-list .js-more-button {
  display: block;
  color: var(--color-main);
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
  border: 1px solid var(--color-main);
  background: var(--color-white);
  padding: 16px 10px;
  width: 400px;
  margin: auto;
  text-align: center;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .js-more-button {
    font-size: 1.375rem;
    padding: 28px 10px;
  }
}
.p-NewbizCase.p-case-list .js-more-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  display: inline-block;
  background: no-repeat 0 0;
  background-size: contain;
  background-image: url(../../assets/images/common/icon-arrow-blue.svg);
}
.p-NewbizCase.p-case-list .js-more-button:hover {
  background: rgba(244, 247, 250, 0.7);
}
.p-NewbizCase.p-case-list .p-case-card {
  width: 100%;
  max-width: none;
  border: 1px solid #DDD;
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .p-case-card {
    max-width: 552px;
  }
}
.p-NewbizCase.p-case-list .p-case-card__img {
  aspect-ratio: 548/200;
}
.p-NewbizCase.p-case-list .p-case-card__body {
  border: none;
  padding: 20px 20px 24px;
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .p-case-card__body {
    padding: 20px;
  }
}
.p-NewbizCase.p-case-list .p-case-card__label {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  min-height: 0;
}
.p-NewbizCase.p-case-list .p-case-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .p-case-card__title {
    font-size: 1.5rem;
  }
}
.p-NewbizCase.p-case-list .p-NewbizCase__List {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 12px;
}
.p-NewbizCase.p-case-list .p-NewbizCase__List:not(:first-of-type) {
  margin-top: 16px;
}
.p-NewbizCase.p-case-list .p-NewbizCase__List dt {
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  padding: 4px;
  font-weight: bold;
  font-size: 0.875rem;
  color: #003199;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 49, 153, 0.35);
  border-radius: 3px;
  position: relative;
}
.p-NewbizCase.p-case-list .p-NewbizCase__List dd {
  font-size: 0.9375rem;
  place-content: center;
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .p-NewbizCase__List dd {
    font-size: 1rem;
  }
}
.p-NewbizCase.p-case-list .p-NewbizCase__List2 dt {
  min-height: 64px;
  background-color: #003199;
  color: var(--color-white);
}
.p-NewbizCase.p-case-list .p-NewbizCase__List2 dd {
  color: #003199;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-NewbizCase.p-case-list .p-NewbizCase__List2 dd {
    font-size: 1.25rem;
  }
}

@media (any-hover: hover) {
  .p-case-card:hover .p-case-card__img img {
    transform: none;
  }
  .p-case-card:hover .p-case-card__title {
    text-decoration: none;
  }
}
.p-NewbizFeatures.p-case-list {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-NewbizFeatures.p-case-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-NewbizFeatures.p-case-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-top: 30px;
  }
}

.p-NewbizFeatures.p-case-list .p-case-card {
  width: 100%;
  max-width: none;
  border: 1px solid #DDD;
}
@media screen and (min-width: 768px) {
  .p-NewbizFeatures.p-case-list .p-case-card:last-child {
    width: calc(50% - 15px);
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media screen and (min-width: 960px) {
  .p-NewbizFeatures.p-case-list .p-case-card {
    max-width: 552px;
  }
  .p-NewbizFeatures.p-case-list .p-case-card:last-child {
    width: 100%;
    grid-column: unset;
    justify-self: unset;
  }
}
.p-NewbizFeatures.p-case-list .p-case-card__img {
  aspect-ratio: 380/213;
}
.p-NewbizFeatures.p-case-list .p-case-card__body {
  border: none;
  background: #F9F9F9;
  padding: 20px 17px 20px;
}
.p-NewbizFeatures.p-case-list .p-case-card__title {
  color: #003199;
  font-size: 1.25rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.5;
  padding-bottom: 10px;
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-NewbizFeatures.p-case-list .p-case-card__title {
    font-size: 1.5rem;
    padding-bottom: 18px;
    margin-top: 10px;
  }
}
.p-NewbizFeatures.p-case-list .p-case-card__text {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .p-NewbizFeatures.p-case-list .p-case-card__text {
    font-size: 1rem;
  }
}

.p-NewbizCompany-logo {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-NewbizCompany-logo {
    margin-top: 30px;
  }
}

.p-NewbizFlow__wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow__wrap {
    width: min(995px, 100%);
    margin-top: 30px;
  }
}

.p-NewbizFlow {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow {
    gap: 30px;
  }
}

.p-NewbizFlow__container {
  --count-width: 38px;
  --gap: 14px;
  display: grid;
  gap: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow__container {
    --count-width: 45px;
    --gap: 12px;
  }
}

.p-NewbizFlow__container:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: var(--count-width);
  left: calc(var(--count-width) / 2);
  width: 1px;
  height: 110%;
  background-color: #D9D9D9;
  z-index: 1;
}

.p-NewbizFlow__heading {
  display: flex;
  align-items: center;
  gap: var(--gap);
}

.p-NewbizFlow__count {
  font-family: "Roboto", sans-serif;
  color: var(--color-white);
  font-size: 1.375rem;
  line-height: 1;
  background: #003199;
  width: var(--count-width);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow__count {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-NewbizFlow__title {
  color: #003199;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow__title {
    font-size: 1.5rem;
  }
}

.p-NewbizFlow__text {
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-left: calc(var(--count-width) + var(--gap));
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow__text {
    font-size: 1rem;
  }
}

.p-NewbizFlow__text .-main {
  color: var(--color-main);
  font-weight: bold;
}

.p-NewbizFlow__img {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-NewbizFlow__img {
    display: block;
    max-width: min(380px, 40%);
  }
}

.m-cv {
  background-color: #003199;
}

.m-cv::before {
  background-image: url(../../assets/images/lp/newbusiness_a/bg-cv.svg);
  width: 394px;
}

.m-cv__block::before {
  background-image: url(../../assets/images/lp/newbusiness_a/bg-cv.svg);
}

.m-cv .c-button {
  color: var(--color-white);
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .m-cv .c-button {
    font-size: 1.375rem;
    padding: 27.5px 10px;
  }
}

.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  background: no-repeat 0 0;
  background-size: contain;
  width: 8px;
  height: 12px;
  background-image: url(../../assets/images/common/icon-arrow-white.svg) !important;
}

.m-cv .c-button span {
  color: var(--color-white);
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .m-cv .c-button span {
    font-size: 1.375rem;
  }
}

.m-cv .c-button .-border {
  font-size: 1.25rem;
  border: 1px solid #6697FF;
  padding: 6px 10px;
  margin-right: 7px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 960px) {
  .m-cv .c-button .-border {
    font-size: 1.25rem;
    padding: 8px 14px;
  }
}

.c-button.-red {
  color: var(--color-white);
  background-color: #F51400;
}

.c-button.-primary {
  color: var(--color-white);
  background-color: var(--color-main);
}

.c-button.-red:hover {
  background-color: #F63726;
  border-color: #F63726;
}

.c-button.-primary:hover {
  background-color: #266CFF;
  border-color: #266CFF;
}

.p-Lp7Kv_form_content {
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  padding: 12px 23px 19px;
}

.p-Lp7Kv_form_content .mktoForm {
  padding: 0;
  width: 100% !important;
}

.p-Lp7Kv_form_content .mktoForm * {
  font-family: var(--font);
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow {
  width: 100%;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow:not(:first-of-type) {
  margin-top: 6px;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow:first-of-type {
  display: flex;
  justify-content: space-between;
  float: none;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow:first-of-type .mktoFormCol {
  width: 48%;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow:first-of-type .mktoClear {
  display: none;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoFormCol,
.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoFieldWrap {
  margin-bottom: 0 !important;
  width: 100%;
  min-height: initial;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoFieldWrap label {
  margin-bottom: 5px;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoCheckboxList {
  display: flex;
  align-items: center;
  padding-left: 13px;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoCheckboxList label {
  margin-bottom: 0;
  margin-left: 7px;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
  margin-top: -10px !important;
}

.p-Lp7Kv_form_content .mktoForm .mktoFormRow .mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
  font-weight: bold;
}

.p-Lp7Kv_form_content .mktoForm .mktoButtonRow {
  width: 100%;
}

.p-Lp7Kv_form_content .mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 100%;
  max-width: 358px;
}

.p-Lp7Kv_form_content .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  display: block;
  position: relative;
  transition: 0.3s;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  background-image: none !important;
  background-color: var(--color-main);
  padding: 19px 10px 15px !important;
  width: 100% !important;
  color: var(--color-white);
  font-weight: bold !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  font-family: var(--font) !important;
  text-align: center !important;
  text-shadow: none !important;
}

.p-Lp7Kv_form_content .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.p-Lp7Kv_form_content .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/icon-arrow-white.svg);
  width: 7px;
  height: 13px;
  content: "";
}

.p-Lp7Kv_form_content .mktoForm label#Lblirai {
  width: 100% !important;
  font-weight: 400 !important;
}

.p-Lp7Kv_form_content .mktoForm label#Lblirai span {
  font-weight: 400;
  font-size: 0.875rem !important;
  text-decoration: none !important;
}

.p-Lp7Kv_form_content .mktoForm label#Lblirai a {
  color: var(--color-main);
  text-decoration: underline;
}

.p-Lp7Kv_form_content .mktoForm label#Lblirai a:hover {
  text-decoration: none;
}

.p-Lp7Kv_form_content .mktoForm .mktoFieldWrap.mktoRequiredField label#Lblirai span {
  font-size: 10px !important;
  line-height: 1.3;
}

.p-Lp7Kv_form_content .mktoForm .mktoHtmlText.mktoHasWidth {
  width: 100% !important;
}

.p-Lp7Kv_form_content .mktoForm .mktoHtmlText.mktoHasWidth > div {
  text-align: left !important;
}

.p-Lp7Kv_form_content .mktoForm .mktoAsterix {
  float: left !important;
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.p-Lp7Kv_form_content .mktoForm .mktoOffset {
  display: none !important;
}

.p-Lp7Kv_form_content .mktoForm input:not([type=radio]):not([type=checkbox]),
.p-Lp7Kv_form_content .mktoForm select:not([type=radio]):not([type=checkbox]) {
  border: 1px solid var(--color-border);
  background-color: var(--color-gray-light);
  padding: 0 10px;
  width: 100% !important;
  height: 40px;
  color: var(--color-black);
  font-size: 1rem;
}

@media screen and (min-width: 960px) {
  .p-Lp7Kv_form_content .mktoForm input:not([type=radio]):not([type=checkbox]),
  .p-Lp7Kv_form_content .mktoForm select:not([type=radio]):not([type=checkbox]) {
    height: 32px;
  }
}
.p-Lp7Kv_form_content .mktoForm textarea {
  border: 1px solid var(--color-border);
  background-color: var(--color-gray-light);
  padding: 10px !important;
  width: 100%;
  height: 250px !important;
  font-size: 1rem;
}/*# sourceMappingURL=newbusiness_a.css.map */