/* This is the project stylesheet */

:root {
  /* Colors */
  --blue: rgba(43, 137, 200, 1);
  --dark-blue: rgba(40, 106, 153, 1);
  --dark-gray: rgba(146, 153, 158, 1);
  --dark-slate-gray: rgba(36, 38, 38, 1);
  --dark-slate-gray-2: rgba(36, 36, 36, 1);
  --dark-slate-gray-3: rgba(81, 81, 81, 1);
  --gainsboro: rgba(230, 230, 230, 1);
  --ghost-white: rgba(249, 250, 251, 1);
  --steel-blue: rgba(43, 128, 189, 1);
  --transparent-black: rgba(0, 0, 0, 0.1);
  --white: rgba(255, 255, 255, 1);
  --white-smoke: rgba(248, 248, 248, 1);
  --white-smoke-2: rgba(245, 245, 245, 1);
}
.pc {
  display: none;
}
@media screen and (min-width: 981px) {
  .pc {
    display: block;
  }
  .mob {
    display: none;
  }
}

/* -----------------------------------------------------------------
LPトップカバー
----------------------------------------------------------------- */

.cover {
  background-color: var(--white);
  padding: 129px 24px 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .cover {
    padding: 147px 0 41px;
  }
}

.cover .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .cover .content {
    width: 880px;
  }
}

.cover .title-description-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 35px;
}
@media screen and (min-width: 980px) {
  .cover .title-description-image {
    margin-bottom: 93px;
    display: grid;
    grid-template-columns: 400px 1fr;
    align-items: flex-start;
    row-gap: 45px;
    column-gap: 40px;
  }

  .title-description-image .title,
  .title-description-image .description {
    grid-column: 1;
  }

  .title-description-image .cover-image {
    grid-column: 2;
    grid-row: 1 / 3;
  }
}

.cover .title {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.cover .sub-title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: var(--blue);
  background: -webkit-linear-gradient(right, var(--dark-blue), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 980px) {
  .cover .sub-title {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}

.cover .main-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue);
  background: -webkit-linear-gradient(right, var(--dark-blue), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 980px) {
  .cover .main-title {
    text-align: left;
    font-size: 50px;
    line-height: 62px;
  }
}

.cover .cover-image {
  width: 330px;
}
@media screen and (min-width: 980px) {
  .cover .cover-image {
    width: 100%;
  }
}

.cover .description {
  color: var(--dark-slate-gray);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 40px;
}
@media screen and (min-width: 980px) {
  .cover .description {
    align-self: stretch;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.cover .cover-notes {
  margin-top: 25px;
  font-size: 12px;
  align-self: flex-start;
}
@media screen and (min-width: 980px) {
  .cover .cover-notes {
    font-size: 14px;
    margin-top: 100px;
  }
}

.cover-news {
  background-color: #2b80bd;
}

.cover-news-label {
  line-height: 1;
  letter-spacing: 0%;
  color: #fff;
  border-right: solid 1px #fff;
}

.news-line {
  color: #fff;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-line a {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}

.news-line-pc {
  display: none;
}

@media screen and (max-width: 519px) {
  .cover-news {
    padding: 0 19px;
  }

  .cover-news-label {
    height: 13px;
    padding-right: 8px;
    font-size: 13px;
  }

  .news-line {
    color: #fff;
    font-size: 15px;
    padding: 8px 0;
    gap: 15px;
  }

  .news-line a {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
  }
}

@media screen and (min-width: 520px) {
  .cover-news {
    padding: 2px 6px;
  }

  .cover-news-label {
    height: 15px;
    padding-right: 12px;
    font-size: 15px;
  }

  .news-line {
    font-size: 15px;
    width: 100%;
    padding: 12.5px 0;
    line-height: 1.3;
    gap: 18px;
  }
}

@media screen and (min-width: 960px) {
  .cover-news-label {
    padding-right: 18px;
  }

  .news-line-pc {
    font-size: 15px;
    max-width: 778px;
    margin: 0 auto;
    padding: 16px 0 15px 0;
    line-height: 1.4;
    gap: 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .news-line-pc a {
    color: rgba(255, 255, 255, 1);
    text-decoration: underline;
  }

  .news-line {
    display: none;
  }
}

/* -----------------------------------------------------------------
アーリー 〜 レイターステージの資金調達をサポート
----------------------------------------------------------------- */
.section-new-funding-options {
  background-color: var(--white-smoke-2);
  padding: 60px 24px 90px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.section-new-funding-options .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.section-new-funding-options .header-zero {
  margin-bottom: 43px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .title {
  color: var(--dark-slate-gray-2);
  align-self: stretch;
  text-align: center;
  margin-bottom: 32px;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}
.section-new-funding-options .introduction {
  color: var(--dark-slate-gray-2);
  align-self: stretch;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.section-new-funding-options .columns {
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .column {
  background-color: var(--white);
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 4px 1px var(--transparent-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  margin-bottom: 27px;
}
.section-new-funding-options .header-two {
  background-color: var(--dark-gray);
  border-radius: 2px 2px 0px 0px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .text {
  color: var(--white);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}
.section-new-funding-options .list {
  background-color: var(--white);
  padding: 23px 16px 37px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .list-item {
  margin-left: 25px;
  list-style-type: disc;
}

.section-new-funding-options .text-two {
  color: var(--dark-slate-gray);
  align-self: stretch;
  margin-bottom: 21px;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.section-new-funding-options .text-three {
  align-self: stretch;
  color: var(--dark-slate-gray);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.section-new-funding-options .text-emphasis-1 {
  color: var(--steel-blue);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}
.section-new-funding-options .column-two {
  background-color: var(--white);
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 4px 1px var(--transparent-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .header-three {
  background-color: var(--steel-blue);
  border-radius: 2px 2px 0px 0px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .text-four {
  color: var(--white);
  flex: 1;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}
.section-new-funding-options .text-five {
  color: var(--dark-slate-gray);
  margin-bottom: 21px;
  align-self: stretch;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.section-new-funding-options .text-six {
  color: var(--dark-slate-gray);
  align-self: stretch;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.section-new-funding-options .body-six {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.section-new-funding-options .title-two {
  color: var(--steel-blue);
  padding: 10px 66px;
  margin-bottom: 8px;
  flex: 1;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.section-new-funding-options .columns-two {
  background-color: var(--white);
  box-shadow: 0 0 4px 1px var(--transparent-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-new-funding-options .column-three {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
}
.section-new-funding-options .header-four {
  background-color: var(--white-smoke);
  padding: 13px 10px 14px 10px;
  display: grid;
  grid-template-columns: 31px auto;
  place-content: center;
  place-items: center;
  align-self: stretch;
  position: relative;
}
.section-new-funding-options .icon {
  margin-right: 12px;
  min-width: 31px;
  height: 31px;
}
.section-new-funding-options .number {
  height: 31px;
  width: 31px;
}
.section-new-funding-options .cheveron {
  width: 16px;
  height: 6px;
  position: absolute;
  left: calc(50% - 8px);
  bottom: -3px;
}
.section-new-funding-options .text-seven {
  color: var(--steel-blue);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.section-new-funding-options .body-three {
  background-color: var(--white);
  padding: 22px 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.section-new-funding-options .text-eight {
  color: var(--dark-slate-gray);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}
.section-new-funding-options .text-eight:not(:last-of-type) {
  margin-bottom: 15px;
}
.section-new-funding-options .body-four,
.section-new-funding-options .body-five {
  background-color: var(--white);
  padding: 22px 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media screen and (min-width: 520px) {
  .section-new-funding-options .introduction {
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .section-new-funding-options {
    padding: 151px 280px 180px;
    flex-direction: column;
    align-items: center;
  }
  .section-new-funding-options .content {
    width: 880px;
  }
  .section-new-funding-options .header-zero {
    margin-bottom: 66px;
    align-items: center;
  }
  .section-new-funding-options .title {
    margin-bottom: 43px;
    font-size: 28px;
    line-height: 40px;
  }
  .section-new-funding-options .introduction {
    font-size: 16px;
  }
  .section-new-funding-options .columns {
    margin-bottom: 69px;
    flex-direction: row;
  }
  .section-new-funding-options .column {
    margin-right: 17px;
    margin-bottom: 0;
    flex: 1;
  }
  .section-new-funding-options .header-two {
    padding: 14px 10px;
    align-items: center;
    justify-content: center;
  }
  .section-new-funding-options .text {
    font-size: 16px;
  }
  .section-new-funding-options .list {
    padding: 30px 20px 39px;
  }
  .section-new-funding-options .text-two {
    margin-bottom: 19px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .section-new-funding-options .text-three {
    font-size: 16px;
    line-height: 20px;
  }
  .section-new-funding-options .text-emphasis-1 {
    font-size: 16px;
    line-height: 20px;
  }
  .section-new-funding-options .column-two {
    flex: 1;
    align-self: unset;
  }
  .section-new-funding-options .header-three {
    padding: 14px 10px;
    align-items: center;
    justify-content: center;
  }
  .section-new-funding-options .text-four {
    font-size: 16px;
  }
  .section-new-funding-options .text-five {
    max-width: 371px;
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 20px;
  }
  .section-new-funding-options .text-six {
    max-width: 371px;
    font-size: 16px;
    line-height: 20px;
  }
  .section-new-funding-options .title-two {
    align-self: stretch;
    padding: 0;
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 28px;
  }
  .section-new-funding-options .columns-two {
    overflow: hidden;
    border-radius: 2px;
    flex-direction: row;
  }
  .section-new-funding-options .column-three {
    width: 292px;
  }
  .section-new-funding-options .header-four {
    display: block;
    padding: 31px 10px 42px;
    height: auto;
  }
  .section-new-funding-options .icon {
    margin: 0 auto 19px;
    padding: 0 0 1px;
    height: 41px;
    width: 42px;
    position: relative;
  }
  .section-new-funding-options .number {
    height: 41px;
    width: 42px;
  }
  .section-new-funding-options .cheveron {
    left: 13px;
    bottom: -94px;
  }
  .section-new-funding-options .text-seven {
    font-size: 18px;
  }
  .section-new-funding-options .body-three {
    padding: 40px 10px 44px;
  }
  .section-new-funding-options .text-eight {
    font-size: 16px;
    line-height: 20px;
  }
  .section-new-funding-options .text-eight:not(:last-of-type) {
    margin-bottom: 19px;
  }
  .section-new-funding-options .vertical-border {
    width: 2px;
    background-color: var(--white-smoke-2);
    align-self: stretch;
  }
  .section-new-funding-options .body-four,
  .section-new-funding-options .body-five {
    padding: 40px 10px 40px;
  }
}

/* -----------------------------------------------------------------
Siiibo証券のご利用の流れ
----------------------------------------------------------------- */
.section-flow {
  background-color: var(--white);
  padding: 86px 24px 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-flow .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-flow .title-and-introduction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-flow .title-and-introduction:not(:last-of-type) {
  margin-bottom: 32px;
}
.section-flow .title {
  color: var(--steel-blue);
  align-self: stretch;
  text-align: center;
  margin-bottom: 32px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.section-flow .introduction {
  color: var(--dark-slate-gray-2);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.section-flow .cases {
  margin-bottom: 58px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-flow .case {
  padding: 0 0 0 6px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-flow .case:not(:last-of-type) {
  margin-bottom: 60px;
}
.section-flow .caption {
  color: var(--dark-slate-gray-3);
  align-self: stretch;
  text-decoration: underline;
  margin-bottom: 21px;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
}
.section-flow .image-1 {
  width: 100%;
  max-width: 500px;
  height: auto;
  align-self: center;
}
.section-flow .image-2 {
  width: 100%;
  max-width: 500px;
  height: auto;
  align-self: center;
}
.section-flow .caption-two {
  color: var(--dark-slate-gray-3);
  align-self: stretch;
  text-decoration: underline;
  margin-bottom: 9px;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}
.section-flow .image2 {
  width: 360px;
  height: 135px;
}
.section-flow .table {
  background-color: var(--white);
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 4px 1px var(--transparent-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-flow .header-zero {
  background-color: var(--white-smoke);
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.section-flow .text {
  color: var(--dark-slate-gray);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
.section-flow .data {
  margin-left: 0.5px;
  padding: 22px 16px 28px;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.section-flow .text-two {
  color: var(--dark-slate-gray);
  flex: 1;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}
.section-flow .border {
  height: 1px;
  background-color: var(--gainsboro);
  align-self: stretch;
}
.section-flow .row {
  align-self: stretch;
  position: relative;
}
.section-flow .data-two {
  padding: 22px 16px 28px;
  display: flex;
  align-items: flex-start;
}
.section-flow .row-two {
  padding: 0 0 126px;
  align-self: stretch;
  position: relative;
}
.section-flow .data-three {
  padding: 22px 16px 28px;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .section-flow {
    padding: 145px 280px 180px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-flow .content {
    width: 880px;
  }
  .section-flow .title-and-introduction:not(:last-of-type) {
    margin-bottom: 66px;
  }
  .section-flow .title {
    margin-bottom: 43px;
    font-size: 22px;
    line-height: 28px;
  }
  .section-flow .introduction {
    color: var(--dark-slate-gray);
    font-size: 16px;
    line-height: 28px;
  }
  .section-flow .cases {
    margin-bottom: 110px;
  }
  .section-flow .case {
    padding: 0 37px;
  }
  .section-flow .case:not(:last-of-type) {
    margin-bottom: 58px;
  }
  .section-flow .caption {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .section-flow .image-1 {
    width: 802px;
    max-width: none;
    height: 93px;
  }
  .section-flow .image-2 {
    width: 802px;
    max-width: none;
    height: 106px;
  }
  .section-flow .row {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
  }
  .section-flow .header-zero {
    padding: 0 10px;
    width: 302px;
  }
  .section-flow .text {
    font-size: 16px;
  }
  .section-flow .data {
    padding: 16px 25px 15px 46px;
    flex-direction: column;
    flex: 1;
  }
  .section-flow .text-two {
    align-self: stretch;
    font-size: 16px;
    line-height: 30px;
  }
  .section-flow .border {
    height: 2px;
  }
  .section-flow .data-two {
    padding: 14px 25px 15px 46px;
    flex-direction: column;
    position: initial;
    flex: 1;
  }
  .section-flow .data-three {
    padding: 14px 25px 16px 46px;
    flex-direction: column;
    flex: 1;
  }
}

/* -----------------------------------------------------------------
コンバージョンボタン
----------------------------------------------------------------- */
.conversion {
  background: linear-gradient(119deg, var(--blue) 0%, var(--dark-blue) 100%);
  width: 100%;
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .conversion {
    padding: 116px 0;
  }
}

/* -----------------------------------------------------------------
Siiibo証券に登録中の投資家データ
----------------------------------------------------------------- */
.investor-profile-section {
  background-color: var(--white-smoke-2);
  padding: 86px 24px 90px;
  display: flex;
  align-items: flex-start;
}
.investor-profile-section .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.investor-profile-section .title {
  color: var(--steel-blue);
  align-self: stretch;
  text-align: center;
  margin-bottom: 18px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.investor-profile-section .table-and-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.investor-profile-section .columns {
  background-color: var(--white);
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 4px 1px var(--transparent-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.investor-profile-section .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  flex: 1;
  border-bottom: 2px var(--white-smoke-2) solid;
}
.investor-profile-section .table-header {
  background-color: var(--white-smoke);
  margin-bottom: 1px;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.investor-profile-section .text {
  color: var(--dark-slate-gray);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.investor-profile-section .data {
  padding: 25px 10px 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.investor-profile-section .text-two {
  color: var(--dark-slate-gray);
  flex: 1;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.investor-profile-section .border {
  height: 1px;
  background-color: var(--white-smoke-2);
  align-self: stretch;
}
.investor-profile-section .header-two {
  background-color: var(--white-smoke);
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.investor-profile-section .data-two {
  padding: 25px 10px 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.investor-profile-section .text-three {
  color: var(--dark-slate-gray);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.investor-profile-section .center {
  color: var(--dark-slate-gray-2);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 980px) {
  .investor-profile-section {
    padding: 153px 280px 177px;
    flex-direction: column;
    align-items: center;
  }
  .investor-profile-section .content {
    width: 880px;
    flex: none;
  }
  .investor-profile-section .title {
    width: 880px;
    flex: 1;
    margin-bottom: 29px;
    font-size: 22px;
    line-height: 28px;
  }
  .investor-profile-section .columns {
    margin-bottom: 43px;
    align-items: flex-start;
    flex-direction: row;
    align-self: stretch;
  }
  .investor-profile-section .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    border-bottom: none;
    border-left: 2px var(--white-smoke-2) solid;
  }
  .investor-profile-section .column:first-child {
    border-left: 2px transparent solid;
  }
  .investor-profile-section .table-header {
    padding: 17px 10px 16px;
    margin-bottom: 0;
  }
  .investor-profile-section .text {
    font-size: 16px;
  }
  .investor-profile-section .data {
    padding: 50px 10px 60px;
    flex-direction: column;
  }
  .investor-profile-section .text-two {
    align-self: stretch;
    flex: none;
    font-size: 28px;
  }
  .investor-profile-section .vartical-border {
    width: 203px;
    height: 2px;
    background-color: var(--white-smoke-2);
    position: absolute;
    left: -2px;
    top: 0;
  }
  .investor-profile-section .center {
    font-size: 16px;
  }
}

/* -----------------------------------------------------------------
アーリー 〜 レイターステージの資金調達ニーズに応えます
----------------------------------------------------------------- */
.section-wide-variety-of-companies-are-us {
  background-color: var(--white);
  padding: 60px 24px 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-wide-variety-of-companies-are-us .contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-wide-variety-of-companies-are-us .title {
  color: var(--dark-slate-gray-2);
  align-self: stretch;
  text-align: center;
  margin-bottom: 32px;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}
.section-wide-variety-of-companies-are-us .description {
  color: var(--dark-slate-gray-2);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (min-width: 980px) {
  .section-wide-variety-of-companies-are-us {
    padding: 132px 0 111px;
    align-items: center;
  }
  .section-wide-variety-of-companies-are-us .contents {
    width: 880px;
    margin: 0 auto;
  }
  .section-wide-variety-of-companies-are-us .title {
    color: var(--dark-slate-gray);
    margin-bottom: 52px;
    font-size: 28px;
    line-height: 40px;
  }
  .section-wide-variety-of-companies-are-us .description {
    color: var(--dark-slate-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }
}

/* -----------------------------------------------------------------
こんな企業様におすすめします
----------------------------------------------------------------- */
.section-we-recommend-to-the-companies {
  background-color: var(--white);
  padding: 45px 24px 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-we-recommend-to-the-companies .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.section-we-recommend-to-the-companies .title {
  color: var(--steel-blue);
  align-self: stretch;
  text-align: center;
  margin-bottom: 38px;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.section-we-recommend-to-the-companies .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.section-we-recommend-to-the-companies .item {
  color: var(--dark-slate-gray);
  align-self: stretch;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.section-we-recommend-to-the-companies .item:not(:last-of-type) {
  margin-bottom: 21.5px;
}
.section-we-recommend-to-the-companies .spacer {
  width: 36px;
  height: 2px;
  background-color: var(--gainsboro);
  margin-bottom: 21.5px;
}
@media screen and (min-width: 980px) {
  .section-we-recommend-to-the-companies {
    padding: 86px 0 138px;
  }
  .section-we-recommend-to-the-companies .content {
    align-items: center;
    width: 880px;
    margin: 0 auto;
  }
  .section-we-recommend-to-the-companies .title {
    margin-bottom: 74px;
    font-size: 22px;
    line-height: 28px;
  }
  .section-we-recommend-to-the-companies .item {
    font-size: 18px;
    line-height: 36px;
  }
  .section-we-recommend-to-the-companies .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .section-we-recommend-to-the-companies .spacer {
    width: 40px;
    margin-bottom: 30px;
  }
}
