@charset "UTF-8";
body{
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    margin: 0;
}
li {
    list-style: none;
  }
  header{
    display: block;
  }
  .header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
  }
  .header-left{
    display: flex;
    align-items: flex-start;
    gap: 16px;
  }
  .header-left ul {
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header-left ul li {
    margin: 0;
  }
  .header-left ul li a {
    color: var(--text-color-black, var(--text1, #333));
    text-decoration: none;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 16px 4px;
    transition: color 0.3s ease;
  }
  .header-left ul li a:hover {
    color: var(--main-color-blue, #30AFED);
  }
  .footer-content  a:hover {
    color: var(--main-color-blue, #30AFED);
  }
  .hamburger {
    width: 40px;
    height: 25px;
    position: relative;
    cursor: pointer;
    display: none;
  }
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1.5px;
    background: var(--subcolor, #1B6487);
  }
  .hamburger span:first-of-type {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .hamburger span:last-of-type {
    top: 100%;
  }
  .header-1 {
    display: flex;
    gap: 20px;
  }
  .header-1 img{
    width: 165px;
    height: 42px;
  }
  .header-1-1 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-1-1 a {
    color: var(--text1, #333);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 16px;
    margin-left: 16px;
  }
  .header-1-1 img {
    margin-bottom: 34px;
  }
  .slide-menu {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 20px;
    position: fixed;
    top: 32px;
    width: 165px;
    height: 387px;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
  }
  .slide-menu.active {
    transform: translateX(0);
  }
  .hamburger.active span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active span:last-of-type {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header-right {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .user-button {
    border-radius: 80px;
    background: var(--subcolor, #1B6487);
    display: inline-block;
    padding: 6px 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .contact-button {
    border-radius: 80px;
    background: #C0C0C0;
    display: inline-block;
    padding: 6px 32px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .user-button:hover {
    background-color: #0056b3;
  }
  .contact-button:hover {
    background-color: #758492;
  }
  .user-button:active {
    transform: translateY(2px);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }
  .contact-button:active {
    transform: translateY(2px);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  }

.top,.service,
.success-stories,
.partoner,
.material,
.questions{
    padding-bottom: 120px;
}
.material{
    display: flex;
    flex-direction: column;
    gap:64px;
}
.partoner{
    padding-top: 120px;
}
.service{
    padding-top: 120px;
    background-image: url(../img/service-asset.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top{
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:auto;
    margin-bottom: 110px;
    flex-wrap: wrap;
    gap: 38px;
    padding-top: 115px;
}
.top-left{
    display:flex;
    flex-direction: column;
    width:416px;
    gap:0;
}
.top-left-1{
    display:flex;
    justify-content: center;
    font-size:48px;
    font-weight:600;
    text-align: center; /* テキスト自体の中央揃え */
}
.top-left-2{
    display:flex;
    justify-content: center;
    margin: 8px 0;
    gap:16px;
}
.main-logo{
    width: 280px;
    height: 76px;
}
.top-left-3{
    margin-bottom: 16px;
}
.top-left-4{
    display:flex;
    gap:16px;
}
.top-right{
    position: relative;
    max-width: 700px;

}
.overlay-image {
    width: 100%;
    height: auto;
    display: block;
  }
.point-0{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 64px;
}
.point-1-1{
    margin-bottom:32px ;
}
.point-0-1,
.service-0-1,
.features-0-1,
.success-stories-0-1,
.partoner-0-1,
.material-0-1,
.questions-0-1{
    font-size:24px;
    font-weight: 300;
    color: #30AFED;
}
.point-0-2,
.service-0-2,
.features-0-2,
.success-stories-0-2,
.ourteam-0,
.partoner-0-2,
.material-0-2,
.questions-0-2{
    font-size:36px;
    font-weight: 700;
    color: #30AFED;
}
.point-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.service{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.service-0{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 64px;
}
.features-0,
.success-stories-0,
.partoner-0,
.material-0,
.questions-0,
.ipnexus{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.features{
    background-image: url(../img/features-3-asset.svg);
    background-repeat: no-repeat;
    background-position: -100px 800px;
}
.features-1,
.features-2{
    margin-bottom: 64px;
}
.features-1,
.features-3{
    display:flex;
    justify-content: flex-end;
    margin-bottom: 64px;
}
.features-1-left-1,
.features-3-left-1{
    display:flex;
    justify-content:flex-start;
}
.features-1-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 50%;
}
.features-2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.features-2-left{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 50%;
}
.features-number{
    display: flex;
    font-size: 48px;
    font-weight: 500;
    color: #1B648733;
}
.features-vector img{
    display: flex;
    margin-top: 41px;
    width: 280px;
    height:3px;
}
.features-0-2 {
    display: inline;
}
.features-sp-ver{
    display: none;
}
.features-1,.features-2,.features-3{
    gap: 50px;
    flex-wrap: wrap;
}
.features-1-left,
.features-3-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.features-1-left-2,
.features-2-right-2,
.features-3-left-2{
    font-size: 40px;
    font-weight: 900;
    color: #1B6487;
}
.features-1-left-3,
.features-2-right-3,
.features-3-left-3{
    font-size:24px;
    font-weight: 500;
}
.features-1-left-4,
.features-3-left-4{
    font-size: 16px;
    font-weight: 300;
    width:384px;
    height:46px;
    margin-top: 6px;
}
.features-2-right-4{
    font-size: 16px;
    font-weight: 300;
    width:400px;
    height:46px;
    margin-top: 6px;
}
.features{
    display: flex;
    flex-direction: column;
}
.features-2-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.features-2-right-1{
    display: flex;
    justify-content: start;
}
.features-3-right{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 50%;
}
.success-stories-1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 468px;
    height:367px;
}
.success-stories-3{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 468px;
    height:390px;
}
.success-stories-2{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 524px;
    height:367px;
}
.success-stories-4{
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 524px;
    height:390px;
}
.success-stories-1-2,
.success-stories-2-2,
.success-stories-3-2,
.success-stories-4-2{
    display: flex;
    height:100px;
}
.success-stories-1-2-2,
.success-stories-2-2-2,
.success-stories-3-2-2,
.success-stories-4-2-2{
    font-size: 28px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 32px;
}
.success-stories-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px;
}
.success-stories-1-1,
.success-stories-2-1,
.success-stories-3-1,
.success-stories-4-1{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 41px;
    color: #1B6487;

}
.success-stories-1-3,
.success-stories-2-3,
.success-stories-3-3,
.success-stories-4-3{
    font-weight: 300;
    font-size: 16px;
    margin-top: 24px;
}
div#interview-page {
    margin-bottom: 72px;
}
.pricing{
    background-color: rgba(27, 100, 135, 0.08);
}
.pricing-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    margin-bottom: 64px;
}
.pricing-title{
    color: var(--maincolor, #30AFED);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.pricing-sub-title{
    color: var(--maincolor, #30AFED);
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 64px;
}
.pricing-lead{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    text-align: center;
}
.pricing-subtitle{
    color: var(--maincolor, #30AFED);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.pricing-coment{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
    width: 672px;
}
.pricing-group{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}
.pricing-message{
    color: var(--subcolor, #1B6487);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
}
.pricing-deta{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 68px;
}
.contact-cover{
    background-image: url(../img/page5-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    height: 550px;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
    margin-top: 120px;
    margin-bottom: 120px;
}
.contact-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-right{
    display: grid;
    margin: auto 0 ;
    gap: 16px;
}
.contact-message{
    display: flex;
}
.contact-now{
    color: var(--text1, var(--text1, #333));
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: self-end;
    margin-bottom: 6px;
}
.contact-sinple{
    color: var(--text1, var(--text1, #333));
    font-family: "Noto Sans JP";
    font-size: 39.68px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.contact-content{
    display: flex;
}
.page5-logo{
    width: 327.36px;
    height: 89.28px;
    flex-shrink: 0;
}
.user-btn{
    display: flex;
    padding: 16px 64px;
    justify-content: center;
    align-items: center;
    gap: 48px;
    border-radius: 260px;
    background: var(--maincolor, #30AFED);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    color: var(--text2, #FFF);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration:none;
}
.user-btn:hover {
    background-color: #0f61b9;
  }

.btn-group{
    display: flex;
    align-items: center;
    gap: 42px;
    justify-content: center;
    flex-wrap: wrap;
  }
.btn{
    display: flex;
    padding: 16px 64px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid #30AFED;
    background: var(--text2, #FFF);
    color: var(--text2, #FFF);
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #30AFED;
}
.pro{
    padding: 10px 30px;
    font-size: 18px;
    text-align: center;
}
.pro-size{
    gap: 24px;
}
.btn img{
    width: 25px;
    height: 25px;
    margin-left: 24px;
}
.btn:hover{
    background-color: #d9e3e8;
}
.black{
    background: var(--text1, #333);
}

.questions-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
}
.material-1{
    display: flex;
    justify-content: center;
    gap:42px;
    margin-top: 64px;
}
.ipnexus-2{
    display: flex;
    justify-content: center;
    gap:64px;
}

.partoner-1-1,.partoner-1-2{
    display: flex;
    justify-content: center;
    gap:87px;
}
.partoner-0{
    margin-bottom: 64px;
}
.success-stories-1,
.success-stories-2,
.success-stories-3,
.success-stories-4{
    position: relative;
    height: auto;
    z-index: -100;
}
.success-stories-5-1,
.success-stories-5-2,
.success-stories-5-3,
.success-stories-5-4{
    display: flex;
    position: absolute;
    top: -80px;
    left: 55px;
    font-size: 96px;
    font-weight: 700;
    color: #1B648733;
    z-index: -100;
}
.success-stories-0{
    margin-bottom: 116px;
}
.top-asset-1{
    display: flex;
    top: 425px;
    left: 21px;
    width: 38px;
    height: 38px;
}
.top-asset-2{
    display: flex;
    top: 567px;
    left:612px;
    width: 38px;
    height: 38px;
}
.top-asset-3{
    display: flex;
    top: 80px;
    left: 674px;
    opacity: 0.6;
}
html {
    scroll-behavior: smooth;
}
.header-1 a{
    color: black;
    text-decoration: none;
}
.youtube-video-top {
    position: absolute;
    top: 10px;
    left: 90px;
    width: 92%;
    height: 86%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube-video-top iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
  }
.youtube-video-interview {
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    /* z-index: -100; */
    max-width: 100%; /* Ensure video container is responsive */
}

.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.point{
    background-color: rgba(27, 100, 135, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
}

.top{
    background-image: url('../img/main-bg.svg');
    background-size: cover;
}
.service-asset-1{
    right: 0;
    top:310px;
}
.service-asset-2{
    left: -39px;
    top:-94px;
}
.main{
    /* width: 1440px; Removed fixed width */
    max-width: 1440px; /* Set max-width for desktop */
    width: 100%;      /* Allow shrinking */
    margin: 0 auto;   /* Center the main content */
    box-sizing: border-box; /* Include padding/border in width */
}
.features-0{
    margin-top: 120px;
    margin-bottom: 64px;
}
.success-stories-0{
    margin-top: 120px;
}
.questions-0{
    margin-top: 64px;
}

.ipnexus{
    width: 100%;
    background-color: #EDF3F6;
}

.cirle{
    display: inline-block;
    width: 100%;
    padding-top: 120px;
    height: auto;
    border-radius: 70% / 0 0 60% 60%;
    background-color: #ffffff;
    border-bottom: 20px solid #EDF3F6;
}
.ipnexus-1{
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}

footer{
    background-color:#EDF3F6 ;
    padding-top: 120px;
}
body{
    margin:0 !important;
    width:100%;
}
.ourteam {
    background: linear-gradient(180deg, rgba(62, 131, 165, 0.08) 0%, rgba(27, 100, 135, 0.08) 100%);
    padding: 38px 0;
    display: block;
    justify-content: center;
}
.ourteam-0{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourteam-group {
    max-width: 1160px;
    margin: 32px auto;
    display: grid;
    gap: 32px 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    width: 100%;
}
.docsewll-box{
    width: 720px;
    z-index: 10;
}
.docsewll-box-1{
    width: 720px;
    z-index: 9;
}


.ourteam-box{
    width: 303px;
    height: 712px;
    padding: 48px 30px;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: #FFF;
    margin-top: 32px;
    margin:auto;
}
.ourteam-profile{
    width: 303px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    display:flex;
    text-align: center;
    margin-bottom: 30px;
}
.ourteam-img{
    width: 80px;
    height: 80px;
}
.ourteam-name{
    color: var(--subcolor, #1B6487);
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: stretch;
}
.ourteam-position{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.ourteam-lead{
    gap: 16px;
}
.ourteam-skill{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 16px;
}
.questions{
    padding: 0 250px 120px;
    justify-content: center;
}
.question-group{
    margin-top: 64px;
    gap: 16px;
}
.question-box{
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    box-shadow: 0px 4px 12px 0px rgba(27, 100, 135, 0.12);
    overflow: hidden;
    margin-bottom: 16px;
}
.question-bule{
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--maincolor, #30AFED);
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.question-answer{
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #FFF;
    color: var(--text1, #333);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.sp-ver{
    display: none;
}

.footer-title{
    display: flex;
    padding: 0 105px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    align-items: center;
    flex-wrap: wrap;
}
.footer-logo{
    margin-right: 20px;
}
.footer-content{
    display: flex;
    padding: 4px 16px;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.footer-list{
    display: flex;
    padding: 4px 16px;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}
.btn-box{
    display: flex;
    margin-left: 310px;
    gap:16px;
    margin-top: 16px;
}
.footer-content2{
    margin-top: 120px;
    display: flex;
    justify-content: center;
}
.footer-lead{
    color: var(--text-color-black, var(--text1, #333));
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 177px;
    display: flex;
    justify-content: center;
}
.rigth-border{
    border-right: 1px solid var(--text1, #333);
}
.footer-all-rights{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color-black, var(--text1, #333));
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 82px;
}
.point-1-2{
    display: flex;
    gap:16px;
}
.point-title-first{
    color: var(--maincolor, #30AFED);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 17.5px;
    margin-bottom: 17.5px;
}
.point-box {
    flex-direction: column;
    width: 251px;
    height: 345px;
    padding: 24px 16px 16px 16px;
    align-items: center;
    gap: 16px;
    border-radius: 20px;
    background: #FFF;
    margin-top: 32px;
    margin: auto;
}
.point-title{
    color: var(--maincolor, #30AFED);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.point-img{
    display: flex;
    justify-content: center;
}
.point-var{
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.point-number{
    color: var(--maincolor, #30AFED);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.features-sp-ver{
    display: none;
}
@media (max-width: 1130px) {
    .pc-ver{
        display: none;
    }
    .sp-ver{
        display: flex;
    }
}
@media screen and (max-width: 1130px) {
    header{
        background: #FFF;
      box-shadow: 0px 4px 12px 0px rgba(27, 100, 135, 0.12);
      width: 100%;
      height: 49px;
    }
    .responsive-box{
        display: flex;
        gap:16px;
        align-items: center;
    }
    .header-area {
        display: flex;
        justify-content: center;
        padding: 8px 16px;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        height: auto;
    }
    .user-button.sp-button{
        width: 72px;
        height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 24px 9px;
        color: var(--text-color-white, #FFF);
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .hamburger {
        display: block;
        width: 20px;
        height: 14px;
    }
    .header-1 {
        display: none;
      }
    .point-1-2{
        display: grid;
        gap:16px;
    }
    .slide-menu {
        display: block;
        padding: 77px 88px 145.2px 37px;
    }
    .features{
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
    }
    .features-1-right{
        margin-top: 98px;
    }
    .features-2-left{
        margin-top: 98px;
    }
    .features-3-right{
        margin-top: 98px;
    }
}
@media (max-width: 1159px) {
    .ourteam-group {
        max-width: 700px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
    }
    .questions{
        padding: 0 12px;
        justify-content: center;
    }
    .pc-mode{
        display: none;

    }
}

@media (max-width: 1023px){
    .features-sp-ver{
        display: block;
    }
    .features-pc-ver{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .features-sp-ver {
        display: inline;
        margin-top: 0.5em;
    }
    .sp-ver{
        display: flex;
    }
    .point{
        width: 100%;
    }
    .point-1-2{
        display: grid;
        gap:0;
    }
    .service{
        height: 459.14px;
    }
    .service-1 {
        width: 240px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .service-1 img{
        width: 240px;
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16px;
    }
    .point-0-1,
    .service-0-1,
    .features-0-1,
    .success-stories-0-1,
    .partoner-0-1,
    .material-0-1,
    .questions-0-1{
        font-size: 12px;
    }
    .point-0-2,
    .service-0-2,
    .features-0-2,
    .success-stories-0-2,
    .partoner-0-2,
    .material-0-2,
    .questions-0-2,
    .ourteam-0{
        font-size: 24px;
    }
    .partoner-0{
        margin-bottom: 48px;
    }
    .top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 90px;
        gap:150px;
        margin: 0;
        background-image: url('../img/top-asset-bg-sp.svg');
        background-size: cover;
        background-position: center -100px;
        background-repeat: no-repeat;
    }
    .top-left-1{
        color: #333;
        font-family: "Noto Sans JP";
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
    .top-left-2{
          margin: 0;
    }
    .main-logo{
        width: 240px;
        height: 66px;
    }
    .top-left-3{
        margin: 0 auto;
        color: var(--text1, #333);
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: auto;
    }
    .top-left-4 img{
        width:77.83px;
        height: 77.83px;
    }
    .top-left {
        gap: 15px;
        padding-left: 0;
        width: 256px;
    }
    .top-left-2{
        flex-shrink: 0;
    }
    .top-right img{
        width: 360px;
    }
    .youtube-video-top{
        top: 6px;
        left: 41px;
        width: 280px;
        height: 161.885px;
        flex-shrink: 0;
    }

    .youtube-video iframe {
        width: 100%;
        height: 100%;
        border: none;
        border-radius: 8px;
      }
    .features {
        display: flex;
        flex-direction: column;
        gap:0;
    }
    .features{
        background-image: none;
        background-repeat: no-repeat;
        background-position: center;
    }
    .features-0 {
        margin-top: 72px;
        text-align: center;
        margin-bottom: 72px;
    }
    .features-1,
    .features-2,
    .features-3 {
        margin-bottom: 0;
    }
    .features-1-right-1,
    .features-3-right-1,
    .features-2-left-1{
        width: 100%;
    }
    .features-1-right{
        display: flex;
        justify-content: center;
        height: 196px;
    }
    .features-1-right{
        display: flex;
        justify-content: center;
        width: 350px;
        max-width: 350px;
        margin-top: 0;
    }
    .features-2-left{
        display: flex;
        justify-content: center;
        width: 350px;
        max-width: 350px;
        margin-top: 0;
    }
    .features-3-right{
        display: flex;
        justify-content: center;
        width: 350px;
        max-width: 350px;
        margin-top: 0;
    }
    .features-3-right{
        display: flex;
        justify-content: center;
        height: 196px;
    }
    .features-2{
        margin-top: 72px;
    }
    .features-3{
        margin-top: 72px;
    }
    .features-0-2{
        width:288px ;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        display: block;
    }

    .features-1,
    .features-2,
    .features-3{
        padding-left: 11px;
        padding-right: 11px;
        gap:36px;
        justify-content: center;
    }
    .features-1-left,
     .features-3-left {
        margin-left: 0;
        margin-top: 0;
    }
    .features-1-left,
     .features-2-right,
     .features-3-left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service{
        padding-top: 120px;
        background-image: url(../img/service-asset-sp.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .service-0{
        margin-bottom: 40px;
    }
    .features-number{
        color: rgba(27, 100, 135, 0.20);
        font-family: "Noto Sans JP";
        font-size: 45.222px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .features-2-right{
        margin-top: 0;
    }
    .features-1-left-2,
     .features-2-right-2,
      .features-3-left-2 {
        font-size: 32px;
        font-weight: 900;
        color: #1B6487;
        margin-top: 8px;
    }
    .features-1-left-3,
     .features-2-right-3,
     .features-3-left-3 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .features-1-left-4{
        font-size: 12px;
        font-weight: 300;
        width: 276px;
        height: 34px;
        margin-top: 6px;
        padding-left: 31px;
        padding-right: 31px;
    }
    .features-3-left-4{
        font-size: 12px;
        font-weight: 300;
        width: 276px;
        height: 68px;
        margin-top: 6px;
        padding-left: 31px;
        padding-right: 31px;
    }
    .features-2-right-4{
        font-size: 12px;
        font-weight: 300;
        width: 276px;
        height: 68px;
        margin-top: 6px;
        padding-left: 31px;
        padding-right: 31px;
    }
    .success-stories-5-1,
    .success-stories-5-2,
    .success-stories-5-3,
    .success-stories-5-4 {
        display: flex;
        top: -38px;
        left: 66px;
        font-size: 48px;
        font-weight: 700;
        color: #1B648733;
    }
    .success-stories-0 {
        margin-bottom: 75px;
    }
    .success-stories-1,
    .success-stories-2,
    .success-stories-3,
    .success-stories-4 {
        padding-left: 18px;
        padding-right: 18px;
        width: 524px;
    }
    .success-stories-1-1,
    .success-stories-2-1,
    .success-stories-3-1,
    .success-stories-4-1{
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 41px;
        color: #1B6487;
        margin-bottom: 7px;
    }
    .success-stories-1-2-2,
    .success-stories-2-2-2,
    .success-stories-3-2-2,
    .success-stories-4-2-2 {
    font-size: 16px;
    margin-left: 16px;
    margin-top: 4px;
    }
    .success-stories-1-3,
    .success-stories-2-3,
    .success-stories-3-3,
    .success-stories-4-3 {
        font-weight: 300;
        font-size: 12px;
        margin-top: 8px;
    }
    .success-stories-container{
        gap:51px;
    }
    .success-stories-1-2-1,
    .success-stories-2-2-1,
    .success-stories-3-2-1,
    .success-stories-4-2-1{
        width: 80px;
        height: 80px;
    }
    .user-btn{
        font-size: 18px;
        gap: 24px;
        width: 156px;
        height: 26px;
        padding: 12px 32px;
        margin: auto;
    }
    .user-btn img{
        width: 24px;
        height: auto;
    }
    .pro-size{
        width: 268px;
        height: 40px;
    }
    .material{
        padding-bottom: 117px;
    }
    .material-1{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:24px;
    }
    .ipnexus-2{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap:24px;
    }
    .ourteam-group {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        max-width: 300px;
        margin: 64px auto;
    }
    .ourteam-box{
        width: 132px;
        height: 136px;
        padding: 24px 8px;
        gap: 8px;
        border-radius: 20px;
        background: #FFF;
        margin-top: 20px;
        margin: auto;
    }
    .ourteam-profile{
        width: 132px;
    }
    .ourteam-img{
        width: 80px;
        height: 80px;
    }
    .ourteam-name{
        font-size: 16px;
    }
    .ourteam-position{
        font-size: 12px;
    }
    .ourteam-lead{
        gap: 16px;
    }
    .ourteam-skill{
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        margin-bottom: 16px;
    }
    .pc-bar{
        display: none;
    }
    .question-answer{
        font-size: 15px;
    }

    .partoner-1-1{
        display: grid;
        gap:16px;
        padding-bottom: 16px;
    }
    .partoner-1-2{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 0px;
        padding-left: 12.38px;
        padding-right: 12.38px;
    }
    .questions {
        margin-top: 0;
    }
    .ipnexus{
        margin-top: 240px;
    }
    .service, .partoner {
        padding-top: 72px;
    }


    .pricing-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .pricing-title{
        font-size: 12px;
    }
    .pricing-sub-title{
        font-size: 24px;
    }
    .pricing-lead{
        gap: 16px;
        text-align: start;
        margin-top: 64px;
    }
    .pricing-bigbox{
        width: 320px;
        margin: 0 auto;
    }
    .pricing-subtitle{
        font-size: 20px;
    }
    .pricing-coment{
        font-size: 10px;
        width: 320px;
    }
    .pricing-group{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        align-self: stretch;
    }
    .pricing-deta{
        gap: 16px;
    }
    .contact-cover{
        background-image: url(../img/page5-bgsp.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        height: 550px;
        justify-content: center;
    }
    .contact-right{
        display: grid;
        margin: auto 0 ;
        gap: 32px;
    }
    .contact-message{
        display: flex;
        justify-content: center;
    }
    .contact-now{
        color: var(--text1, var(--text1, #333));
        font-family: "Noto Sans JP";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        align-items: self-end;
        margin-bottom: 6px;
    }
    .contact-sinple{
        color: var(--text1, var(--text1, #333));
        font-family: "Noto Sans JP";
        font-size: 39.68px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .contact-content{
        display: flex;
    }
    .page5-logo{
        width: 262px;
        height: 71px;
        flex-shrink: 0;
        margin-right: 4px;
    }
    .footer-logo{
        margin-right: 0;
        margin-bottom: 47px;
        width: 158px;
        height: 43px;
    }
    .footer-cover{
        padding: 0 32px;
    }
    .footer-content{
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 16px;
    }
    .footer-title{
        padding: 0;
        display: block;
    }
    .btn-box{
        margin-left: 0;
        margin-top: 24px;
        display: inline-grid;
        gap: 12px;
    }
    .cirle{
        border-radius: 70% / 0 0 20% 20%;
    }
    .footer-content2{
        display: grid;
        justify-content: center;
        align-items: center;
        gap:16px;
    }
    .rigth-border{
        border: none;
    }
    .footer-all-rights{
        margin-top: 32px;
        padding-bottom: 32px;
    }
    .btn{
        width: 200px;
        height: 30px;
    }
    .pro{
        width: 320px;
       padding: 0;
       font-size: 12px;
       height: 70px;
    }
    .ipnexus-1 img{
        width:300px ;
        height:80px;
    }
    .youtube-video-interview iframe {
        width: 100%;
        max-width: 300px;
        max-height: 168px;
        margin-top: 64px;
    }
    .point-box-right{
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 184px;
    }
    .point-box {
        flex-direction: unset;
        width: 332px;
        height: 165px;
        padding: 8px;
        align-items: center;
        gap: 8px;
        border-radius: 20px;
        background: #FFF;
        margin: 8px;
    }
    .point-title{
        color: var(--maincolor, #30AFED);
        text-align:start;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 4px;
        margin-bottom: 4px
    }
    .point-title-first{
        color: var(--maincolor, #30AFED);
        text-align: start;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 15.5px;
        margin-bottom: 15.5px
    }
    .point-img{
        display: flex;
        justify-content: center;
        width: 140px;
        height:102px;
    }
    .point-var{
        color: #000;
        font-family: "Noto Sans JP";
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        height:78px;
    }
    .point-number{
        color: var(--maincolor, #30AFED);
        text-align: start;
        font-family: "Noto Sans JP";
        font-size: 12px;
        font-style: normal;
        font-weight: 350;
        line-height: normal;
    }
    .point-0{
        margin-bottom: 32px;
    }
    .questions-0{
        margin-top: 0;
    }
    .features-pc-ver{
        display: none;
    }
    a.user-btn.pro-size {
        color: #FFF;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .docsewll-box{
        width: 300px;
    }
    .docsewll-box-1{
        width: 300px;
    }
}
 .docswell-embed {
    z-index: 100;
}

/**
 * IPNexus Ipfray RSS & Note Reader CSS (hobo)
 * スクロールトリガー型ニュースエリアのスタイル定義
 */

/* スクロールニュースコンテナ */
.scroll-news-container {
  position: fixed;
  bottom: -400px; /* 初期状態では隠れている */
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 0 0;
  transition: bottom 0.4s ease;
  z-index: 999;
}

.scroll-news-container.visible {
  bottom: 0;
}

/* ヘッダー部分 */
.scroll-news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  background: #f8f8f8;
  border-radius: 12px 12px 0 0;
}

.scroll-news-header h3 {
  margin: 0;
  color: #1B6487;
  font-size: 18px;
  font-weight: 700;
}

.toggle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}

.content-toggle {
  background: none;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #777;
  border-radius: 4px;
  transition: all 0.3s;
}

.content-toggle.active {
  background: #30AFED;
  color: white;
}

.close-button {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #999;
  margin-left: 8px;
}

.close-button:hover {
  color: #333;
}

/* コンテンツエリア */
.scroll-news-content-wrapper {
  padding: 16px 20px;
  height: 250px;
  overflow: hidden;
}

.content-area {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  height: 100%;
  overflow-y: auto;
}

.content-area.active {
  display: block;
  opacity: 1;
}

/* ニュースタブとコンテンツ */
.news-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.tab-button {
  padding: 5px 12px;
  border: none;
  cursor: pointer;
  background: #edf3f6;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.tab-button.active {
  background: #30AFED;
  color: #fff;
}

.loading-text {
  text-align: center;
  color: #777;
  padding: 20px 0;
}

.news-item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
}

.news-item h4 {
  margin: 0 0 5px;
  font-size: 15px;
  line-height: 1.4;
}

.news-item h4 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.news-item h4 a:hover {
  color: #30AFED;
}

.news-item p {
  margin: 0;
  font-size: 12px;
  color: #777;
}

/* noteカルーセル */
.note-carousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 180px;
  position: relative;
}

.note-wrapper {
  min-width: 100%;
  transition: transform 0.5s ease;
}

/* note カード要素 */
.note-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 150px;
  margin: 8px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.note-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1B6487;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.note-date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.note-summary {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
  margin-bottom: 12px;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.note-link {
  display: inline-block;
  color: #30AFED;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
  align-self: flex-end;
}

.note-link:hover {
  color: #1B6487;
}

.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.prev-button, .next-button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #1B6487;
}

.carousel-dots {
  display: flex;
  gap: 8px;
  margin: 0 15px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
}

.dot.active {
  background: #30AFED;
}

/* トリガーボタン */
.news-trigger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #30AFED;
  color: white;
  padding: 8px 16px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all 0.3s;
  display: block;
}

.news-trigger:hover {
  background: #1B6487;
}

.news-trigger.hidden {
  transform: translateY(100px);
  opacity: 0;
}

/* モバイル対応 */
@media (max-width: 767px) {
  .scroll-news-container {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
  }
  
  .scroll-news-header {
    padding: 10px 15px;
  }
  
  .content-toggle {
    padding: 4px 8px;
    font-size: 13px;
  }
  
  .news-tabs {
    overflow-x: auto;
    padding-bottom: 5px;
  }
  
  .news-trigger {
    bottom: 10px;
    right: 10px;
    padding: 6px 12px;
    font-size: 13px;
  }
  
  .note-card {
    height: auto;
    min-height: 140px;
  }
}

/* Cleanhearingセクション用の新しいCSS */
:root {
    --cleanhearing-primary: #30AFED;
    --cleanhearing-dark: #1B6487;
    --cleanhearing-light: rgba(48, 175, 237, 0.1);
    --cleanhearing-text-dark: #333333;
    --cleanhearing-text-light: #777777;
    --cleanhearing-white: #FFFFFF;
    --cleanhearing-success: #28A745;
    --cleanhearing-warning: #FFC107;
    --cleanhearing-info: #17A2B8;
}

/* セクション全体のスタイル */
.cleanhearing {
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    text-align: center;
}

/* コンパクト表示 */
.cleanhearing-compact {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cleanhearing-header {
    text-align: center;
    margin-bottom: 30px;
}

.cleanhearing-tag {
    display: inline-block;
    background-color: var(--cleanhearing-light);
    color: var(--cleanhearing-primary);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 15px;
}

.cleanhearing-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    color: var(--cleanhearing-text-dark);
}

.cleanhearing-subtitle {
    font-size: 18px;
    color: var(--cleanhearing-text-light);
    margin: 0;
}

.cleanhearing-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 30px auto;
}

.summary-image {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.summary-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.summary-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.summary-highlight {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.highlight-number {
    font-size: 48px;
    font-weight: 700;
    color: var(--cleanhearing-primary);
    line-height: 1;
}

.percent {
    font-size: 24px;
}

.highlight-label {
    font-size: 16px;
    color: var(--cleanhearing-text-light);
}

.summary-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--cleanhearing-text-light);
    text-align: left;
}

.summary-text p {
    margin: 0 0 15px;
}

.summary-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    justify-content: flex-start;
}

.keyword {
    display: inline-block;
    background-color: #F5F5F5;
    color: var(--cleanhearing-text-light);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.expand-button {
    background-color: var(--cleanhearing-primary);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    align-items: center;
    gap: 5px;
    margin: 30px auto 0;
}

.expand-button:hover {
    background-color: var(--cleanhearing-dark);
}

/* 展開表示 */
.cleanhearing-expanded {
    display: none;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px;
    margin: 30px auto 0;
    box-sizing: border-box;
}

.expanded-header {
    padding: 15px;
    background-color: var(--cleanhearing-light);
    display: flex;
    justify-content: flex-end;
    border-radius: 10px 10px 0 0;
}

.collapse-button {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: transparent;
    color: var(--cleanhearing-primary);
    border: 1px solid var(--cleanhearing-primary);
    border-radius: 30px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.collapse-button:hover {
    background-color: var(--cleanhearing-primary);
    color: white;
}

.expanded-content {
    padding: 30px;
}

/* ステップ */
.step-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.step-item {
    position: relative;
}

.step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-number {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cleanhearing-primary);
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    margin-right: 15px;
}

.step-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: var(--cleanhearing-text-dark);
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.step-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--cleanhearing-text-light);
}

.step-text p {
    margin: 0 0 15px;
}

.step-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 特殊要素 */
.step-stats {
    background-color: var(--cleanhearing-light);
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
}

.stat-value {
    font-size: 28px;
    font-weight: 700;
    color: var(--cleanhearing-primary);
    margin-bottom: 5px;
}

.stat-label {
    font-size: 14px;
    color: var(--cleanhearing-text-dark);
}

.highlight-box {
    background: linear-gradient(135deg, var(--cleanhearing-primary), var(--cleanhearing-dark));
    color: white;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin: 15px auto;
    max-width: 300px;
}

.highlight-value {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.small {
    font-size: 20px;
}

.highlight-desc {
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.4;
}

.support-list {
    list-style-type: none;
    padding: 0;
    margin: 15px 0;
}

.support-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.support-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: var(--cleanhearing-primary);
    border-radius: 50%;
}

.certification-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.badge.success {
    background-color: rgba(40, 167, 69, 0.1);
    color: var(--cleanhearing-success);
}

.badge.warning {
    background-color: rgba(255, 193, 7, 0.1);
    color: var(--cleanhearing-warning);
}

.badge.info {
    background-color: rgba(23, 162, 184, 0.1);
    color: var(--cleanhearing-info);
}

/* PC表示のレスポンシブ調整 */
@media screen and (min-width: 768px) {
    .cleanhearing-summary {
        justify-content: space-between;
        text-align: left;
    }
    
    .summary-image {
        flex: 0 0 35%;
        margin: 0;
    }
    
    .summary-content {
        flex: 0 0 60%;
        margin: 0;
    }
    
    .summary-highlight {
        justify-content: flex-start;
    }
    
    .step-content {
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }
    
    .step-text, .step-image {
        flex: 0 0 48%;
    }
    
    .step-item:nth-child(even) .step-content {
        flex-direction: row-reverse;
    }
}

/* タブレット表示 */
@media screen and (max-width: 900px) {
    .cleanhearing {
        padding: 30px 0;
    }
    
    .cleanhearing-compact {
        padding: 25px;
    }
    
    .cleanhearing-title {
        font-size: 28px;
    }
    
    .cleanhearing-subtitle {
        font-size: 16px;
    }
    
    .expanded-content {
        padding: 25px;
    }
}

/* スマホ表示 */
@media screen and (max-width: 600px) {
    .cleanhearing {
        padding: 20px 0;
        width: 100%;
    }
    
    .cleanhearing-compact {
        width: 92%;
        padding: 20px;
        margin: 0 auto;
    }
    
    .cleanhearing-expanded {
        width: 92%;
        margin: 20px auto 0;
    }
    
    .cleanhearing-title {
        font-size: 24px;
    }
    
    .cleanhearing-subtitle {
        font-size: 14px;
    }
    
    .summary-image {
        max-width: 180px;
    }
    
    .highlight-number {
        font-size: 42px;
    }
    
    .percent {
        font-size: 22px;
    }
    
    .summary-text {
        font-size: 14px;
    }
    
    .expanded-content {
        padding: 20px 15px;
    }
    
    .step-container {
        gap: 40px;
    }
    
    .step-title {
        font-size: 20px;
    }
    
    .step-content {
        gap: 15px;
    }
    
    .step-text {
        font-size: 14px;
    }
}

#cleanhearing h2{
    white-space: normal;          /* nowrap を解除 */
    overflow-wrap: break-word;    /* 現代ブラウザ */
    word-break: break-word;       /* 古いブラウザの保険 */
  }