@charset "utf-8";

body {
  margin-top: 5px;
}
.mt80 { margin-top: 80px;}

/* =============================
   サブページ用:ページタイトル部
============================= */
.page-title {
    background: var(--main-bg-image) no-repeat center/cover;
    padding: 0px;
    text-align: center;
    color: var(--white);
    font-size: 2rem;
    display: block;
    height: 230px;
    line-height: 230px;
}
.page-title h1{
    font-size: 2.5rem;
}
.header-spacer {
    height: 75px; 
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 901px) and (max-width: 1280px) {
  .header-spacer {
    height: 65px; 
    margin: 0;
    padding: 0;
  }

  .page-title {
    padding: 0px !important;
    display: block !important;
  }

}


/* ▼ 768px以下（タブレット縦） */
@media screen and (max-width: 900px) {
  .header-spacer {
    height: 41px; 
    margin: 0;
    padding: 0;
  }

  .page-title {
    font-size: 1rem;
    padding: 0;
    display: block;
    height: 200px;
    line-height: 200px;
  }
  .page-title h1{
    font-size: 1.75rem;
  }

}

@media screen and (max-width: 420px) {

  .page-title {
    font-size: 1rem;
    padding: 0;
    display: block;
    height: 180px;
    line-height: 180px;
  }

  .page-title h1 {
    font-size: 1.75rem;
  }

}





/* =============================
   サブページ用:パンくずリスト部
============================= */
.page-main {
    margin-top: 35px;
}

.inner {
    margin: 0 auto;
    width: 1280px;
}

.page-main h2{
    text-align: center;
    margin-top: 50px;
    font-size: 1.625rem;
    line-height: 1.5;
}

.breadcrumb ol {
    display: flex;
    list-style: none;
    padding: 0;
    font-weight: 600;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb ol li {
    position: relative;
    margin-right: 30px;
    margin-top: 0; 
    white-space: nowrap;
    font-size: 1rem; 
    line-height: 1.5; 
}

.breadcrumb ol li a {
    font-size: 1rem; 
    text-decoration: none;
    color: inherit;
}


.breadcrumb ol li::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    right: -20px;
    top: 50%; 
    transform: translateY(-50%); 
    font-size: 1rem;
    font-weight: 900; 
}

.breadcrumb ol li:last-child::after {
    display: none;
}

/* --- タブレット（1024px以下） --- */
@media (max-width: 1024px) {
  .page-main h2 {
    font-size: 1.5rem; 
    margin-top: 40px;
  }
}

/* --- スマホ（768px以下） --- */
@media (max-width: 768px) {
  .page-main h2 {
    font-size: 1.25rem;
    margin-top: 35px;
    line-height: 1.6; 
  }
}

/* --- 超小型スマホ（480px以下） --- */
@media (max-width: 480px) {
  .page-main h2 {
    font-size: 1.25rem;
    margin-top: 32px;
    line-height: 1.5;
  }

}

/* =============================
   改行制御
============================= */
.sp-only-head {
  display: none;
}

@media (min-width: 641px) {
  .sp-only-head {
    display: none;
  }
}

@media (max-width: 640px) {
  .sp-only-head {
    display: block;
  }

  .mt80 { margin-top: 40px;}

}



/* =============================
   会社概要
============================= */

.company-block table{
    margin: 80px auto;
    width: 1080px;
    border-collapse: collapse;
    padding: 0;
    font-size: 1rem;
}

.company-block table th{
    width: 20%;
    padding: 10px;
    text-align: left;
}

.company-block table td{
    width: 80%;
    padding: 10px;
}

.sp-only {
    display: none;
}


/* ▼ 1200px以下（大画面ノートPC） */
@media screen and (max-width: 1280px) {

    .inner {
        margin: 0 auto;
        width: 96%;
    }

    .company-block table{
        width: 90%;
    }

    .sp-only {
        display: none;
    }

}

/* ▼ 1024px以下（タブレット横） */
@media screen and (max-width: 1024px) {

    .inner {
        margin: 0 auto;
        width: 96%;
    }

    .sp-only {
        display: none;
    }

}

/* ▼ 768px以下（タブレット縦） */
@media screen and (max-width: 768px) {

    .inner {
        margin: 0 auto;
        width: 90%;
    }
    
    .company-block table{
        width: 90%;
        margin: 40px auto;
    }
    
    .company-block table th{
        width: 100%;
        display: block;
    }
    
    .company-block table td{
        width: 100%;
        display: block;
        padding-left: 2rem;
        box-sizing: border-box;
    }

    .sp-only {
        display: block;
    }


}

/* ▼ 480px以下（スマホ） */
@media screen and (max-width: 480px) {
  .page-main {
    margin-top: 32px;
  }

  .inner {
    margin: 0 auto;
    width: 96%;
  }
}

/* ▼ 360px以下（小型スマホ） */
@media screen and (max-width: 360px) {

}


/* =============================
   機能紹介
============================= */
.container {
  width: 920px;
  max-width: 920px;
  margin: 45px auto;
}

.icons-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 20px;
}

.icon-item  {
    margin: 0;
    padding: 0;
  text-align: center;
}

.icon-item img {
  width: 120px;
  height: 120px;
  text-align: center;
}

.icon-item p {
  text-align: center;
  color: var(--main-color);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 8px;
  white-space: nowrap;
}


/* ▼ 1024px以下（タブレット） */
@media screen and (max-width: 1024px) {
}


@media screen and (min-width: 921px) and (max-width: 1200px) {
    .icons-grid {
        padding-left: 30px!important;
        padding-right: 30px!important;
        width: 100%;
        box-sizing: border-box;
    }

    .icon-item img,
    .icon-item :last-child img {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
    }

    .icon-item p {
      font-size: 99%;
    }

}

@media screen and (max-width: 920px) {
    .container {
      width: 90%;
    }

    .icons-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 1fr);
      column-gap: 40px;
      row-gap: 20px;
    }

}

/* ▼ 768px以下（タブレット縦） */
@media screen and (max-width: 768px) {

    .icons-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 1fr);
      column-gap: 40px;
      row-gap: 20px;
    }
}

/* ▼ 680px以下 */
@media screen and (max-width: 680px) {

    .icons-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(4, 1fr);
      column-gap: 40px;
      row-gap: 20px;
    }
}

/* ▼ 480px以下（スマホ） */
@media screen and (max-width: 480px) {

  .container {
    margin: 32px auto 0;
  }

  .icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
}

/* ▼ 420px以下（スマホ） */
@media screen and (max-width: 420px) {

  .icons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    column-gap: 10px;
    row-gap: 20px;
  }
}


/* =============================
   機能紹介:機能詳細
============================= */
.features-section {
  width: 100%;
  background: var(--wall-color-g);
  padding: 90px 0 10px;
  margin-top: 50px;
}

.feature-item {
  max-width: 1200px;
  margin: 0 auto 90px;
  background: var(--wall-color-f);
  border-radius: 10px;
  padding: 50px 65px 60px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: grid;
}

.feature-head {
  width: 100%;
  display: flex;
  align-items: center;
}

/* 数字バッジ */
.feature-number {
  background: var(--main-color);
  color: var(--white);
  font-size: 2.25rem;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  isolation: isolate;
  z-index: 0;
}

.feature-number::after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  background: var(--main-color);
  border-radius: 50%;
  opacity: 0.5;
  z-index: -1;
  pointer-events: none;
}

.feature-title {
  line-height: 1.5;
  font-size: 2.25rem;
  margin-left: 25px;
}

/* コンテンツ部分 */
.feature-body {
  margin-top: 50px;
  display: flex;
}

.feature-content {
  max-width: 580px;
}

.feature-image {
  max-width: 460px;
  margin-left: 40px;
}

.feature-subtitle {
  background: var(--sub-color);
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.feature-tags li {
  list-style: none;
  background: var(--main-color);
  color: var(--white);
  font-weight: 600;
  padding: 3px 20px;
  list-style: 1;
  border-radius: 20px;
  font-size: 0.875rem;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 1rem;
}

/* 写真部分（ダミー） */
.feature-image {
  width: 100%;
  flex-shrink: 0;
}


/* ▼ 1200px以下 */
@media screen and (max-width: 1200px) {
    .feature-item {
        max-width: 96%;
        padding: 40px 35px 50px;
        margin: 0 auto 50px;
    }

    /* 数字バッジ */
    .feature-number {
        font-size: 1.52rem;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .feature-number::after {
        content: "";
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 60px;
        height: 60px;
    }

    .feature-title {
        font-size: 1.52rem;
        line-height: 1.6;
        padding: 10px 0 0 0;
    }

    .feature-content {
        max-width: 55%;
    }
    
    .feature-tags {
        margin-bottom: 20px;
    }

    .feature-image {
        width: 42%;
        flex-shrink: 0;
    }

    .feature-image img{
        width: 100%;
    }
}

/* ▼ 1024px以下（タブレット） */
@media screen and (max-width: 1024px) {
}

/* ▼ 768px以下（タブレット縦） */
@media screen and (max-width: 768px) {
  .features-section {
    padding: 40px 0;
    margin-top: 40px;
  }

  .feature-item {
    max-width: 90%;
    padding: 40px 35px 50px;
    margin: 0 auto 40px;
  }

  .feature-item:last-child {
    max-width: 90%;
    padding: 40px 35px 50px;
    margin: 0 auto 0px;
  }

  .feature-body {
    display: block;
    margin-top: 30px;
    width: 100%;
  }

  /* 数字バッジ */
  .feature-number {
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
  }

    .feature-number::after {
        content: "";
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
        width: 50px;
        height: 50px;
    }

    .feature-title {
        font-size: 1.25rem;
        line-height: 1.5;
        padding: 0px 0 0 0;
        margin-left: 0px;
    }

    .feature-content {
        width: 100%;
        max-width: 100%;
    }

    .feature-subtitle {
        font-size: 1rem;
        margin-bottom: 15px;
        width: 100%;
    }

    .feature-tags {
        gap: 5px;
        margin-bottom: 30px;
    }

    .feature-tags li {
        font-size: 0.750rem;
    }

    .feature-text {
        font-size: 0.875rem;
        line-height: 1.6;
        padding: 0 0rem;
    }

    .feature-image {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        margin-top: 30px;
    }
}


/* =============================
   機能紹介:その他の機能
============================= */
.sub-features {
  width: 100%;
  padding: 50px 0 80px;
  display: block;
}

.sub-features h2{
    margin-bottom: 82px;
}

.sub-features .icons-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: none;
    column-gap: 40px;
    row-gap: 0px;
    max-width: 920px; 
    margin: 0 auto; 
}

@media screen and (min-width: 921px) and (max-width: 1200px) {
    .sub-features .icons-grid {
        padding-left: 30px!important;
        padding-right: 30px!important;
        width: 100%;
        box-sizing: border-box;
    }

    .icon-item img,
    .icon-item :last-child img {
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
    }

    .icon-item p {
      font-size: 99%;
    }

}

@media screen and (max-width: 920px) {
    .sub-features {
      width: 90%;
      margin: 0 auto;
      padding: 40px 0 60px;
    }

    .sub-features .icons-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, 1fr);
      column-gap: 40px;
      row-gap: 20px;
    }

}

/* ▼ 768px以下（タブレット縦） */
@media screen and (max-width: 768px) {
    .sub-features h2 {
      margin-bottom: 40px;
    }

    .sub-features .icons-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, 1fr);
      column-gap: 40px;
      row-gap: 20px;
      margin-bottom: 40px;
    }
}

/* ▼ 680px以下 */
@media screen and (max-width: 680px) {

    .sub-features .icons-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      column-gap: 40px;
      row-gap: 20px;
    }
}

/* ▼ 480px以下（スマホ） */
@media screen and (max-width: 480px) {

  .sub-features {
        padding-left: 0px !important;
        padding-right: 0px !important;
        /* 必要であれば、左右マージンもリセット */
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
    
    .sub-features .icons-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      column-gap: 10px;
      row-gap: 20px;
      margin-left: 0 !important; 
      margin-right: 0 !important;
      width: 100%;
    }

    .icon-item p {
      font-size: 95%;
    }
    
}

/* ▼ 420px以下（スマホ） */
@media screen and (max-width: 420px) {
    
    .sub-features .icons-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr);
      column-gap: 10px;
      row-gap: 20px;
      margin-left: 0 !important; 
      margin-right: 0 !important;
      width: 100%;
    }
    
}



/* =============================
   機能紹介:動画紹介
============================= */
.videos {
  width: 100%;
  margin: 0;
  padding: 50px 0 10px;
  display: block;
  background: var(--wall-color-g);
  text-align: center;
}

.videos .container{
  width: 1280px;
  max-width: 1280px;
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin-top: 80px;
}

.video-card p {
    text-align: center;
    margin-top: 20px;
    font-size: 1.125rem;
    font-weight: 700;
}

@media screen and (max-width: 1280px) {

    .videos .container{
      width: 90%;
      max-width: 90%;
      text-align: center;
      margin: 40px auto;
    }

    .video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
      gap: 40px;
      margin-top: 80px;
    }

}

@media screen and (max-width: 920px) {

    .videos .container{
      width: 90%;
      max-width: 90%;
      text-align: center;
      margin: 40px auto;
    }

    .video-grid {
      display: block;
      margin-top: 40px;
    }

    .video-card p {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 1rem;
        font-weight: 700;
    }

}

/* ▼ 768px以下（タブレット縦） */
@media screen and (max-width: 768px) {

  .videos {
    padding: 40px 0 10px;
  }

  .video-grid {
    display: block;
  }


}




/* =============================
   ご利用料金
============================= */
.price-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.price-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #CCC;
  margin-bottom: 14px;
}

.price-header {
  background: #f7b4a3;
  padding: 20px;
}

.price-header h3 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.price-header h3 span{
  font-size: 1.25rem;
  margin-left: 10px;
}

.price-body {
  padding: 18px;
}

.price-value {
  font-size: 1.75rem;
  font-weight: 700;
}

.price-note {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 75px;
  text-align: left;
  display: inline-block;
  text-align: left;
}

.price-btn-wrap {
  margin-top: 0px;
  margin-bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center; 
  align-items: center; 
  gap: 12px;
  box-sizing: border-box;
}

.price-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; /* テキストを中央に */
  position: relative;      /* ::after を右に配置する基準 */
  background: var(--main-color);
  color: var(--white);
  font-weight: 700;
  font-size: 1.5rem;
  padding: 4px 48px 4px 36px; /* 右側に矢印用スペースを確保 */
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  height: 54px;
  line-height: 54px;
  width: 700px;
}

/* 右端に「＞」を表示（テキストは真ん中、記号は右寄せ） */
.price-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 59px;
  transform: translateY(-50%);
  width: 12px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 19px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 19'><path d='M1 1 L10 9.5 L1 18' stroke='%23FFFFFF' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  pointer-events: none;
}

.price-btn:hover {
  background: var(--main-color);
  transform: translateY(-2px);
}

.price-btn span{
  font-size: 70%;
  margin-right: 20px;
}

/* --- ?1200px --- */
@media (max-width: 1280px) {
    .price-section {
      max-width: 90%;
      padding: 40px 0px;
      box-sizing: border-box;
    }
}

/* --- タブレット（?1024px） --- */
@media (max-width: 1024px) {
  .price-section {
    padding: 40px 0px;
  }

  .price-header h3 {
    font-size: 1.5rem;
  }

  .price-value {
    font-size: 1.5rem;
  }

  .price-btn {
    width: 500px;
    font-size: 1.25rem;
  }

  .price-note {
    font-size: 0.95rem;
    margin-bottom: 60px;
  }
}

/* --- スマホ（?768px） --- */
@media (max-width: 768px) {
  .price-section {
    padding: 40px 0px;
  }

  .price-btn-wrap {
    margin-bottom: 50px;
  }

  .price-header {
    padding: 16px;
  }

  .price-header h3 {
    font-size: 1.25rem;
  }

  .price-header h3 span {
    font-size: 1rem;
  }

  .price-body {
    padding: 16px;
  }

  .price-value {
    font-size: 1.25rem;
  }

  .price-note {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 100%;
  }

  .price-btn {
    width: 100%;
    max-width: 100%;
    font-size: 1.1rem;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
  }

  .price-btn::after {
    right: 30px;
    width: 10px;
    height: 16px;
  }

  .price-btn span {
    font-size: 65%;
    margin-right: 14px;
  }

}

/* --- 超小型スマホ（?480px） --- */
@media (max-width: 480px) {
  .price-header h3 {
    font-size: 1.1rem;
  }

  .price-value {
    font-size: 1.1rem;
  }

  .price-btn {
    font-size: 0.875rem;
    height: 46px;
    line-height: 46px;
    border-radius: 40px;
  }

  .price-btn::after {
    right: 20px;
  }
}



/* =============================
   導入事例：詳細ページ
============================= */
h2.case-maintitle {
    font-size: 3rem;
    text-align: center;
    font-weight: 800;
    margin-bottom: 45px;
}

h3.case-subtitle {
    font-size: 2.25rem;
    text-align: center;
    font-weight: 800;
    margin-bottom: 75px;
    background: var(--main-color);
    color: var(--white);
    font-weight: 800;
    padding: 20px;
}

.case-video {
    width: 1200px;
    height: auto;
    margin: 0 auto 72px;
}

.case-txtbody {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.case-txtbody P{
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 80px;
}

.case-txtbody h4{
    font-size: 1.875rem;
    line-height: 1.4;
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    padding: 0 20px 5px;
    box-sizing: border-box;
}

.case-txtbody P.pl20{
    font-size: 1rem;
    line-height: 1.8;
    padding: 10px 20px;
    box-sizing: border-box;
}

.case-txtbody P.pl20 span{
    background: linear-gradient(transparent 70%, #F5B6A8 40%);
    line-height: 1;
}

/* --- （1200px以下） --- */
@media (max-width: 1200px) {
  .case-video {
    margin: 0 auto;
    width: 96%;
  }  
  
  .case-txtbody {
    width: 96%;
    display: block;
    margin: 0 auto;
  }

  .case-txtbody h4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

}


/* =============================
   導入事例：会社カード
============================= */
.case-company-card {
  background: var(--wall-color-g);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 40px;
  max-width: 1200px;
  margin: 0 auto 80px;
  gap: 40px;
}

/* 画像部分 */
.company-images {
  display: flex;
  flex: 1 1 45%;
  gap: 8px;
  justify-content: center;
}
.company-images img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* 情報部分 */
.company-info {
  flex: 1 1 45%;
  min-width: 280px;
}
.case-company-card_title {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 1px solid var(--dark);
  padding: 2px 10px;
}
.info-block p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: 5px 10px 10px;
}

/* --- （1200px以下） --- */
@media (max-width: 1200px) {
  .case-company-card {
    gap: 30px;
    padding: 25px 30px;
    width: 96%;
    margin: 0 auto 80px !important;
  }
}

/* --- タブレット（1024px以下） --- */
@media (max-width: 1024px) {
  h2.case-maintitle {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  h3.case-subtitle {
    font-size: 1.875rem;
    margin-bottom: 60px;
    padding: 16px;
  }
  .case-video,
  .case-txtbody {
    width: 90%;
  }
  .case-txtbody h4 {
    font-size: 1.625rem;
  }
  .case-txtbody p {
    font-size: 1rem;
    margin-bottom: 60px;
  }
  .case-company-card {
    gap: 30px;
    padding: 25px 30px;
    width: 96%;
    margin: 0 auto;
  }

  .company-images img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* --- スマホ（768px以下） --- */
@media (max-width: 768px) {
  h2.case-maintitle {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
  h3.case-subtitle {
    font-size: 1.5rem;
    margin-bottom: 50px;
    padding: 14px;
  }
  .case-video {
    width: 96%;
    margin-bottom: 40px;

  }
  .case-txtbody {
    width: 96%;
  }
  .case-txtbody h4 {
    font-size: 1.375rem;
    padding: 0 10px;
    line-height: 1.5;
  }
  .case-txtbody p,
  .case-txtbody p.pl20 {
    font-size: 1rem;
    padding: 8px 10px;
    margin-bottom: 50px;
  }
  .case-company-card {
    width: 90%;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 25px;
    margin: 0 auto 60px !important;
  }
  .company-images,
  .company-info {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* --- 超小型スマホ（480px以下） --- */
@media (max-width: 480px) {
  h2.case-maintitle {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  h3.case-subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 12px;
    margin: 0 2% 40px;
    width: 96%;
  }
  .case-txtbody h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .case-txtbody p {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .case-company-card {
    margin-bottom: 60px!important;
    padding: 20px;
    gap: 20px;
  }
  .case-company-card_title {
    font-size: 1rem;
  }
  .info-block p {
    font-size: 0.875rem;
  }
}


/* =============================
   プライバシーポリシー
============================= */
.privacy-block {
    width: 1200px;
    margin: 0 auto;
}
.privacy-block h2{
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 800;
    text-align: center;
}
.privacy-block dl{
    width: 90%;
    margin: 80px auto;
}
.privacy-block dl dt{
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
}
.privacy-block dl dd{
    margin: 20px auto 40px;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    text-align: left;
}

/* --- タブレット（1200px以下） --- */
@media (max-width: 1200px) {
  .privacy-block {
    width: 90%;
    margin: 0 auto;
  }
  .privacy-block h2{
    text-align: left;
  }
}

/* --- スマホ（768px以下） --- */
@media (max-width: 768px) {
  .privacy-block h2{
    font-size: 1.125rem;
  }
  .privacy-block dl{
    margin: 60px auto 20px;
  }
  .privacy-block dl dt{
    font-size: 1rem;
  }
  .privacy-block dl dd{
    font-size: 0.875rem;
  }
}

/* --- 超小型スマホ（480px以下） --- */
@media (max-width: 480px) {
}


/* =============================
   利用規約
============================= */
.terms-block {
    width: 1200px;
    margin: 40px auto 80px;
}
.terms-block h2{
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 800;
    text-align: left;
    width: 90%;
    margin: 20px auto;
}
.terms-block ol{
    width: 90%;
    margin: 20px auto 40px;
}
.terms-block ol li{
    margin: 0 0 0px 0;
    padding: 0 0 0 1rem;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    list-style: none;
}
.terms-block p{
    width: 90%;
    margin: 20px auto 40px;
    padding: 0 0 0 1rem;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    list-style: none;
}

/* --- タブレット（1200px以下） --- */
@media (max-width: 1200px) {
  .terms-block {
    width: 90%;
    margin: 0 auto 40px;
  }
  .terms-block h2{
    text-align: left;
  }
}

/* --- スマホ（768px以下） --- */
@media (max-width: 768px) {
  .terms-block h2{
    font-size: 1.125rem;
  }
  .terms-block ol{
    margin: 20px auto 40px;
  }
  .terms ol li{
    font-size: 1rem;
  }
}

/* --- 超小型スマホ（480px以下） --- */
@media (max-width: 480px) {
}
