
  body {
    margin: 0;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    font-family: "Noto Sans JP";
  }

  * {
    margin: 0;
  }

  /* Container */
  .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: clamp(30px, calc(80 / 1366 * 100vw), 80px);
    padding-bottom: clamp(30px, calc(80 / 1366 * 100vw), 80px);
    padding-left: clamp(30px, calc(133 / 1366 * 100vw), 133px);
    padding-right: clamp(30px, calc(133 / 1366 * 100vw), 133px);


  }

  /* Hero */
  .hero {
    width: 100%;
  }
  .hero img {
    width: 100%;
    display: block;
  }

  /* Layout */
  .content-area {
    display: flex;
    gap: clamp(20px, calc(100 / 1366 * 100vw), 100px);
  }

  /* Main Content */
  .main {
    width: 58%;
  }
  .main .content-div {
    margin-top: 64px;
  }
  .top-content h2 {
    color: #121212;
    font-size: clamp(16px, calc(26 / 1366 * 100vw), 26px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 41.6px */
    letter-spacing: 1.3px;
    margin-bottom: 12px;
  }

  .top-content h3 {
    color: #121212;
    font-size: 22px;
    font-size: clamp(14px, calc(22 / 1366 * 100vw), 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    letter-spacing: 1.1px;
    margin-bottom: 32px;
  }

  .top-content p {
    color: #121212;
    font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    padding: 40px 0;
    border-top: 1px solid #DBDBDB;
  }
  .top-content p span {
    font-weight: 700;
  }

  /* Floating badges */
  .badge{
    padding-bottom: 40px;
  }
  .badge p{
    color: #121212;
    font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }

  .badgeWithBg {
    border-radius: 12px;
    background: #f3f4f5;
    padding: 24px;
  }
  .badgeWithBg p{
    color: #121212;
    font-family: "Noto Sans JP";
    font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }

  /* Sidebar */
 .sidebar {
    width: 33%;
    flex-shrink: 0;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

  h4.sidebar-box-title {
    color: #8E8D8D;
    font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
}

  .side-box .span1 {
    color: #121212;
    text-align: center;
    font-size: clamp(16px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }
  .side-box .span2 {
    color: #121212;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }

  .side-box .span3 {
    color: #121212;
    text-align: center;
    font-size: clamp(16px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }
  .side-box .span4 {
    color: #8E8D8D;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(16px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }

  .side-box h3 {
    font-size: clamp(16px, calc(18 / 1366 * 100vw), 18px);
    margin-bottom: 10px;
  }

  .side-box p {
    color: #121212;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.7px;
  }

  .sidebox-btn a {
    border-radius: 8px;
    background: #167EE5;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(18px, calc(20 / 1366 * 100vw), 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
    padding: 16px 32px;
    text-decoration: none;
    display: inline-block;
  }

  .sidebox-btn a:hover {
    background: linear-gradient(90deg, #4ED6E9 -8.23%, #2593DE 58.11%, #0C3199 121.95%);
  }

  .sidebox2-title {
    color: #8E8D8D;
    font-size: clamp(16px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
    margin-top: 40px;
  }

  .side-box2 {
    border: 1px solid #E9EAEB;
    padding: 30px;
}

.sidebox2-content-area {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.side-box2-img img {
    width: clamp(50px, calc(140 / 1366 * 100vw), 140px);
    height: clamp(40px, calc(120 / 1366 * 100vw), 120px);
    object-fit: cover;
}


.sidebox2-content h4 {
    color: #121212;
    font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.8px;
}
.sidebox2-c-title {
  color: #121212;
  font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.8px;
  margin: 15px 0;
}

.side-box2 p {
  color: #121212;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.7px;
}

  .cta-btn {
    display: block;
    text-align: center;
    background: #1d7bff;
    padding: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 15px;
  }

  /* Bottom CTA */
  .footer-cta {
    background: #167EE5;
    text-align: center;
    padding: 53px 0;
  }

  .footer-cta_btn1 {
    border-radius: 8px;
    background: #FFF;
    color: #167EE5;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(16px, calc(20 / 1366 * 100vw), 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding: 20px 80px;
    display: inline-block;
    text-decoration: none;
  }

  .footer-cta_btn1:hover {
    background: linear-gradient(90deg, #4ED6E9 -8.23%, #2593DE 58.11%, #0C3199 121.95%);
    color: #fff;
  }

  .footer-cta_btn2 {
    border-radius: 8px;
    padding: 12px 56px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid #FFF;
  }
  
  .footer-cta_btn2 p{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(16px, calc(16 / 1366 * 100vw), 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.8px;
  }

  .footer-cta_btn2 span{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(20px, calc(32 / 1366 * 100vw), 32px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 51.2px */
    letter-spacing: 1.6px;
  }

  /* Responsive */
  @media (max-width: 1024px) {
   .wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 32px;
    }

    .main .content-div {
        margin-top: 40px;
    }

    .top-content h2 {
        font-size: 22px;
        letter-spacing: 1.1px;
    }

    .top-content h3 {
        font-size: 18px;
        letter-spacing: 0.9px;
    }

    .content-area {
        gap: 40px;
    }

    /* Sidebar responsive */

    .sidebar {
        width: 37%;
    }

    .side-box2 {
        border: 1px solid #E9EAEB;
        padding: 24px;
    }

    .footer-cta_btn2 {
      padding: 12px 60px;
    }

    .footer-cta_btn2 span{
      font-size: 26px;
    }
    .footer-cta_btn2 p{
      font-size: 16px;
    }

    .sidebox-btn a {
        display: block;
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
   .wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding: 32px;
    }

    .content-area {
        gap: 40px;
    }

    .sidebox2-content-area {
        flex-direction: column;
    }

    .side-box2-img {
        width: 100%;
    }

    .side-box2-img {
        width: 100%;
        height: 120px;
    }

    .side-box2-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sidebox-btn a {
        font-size: clamp(12px, calc(18 / 768 * 100vw), 18px);
        padding-left: clamp(18px, calc(32 / 768 * 100vw), 32px);
        padding-right: clamp(18px, calc(32 / 768 * 100vw), 32px);
    }

    .footer-cta_btn2 span {
        font-size: 32px;
    }

    .footer-cta_btn2 {
        padding: 12px 38px;
    }

        
  }

  @media (max-width: 500px) {
    .wrapper {
        padding: 40px 16px;
    }

    .content-area {
        flex-direction: column;
    }

    .main {
        width: 100%;
    }

    .hero {
        width: 100%;
        height: 169px;
    }

    .hero img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .sidebar {
        width: 100%!important;
    }
    .badge {
      font-size: clamp(14px, calc(18 / 1366 * 100vw), 18px);
    }
    
    .side-box2-img {
        width: 100%;
        height: 180px;
    }

    .sidebox-btn a {
        display: block;
    }
    .footer-cta_btn1 {
        font-size: 20px;
        padding: 16px 40px;
    }

    .footer-cta_btn2{
        padding: 8px 16px;
    }

    .footer-cta_btn2 p{
        font-size: 16px;
    }
    .footer-cta_btn2 span{
        font-size: 32px;
    }
  }

