.loader {
    border: 2px solid #ffffff;
    border-top: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: inline-block;
    animation: spin 0.6s linear infinite;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}
.text-red {
    color: #f7382b;
}
.grecaptcha-badge {

}
.grecaptcha-stopped {
    position: absolute !important;
}
.inner {

}
.pc {
display: inline-block;
}
.sp {
display: none;
}
@media (max-width: 768px){
  .pc {
  display: none;
  }
  .sp {
  display: inline-block;
  }
}
/* ===========================
   Privacy Policy Page
=========================== */
#policy nav ul li a, #sitemap nav ul li a  {
  color: #333333;
}
.sub-header {
  background: #F5F8FA;
  padding: 160px 20px 50px;
  text-align: center;
  border-bottom: 1px solid #E5E8EB;
}

.sub-header h1 {
 /* font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;*/
}

/* メインセクション */
.inner {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
  line-height: 1.8;
  color: #333;
}

.policy h2, .sitemap h2 {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

/*.privacy-policy h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px; 
    background: linear-gradient(45deg, #0575b7, #9fd4f0);
    border-radius: 2px;
}*/

.policy h3 {
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #0c5395;
    padding-left: 14px;
    position: relative;
}

.policy h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 18px;
    background: #0c5395;
    border-radius: 2px;
}


.privacy-policy p , .privacy-policy .pb-15{
  margin-bottom: 15px;
}


.privacy-policy ul {
  /*padding-left: 10px;*/
 /* padding-bottom: 20px;*/
}
.en .privacy-policy ul {
  padding-left: 0px;
}

.privacy-policy ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}
.privacy-policy ul li span {
    flex-shrink: 0;
}

/* リンク */
.privacy-policy a {
  color: #0c5395;
  text-decoration: underline;
}
@media (max-width: 1024px) and (min-width: 767px) {
    .sub-header {
        padding: 100px 20px 60px;
    }
}
@media (max-width: 768px) {
  .sub-header {
    padding: 70px 15px 20px;
  }

  .privacy-policy {
    margin: 40px auto;
    padding: 0 15px;
  }

  .privacy-policy h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .privacy-policy h3 {
    font-size: 18px;
  }
}
/*sitemap*/
.sitemap-list li{
  line-height: 1.7;
  padding-bottom: 30px;
}
@media (max-width:768px) {
  .sitemap-list li{
  line-height: 1.7;
  padding-bottom: 20px;
  }
}
.sitemap-list li a {
  position: relative;
}
.sitemap-list li a::after {
  border-color: transparent transparent transparent rgba(136, 183, 213, 0);
  border-width: medium;
  border-bottom: 5px solid rgba(136, 183, 213, 0);
  border-left: 7px solid var(--color-blueBrand);
  border-right: 0 solid rgba(136, 183, 213, 0);
  border-top: 5px solid rgba(136, 183, 213, 0);
  content: "";
  height: 0;
  margin-top: -3px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
  left: 0;
}   
.sitemap-list li a {
  padding-left: 10px;
  text-decoration: underline;
}
.min-h-screen {
   min-height: 50vh;
}
.case-ttl {
  font-size: 30px;
}
/* 初期状態（バー幅ゼロ） */
.bar-before,
.bar-after {
    transition: width 1.2s ease-out;
}
.after-sec {
  padding-top: 20px;
}
/* スクロールで in-view がついたら伸びる */
.in-view .bar-before {
    width: 30% !important;
}

.in-view .bar-after {
    width: 100% !important;
}
.graph_wrap {
  border-left: 1px solid gray;
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
    border-bottom: 1px solid gray;
    margin-left: 50px;
    padding-bottom: 13px;
}
.text-before {
  top: 42px;
  left: -50px;
}
.text-after {
  top: 63px;
  left: -50px;
}
.sales-growth-badge {
  position: absolute;
}
.count-num {
  font-size: 55px;
  font-weight: 400;
  top: 40px;
}
.case-box {
  
}
.next-arrow {
  width: 60px;
}
.price-bubble {
    position: absolute;
    top: -37px; 
    left: 0;
    background: #B3D8FB;
    padding: 6px 6px;
    font-size: 13px;
    color: #333;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    white-space: nowrap;
}

/* 三角を左下に付ける */
.price-bubble::after {
    content: "";
    position: absolute;
    bottom: -5px; 
    left: 10px;   
    width: 0;
    height: 0;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #B3D8FB transparent transparent transparent;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}
.price-bubble01 {
  left: 22%;
}
.price-bubble02 {
  top: -18px;
  left: 40%;
  padding: 6px 15px;
}
.com-att-text {
  border: 1px solid #0c5395;
  width: 200px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 10px;
}
.ml-auto {
  margin-left: auto;
}
.nex-arrow-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
}
.next-arrow {
  width: 60px;
}
.swiper {
    overflow: hidden !important;
}
/* タブ全体 */
.case-tabs-wrap {
  margin-top: 30px;
}
.case-tabs {
    display: flex;
    gap: 5px;
    margin: 0 5px;
    border-bottom: 1px solid #d1d5db; 
    margin: auto;
    width: 96%;
}
.case-tab {
    flex: 1;
    text-align: center;
    padding: 8px 9px;
    border: 1px solid #0C5395; 
    border-bottom: none;
    background: #ffffff;
    font-size: 13px;
    cursor: pointer;
    transition: all .25s ease;
    border-radius: 12px 12px 0 0;
    line-height: 1.3;
}
.case-tab:hover {
    background: #f3f4f6; 
}
.case-tab.is-active {
    background: #0C5395; 
    color: #ffffff;
    border-color: #0C5395;
    z-index: 10;
}
.tab-content {
  border: 1px solid #0C5395; 
  width: 100%;
  padding: 60px 50px 100px;
  box-sizing: border-box;
  width: 99.98%;
  line-height: 1.6;
}
.case-tab.is-orange-tab {
    background: #f7722b;    
    border-color: #f7722b;
    color: #fff;
}

.case-tab.is-orange-tab.is-active {
    background: #f7722b;
    border-color: #f7722b;
    color: #fff;
}
.list-tab-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  width: fit-content;
  line-height: 1.7;
}

@media (min-width: 1025px) {
  .case-ttl {
  font-size: 42px;
  }
  .next-arrow {
      width: 88px;
  }
   .case-study-attr {
        order: unset;
    }
  .sp {
        display: none;
  }
  .case-tabs-wrap {
    margin-top: 50px;
  }
  .case-tabs {
    display: flex;
    gap: 10px;
    width: 90%;
  }
  .case-tab {
      flex: 1;
      padding: 14px 20px;
      font-size: 16px;
      border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 1024px) {
    .count-num {
        font-size: 45px;
    }
    .sp-flex-col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .tab-content {
      padding: 40px 30px 60px;
    }
    .case-tab {
    padding: 4px 9px;
    border-radius: 6px 6px 0 0;
    }
    .case-study-attr {
    }
    .pc {
        display: none;
    }
}
@media (max-width: 1024px) {
    .case-tab {
    padding: 4px 9px;
    border-radius: 6px 6px 0 0;
    }
  }
/* SP（スマホ）時に Company Attributes をバーの下に移動 */
@media (max-width: 1023px) {

}

/* PC（lg以上）では元の順番に戻す */
@media (min-width: 1024px) {
   
}
/*tailwind ユーティリティ*/
.mt-14 {
    margin-top: 3.5rem; /* 56px */
}
.mt-16 {
    margin-top: 4rem;   /* 64px */
}
.pt-3 {
    padding-top: calc(var(--spacing) * 2);
}

