body.business03 {
  overflow: visible; }

.business03__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; }

.business03__overview {
  padding: 10rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .business03__overview {
      padding: 7rem 0; } }
  .business03__overview .overview__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business03__overview .overview__contents {
        flex-direction: column;
        gap: 1rem 0; } }
  .business03__overview .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business03__overview .section__lead {
        width: 100%;
        position: static; } }
  .business03__overview .overview__main {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business03__overview .overview__main {
        width: 100%; } }
  .business03__overview .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business03__overview .section__title {
        margin-bottom: 2rem; } }
  .business03__overview .importance-box {
    margin-top: 6rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 5.6%; }
    @media screen and (max-width: 834px) {
      .business03__overview .importance-box {
        margin-top: 4rem;
        border-radius: 5px;
        padding: 30px 5.6%; } }
  .business03__overview .importance__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) {
      .business03__overview .importance__lead {
        margin-bottom: 0.5rem; } }
  .business03__overview .importance__title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business03__overview .importance__title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 2rem; } }
  .business03__overview .importance__list {
    margin-top: 3.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 834px) {
      .business03__overview .importance__list {
        margin-top: 2rem;
        gap: 1rem 0; } }
    .business03__overview .importance__list .importance__item {
      width: 32%;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 834px) {
        .business03__overview .importance__list .importance__item {
          width: 49%;
          aspect-ratio: 1 / 0.5; } }
      @media screen and (max-width: 640px) {
        .business03__overview .importance__list .importance__item {
          width: 100%;
          aspect-ratio: 1 / 0.5; } }
    .business03__overview .importance__list .item__picture {
      overflow: hidden;
      border-radius: 10px; }
      @media screen and (max-width: 834px) {
        .business03__overview .importance__list .item__picture {
          border-radius: 5px; } }
      .business03__overview .importance__list .item__picture img {
        display: block;
        width: 100%; }
        @media screen and (max-width: 834px) {
          .business03__overview .importance__list .item__picture img {
            width: 100%;
            aspect-ratio: 1 / 0.5; } }
      .business03__overview .importance__list .item__picture p {
        position: absolute;
        bottom: 3rem;
        left: 8%;
        color: #fff;
        font-size: 18px;
        font-weight: 500; }
        @media screen and (max-width: 834px) {
          .business03__overview .importance__list .item__picture p {
            font-size: 14px;
            bottom: 1rem;
            left: 4%; } }

.business03__service {
  padding: 10rem 0 12rem;
  background: #E7EEF6; }
  @media screen and (max-width: 834px) {
    .business03__service {
      padding: 7rem 0; } }
  .business03__service .service__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business03__service .service__contents {
        flex-direction: column;
        gap: 1rem 0; } }
  .business03__service .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business03__service .section__lead {
        width: 100%;
        position: static; } }
  .business03__service .service__main {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business03__service .service__main {
        width: 100%; } }
  .business03__service .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business03__service .section__title {
        margin-bottom: 2rem; } }
  .business03__service .service__figure {
    display: flex;
    flex-direction: column;
    margin-top: 8.5rem;
    gap: 8rem 0; }
    @media screen and (max-width: 834px) {
      .business03__service .service__figure {
        margin-top: 4.5rem;
        gap: 4rem 0; } }
  .business03__service .figure {
    width: 100%;
    overflow: hidden;
    border-radius: 10px; }
    @media screen and (max-width: 834px) {
      .business03__service .figure {
        border-radius: 5px; } }
  .business03__service .figure__title-box {
    padding: 2rem 0 3rem;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .business03__service .figure__title-box {
        padding: 1.5rem 0; } }
  .business03__service .fugure__title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.3; }
    @media screen and (max-width: 834px) {
      .business03__service .fugure__title {
        font-size: 17px; } }
    .business03__service .fugure__title span {
      font-size: 16px; }
      @media screen and (max-width: 834px) {
        .business03__service .fugure__title span {
          font-size: 14px; } }
  .business03__service .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) {
      .business03__service .figure__list {
        padding: 2rem 5%; } }
  .business03__service .figure__main {
    background-color: #fff;
    padding: 5rem 6%; }
    @media screen and (max-width: 834px) {
      .business03__service .figure__main {
        padding: 3rem 6%; } }
  .business03__service .item__picture {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 5rem; }
    @media screen and (max-width: 834px) {
      .business03__service .item__picture {
        margin-bottom: 3rem;
        border-radius: 0 0 5px 5px; } }
    .business03__service .item__picture img {
      display: block;
      width: 100%;
      height: 100%; }
  .business03__service .item__check--list {
    display: flex;
    align-items: center;
    gap: 0 1.5rem;
    margin-top: 2rem; }
    @media screen and (max-width: 834px) {
      .business03__service .item__check--list {
        margin-top: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem 0; } }
  .business03__service .item__check-item {
    background: #46A8E3;
    border-radius: 27px;
    display: flex;
    align-items: center;
    gap: 0 1rem;
    padding: 9px 10px;
    line-height: 1;
    color: #fff; }
    @media screen and (max-width: 834px) {
      .business03__service .item__check-item {
        border-radius: 19.5px; } }
    .business03__service .item__check-item img {
      width: 16px;
      height: auto; }
      @media screen and (max-width: 834px) {
        .business03__service .item__check-item img {
          width: 14px; } }
  .business03__service .additional {
    border-radius: 5px;
    background-color: #EFF1F7;
    margin-top: 3rem;
    padding: 2rem 0 4rem;
    text-align: center; }
    @media screen and (max-width: 834px) {
      .business03__service .additional {
        margin-top: 2rem;
        padding: 2rem; } }
  .business03__service .additional__main {
    font-size: 22px;
    font-weight: 500;
    color: #2B5E98;
    margin-bottom: 1rem; }
    @media screen and (max-width: 834px) {
      .business03__service .additional__main {
        font-size: 18px; } }
  .business03__service .figure:first-child .figure__title-box {
    background: linear-gradient(to right, #46A8E3, #3A3EDB); }
  .business03__service .figure:nth-child(2) .figure__title-box {
    background: linear-gradient(to right, #449BE2, #5C6FC7); }
  .business03__service .figure:nth-child(3) .figure__title-box {
    background: linear-gradient(to right, #4E6EC8, #C47CC0); }

.business03__support {
  padding: 10rem 0 12rem; }
  @media screen and (max-width: 834px) {
    .business03__support {
      padding: 7rem 0; } }
  .business03__support .support__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 834px) {
      .business03__support .support__contents {
        flex-direction: column;
        gap: 1rem 0; } }
  .business03__support .section__lead {
    width: 34%;
    position: sticky;
    top: 5rem; }
    @media screen and (max-width: 834px) {
      .business03__support .section__lead {
        width: 100%;
        position: static; } }
  .business03__support .support__main {
    width: 66%; }
    @media screen and (max-width: 834px) {
      .business03__support .support__main {
        width: 100%; } }
  .business03__support .section__title {
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business03__support .section__title {
        margin-bottom: 2rem; } }
  .business03__support .sbt-box {
    margin-top: 6rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 45px 5.6%; }
    @media screen and (max-width: 834px) {
      .business03__support .sbt-box {
        margin-top: 4rem;
        border-radius: 5px;
        padding: 30px 5.6%; } }
  .business03__support .sbt__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) {
      .business03__support .sbt__lead {
        margin-bottom: 0.5rem; } }
  .business03__support .sbt__title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 3rem; }
    @media screen and (max-width: 834px) {
      .business03__support .sbt__title {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 2rem; } }
  .business03__support .sbt__main {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .business03__support .sbt__main {
        flex-direction: column;
        gap: 3rem 0; } }
  .business03__support .sbt__text {
    width: 52%; }
    @media screen and (max-width: 834px) {
      .business03__support .sbt__text {
        width: 100%; } }
  .business03__support .sbt__picture {
    width: 38%; }
    @media screen and (max-width: 834px) {
      .business03__support .sbt__picture {
        width: 80%; } }
