#expo2025_page {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  
  .row {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  
  .col-md-12 {
    padding: 0;
  }
}

.red {
  color: #E70113;
}

.blue {
  color: #0167B7;
}

.white {
  color: #FFF;
}

.background_red {
  background-color: #E70113;
}

.background_blue {
  background-color: #0167B7;
}

.background_blue2 {
  background-color: #DFECF5;
}

.background_gray {
  background-color: #B6BEC3;
}

.background_gray2 {
  background-color: #9AA2A7;
}

.background_pink {
  background-color: #FFE3E6;
}

.font_bold {
  font-weight: bold;
}

.section_title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.section_title h2 {
  font-size: 36px;
  letter-spacing: 0px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP";
}

.text {
  width: 100%;
  margin: 0 auto;
}

.text p {
  font-size: 18px;
  letter-spacing: 0px;
  text-align: left;
  line-height: 36px;
  font-family: "Noto Sans CJK JP";
}

.link_anchor {
  padding-top: 80px;
  margin-top: -80px;
}

@media (max-width: 720px) {

  #expo2025_page {
    max-width: 375px;
  }

  .section_title h2 {
    font-size: 26px;
    line-height: 37px;
  }

  .text p {
    font-size: 16px;
    line-height: 30px;
  }

}

/* mv */
.mv {
  margin-bottom: 90px;
  padding-top: 55px;
}

.mv_wrapper {
  position: relative;
  width: 100%;
}

.mv_img {
  width: 100%;
  height: auto;
}

.mv_img img {
  width: 100%;
  height: auto;
}

.mv_content {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.mv_content_wrapper {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.mv_content_wrapper h1 {
  font-size: 50px;
  letter-spacing: 0px;
  font-family: "Hiragino Sans" , "Noto Sans JP", sans-serif;
}

.mv_content_wrapper h3 {
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: bold;
  margin-bottom: 18px;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
}

.mv_content_wrapper p {
  font-size: 18px;
  letter-spacing: 0px;
  font-family: "Noto Sans CJK JP";
}

.mv_img2 {
  width: 100%;
  height: 846px;
  position: relative;
}

.mv_img2 img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
}

.mv_img2 img:nth-child(1) {
  left: 0;
}

.mv_img2 img:nth-child(2) {
  right: 0;
}


@media (max-width: 1250px) {
  .mv_content_wrapper {
    width: 57%;
  }
}

@media (max-width: 1000px) {
  .mv_content_wrapper {
    width: 35%;
  }
}

@media (max-width: 800px) {
  .mv_content_wrapper {
    width: 321px;
  }

  .mv_content_wrapper h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .mv_content_wrapper h3 {
    font-size: 20px;
    line-height: 29px;
  }

  .mv_content_wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
}

#takeover-service { 
  .illustration {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 65px;
  }

  .illustration img {
    width: 100%;
    height: auto;
  }

  .button-group {
    width: 100%;
    height: auto;
    background-color: #E6F4FF;
    border-radius: 20px;
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .button-container a {
    display: block;
    width: 300px;
    height: 76px;
    background-color: #1550AC;
    border-radius: 20px;
    text-align: center;
    padding: 23px 40px 23px 40px;
    box-shadow: 0px 3px 6px #00000029;
  }

  .button-group .text {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 25px;
  }

  @media (max-width: 720px) {
    .button-group {
      padding: 30px 20px;
    }

    .button-container {
      flex-direction: column;
    }
    
    .button-container a {
      width: 280px;
      height: 76px;
      padding: 25px 20px;
    }
  }
}

#workflow {
  .section_title {
    margin-bottom: 50px;
  }

  .content_rows {
    width: 100%;
  }

  .content_row {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .content_row:not(:last-child) {
    margin-bottom: 32px;
  }

  .left {
    width: 55%;
    min-width: 540px;
    display: flex;
    flex-direction: row;
  }

  .circle {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 33px;
  }

  .circle span {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
  }

  .circle span.font_size16 {
    font-size: 16px;
  }

  .text_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .text {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .text span {
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 30px;
  }

  .link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #2E3138;
    letter-spacing: 0px;
    line-height: 20px;
    border: 1px solid #EBE5E5;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #00000029;
    padding: 13px 20px 13px 20px;
  }

  .link a::after {
    content: "";
    display: block;
    width: 5px;
    height: 15px;
    background-image: url("/lp/expo2025/images/4_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .right {
    min-width: 160px;
    height: auto;
  }

  .image_wrapper {
    max-width: 300px;
    width: 100%;
    height: auto;
  }

  .image_wrapper img {
    width: 100%;
    height: auto;
  }

  .content_row:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-image: url("/lp/expo2025/images/4_pc_line.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
  }
  
  @media (max-width: 920px){
    .left {
      width: 100%;
      min-width: 275px;
      flex-direction: column;
      align-items: center;
    }

    .circle {
      margin-right: 0px;
    }

    .text_wrapper {
      align-items: center;
      margin-top: 27px;
      margin-bottom: 32px;
    }

    .content_row:not(:last-child) {
      margin-bottom: 40px;
    } 

    .content_row:not(:last-child)::after {
      background-image: url("/lp/expo2025/images/4_sp_line.png");
    }
  }
}

#how-to {
  margin-bottom: 120px;

  .section_title {
    margin-bottom: 40px;
  }

  .highlight_wrapper {
    margin-bottom: 40px;
  }

  .highlight {
    border-radius: 100px;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
  }

  .text {
    margin-bottom: 30px;
  }

  .text a {
    text-decoration: underline;
  }

  .image_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 30px auto;
    max-width: 710px;
  }

  .image_wrapper img {
    width: 100%;
    height: auto;
  }

  .illustration .inner_wrapper {
    width: 100%;
    max-width: 710px;
    margin: 0 auto;
  }

  .illustration img {
    width: 100%;
    height: auto;
  }

  @media (max-width: 720px) {
    .section_title {
      margin-bottom: 50px;
    }

    .highlight {
      padding: 15px 47px;
    }

    .content_wrapper > .content_row:nth-of-type(2) {
      margin-bottom: 60px;
    }
  }
}

#about-sbi-vc {
  margin-bottom: 120px;

  .content_wrapper > .text:first-of-type {
    margin-bottom: 60px;
  }

  .features {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 45px;
    column-gap: 20px ;
  }
  
  .features_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #D2D7DA;
    border-radius: 10px;
    width: 320px;
    min-width: 320px;
    height: 200px;
    padding: 15px;
  }

  .features_item .feature_title {
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 190px;
    max-width: 260px;
    height: 35px;
    transform: translateX(-50%) translateY(-50%);
    background-color: #04D58E;
    color: #FFFFFF;
    border-radius: 17px;
    text-align: center;
    padding: 4px 20px;
    box-sizing: border-box;
    white-space: nowrap;
  }

  .feature_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    transform: translateY(8px);
  }

  .icon {
    width: 50px;
    height: 50px;
    margin-right: 3px;
  }
  
  .icon img {
    width: 100%;
    height: auto;
  }

  .text_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: 60px;
    transform: translateY(-14%);
  }

  .feature_content .text {
    width: fit-content;
    height: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: left;
    margin: 0;
  }

  .feature_content .text.text_center {
    justify-content: center;
    transform: translateY(5px);
  }

  .feature_content .text span {
    width: 100%;
  }

  .feature_content .text .strong {
    font-size: 20px;
    font-weight: bold;
  }

  .feature_content .text .text_inner_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    margin-top: 5px;
  }

  .feature_content .text .text_inner_wrapper span {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .feature_content .text .text_inner_wrapper .strong {
    font-size: 34px;
  }

  .font_size18 {
    font-size: 18px;
  }

  .feature_content .number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
  }

  .feature_content .number .strong {
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    letter-spacing: -4px;
  }

}

#about-sbi-web3 {
  margin-bottom: 120px;

  .content_inner_wrapper {
    width: 100%;
    height: auto;
    display: flex;
  }

  .image_wrapper {
    width: 300px;
    height: 230px;
    margin-right: 30px;
  }

  .image_wrapper img {
    width: 100%;
    height: auto;
  }

  .text {
    width: 100%;
    max-width: 670px;
  }

  @media (max-width: 720px) {
    .content_inner_wrapper {
      flex-direction: column-reverse;
    }
  }

}

#service-cta-button {
  .g-service-cta__button .button .text-style3 {
    color: #FFF;
    margin-bottom: -5px;
  }
  
  .g-service-cta__button .button {
    font-size: 22px;
  }
  
  .g-service-cta__button .button span {
    font-size: 19px;
  }
  
  @media (max-width: 720px) {
    .g-service-cta__button .button {
      font-size: 12px;
    }
    
    .g-service-cta__button .button span {
      font-size: 11px;
    }

    .g-service-cta__button {
      padding: 0 10px;
    }
  }
}