/**************************************
  FV（メインビジュアル）
**************************************/
.fv-tetote {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  text-align: center;
  background: url(../img/tetote/back.png) center/cover no-repeat;
}

.fv-tetote::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #ffbb1e, #ff9158);
}

.fv_img {
  position: absolute;
  left: 50px;
  bottom: 25px;
}

/**************************************
  Main Visual
**************************************/
.mainVisual {
  display: flex;
  margin: 30px 0 100px;
}

.mainVisual-inner {
  display: flex;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.mainVisual-text {
  width: 600px;
}
.mainVisual-img {
  bottom: 0px;
}
.mainVisual-img img {
  width: 700px;
  height: auto;
}

/**************************************
  Price（吹き出し）
**************************************/
.price-sub {
  padding: 0.5em 0.7em 0.5em 32px;
  width: 300px;
  margin: 10px auto 0;
  border: 2px solid #ff9158;
  box-shadow: 5px 5px #ff9158;
  color: #ff9158;
}

/**************************************
  Section Titles
**************************************/
.sectionTitle4,
.sectionTitle5 {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.22em;
  color: transparent;
  -webkit-text-stroke: 0.5px #000;
}

.sectionTitle4 {
  font-size: 35px;
  text-shadow: 2px 2px #696969;
}

.sectionTitle5 {
  font-size: 45px;
  text-shadow: 2px 2px #ff9158;
  margin: 15px 0 0.2rem;
}

.sectionTitle5 span {
  background: linear-gradient(transparent 60%, #fffe03 60%);
}

/**************************************
  Catch Copy
**************************************/
.catchCopy-title-box {
  margin-bottom: 80px;
}

.catchCopy-title {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  padding-left: 50px;
}

.catchCopy-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #ff9158;
  text-align: left;
  padding-left: 50px;
}

.catchCopy {
  position: relative;
  width: 500px;
  margin: 0 auto 30px;
  font-size: 30px;
  font-weight: bold;
  color: #ff9158;
  text-align: center;
}

.catchCopy span {
  font-size: 80px;
  font-weight: bold;
  color: #ff9158;
}

.catchCopy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
/**************************************
  テトテルとは？
**************************************/
.tetel-section-main {
  color: #333;
  padding: 0 20px 80px;
  text-align: center;
  background-color: #fff;
}

.tetel-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tetel-main-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.tetel-logo {
  width: 200px;
}

.tetel-logo-text {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: #007bff;
  font-size: 40px;
}

.tetel-logo-img {
  width: auto;
  height: 40px;
  margin-right: 5px;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23007bff' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/></svg>");
}

.tetel-claim {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  display: inline-block;
}

.tetel-subtitle {
  font-size: 38px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.tetel-superscript {
  font-size: 0.5em;
  vertical-align: super;
  margin-left: 2px;
}

.tetel-intro-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/**************************************
  導入実績データ
**************************************/
.tetel-stats-block {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.tetel-devices {
  position: relative;
  display: flex;
  justify-content: center;
  width: 450px;
  height: 350px;
}

/* タブレット */
.tetel-tablet-frame {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 300px;
  border: 10px solid #333;
  border-radius: 20px;
  background-color: #f0f0f0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

/* スマホ */
.tetel-phone-frame {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
  height: 300px;
  border: 5px solid #333;
  border-radius: 30px;
  background-color: #f0f0f0;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  transform: translate(20px, 50px);
}

.tetel-screen {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #888;
  box-sizing: border-box;
}

.tetel-tablet-screen {
  border-radius: 10px;
  background-color: #fff;
}

.tetel-phone-screen {
  border-radius: 25px;
  background-color: #fff;
}

/**************************************
  ボタン
**************************************/
.tetote_btn,
.tetote_sub {
  display: inline-block;
  border-radius: 40px;
  font-weight: bold;
  height: 60px;
  width: 400px;
}

.tetote_btn {
  padding: 20px 100px;
  font-size: 19px;
  position: relative;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #fff;
}

.tetote_btn span {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5px 20px;
  font-size: 18px;
  color: #333;
  background: #fff;
  border-radius: 30px;
  border: 1px solid rgb(255, 122, 0);
  transform: translate(-50%, -50%);
}

.tetote_sub {
  padding: 15px 40px;
  font-size: 17px;
  background: #fff;
  border: 3px solid #ff9158;
  color: #ff9158;
  margin: 20px auto 40px;
}

.pc-main-btn-box {
  display: none;
}

.main-btn-box {
  display: block;
}
.download-btn {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: white;
  margin: 0 auto;
}

.download-btn:hover {
  background: linear-gradient(90deg, #ffbb1e, #ff9158);
  transform: translateY(-2px);
}

/**************************************
  ========== レスポンシブ ==========
**************************************/

/* 960px 以下 */
@media (max-width: 960px) {
  .mainVisual {
    flex-direction: column;
    text-align: center;
  }

  .mainVisual-inner {
    display: block;
    width: 100%;
  }

  .mainVisual-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .mainVisual-img img {
    max-width: 90%;
    margin: 0 auto;
    height: auto;
  }

  .catchCopy-title,
  .catchCopy-subtitle {
    padding-left: 0;
    text-align: center;
  }

  .catchCopy-title {
    font-size: 25px;
  }
  .catchCopy-subtitle {
    font-size: 15px;
  }

  .catchCopy {
    width: 100%;
    font-size: 24px;
  }
  .catchCopy span {
    font-size: 50px;
  }

  .tetote_btn,
  .tetote_sub {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 14px;
  }
}

/* 800px 以下 */
@media (max-width: 800px) {
  .tetel-main-title {
    font-size: 22px;
    line-height: 1.5;
  }

  .tetel-logo {
    width: 150px;
  }

  .tetel-claim {
    font-size: 20px;
  }

  .tetel-subtitle {
    font-size: 26px;
    margin-top: 8px;
  }

  .tetel-intro-text {
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
  }

  .tetel-stats-block {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }

  .tetel-devices {
    width: 280px;
    height: 230px;
    margin: 0 auto 20px;
  }

  .tetel-tablet-frame {
    width: 260px;
    height: 190px;
    border-width: 6px;
    border-radius: 16px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tetel-phone-frame {
    width: 100px;
    height: 180px;
    border-width: 4px;
    border-radius: 22px;
    right: 10px;
    bottom: -10px;
    transform: none;
  }

  .tetel-screen {
    font-size: 12px;
  }

  .tetel-prefecture-number {
    font-size: 44px;
  }
  .tetel-prefecture-unit {
    font-size: 18px;
  }
  .tetel-count-number {
    font-size: 60px;
  }

  .tetel-facility-data {
    flex-direction: column;
    gap: 6px;
  }

  .tetel-rank-unit {
    margin: 0;
  }
}

/* 768px 以下 */
@media (max-width: 768px) {
  .fv_img {
    width: 120px;
    left: 10px;
    bottom: 10px;
  }
  .download-btn {
    width: 80%;
  }
  .tetel-section-main {
    padding: 0 20px 10px;
  }
  .tetote_btn span {
    font-size: 12px;
  }

  .sectionTitle4 {
    font-size: 17px;
  }
  .sectionTitle5 {
    font-size: 30px;
  }

  .main-btn-box {
    text-align: center;
  }

  .change-text p {
    font-size: 14px;
  }
}

/* 520px 以下 */
@media (max-width: 520px) {
  .mainVisual-img img {
    width: 100%;
  }
  .catchCopy-title-box {
    margin-bottom: 40px;
  }
  .catchCopy {
    font-size: 20px;
  }
  .catchCopy span {
    font-size: 36px;
  }

  .change-img img {
    width: 90%;
  }

  .change-absolute01,
  .change-absolute02,
  .change-absolute03 {
    position: static;
    width: 100%;
    max-width: 250px;
    margin: 16px auto;
  }

  .fv_img {
    width: 90px;
    left: 4vw;
    bottom: 43vw;
  }
}
/**************************************
  導入施設の案内（全体背景）
**************************************/
.tetotel-gallery {
  width: 100%;
  padding: 0 0 60px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to bottom, #ffebd8, #ffffff);
}

/**************************************
  案内テキストボックス
**************************************/
.tetotel-gallery__info-box {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.92);
  padding: 60px;
  border-radius: 14px;
  text-align: center;
  border: 5px dashed rgb(255, 145, 88);
  box-shadow: 0 12px 20px rgba(40, 47, 60, 0.28);
  z-index: 5;
}

.tetotel-gallery__info-box h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #333;
}

.tetotel-gallery__info-box p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}
.tetotel-gallery h3 {
  margin-bottom: 120px;
}

/**************************************
  吹き出し飾り画像
**************************************/
.tetotel-gallery__fukidashi {
  position: absolute;
  top: -10px;
  left: 80%;
  transform: translateX(-50%);
  width: 340px;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1;
}

/**************************************
  無限スライダー
**************************************/
.auto-scroll {
  overflow: hidden;
  margin-bottom: 30px;
}

.auto-scroll__wrap {
  display: flex;
  width: 200%;
}

.auto-scroll__list {
  display: flex;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.auto-scroll__item {
  flex-shrink: 0;
  width: calc(100% / 6);
  padding: 0 5px;
}

.auto-scroll__item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* スクロールアニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.auto-scroll__list--left {
  animation: scroll-left 40s linear infinite;
}

.auto-scroll__list--right {
  animation: scroll-right 40s linear infinite;
}

/**************************************
  導入施設ロゴ一覧
**************************************/
.tetotel-client {
  padding: 80px 20px;
  background: #f8f8f8;
  text-align: center;
}

.client-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tetotel-client__heading {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.tetotel-client__subtext {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 40px;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
}

.client-logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.client-logo:hover {
  opacity: 1;
}

/**************************************
  レスポンシブ
**************************************/

/* 1024px */
@media (max-width: 1024px) {
  .tetotel-gallery__info-box {
    padding: 40px 45px;
  }
  .tetotel-gallery__fukidashi {
    width: 250px;
  }
  .client-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .tetotel-gallery__fukidashi {
    width: 200px;
    left: 84%;
  }
}

/* 768px */
@media (max-width: 768px) {
  .tetotel-gallery__info-box {
    top: 60%;
    max-width: 90%;
    padding: 28px 32px;
  }
  .tetotel-gallery__info-box h2 {
    font-size: 1.5rem;
  }
  .tetotel-gallery__info-box p {
    font-size: 0.9rem;
  }

  .tetotel-gallery__fukidashi {
    width: 150px;
    left: 84%;
  }

  .auto-scroll__item {
    width: calc(100% / 4);
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 480px */
@media (max-width: 480px) {
  .tetotel-gallery__info-box {
    width: 92%;
    padding: 20px 18px;
    border-radius: 10px;
    top: 62%;
  }
  .tetotel-gallery h3 {
    margin-bottom: 30px;
  }
  .tetotel-gallery__fukidashi {
    width: 180px;
    left: 70%;
  }
  .tetotel-gallery__info-box h2 {
    font-size: 1.25rem;
  }
  .tetotel-gallery__info-box p {
    font-size: 0.82rem;
  }

  .tetotel-gallery__fukidashi {
    width: 150px;
    left: 68%;
    top: -63px;
  }
  .tetel-section-main-outer {
    margin-top: 50px;
  }

  .auto-scroll__item {
    width: calc(100% / 3);
  }

  .client-logo-grid {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================
   動画説明エリア（movie） 
========================================================== */

/* 背景画像 */
.bk-img {
  background: url(../img/tetote/bk-img.jpg) no-repeat center/cover;
  padding-top: 80px;
}

.movie h2.title {
  font-size: 50px;
}
.movie h3 {
  text-align: center;
  margin: 0 auto 15px;
}

/* コンテナ（動画周り） */
.movie__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 5px;
  margin-bottom: 20px;
}

/* 説明文 */
.cont {
  text-align: center;
  margin-bottom: 40px;
}

/* iframe ラッパー（レスポンシブ） */
.movie__iframe {
  width: 100%;
  max-width: 920px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  margin: 0 auto;
}

.movie__iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* 遅延読み込み（視覚安定） */
.movie__iframe iframe[loading="lazy"] {
  min-height: 200px;
}

/* ==========================================================
   テトテル導入前・導入後 比較
========================================================== */

.compare-section {
  background: url(../img/tetote/back.png) no-repeat center/cover;
  padding: 80px 20px;
  text-align: center;
}

.compare-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #333;
}

.compare-title span {
  color: #f2994a;
}

/* 比較ボックス配置 */
.compare-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

/* 個別ボックス */
.compare-box {
  flex: 0 1 900px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  box-shadow: 0 12px 12px rgba(40, 47, 60, 0.3);
}

/* ラベル（導入前／後） */
.compare-head {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 6px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  font-size: 25px;
}

.compare-head.old {
  background: #777;
}

.compare-head.new {
  background: linear-gradient(180deg, #ff6b00 0%, #ff8c1a 100%);
}

/* 画像 */
.compare-image {
  margin: 0 auto 20px;
  max-width: 350px;
}

.compare-image img {
  width: 100%;
  height: auto;
}

/* 比較リスト */
.compare-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
}

/* 項目 */
.compare-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  font-size: 22px;
  font-weight: bold;
}

/* アイコン（導入前：×） */
.old-list li::before {
  content: "\2715";
  color: #cc0000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* アイコン（導入後：✓） */
.new-list li::before {
  content: "\2713";
  color: #ff6b00;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.new-list li {
  color: #ff6b00;
}

/* マーカー（強調） */
.compare-list span {
  background: linear-gradient(transparent 60%, #fff48d 60%);
}

.compare-arrow {
  font-size: 40px;
  font-weight: bold;
  width: 100px;
  align-self: center;
}

/* ==========================================================
   ４つの特徴（features）
========================================================== */

.tt-features-section {
  background: url(../img/tetote/back2.png) no-repeat center / cover;
  padding: 40px;
  margin: 40px 60px;
  color: #0f172a;
  border-radius: 20px;
}

.tt-features-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* 見出しブロック */
.tt-section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.tt-eyebrow {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#ff6b00, #ff8c1a);
  padding: 6px 10px;
  border-radius: 999px;
}

.tt-features-wrap h2 {
  margin: 0;
  font-size: 22px;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}

.tt-lead {
  margin-top: 6px;
  color: #6b7280;
  font-size: 14px;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}

/* 4つのカード（グリッド） */
.tt-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.tt-grid-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* カード本体 */
.tt-card {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.12);
}

/* アイコン画像 */
.tt-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.tt-icon img {
  width: 100%;
}

.tt-card h3 {
  margin: 0;
  color: #ff7a18;
  font-size: 16px;
  text-align: center;
}

.tt-card p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7280;
}

/* ==========================================================
   レスポンシブ（まとめて最適化）
========================================================== */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* iPadで適用したいCSSの記述 */
  .tt-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fixedcontainer {
    width: 100%;
  }
}
/* --- 1024px以上（PC大画面） --- */
@media (min-width: 1024px) {
  .bk-img {
    padding-top: 100px;
  }

  .movie .fixedcontainer {
    max-width: none;
    width: 100%;
    padding: 0;
  }

  .movie__iframe {
    width: 100vw;
    max-width: 100vw;
    border-radius: 24px;
  }

  .movie__inner {
    padding: 24px 32px;
  }
}

/* --- 768px以上（タブレット） --- */
@media (min-width: 768px) {
  .movie h2.title {
    font-size: 50px;
    margin-bottom: 16px;
  }

  .movie__inner {
    padding: 16px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .movie__iframe {
    max-width: 1000px;
  }
}

/* --- スマホ（768px以下） --- */
@media (max-width: 768px) {
  .compare-container {
    display: block;
  }
  .tt-card {
    margin-top: 10px;
  }
  .tt-grid-flow {
    display: block;
  }
  .movie h2.title {
    font-size: 22px;
  }
  .tt-features-section {
    padding: 20px;
  }
  .compare-box {
    flex: none;
    margin-bottom: 40px;
  }
  .compare-list {
    width: 100%;
  }
  .compare-arrow img {
    /* 矢印の画像を90度回転させて下向きにする */
    transform: rotate(90deg);
    width: 50%;
  }
  .bk-img {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  /* 必要に応じて、回転後のレイアウトを調整するCSSを追加 */
  .compare-arrow {
    /* 例: 矢印の上下にマージンを追加 */
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
  }
}

/* --- 小型スマホ（560px以下） --- */
@media (max-width: 560px) {
  .tt-grid {
    grid-template-columns: 1fr;
  }
  .tt-section-head {
    flex-direction: column;
    align-items: flex-start;
  }
  .tt-features-section {
    margin: 40px 10px;
  }
  .compare-section {
    padding: 10px 0px;
  }
}

/**************************************
  ご利用施設の声 — テトテル導入施設の感想（オレンジ）
**************************************/
.tetotel-orange-voice {
  padding: 80px 20px 0 20px;
  color: #5a3b2e;
  background: linear-gradient(rgb(255, 224, 179), rgb(255, 247, 230));
}
.tetotel-orange-container {
  max-width: 1100px;
  margin: 0 auto;
}
.tetotel-orange-header {
  text-align: center;
}

/* 見出し */
.tetotel-orange-eyecatch {
  font-size: 14px;
  color: #e48f42;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.tetotel-orange-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}
.tetotel-orange-title strong {
  color: #ff7a00;
  border-bottom: 10px solid #ffe4c2;
}

/* メインブロック */
.tetotel-orange-main {
  display: flex;
  align-items: center;
  margin-top: 45px;
}

/* 左テキスト */
.tetotel-orange-textblock {
  flex: 1 1 520px;
  position: relative;
}
.tetotel-orange-quote-mark {
  font-size: 90px;
  color: #f2c9a6;
  position: absolute;
  top: -40px;
  left: -10px;
}
.tetotel-orange-message {
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #4e2e23;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}
.tetotel-orange-detail {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: #6b4a3a;
}
.tetotel-orange-detail .accent {
  color: #ff7400;
  font-weight: 600;
}
.tetotel-orange-name {
  font-size: 14px;
  color: #71544b;
}

/* 右画像 */
.tetotel-orange-image img {
  width: 900px;
}

/* 導入効果ボックス */
.tetotel-orange-result-box {
  background: #fff;
  border: 2px solid #ffd8ac;
  border-radius: 22px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(255, 160, 85, 0.08);
}
.tetotel-orange-result-tag {
  background: #ffce75;
  display: inline-block;
  padding: 10px 18px;
  border-radius: 14px;
  font-weight: bold;
  color: #744019;
  margin-bottom: 20px;
}
.tetotel-orange-result-tag span {
  font-size: 22px;
  color: #ff5e00;
}
.tetotel-orange-result-title {
  font-size: 24px;
  color: #7c4a2c;
  margin-bottom: 20px;
}
.tetotel-orange-result-text {
  font-size: 15px;
  color: #6b4a3a;
  line-height: 1.9;
  border-top: 1px dashed #f3caa4;
  padding-top: 20px;
}

/* レスポンシブ（オレンジ） */
@media (max-width: 768px) {
  .tetotel-orange-main {
    flex-direction: column;
  }
  .tetotel-orange-image img {
    width: 100%;
  }
  .tetotel-orange-title {
    font-size: 26px;
  }
  .tetotel-orange-message {
    font-size: 22px;
  }
}

/**************************************
  ご利用施設の声 — テトテル導入施設の感想（水色）
**************************************/
.cm-voice-section {
  width: 100%;
  background: linear-gradient(to bottom, #ffe0b3, #fff7e6);
  padding: 60px 20px;
  color: #333;
}
.cm-voice-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* 個別ボイス */
.cm-voice-item {
  margin-bottom: 80px;
}
.cm-voice-item:last-child {
  margin-bottom: 0;
}

/* 上部：引用＋画像 */
.cm-voice-upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
.cm-voice-item.cm-reverse .cm-voice-upper {
  flex-direction: row-reverse;
}

.cm-voice-text-area {
  width: 55%;
  padding-top: 20px;
}
.cm-voice-image-area {
  width: 40%;
  text-align: center;
}
.cm-person-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.cm-facility-img {
  object-fit: cover;
  width: 400px;
  height: 400px;
}
/* 引用テキスト */
.cm-voice-quote {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  color: #5a5a5a;
  margin-bottom: 20px;
  position: relative;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}
.cm-voice-quote::before {
  content: "“";
  font-size: 60px;
  color: #ff8c1a;
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: -1;
}

.cm-voice-desc {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.cm-text-pink {
  color: #ff6b81;
  font-weight: bold;
}
.cm-arrow {
  font-size: 12px;
}

.cm-voice-attribution {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 30px;
}
.cm-sub-attr {
  font-size: 12px;
  color: #666;
}

/* 下部ボックス */
.cm-voice-box {
  background: #fff;
  border: 2px solid #5dc0ef;
  border-radius: 8px;
  padding: 30px;
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.cm-box-visual {
  margin-right: 30px;
}
.cm-box-visual img {
  width: 150px;
  height: 150px;
}
.cm-box-img {
  width: 100%;
  border-radius: 4px;
}
.cm-box-content {
  flex-grow: 1;
}

/* バッジ */
.cm-badge {
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
}
.cm-badge-green {
  background-color: #4db6ac;
}

.cm-badge-green::after,
.cm-badge-blue::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20px;
  border-width: 6px 6px 0;
  border-style: solid;
}
.cm-badge-green::after {
  border-color: #4db6ac transparent transparent transparent;
}

.cm-box-title {
  color: #00a0e9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.cm-box-text {
  font-size: 14px;
  line-height: 1.8;
}

/* レスポンシブ（水色） */
@media screen and (max-width: 768px) {
  .cm-voice-upper {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
  }
  .cm-voice-item.cm-reverse .cm-voice-upper {
    flex-direction: column-reverse;
  }
  .cm-voice-text-area,
  .cm-voice-image-area {
    width: 100%;
  }
  .cm-person-img {
    max-width: 200px;
  }
  .cm-voice-quote {
    font-size: 20px;
    text-align: center;
  }
  .cm-voice-box {
    flex-direction: column;
    padding: 20px;
  }
  .cm-box-visual {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .cm-box-img {
    max-width: 200px;
    margin: 0 auto;
  }
  .cm-box-title {
    font-size: 16px;
  }
}
/* ===============================
   監査対応（テトテル）
================================ */
.npk-section {
  background: #dff6fc;
  padding: 10px 20px 30px;
}

.npk-section-image {
  margin: 0 auto;
  width: 500px;
}

.npk-inner {
  max-width: 960px;
  margin: 100px auto 0;
  text-align: center;
}

/* サブタイトル */
.npk-subtitle {
  color: #3a7ca5;
  font-size: 20px;
  margin-bottom: 30px;
}

.npk-logo {
  font-weight: bold;
  color: #2b9fd8;
}

/* 大タイトル */
.npk-title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}

.npk-title span {
  color: #ff6b00;
  font-size: 38px;
}

.npk-highlight {
  color: #0099cc;
  font-weight: 800;
}

/* 注釈 */
.npk-note {
  color: #444;
  font-size: 14px;
  margin-bottom: 40px;
}

/* ===============================
   ベネフィット（POINT）
================================ */

/* まとめて grid のみを保持（元の flex 定義は後から全て上書きされていたため除去） */
.npk-benefits {
  display: grid;
  gap: 12px;
  margin-bottom: 50px;
}

/* 項目 */
.npk-benefit-item {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.03);
  font-size: 25px;
  line-height: 1.4;
  width: 500px;
  margin: 0 auto;
}

.npk-badge {
  background: #ff8a3d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-block;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 6px rgba(255, 138, 61, 0.25);
  white-space: nowrap;
}

.npk-check {
  color: #ff6b00;
  font-weight: bold;
  font-size: 22px;
  margin-right: 8px;
}

/* ==============================
   サムネイル型カード一覧
============================== */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 30px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.card:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.icon {
  font-size: 1.5rem;
}

.card span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  text-align: center;
}

/* カード色 */
.blue-bg {
  background: linear-gradient(to bottom, #f5faff, #cce7ff);
}
.yellow-bg {
  background: linear-gradient(to bottom, #fff7e6, #ffe0b3);
}
.green-bg {
  background: linear-gradient(to bottom, #f0fff5, #b3e6cc);
}
.pink-bg {
  background: linear-gradient(to bottom, #fff0f5, #f2a6bf);
}
.purple-bg {
  background: linear-gradient(to bottom, #f9f5ff, #d1b3ff);
}
.orange-bg {
  background: #fff2e5;
}

/* 見出し色 */
.blue {
  color: #1d4ed8;
}
.yellow {
  color: #c27803;
}
.green {
  color: #15803d;
}
.pink {
  color: #ff9158;
}
.purple {
  color: #6d28d9;
}
.orange {
  color: #c2410c;
}

/* ===============================
   レスポンシブ
============================== */

/* SP */
@media (max-width: 768px) {
  .npk-section-image {
    width: 300px;
  }
  .npk-title {
    font-size: 23px;
  }

  .card-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .npk-inner {
    margin: 0;
  }
  /* SP のカテゴリグリッド */
  .category .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .category .card-grid .card {
    width: 100%;
    box-shadow: 0 12px 12px rgba(40, 47, 60, 0.3);
  }

  /* アニメーション停止 */
  .os-animation {
    animation: none !important;
    opacity: 1 !important;
  }
  .os-animation.fadeInUp {
    animation: fadeInUp 0.8s ease forwards !important;
    opacity: 0;
  }
  .npk-benefit-item {
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .category {
    margin-right: 15px;
    margin-left: 15px;
  }
}
/* PC カテゴリカード（横スクロール） */
@media (min-width: 769px) {
  .category .card-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
  }
  .category .card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }

  .category .card-grid .card {
    flex: 0 0 auto;
    width: 151px;
    box-shadow: 0 12px 12px rgba(40, 47, 60, 0.3);
  }
}

/* ================================
   料金表（Pricing）
================================ */
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; /* 中央寄せ */
  padding: 60px 20px; /* 左右にパディング */
  box-sizing: border-box;
}

/* プラン共通スタイル */
.plan {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  box-sizing: border-box;
  max-width: 350px; /* カードの最大幅を設定 */
  transition: transform 0.3s, box-shadow 0.3s;
}

/* ホバーエフェクト */
.plan:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ヘッダー */
.plan-header {
  padding: 30px 20px;
  text-align: center;
  color: #333; /* デフォルトの色 */
}

.plan-title {
  margin: 0 0 10px;
}

.plan-name {
  font-size: 2rem;
  font-weight: 700;
}

.plan-subtitle {
  display: block;
  font-size: 0.8rem;
  color: #888;
  letter-spacing: 0.1em;
}

.plan-description {
  margin: 10px 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
  min-height: 48px; /* 高さのばらつきを減らす */
}

.plan-note {
  margin-top: 5px;
  font-size: 1.2rem;
  color: red;
}

/* 価格セクションのスタイル修正 */
.plan-price {
  padding: 20px 0; /* 上下パディングを調整 */
  text-align: center;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 15px; /* 月額と年間表示の間のスペース */
}

.price-monthly,
.price-annual {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin: 0 20px; /* 左右のパディング */
}

.price-annual {
  border-bottom: none;
  padding-bottom: 0;
}

.popular-annual {
  /* 年間契約を少し目立たせるためのスタイル */
  background-color: #e6f7ff; /* 明るい青の背景 */
  border: 1px dashed #b3e0ff;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 0 10px;
}

.price-type {
  font-size: 0.85rem;
  font-weight: bold;
  color: #555;
  margin: 0 0 5px;
}

.price-info {
  margin: 0;
  line-height: 1.2;
}

.price-amount {
  font-weight: 700;
}

.large-text {
  font-size: 2.2rem; /* 少し小さくして他の要素とバランスを取る */
  font-weight: 900;
  display: inline;
}

.small-text {
  font-size: 1rem;
  font-weight: 700;
}

.price-sub-info {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}

.tax-info {
  font-size: 0.7rem;
  color: #888;
  display: block;
  margin-top: 5px;
  padding: 5px 0; /* 上下の線とテキストの間に少し隙間を作る */
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  width: 150px;
}

/* ボタン */
.contact-button {
  display: block;
  width: calc(100% - 40px);
  margin: 20px auto;
  padding: 15px 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
}

/* 特徴リスト */
.feature-list {
  padding: 20px;
  list-style: none;
  margin: 0;
  flex-grow: 1; /* リスト部分を伸ばして高さを揃える */
}

.feature-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  font-size: 0.95rem;
  color: #444;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}

.feature-item:hover {
  background-color: #fafafa;
}

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

.feature-name {
  font-weight: 500;
}

.feature-item .arrow {
  font-size: 1rem; /* チェックマークのサイズ */
  font-weight: bold;
  color: #70c8bf; /* 有効な機能のチェック色 */
}

.feature-item.disabled {
  color: #aaa; /* グレーアウト */
  font-style: italic;
  text-decoration: none; /* 下線は不要 */
}

.feature-item.disabled .feature-name {
  text-decoration: line-through; /* 機能名に打消し線 */
}

.feature-item.disabled .arrow {
  color: #ff6b6b; /* バツ印は赤色 */
}

/* ミニマムプラン (MINIMAM) の色調整 */
.plan.minimam {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
}

.minimam .plan-header {
  background-color: #e9ecef;
  color: #495057;
  border-radius: 15px 15px 0 0;
}

.minimam .plan-subtitle {
  color: #adb5bd;
}

.minimam .price-amount {
  color: #495057;
}

.minimam .contact-button {
  background-color: #6c757d;
  color: #fff;
}
.minimam .contact-button:hover {
  background-color: #495057;
}

.minimam .feature-item .arrow {
  color: #6c757d;
}

.minimam .popular-annual {
  background-color: #e6f3ff;
  border-color: #cce7ff;
}

/* ベーシックプラン (BASIC) の色調整 */

/* 拡大して目立たせる */
.plan.basic {
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(26, 167, 199, 0.25);
  overflow: visible;
  border: 3px solid #ff7e5f;
}

/* 人気No.1 ラベル */
.plan.basic .most-popular-basic {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 18px;
  background: linear-gradient(to right, #ff8c42, #ff6a88);
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 50px;
  /* 👈 この値を変更します */
  z-index: 10000;
  box-shadow: 0 4px 10px rgba(26, 167, 199, 0.4);
}

.basic .plan-header {
  padding-top: 60px;
  overflow: visible;
  position: relative;
  background: linear-gradient(45deg, #70c8bf, #1aa7c7);
  color: #fff;
  border-radius: 15px 15px 0 0;
}

.basic .plan-subtitle {
  color: #d1e6c3;
}

.basic .price-amount {
  color: #1aa7c7;
}

.basic .contact-button {
  background-color: #70c8bf;
  color: #fff;
}

.basic .contact-button:hover {
  background-color: #1aa7c7;
}

.basic .feature-item .arrow {
  color: #70c8bf;
}

.basic .popular-annual {
  background-color: #e0f2f1;
  border-color: #b2dfdb;
}

/* スタンダードプラン (STANDARD) の色調整 */
.plan.standard {
  position: relative;
  background-color: #fff8e1;
  box-shadow: 0 8px 30px rgba(255, 122, 0, 0.2);
  z-index: 10;
}

.standard .plan-header {
  background: linear-gradient(90deg, #ffbb1e, #ff9158);
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding-top: 30px; /* バッジがないため調整 */
}
/* プレミアムプラン（準備中） */
.plan.standard {
  position: relative;
  overflow: hidden;
}

.plan.standard::after {
  content: "ただいまこちらは準備中";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}

.plan.standard * {
  pointer-events: none;
}

.standard .plan-subtitle {
  color: #ffe0b2;
}

.standard .price-amount {
  color: #ff9158;
}

.standard .contact-button {
  background-color: #ffb74d;
  color: #fff;
}

.standard .contact-button:hover {
  background-color: #ffa726;
}

.standard .feature-item .arrow {
  color: #ff9158;
}

.standard .popular-annual {
  background-color: #fff3e0;
  border-color: #ffe0b2;
}

/* レスポンシブ */
@media (max-width: 992px) {
  .pricing-container {
    gap: 20px;
    padding: 30px 10px;
  }
}

@media (max-width: 768px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 30px 15px;
  }

  .plan {
    width: 100%;
    max-width: 450px;
    transform: scale(1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .plan-header {
    padding: 25px 15px;
  }

  .plan-description {
    font-size: 1rem;
    min-height: auto;
  }

  .plan.basic {
    border: 1px solid #ddd;
    overflow: hidden;
  }

  .plan.basic .most-popular-basic {
    top: 5px;
    transform: translateX(-50%);
  }

  .basic .plan-header {
    padding-top: 50px;
  }
}
/* ===============================
   無料キャンペーン
================================ */
.download-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 12px;
  background: linear-gradient(to bottom, #fff7e6, #ffe0b3);
}

.download-image img {
  width: 400px;
  height: auto;
  border-radius: 8px;
}

.download-content {
  max-width: 500px;
  text-align: left;
}

.download-content h4,
.download-content h2,
.download-content p {
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.9),
    -2px -2px 8px rgba(255, 255, 255, 0.9);
}

.download-content h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #ff9158;
}

.download-content h2 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.download-content p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}
@media (max-width: 768px) {
  .download-section {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .download-content {
    text-align: center;
  }
}

/* ===============================
   Instagram セクション
================================ */
.Instagram {
  text-align: center;
}

.instagram-image {
  width: 200px;
  margin: 0 auto;
}

.Instagram__button {
  margin-top: 16px;
}
/* ===============================
   SUPPORT セクション
================================ */

.helpdesk-card {
  flex: 1 1 280px;
  max-width: 320px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: helpdesk-fadeInUp 0.8s forwards;
}

.helpdesk-card:nth-child(1) {
  animation-delay: 0.2s;
  margin: 0 auto;
}
.helpdesk-card:nth-child(2) {
  animation-delay: 0.4s;
  margin: 0 auto;
}
.helpdesk-card:nth-child(3) {
  animation-delay: 0.6s;
  margin: 0 auto;
}

.helpdesk-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.helpdesk-icon {
  text-align: center;
  margin: auto;
}
.helpdesk-icon img,
.helpdesk-icon svg {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.helpdesk-icon svg {
  stroke: #ff9800;
}

.helpdesk-card-title {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #222;
  text-align: center;
}

.helpdesk-text {
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: left;
}

@keyframes helpdesk-fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* iPadで適用したいCSSの記述 */
  .helpdesk-card {
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .helpdesk-container {
    flex-direction: column;
    align-items: center;
  }
}
/* ===============================
   働きやすい環境へ
================================ */
.tetote-workenv-b {
  background: url(../img/tetote/back.png) no-repeat center / cover;
  margin-right: 10px;
  margin-left: 10px;
}

/* ---- Title ---- */
.tetote-title-b {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.tetote-title-b span {
  font-size: 30px;
  color: #ff6b00;
}

/* ---- Lead Text ---- */
.tetote-lead-b {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 55px;
}

/* ---- Items ---- */
.tetote-items-b {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
}

/* ---- Card ---- */
.tetote-item-b {
  background: #ffffff;
  padding: 45px 28px;
  border-radius: 22px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: popIn 0.8s ease forwards;
  opacity: 0;
}

.tetote-item-b:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* ---- Icon ---- */
.tetote-icon-b {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: iconFloat 3s ease-in-out infinite;
}

.tetote-icon-b img {
  width: 200px;
  height: 200px;
}

/* ---- Text ---- */
.tetote-item-b h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ff6b00;
  margin-bottom: 10px;
}

.tetote-item-b p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* ============================= */
/*   Responsive - SP (〜767px)   */
/* ============================= */
@media (max-width: 767px) {
  .tetote-title-b {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .tetote-title-b span {
    font-size: 24px;
  }

  .tetote-lead-b {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 1.7;
    padding: 0 10px;
    text-align: left;
  }

  .tetote-items-b {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .tetote-item-b {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .tetote-icon-b {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }

  .tetote-icon-b img {
    width: 140px;
    height: 140px;
  }

  .tetote-item-b h3 {
    font-size: 16px;
  }

  .tetote-item-b p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* ============================= */
/*   Responsive - Tablet (768〜1024px) */
/* ============================= */
@media (min-width: 768px) and (max-width: 1024px) {
  .tetote-items-b {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .tetote-item-b {
    padding: 35px 24px;
  }

  .tetote-icon-b {
    width: 160px;
    height: 160px;
  }

  .tetote-icon-b img {
    width: 160px;
    height: 160px;
  }
}

/* =====================================
   Animations
   ===================================== */
@keyframes fadeInB {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes waveMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(15px);
  }
}
/* ===============================
   横スクロール ギャラリー
================================ */
.scroll-container {
  width: 100%;
  padding: 50px;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  animation: scroll 15s linear infinite;
}

.scroll-content img {
  width: 450px;
  height: auto;
  flex-shrink: 0;
  margin-right: 5px;
  border-radius: 15px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ==========================================================
   テトテル HP制作キャンペーン セクション
========================================================== */

/* --- 1. セクション全体 --- */
.tetoteru-hp-campaign {
  background: url(../img/tetote/bk-img.jpg) no-repeat center / cover;
  padding: 80px 0 0;
}

.tetoteru-hp-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* --- 2. ヘッドライン --- */
.tetoteru-hp-tag {
  display: inline-block;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.tetoteru-hp-main-title {
  font-size: 36px;
  font-weight: 800;
  color: #333;
  line-height: 1.4;
  margin-bottom: 10px;
}

.tetoteru-hp-main-title .highlight {
  background: linear-gradient(transparent 60%, #ffe0b2 0%);
  padding: 0 5px;
  white-space: nowrap;
}

.tetoteru-hp-sub-title {
  font-size: 24px;
  font-weight: normal;
  color: #c45d36;
  margin-bottom: 40px;
}

.price-discount {
  color: #e53935;
  font-size: 1.5em;
  font-weight: 900;
}
.hp-design-box {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.hp-design img {
  max-width: 100%;
  height: auto;
  display: block;
}
.hp-design01 {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}
/* --- 3. コンテンツ＆特典 --- */
.tetoteru-hp-content-box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.tetoteru-hp-benefit-title {
  font-size: 26px;
  font-weight: bold;
  color: #ff6b00;
  border-bottom: 3px solid #ff7a4f;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 25px;
}

.tetoteru-hp-lead-text {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.tetoteru-hp-lead-text strong {
  color: #333;
}

/* --- 追加特典ブロック --- */
.tetoteru-hp-bonus-block {
  background: #fff8e1;
  border: 2px dashed #ff6b00;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.bonus-tag {
  display: inline-block;
  background-color: #ffc000;
  color: #333;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 15px;
}

.bonus-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  color: #333;
  text-align: left;
}

/* --- 特典リスト --- */
.tetoteru-hp-features {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tetoteru-hp-features li {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  border-left: 3px solid #ff7a4f;
  padding-left: 15px;
}

/* --- 4. CTA --- */
.tetoteru-hp-call-to-action {
  text-align: center;
  border-top: 1px dashed #ddd;
  padding-top: 30px;
}

.tetoteru-hp-note {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.tetoteru-hp-button {
  display: inline-block;
  background: linear-gradient(#ff6b00 0, #ff8c1a 100%);
  color: #fff;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 8px 15px rgba(255, 122, 79, 0.4);
}

.tetoteru-hp-button:hover {
  background-color: #e06842;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 122, 79, 0.5);
}

.button-main-text {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.button-sub-text {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 3px;
}

/* ==========================================================
   5. レスポンシブ（Max-width: 768px）
   ※ 重複していた 768px メディアクエリは統合済み
========================================================== */
@media (max-width: 768px) {
  .tetoteru-hp-campaign {
    padding: 60px 0;
  }

  .tetoteru-hp-main-title {
    font-size: 28px;
  }

  .tetoteru-hp-sub-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .tetoteru-hp-content-box {
    padding: 30px 20px;
  }

  .tetoteru-hp-benefit-title {
    font-size: 22px;
  }

  .tetoteru-hp-lead-text {
    font-size: 16px;
  }

  .tetoteru-hp-features {
    gap: 12px;
  }

  .tetoteru-hp-button {
    padding: 12px 25px;
  }

  .button-main-text {
    font-size: 20px;
  }

  .tetoteru-hp-bonus-block {
    padding: 20px;
  }

  .bonus-tag {
    font-size: 14px;
  }

  .bonus-text {
    font-size: 16px;
  }
}
