
  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(24 / 1366 * 100vw), 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 41.6px */
    letter-spacing: .48px;
    margin-bottom: 12px;
  }

  .top-content h3 {
    color: #121212;
    font-size: clamp(14px, calc(20 / 1366 * 100vw), 20px);
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 35.2px */
    letter-spacing: .6px;
    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: #0144A5;
    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, #0144A5 -6.6%, #2593DE 111.33%);
  }

  .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: #0144A5;
    text-align: center;
    padding: 53px 0;
  }

  .footer-cta_btn1 {
    border-radius: 8px;
    background: #FFF;
    color: #0144A5 ;
    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, #0144A5 -6.6%, #2593DE 111.33%);
    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;
  }



  /* HERO */
.breadcrumb-hero {
    background: url('../assets/images/breadcrumb.webp');
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.breadcrumb-hero h1 {
  font-size: clamp(24px, calc(32 / 1366 * 100vw), 32px);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 57.6px;
  padding: 140px 133px 24px 133px;
  margin: 0;
  letter-spacing: 1.6px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.container {
  margin: 120px auto;
  padding-left: clamp(32px, calc(225 / 1366 * 100vw), 225px);
  padding-right: clamp(32px, calc(225 / 1366 * 100vw), 225px);
}

.title {
  text-align: center;
  font-size: clamp(30px, calc(40 / 1366 * 100vw), 40px);
  margin-bottom: 12px;
  color: #304266;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 2px;
}

.lead {
  text-align: center;
  color: #121212;
  margin-bottom: 64px;
  margin-top: 64px;
  font-size: clamp(16px, calc(20 / 1366 * 100vw), 20px);
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.6px;
}

.row {
  display: flex;
  margin-bottom: 48px;
}

.row label {
  width: 45%;
  font-weight: 500;
  font-size: 20px;
  color: #121212;
}

.field {
  flex: 1;
  width: 50%;
}

input, textarea {
    width: 92%;
    padding: 0 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #F3F4F5;
    height: 45px;
}

input::placeholder {
  font-size: 16px;
  letter-spacing: 0.8px;
}

textarea {
  min-height: 120px;
  padding: 16px;
}

.row.textarea label {
    padding-top: 0;
}

.row.textarea textarea {
    width: 51%;
}

.req {
  background: #2593DE;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 4px;
  margin-right: 19px;
}

.opt {
  background: #E9EAEB;
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 4px;
  margin-right: 19px;
  color: #8E8D8D;
  font-weight: 500;
}

.error {
  font-size: 14px;
  color: #D31515;
  margin-top: 6px;
  letter-spacing: 0.7px;
}

.captcha {
    margin: 64px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-btn {
  text-align: center;
}

.btn {
  padding: 16px 260px;
  background: #0144A5;
  color: #fff;
  border: none;
  font-size: 24px;
  border-radius: 8px;
  font-weight: 500;
  letter-spacing: 1.2px;
  cursor: pointer;
}
.btn:hover {
  background: #1e5ab1;
}

.c-footer {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 32px;
  color: #121212;
  font-size: 16px;
  letter-spacing: .8px;
  line-height: 25.6px;
}

.thanks-text p {
    text-align: left;
    color: #121212;
    font-size: clamp(16px, calc(20 / 1366 * 100vw), 20px);
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.6px;
    text-align: left;
}

.br-res {
  display: none;
}

.br-res-sp {
  display: none;
}

.thanks-lead {
  color: #121212;
  margin-bottom: 64px;
  margin-top: 64px;
  font-size: clamp(16px, calc(20 / 1366 * 100vw), 20px);
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.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;
    }

    .container {
      padding: 0 60px;
    }

    .row.textarea textarea {
      width: 52%;
    }

    .br-res-sp {
      display: none;
    }
  }

  /* 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: 160px;
    }

    .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;
    }

    /*Contact page*/
    .breadcrumb-hero h1 {
        line-height: 43.2px;
        padding: 140px 30px 54px 30px;
        margin: 0;
        letter-spacing: 1.2px;

    }
    .container {
      padding: 0 32px;
      margin: 80px auto;
    }

    .lead {
      margin-top: 18px;
      margin-bottom: 48px;
      font-size: 18px;
      font-weight: 500;
      line-height: 28.8px;
      letter-spacing: 0.9px;
    }

    .thanks-lead {
      margin-top: 18px;
      margin-bottom: 48px;
      font-size: 18px;
      font-weight: 500;
      line-height: 28.8px;
      letter-spacing: 0.9px;
    }

    .title {
      font-size: 28px;
      line-height: 44.8px;
      letter-spacing: 1.4px;
    }
    .br-res {
      display: block;
    }

    .row label {
        font-size: 20px;
    }

    .req {
        font-size: 14px;
    }

    .captcha {
        margin: 48px 0;
    }

    .c-footer {
      font-size: 14px;
      padding-top: 80px;
    }

    .row.textarea textarea {
      width: 50%;
    }

    .btn {
        font-size: 24px;
        letter-spacing: 1.2px;
        padding: 16px 160px;
    }

    .tab-hide {
      display: none;
    }

        
  }

  @media (max-width: 500px) {
    .wrapper {
        padding: 40px 16px;
    }

    .content-area {
        flex-direction: column;
    }

    .main {
        width: 100%;
    }

    .hero {
        width: 100%;
        height: auto;
    }

    .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: 240px;
    }

    .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;
    }

    /*Contact*/

    .breadcrumb-hero h1 {
        line-height: 28.8px;
        padding: 39px 16px 14px 16px;
        font-size: 16px;
        letter-spacing: .32px;
    }

    .container {
        padding: 0 16px;
        margin: 64px auto;
    }

    .title {
      font-size: 24px;
      line-height: 38.4px;
      letter-spacing: 1.2px;
    }

    .lead {
      font-size: 15px;
      line-height: 25.6px;
      letter-spacing: .48px;
    }
    .thanks-lead {
      font-size: 16px;
      line-height: 25.6px;
      letter-spacing: .8px;
    }

    .row { flex-direction: column; }
    .row label { width:100%; margin-bottom:6px; padding-top:0; }

    .field {
        margin-top: 16px;
        width: 100%;
    }

    input, textarea {
      width: 87%;
      padding: 0 20px;
    }

    .row.textarea textarea {
        width: 87%;
        margin-top: 16px;
    }

    .c-footer {
      font-size: 12px;
      padding-top: 64px;
      line-height: 19.2px;
      letter-spacing: 0.6px;
    }

    .btn {
      font-size: 24px;
      letter-spacing: 1.2px;
      width: 100%;
      padding: 16px;
    }
    .br-res-sp {
      display: block;
    }
  }