body.business01 {
  overflow: visible; }

.business01__contents {
  margin-bottom: 0; }

.under-mv--img {
  position: relative;
  z-index: 1; }

.section__title-en {
  font-size: clamp(60px, 7vw, 90px);
  font-weight: 300;
  font-family: "Unbounded", sans-serif;
  color: #2B5E98;
  display: inline-block;
  line-height: 1; }
  @media screen and (max-width: 834px) {
    .section__title-en {
      font-size: clamp(30px, 7vw, 60px); } }

.section__lead {
  color: #2B5E98;
  font-size: 14px;
  font-weight: 500;
  font-family: "Unbounded", sans-serif; }

.section__title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2; }
  @media screen and (max-width: 834px) {
    .section__title {
      font-size: clamp(22px, 4vw, 28px);
      line-height: 1.5; } }

.section__text {
  font-size: 15px;
  font-weight: 300; }

.business01__overview {
  padding: 10rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .business01__overview {
      padding: 7rem 0; } }
  .business01__overview .overview__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business01__overview .overview__contents {
        flex-direction: column;
        gap: 1rem 0; } }
  .business01__overview .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business01__overview .section__lead {
        width: 100%;
        position: static; } }
  .business01__overview .overview__main {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business01__overview .overview__main {
        width: 100%; } }
  .business01__overview .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business01__overview .section__title {
        margin-bottom: 2rem; } }
  .business01__overview .VC-box {
    margin-top: 3rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 5.6%; }
    @media screen and (max-width: 834px) {
      .business01__overview .VC-box {
        margin-top: 2rem;
        border-radius: 5px;
        padding: 30px 5.6%; } }
  .business01__overview .VC__lead {
    background: linear-gradient(to left, #47D8FF, #00174C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 1rem;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .business01__overview .VC__lead {
        margin-bottom: 0.5rem; } }
  .business01__overview .VC__title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business01__overview .VC__title {
        font-size: 18px;
        margin-bottom: 2rem; } }
  .business01__overview .VC__figure {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 834px) {
      .business01__overview .VC__figure {
        flex-direction: column;
        gap: 3rem 0;
        margin-bottom: 2rem; } }
  .business01__overview .figure {
    width: 49%;
    overflow: hidden;
    border-radius: 10px; }
    @media screen and (max-width: 834px) {
      .business01__overview .figure {
        border-radius: 5px;
        width: 100%; } }
  .business01__overview .figure__title-box {
    padding: 10px 0;
    text-align: center; }
  .business01__overview .fugure__title {
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 1.3; }
    @media screen and (max-width: 834px) {
      .business01__overview .fugure__title {
        font-size: 17px; } }
    .business01__overview .fugure__title span {
      font-size: 14px;
      display: block; }
      @media screen and (max-width: 834px) {
        .business01__overview .fugure__title span {
          font-size: 12px; } }
  .business01__overview .figure__list {
    background-color: #EFF1F7;
    padding: 2rem 8%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem 0;
    height: 80%; }
    @media screen and (max-width: 834px) {
      .business01__overview .figure__list {
        padding: 2rem 5%; } }
  .business01__overview .figure__item {
    font-size: 14px;
    font-weight: 500; }
    .business01__overview .figure__item span {
      display: block;
      color: #2B5E98; }
  .business01__overview .figure:first-child .figure__title-box {
    background: linear-gradient(to right, #22DCFD, #5865B9); }
  .business01__overview .figure:nth-child(2) .figure__title-box {
    background: linear-gradient(to left, #6771E6, #47509A); }
  .business01__overview .figure:nth-child(2) .figure__list {
    align-items: center;
    justify-content: center; }
  .business01__overview .VC__check-list {
    margin-top: 4.4rem;
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .business01__overview .VC__check-list {
        flex-direction: column;
        gap: 1rem 0;
        margin-top: 3rem;
        align-items: flex-start; } }
  .business01__overview .VC__check-item {
    background: #EFF1F7;
    border-radius: 5px;
    padding: 5px 13px;
    display: flex;
    align-items: center;
    gap: 0 1rem; }
    @media screen and (max-width: 834px) {
      .business01__overview .VC__check-item {
        padding: 5px 10px; } }
    .business01__overview .VC__check-item img {
      width: 16px;
      height: auto; }
      @media screen and (max-width: 834px) {
        .business01__overview .VC__check-item img {
          width: 14px; } }
    .business01__overview .VC__check-item p {
      color: #2b5e98;
      font-size: 15px;
      font-weight: 500; }
      @media screen and (max-width: 834px) {
        .business01__overview .VC__check-item p {
          font-size: 13px; } }

.business01__credit {
  position: relative; }
  .business01__credit .credit__bg img {
    display: block;
    object-fit: cover;
    height: auto;
    max-width: none; }
  @media screen and (max-width: 834px) {
    .business01__credit .credit__bg {
      aspect-ratio: 1 / 1.4; }
      .business01__credit .credit__bg picture {
        display: block;
        aspect-ratio: 1 / 1.4; } }
  .business01__credit .credit__contents {
    position: absolute;
    max-width: 1500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    color: #fff; }
  .business01__credit .credit__title-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 2.4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (max-width: 834px) {
      .business01__credit .credit__title-box {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 1.4rem;
        margin-bottom: 2rem; } }
  .business01__credit .credit-title {
    font-size: 120px;
    font-weight: 300;
    font-family: "Unbounded", sans-serif;
    color: #fff;
    display: inline-block;
    line-height: 1; }
    @media screen and (max-width: 834px) {
      .business01__credit .credit-title {
        width: 70%;
        font-size: 50px; } }
  .business01__credit .credit__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto; }
    @media screen and (max-width: 834px) {
      .business01__credit .credit__info {
        flex-direction: column;
        gap: 3rem 0; } }
  .business01__credit .credit__lead {
    width: 50%;
    text-align: left;
    font-size: 24px;
    font-weight: 400; }
    @media screen and (max-width: 834px) {
      .business01__credit .credit__lead {
        font-size: 20px;
        line-height: 1.8;
        width: 100%; } }
  .business01__credit .credit__text {
    font-size: 15px;
    text-align: right; }
    @media screen and (max-width: 834px) {
      .business01__credit .credit__text {
        text-align: justify;
        font-size: 14px; } }
  .business01__credit .credit__low--main {
    width: 50%; }
    @media screen and (max-width: 834px) {
      .business01__credit .credit__low--main {
        width: 100%; } }
  .business01__credit .btn {
    margin: 3rem 0 0 auto; }
    @media screen and (max-width: 834px) {
      .business01__credit .btn {
        margin: 3rem auto 0; } }

.business01__flow {
  padding: 11.5rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .business01__flow {
      padding: 7rem 0; } }
  .business01__flow .flow__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business01__flow .flow__info {
        flex-direction: column;
        gap: 1rem 0; } }
  .business01__flow .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business01__flow .section__lead {
        width: 100%;
        position: static; } }
  .business01__flow .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business01__flow .section__title {
        margin-bottom: 2rem; } }
  .business01__flow .flow__title {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business01__flow .flow__title {
        width: 100%; } }
  .business01__flow .flow__list {
    display: flex;
    flex-direction: column;
    margin-top: 6.5rem;
    gap: 2rem 0; }
    @media screen and (max-width: 834px) {
      .business01__flow .flow__list {
        margin-top: 4rem; } }
    .business01__flow .flow__list .flow__item {
      background-color: #fff;
      border-radius: 10px;
      padding: 4rem 4%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list .flow__item {
          border-radius: 5px;
          padding: 20px 8%;
          flex-direction: column;
          gap: 2rem 0; } }
    .business01__flow .flow__list .item__info-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 34%;
      gap: 0 1rem; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list .item__info-box {
          width: 100%;
          flex-direction: column;
          gap: 1rem 0;
          align-items: flex-start; } }
    .business01__flow .flow__list .number {
      color: #fff;
      font-size: 10px;
      font-family: "Unbounded", sans-serif;
      background-color: #2B5E98;
      line-height: 1;
      padding: 5px 0;
      width: 30px;
      font-weight: 500;
      text-align: center;
      border-radius: 50%; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list .number {
          justify-content: center;
          align-items: center;
          line-height: 1;
          width: 35px; } }
    .business01__flow .flow__list p.number.pc {
      display: block; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list p.number.pc {
          display: none; } }
    .business01__flow .flow__list span.number.sp {
      display: none; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list span.number.sp {
          display: flex; } }
    .business01__flow .flow__list .item__picture {
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list .item__picture {
          border-radius: 5px; } }
      .business01__flow .flow__list .item__picture img {
        display: block; }
    .business01__flow .flow__list .item__main {
      width: 62%; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list .item__main {
          width: 100%; } }
    .business01__flow .flow__list .item__title {
      color: #2B5E98;
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 2.8rem;
      line-height: 1; }
      @media screen and (max-width: 834px) {
        .business01__flow .flow__list .item__title {
          font-size: 18px;
          margin-bottom: 2.5rem;
          line-height: 1.5;
          display: flex;
          align-items: center;
          gap: 0 1rem; } }
