#main-wrap, #main{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0px !important;
}

.diver-breadcrumb{
  display: none !important;
}

:where(.has-gap-column\:40)>:not(:empty)~*{
  margin: 0px !important;
}

/* Youtube Interview */

.miichan-youtube-section {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .miichan-youtube-inner {
    max-width: 990px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
  }
  .miichan-youtube-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #d94f8a;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .miichan-youtube-title .miichan-bow-icon {
    width: 102px;
    margin: 10px auto 0 auto;
    display: block;
  }
  .miichan-youtube-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    margin: 36px 0 24px 0;
  }
  .miichan-youtube-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    display: flex;
    justify-content: center;
    transition: box-shadow 0.2s;
    height: 693px;
    position: relative;
    align-items: center;
    overflow: hidden;
  }
  
  .miichan-youtube-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 170px;
    background: linear-gradient(180deg, rgb(0 0 0 / 60%) 0%, rgba(255, 255, 255, 0.4) 90%, transparent 100%);
    z-index: 1;
    pointer-events: none;
  }
  
  .miichan-youtube-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 170px;
    background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgba(255, 255, 255, 0.4) 90%, transparent 100%);
    z-index: 1;
    pointer-events: none;
  }
  .miichan-youtube-card:hover {
    box-shadow: 0 8px 32px rgba(217,79,138,0.18);
  }
  .miichan-thumb-wrap {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #eee;
    height: 263px;
  }
  .miichan-thumb {
    width: 100%;
    display: block;
    border-radius: 12px;
  }
  .miichan-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .miichan-play-btn::before {
    content: '';
    display: block;
    margin-left: 7px;
    border-style: solid;
    border-width: 12px 0 12px 22px;
    border-color: transparent transparent transparent #fff;
  }
  .miichan-youtube-desc {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-top: 6px;
    text-align: left;
    min-height: 48px;
    line-height: 1.5;
    position: absolute;
    bottom: 15px;
    padding: 0 15px;
  }
  .miichan-youtube-more-wrap {
    text-align: center;
  }
  .miichan-youtube-more-btn {
    display: inline-block;
    background: #fff;
    color: #484848;
    border: 2px solid #d94f8a;
    border-radius: 24px;
    padding: 8px 28px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
  }
  .miichan-youtube-more-btn:hover {
    background: #d94f8a;
    color: #fff;
  }
  
  .miichan-youtube-more-btn:hover i {
    background: #fff;
    color: #d94f8a;
  } 
  .miichan-youtube-more-icon {
    font-size: 1.1em;
    margin-left: 6px;
    vertical-align: middle;
  }
  
  .miichan-youtube-more-icon i {
    background: #d94f8a;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
  }
/* End Youtube Interview */

/* Voice */

.cv-container{
  background: white;
}

.cv-title {
    display: flex;
    align-items: center;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 24px;
    justify-content: center;
}

.cv-tabs {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 32px;
}

.cv-tab {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    padding: 8px 28px;
    font-size: 20px;
    font-weight: bold;
    color: black;
    border: 2px solid #eee;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    max-width: 260px;
    width: 100%;
}

.cv-tab.active {
    background: #16B4ED;
    border: none !important;
    color: white;
}

.cv-tab.cv-line {
    border: 2px solid #3ecb6c;
    background: #fff;
    color: #3ecb6c;
}

.cv-tab.cv-line.active {
    background: #00CD70;
    border: none;
    color: #fff;
}

.cv-tab.cv-youtube.active {
    background: #FFD5D7;
    border: none;
}

.cv-tab i {
    font-size: 1.3rem;
    margin-right: 8px;
}

#tab-google {
    border: 2px solid #16B4ED;
}

.cv-youtube {
    border: 2px solid #FF9396;
    color: black;
}

.cv-reviews {
    display: none;
}

.cv-reviews.active {
    display: block;
}

.count-reviews{
  text-align: center;
  margin: 20px 0px;
  font-size: 24px;
  color: #84285E;
  font-weight: bold;
}

.cv-review-box {
    background: #E0F5FC;
    border-radius: 12px;
    padding: 20px 10px 12px 10px;
    max-width: 345px;
    width: 100%;
    height: 327px;
    min-height: 327px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    text-align: left;
}

.cv-review-content {
    font-size: 16px;
    color: black;
    margin-top: 10px;
    overflow: hidden;
}

.cv-review-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 44px;
    color: #bbb;
}

.cv-review-header > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cv-review-header{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
}

.cv-review-stars {
    color: #f7b500;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.review-label{
    background-color: #1570EF;
    padding: 3px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
}

.review-label img {
    background-color: white;
    padding: 3px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

.cv-review-meta {
    font-size: 24px;
    color: black;
    font-weight: bold;
}

.cv-review-meta p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 220px;
}

.cv-more-link {
    text-align: center;
    margin-top: 18px;
}

.cv-more-link a {
    color: #00b86b;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
}

.cv-review-box.line {
    background: #DEFBED !important;
}

.cv-review-box.line .review-label{
    background: #3ACD02 !important;
}

.cv-review-box.youtube {
    background: #FFD5D7 !important;
}

.cv-review-title {
    font-size: 24px;
    font-weight: bold;
}

.cv-review-box.youtube video {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cv-review-box.youtube .cv-review-footer {
    background: transparent !important;
    height: auto !important;
}

.cv-review-box.youtube p {
    margin: 0px;
}

/* Swiper styles */
.cv-swiper {
    padding: 0 20px;
    max-width: 1440px !important;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px !important;
}

.cv-swiper .swiper-wrapper {
    align-items: stretch;
    display: flex;
}

.cv-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: calc(25% - 18px) !important;
    height: auto;
}

.cv-swiper .swiper-slide .cv-review-box {
    width: 100%;
    max-width: 390px;
    min-width: 280px;
    height: 327px;
    min-height: 327px;
    margin: 0 auto;
}

.cv-swiper .swiper-pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.cv-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.cv-swiper .swiper-pagination-bullet-active {
    background: #d94f8a;
}

@media (max-width: 1440px) {
    .cv-swiper .swiper-slide {
        width: calc(33.333% - 16px) !important;
    }
}

@media (max-width: 900px) {
    .cv-swiper .swiper-slide {
        width: calc(50% - 16px) !important;
    }
}

@media (max-width: 768px) {
    .cv-swiper .swiper-slide {
        width: calc(100% - 0px) !important;
    }
}

/* End Voice */

/* faqs */

.faq-card-list {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 50px;
}

.faq-card {
  background: #FFF0F7;
  border-radius: 24px;
  border: 3px dashed #AA2F6A;
  padding: 24px 18px;
  max-width: 730px;
  width: 100%;
  box-sizing: border-box;
  color: #222;
  display: flex;
  flex-direction: column;
  max-height: 1037px;
  position: relative;
  text-align: left;
}

.faq-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.faq-card-header img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.faq-card-title {
  font-weight: bold;
  font-size: 26px;
}

.faq-card-info {
  font-size: 0.95em;
}

.faq-card-date {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 12px;
}

.faq-card-main-question {
  background: white;
  color: black;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 12px;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}

.faq-card-main-question.open {
  background: #E8397C;
  color: #fff;
}

.faq-card-answer {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  color: black;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 12px;
}

.faq-card-answer.active {
  max-height: 500px;
  padding-top: 12px;
  padding-bottom: 12px;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
}

.faq-more-link {
  color: #E8397C;
  text-align: right;
  display: block;
  margin-top: auto;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  right: 40%;
  bottom: 5px;
  font-size: 1em;
}

.faq-toggle-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #AA2F6A;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  transition: background 0.2s;
  margin-left: 10px;
}

.faq-toggle-icon::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  top: 5px;
  left: 6px;
  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.faq-card-main-question.open .faq-toggle-icon::before {
  transform: rotate(135deg); 
  left: 6px;
  top: 7px;
  border-left: 2px solid #E8397C;
  border-bottom: 2px solid #E8397C;
}

.faq-card-main-question.open .faq-toggle-icon{
  background: white;
}

/* Responsive styles for faq-card-list */
@media (max-width: 1200px) {
  .faq-card-list {
    max-width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 768px) {
  .faq-card-list {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 12px;
  }
  
  .faq-card {
    padding: 20px 16px;
  }
  
  .faq-card-title {
    font-size: 22px;
  }
  
  .faq-card-main-question {
    font-size: 18px;
    padding: 10px;
  }
  
  .faq-card-answer {
    font-size: 14px;
  }
}

/* End faqs */

/* lawyers */


.lawyers-section {
  background: #fff;
  padding: 64px 0 32px 0;
  text-align: center;
}

.lawyers-title {
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 16px;
}

.lawyers-desc {
  color: #f067a3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.lawyers-desc2 {
  color: #16b4ed;
  font-size: 20px;
  font-weight: bold;
}

.lawyers-desc3 p {
  font-size: 16px;
  color: black;
  font-weight: bold;
}

.lawyers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 0px;
  margin: 0 auto 32px auto;
  max-width: 1440px;
  margin-top: 30px;
}

.lawyer-item {
  width: 170px;
  text-align: center;
  margin-bottom: 24px;
  cursor: pointer;
}

.lawyer-item img {
  width: 150px;
  height: 232px;
  object-fit: cover;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  background: #fff;
}

.lawyer-item .lawyer-role {
  color: black;
  font-size: 16px;
  margin-bottom: 2px;
}

.lawyer-item .lawyer-name {
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.ai-chosa-lawyers {
  max-width: 1440px;
  margin: 0 auto;
}

.ai-chosa-lawyers h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 44px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 8px;
  text-align: center;
  gap: 12px;
}

.ai-chosa-lawyers h2:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 50px;
  background: #a67c52;
  margin-right: 16px;
  border-radius: 2px;
}

.evidence-badge-img{
  display: none;
}
@media (max-width: 900px) {
  .lawyer-list {
    gap: 24px 10px;
  }

  .lawyer-item {
    height: 110px;
    max-width: 69px;
  }
  .lawyer-item img {
    height: 110px;
  }
  .lawyers-list{
    gap: 0px 8px;
  }
  .lawyer-role , .lawyer-name{
    display: none;
  }
}

@media (max-width: 600px) {
  .lawyer-list {
    gap: 16px 0;
  }

  .ai-chosa-lawyers h2:before {
    height: 22px;
    margin-right: 8px;
  }
}

.lawyer-popup {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 90vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lawyer-popup-content {
  background: #FFF0F7;
  padding: 0px;
  max-width: 1200px;
  width: 100%;
  max-height: 700px;
  overflow: auto;
  height: 100%;
  position: relative;
  border-bottom: 5px solid #8C4B00;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.18);
  padding: 20px 0px 0px 0px;
}

.lawyer-popup-content::-webkit-scrollbar {
  width: 0px;
}

.lawyer-popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #e84c7a;
  color: #fff;
  border: none;
  padding: 6px 25px;
  font-size: 16px;
  cursor: pointer;
}

.lawyer-popup-info>div:first-child {
  border-bottom: 3px dashed #F067A3;
  text-align: left;
}

.lawyer-popup-inner {
  display: flex;
  gap: 24px;
  padding: 0px 32px;
}

.lawyer-popup-img {
  width: 230px;
  height: 365px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
}

.lawyer-popup-info {
  flex: 1;
  text-align: left;
}

.lawyer-popup-role {
  color: black;
  font-weight: normal;
  font-size: 32px;
  margin-right: 8px;
}

.lawyer-popup-name {
  font-size: 48px;
  font-weight: bold;
  color: black;
}

.lawyer-popup-profile {
  margin: 12px 0 8px 0;
  font-size: 18px;
  color: #222;
}

.lawyer-popup-desc {
  font-size: 18px;
  color: #222;
  text-align: left;
  padding: 0px 32px 32px;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .lawyer-popup-name{
    font-size: 24px;
  }
  .lawyer-popup-role{
    font-size: 20px;
  }
  .lawyer-popup-content {
    padding: 12px 4px 8px 4px;
  }

  .lawyer-popup-inner {
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
    align-items: flex-start;
  }

  .lawyer-popup-desc{
    padding: 0px 15px 15px 15px;
  }

  .lawyer-popup-img {
    width: 124px;
    height: auto;
  }
}

/* End lawyers */


/* Settlement Support Section Styles */
.settlement-support-section {
  background: #fff0f7;
  padding: 60px 0;
}

/* Banner Styles */
.support-banner {
  text-align: center;
  margin-bottom: 50px;
  padding: 20px;
}

.ribbon-banner {
  display: inline-block;
  padding: 20px 40px 0px;
  position: relative;
  border-radius: 8px;
}

.banner-title {
  font-size: 32px;
  margin: 0;
  color: white;
  position: absolute;
  top: 40px;
  left: 35%;
}

.title-line-1 {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.title-line-2 {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
}

.banner-subtitle {
  color: #000000;
  font-weight: bold;
  font-family: 'Irohamaru';
  font-size: 24px;
}

.subtitle-line-1 {
  margin-bottom: 5px;
}

/* Reasons Section */
.reasons-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px;
  background: #fae6ef;
  border-radius: 10px;
}

.reason-item {
  background: white;
  border: 2px dashed #D63777;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.reason-ribbon {
  position: absolute;
  top: -17px;
  left: -30px;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
  transform: rotate(0deg);
}

.reason-ribbon p {
  position: absolute;
  top: 32px;
  transform: rotate(-35deg);
  left: 39px;
}

.reason-content {
  margin-top: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reason-content h3 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px;
}

.reason-content .highlight-text {
  color: #D63777;
  font-weight: bold;
  font-size: 26px;
}

.reason-content .description {
  color: #000000;
  font-size: 20px;
  font-family: 'Irohamaru';
  margin:0px;
  font-weight: bold;
}

.reason-content .bullet-point {
  font-family: 'Irohamaru';
  font-size: 32px;
  color: #D63777;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .reason-ribbon p{
      top: 30px;
      left: 35px;
      font-size: 28px;
  }

  .reasons-section {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
  }

  .banner-title{
      top: 0px;
      left: 24%;
  }

  .support-banner {
      padding: 0px 15px;
  }
  
  .title-line-1, .title-line-2 {
      font-size: 24px;
  }

  .ribbon-banner {
      padding: 0px;
  }
  
  .reason-item {
      min-height: 236px;
  }
}

@media (max-width: 576px) {
  .settlement-support-section {
      padding: 40px 0;
  }
  
  .reasons-section {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  
  .reason-content h3 {
      font-size: 1.2rem;
  }
  
  .reason-ribbon {
      font-size: 0.9rem;
      padding: 8px 15px;
  }
  
  .subtitle-line-1 {
      font-size: 16px;
  }
  
  .subtitle-line-2 {
      font-size: 16px;
  }
}

/* End Settlement Support Section */