body.business02 {
  overflow: visible; }

.business02__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 {
      line-height: 1.5;
      font-size: clamp(22px, 4vw, 28px); } }

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

.business02__overview {
  padding: 10rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .business02__overview {
      padding: 7rem 0; } }
  .business02__overview .overview__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business02__overview .overview__contents {
        flex-direction: column;
        gap: 1rem 0; } }
  .business02__overview .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business02__overview .section__lead {
        width: 100%;
        position: static; } }
  .business02__overview .overview__main {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business02__overview .overview__main {
        width: 100%; } }
  .business02__overview .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business02__overview .section__title {
        margin-bottom: 2rem; } }
  .business02__overview .VC-box {
    margin-top: 6rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 5.6%; }
    @media screen and (max-width: 834px) {
      .business02__overview .VC-box {
        margin-top: 4rem;
        border-radius: 5px;
        padding: 30px 5.6%; } }
  .business02__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) {
      .business02__overview .VC__lead {
        margin-bottom: 0.5rem; } }
  .business02__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) {
      .business02__overview .VC__title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 2rem; } }
  .business02__overview .VC__list {
    display: flex;
    flex-direction: column;
    margin-top: 4rem;
    gap: 2rem 0; }
    @media screen and (max-width: 834px) {
      .business02__overview .VC__list {
        margin-top: 3rem; } }
    .business02__overview .VC__list .VC__item {
      background-color: #EFF1F7;
      border-radius: 10px;
      padding: 3.4rem 7%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 834px) {
        .business02__overview .VC__list .VC__item {
          border-radius: 5px;
          padding: 20px 8%;
          flex-direction: column;
          gap: 1rem 0; } }
    .business02__overview .VC__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%; }
    .business02__overview .VC__list .item__title {
      color: #2B5E98;
      font-size: 21px;
      font-weight: 500;
      width: 15%;
      text-align: center;
      line-height: 1; }
      @media screen and (max-width: 834px) {
        .business02__overview .VC__list .item__title {
          font-size: 18px;
          margin-bottom: 0.5rem;
          line-height: 1.5;
          width: 100%; } }
    .business02__overview .VC__list .item__text {
      width: 75%; }
      @media screen and (max-width: 834px) {
        .business02__overview .VC__list .item__text {
          width: 100%; } }

.business02__consultation {
  background-color: #3D5877;
  color: #fff;
  padding: 10.6rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .business02__consultation {
      padding: 6rem 0; } }
  .business02__consultation .section__title {
    text-align: center;
    margin-bottom: 3.6rem; }
    @media screen and (max-width: 834px) {
      .business02__consultation .section__title {
        text-align: left;
        margin-bottom: 3rem; } }
  .business02__consultation .section__text {
    text-align: center;
    margin-bottom: 4.2rem; }
    @media screen and (max-width: 834px) {
      .business02__consultation .section__text {
        text-align: left;
        margin-bottom: 2.3rem; } }
  .business02__consultation .consultation__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 6rem;
    flex-wrap: wrap;
    gap: 2rem 0; }
    @media screen and (max-width: 834px) {
      .business02__consultation .consultation__list {
        flex-direction: column;
        gap: 2rem 0;
        margin-top: 4rem; } }
  .business02__consultation .consultation__item {
    background-color: #fff;
    padding: 2rem 2%;
    width: 32%;
    background: #EFF1F7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 0 2rem; }
    @media screen and (max-width: 834px) {
      .business02__consultation .consultation__item {
        width: 100%;
        padding: 1.5rem 3%;
        border-radius: 5px; } }
    .business02__consultation .consultation__item p {
      font-size: 18px;
      font-weight: 500;
      color: #2B5E98; }
      @media screen and (max-width: 834px) {
        .business02__consultation .consultation__item p {
          font-size: 15px; } }

.business02__support {
  background-color: #E7EEF6;
  padding: 11.5rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .business02__support {
      padding: 7rem 0; } }
  .business02__support .support__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business02__support .support__info {
        flex-direction: column;
        gap: 1rem 0; } }
  .business02__support .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business02__support .section__lead {
        width: 100%;
        position: static; } }
  .business02__support .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business02__support .section__title {
        margin-bottom: 2rem; } }
  .business02__support .support__title {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business02__support .support__title {
        width: 100%; } }
  .business02__support .support__figuer {
    margin-top: 6.5rem;
    background-color: #C6D4E5;
    border-radius: 10px;
    padding: 8rem 4.8%; }
    @media screen and (max-width: 834px) {
      .business02__support .support__figuer {
        border-radius: 5px;
        padding: 4rem 8%; } }

.business02__process {
  padding: 11.5rem 0 13rem; }
  @media screen and (max-width: 834px) {
    .business02__process {
      padding: 7rem 0; } }
  .business02__process .process__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business02__process .process__info {
        flex-direction: column;
        gap: 1rem 0; } }
  .business02__process .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business02__process .section__lead {
        width: 100%;
        position: static; } }
  .business02__process .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business02__process .section__title {
        margin-bottom: 2rem; } }
  .business02__process .process__title {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business02__process .process__title {
        width: 100%; } }
  .business02__process .process__list {
    display: flex;
    flex-direction: column;
    margin-top: 6.5rem;
    gap: 2rem 0; }
    @media screen and (max-width: 834px) {
      .business02__process .process__list {
        margin-top: 4rem; } }
    .business02__process .process__list .process__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) {
        .business02__process .process__list .process__item {
          border-radius: 5px;
          padding: 20px 8%;
          flex-direction: column;
          gap: 2rem 0; } }
    .business02__process .process__list .item__info-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 34%;
      gap: 0 1rem; }
      @media screen and (max-width: 834px) {
        .business02__process .process__list .item__info-box {
          width: 100%;
          flex-direction: column;
          gap: 1rem 0;
          align-items: flex-start; } }
    .business02__process .process__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) {
        .business02__process .process__list .number {
          justify-content: center;
          align-items: center;
          line-height: 1;
          width: 35px; } }
    .business02__process .process__list p.number.pc {
      display: block; }
      @media screen and (max-width: 834px) {
        .business02__process .process__list p.number.pc {
          display: none; } }
    .business02__process .process__list span.number.sp {
      display: none; }
      @media screen and (max-width: 834px) {
        .business02__process .process__list span.number.sp {
          display: flex; } }
    .business02__process .process__list .item__picture {
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 834px) {
        .business02__process .process__list .item__picture {
          border-radius: 5px; } }
      .business02__process .process__list .item__picture img {
        display: block; }
    .business02__process .process__list .item__main {
      width: 62%; }
      @media screen and (max-width: 834px) {
        .business02__process .process__list .item__main {
          width: 100%; } }
    .business02__process .process__list .item__title {
      color: #2B5E98;
      font-size: 21px;
      font-weight: 500;
      margin-bottom: 2.8rem;
      line-height: 1; }
      @media screen and (max-width: 834px) {
        .business02__process .process__list .item__title {
          font-size: 18px;
          margin-bottom: 2.5rem;
          line-height: 1.5;
          display: flex;
          align-items: center;
          gap: 0 1rem; } }
