@charset "UTF-8";
.cost-title-section {
  background-color: #FFF5ED;
  text-align: center;
  position: relative;
  padding: 48px 0 32px;
  overflow: hidden;
}

.cost-bg-text {
  font-size: 12vw;
  color: #FCEBC6;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.cost-title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #000;
  margin-top: -1.6rem;
  z-index: 2;
}

.cost-line {
  width: 90px;
  height: 6px;
  margin: 6px auto 0;
  border-radius: 3px;
  background: linear-gradient(to right, #F18627, #FEB202);
}

/* ==========================
   費用・価格セクション
========================== */
.price-section {
  background-color: #FFF5ED;
  padding: 36px 24px;
  text-align: center;
}

/* 上部のリード文 */
.price-lead {
  font-size: 16px;
  color: #111;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 48px;
}

/* 中央強調テキスト */
.price-highlight {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  animation: pulseZoom 2s ease-in-out 1.6s infinite;
}

.price-main {
  font-weight: 700;
  line-height: 1.3;
}

.price-main__large {
  color: #F36A3A;
  font-size: 1.8rem;
  font-weight: 800;
}

.price-main__small {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}

/* ピカアイコン配置 */
.pika-icon {
  position: absolute;
  width: 28px;
  top: -18px;
}

.pika-left {
  left: -36px;
}

.pika-right {
  right: -36px;
}

/* ==========================
   料金表
========================== */
/* 横スクロール対応ラッパー */
.price-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 8px; /* 下にしっかり余白確保 */
  position: relative;
}

.price-table {
  width: 180%;
  border-collapse: collapse;
  margin-top: 40px;
  font-size: 16px;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 16px 20px;
  text-align: center;
  line-height: 1.5;
}

/* 背景色の指定 */
.price-table thead th, .price-table thead th:nth-child(3),
.price-table thead th:nth-child(4),
.price-table tbody td:nth-child(3),
.price-table tbody td:nth-child(4) {
  background-color: #fff;
  font-weight: normal;
}

.price-table tbody th {
  background-color: #fff;
  font-weight: 700;
  font-size: 3.5vw;
}

/* 当社行を強調 */
.price-table tbody td:nth-child(2),
.price-table thead th:nth-child(2),
.price-table tbody tr:first-child td:nth-child(2),
.price-table tbody tr:first-child td:nth-child(2),
.price-table tbody tr:nth-child(2) td:nth-child(2),
.price-table tbody tr:nth-child(3) td:nth-child(2) {
  background-color: #E4F1FC;
  font-weight: bold;
}

/* テーブル1列目（左端）を完全に非表示 */
.price-table thead th:first-child,
.price-table tbody td:first-child {
  background: transparent;
  border: none;
  color: transparent;
}

.scroll.horizontal {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* 右下に寄せる */
  gap: 8px;
  position: relative;
  z-index: 10;
}

.scroll-text {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

/* 横ライン部分 */
.scroll-border {
  position: relative;
  width: 100px;
  height: 1px;
  background-color: #d5d5d5;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: 0;
  left: 0;
  background: #333;
  animation: scrollbar-horizontal 2s ease-in-out infinite;
}

/* 横方向アニメーション */
@keyframes scrollbar-horizontal {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(350%);
  }
}
@media (min-width: 500px) {
  .price-table tbody th {
    font-size: 1.2rem;
  }
}
@media (max-width: 420px) {
  .price-table tbody th {
    width: 100px;
  }
  .price-table td {
    padding: 16px 2px;
  }
}
@media (max-width: 370px) {
  .price-table td {
    font-size: 0.8rem;
  }
}
/* PCサイズで文字拡大 */
@media (min-width: 768px) {
  .price-lead {
    font-size: 1.5rem;
  }
  .price-main__large {
    font-size: 3rem;
  }
  .price-main__small {
    font-size: 1.6rem;
  }
  .pika-icon {
    width: 36px;
    top: -24px;
  }
  .price-table {
    font-size: 16px;
  }
  .cost-title {
    font-size: 2.5rem;
    margin-top: -2.2rem;
  }
  .price-highlight {
    margin-bottom: 42px;
  }
}
/* ==========================
   CTAセクション
========================== */
.cta-section {
  background-color: #F36A3A;
  width: 100%;
  padding: 4px 0px 4px 12px;
  box-sizing: border-box;
  overflow: hidden;
}

.cta-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

/* 左側テキスト */
.cta-text {
  letter-spacing: 1px;
  text-align: center;
  transform: rotate(-5deg);
}
.cta-text p {
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 900;
  color: #fff;
  font-size: 4vw;
}

/* 「ワンストップで代行！」だけ黄色背景 */
.cta-text .line3 {
  display: inline-block;
  background-color: #FFF986;
  color: #F36A3A;
  padding: 4px 1px;
  border-radius: 4px;
  font-size: 4.5vw;
}

.cta-image {
  width: 47%;
}
.cta-image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .cta-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .cta-text {
    transform: rotate(-3deg);
  }
  .cta-text p {
    font-size: 2.2rem;
  }
  .cta-image img {
    max-width: 420px;
  }
}
@media (min-width: 1024px) {
  .price-table {
    width: 100%;
    font-size: 1.3rem;
  }
  .scroll.horizontal {
    display: none;
  }
  .price-section {
    margin: 0 auto;
    max-width: 960px;
  }
  .cta-image {
    width: 40%;
  }
  .cta-inner {
    justify-content: center;
  }
  .cta-text p {
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=cost.css.map */