@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* トップページだけ背景色 */
#body_wrap.home {
  background-color: #f5f7fa !important;
}

.top #content {
  padding-top: 0;
}

/* アーカイブページのサブタイトル（– archive – / – tax – 等）を非表示 */
.c-pageTitle__subTitle {
  display: none;
}

/* ========================================
   ヘッダー CTAボタン共通
   ======================================== */
.menu-item-425,
.menu-item-532 {
  display: flex !important;
  align-items: center !important;
}

/* ナビ下線を消す */
.menu-item-425>a::before,
.menu-item-425>a::after,
.menu-item-532>a::before,
.menu-item-532>a::after {
  display: none !important;
}

/* お問い合わせ（緑塗りボタン） */
.menu-item-425>a {
  background: var(--color_main, #06C755) !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 8px 20px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  height: auto !important;
  border: 1.5px solid transparent !important;
  box-sizing: border-box !important;
  margin-left: 8px !important;
  transition: background 0.2s, transform 0.2s !important;
}

.menu-item-425>a:hover {
  background: #05b34a !important;
  transform: translateY(-1px);
}

.menu-item-425>a .ttl {
  color: #fff !important;
}

.menu-item-425>a .c-smallNavTitle {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* 資料ダウンロード（アウトラインボタン） */
.menu-item-532>a {
  border: 1.5px solid #1a1a2e !important;
  border-radius: 6px !important;
  padding: 8px 20px !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  height: auto !important;
  color: #1a1a2e !important;
  background: transparent !important;
  box-sizing: border-box !important;
  margin-left: 8px !important;
  transition: all 0.2s !important;
}

.menu-item-532>a:hover {
  background: #1a1a2e !important;
  color: #fff !important;
}

.menu-item-532>a .ttl {
  color: inherit !important;
}

.menu-item-532>a .c-smallNavTitle {
  color: inherit !important;
  opacity: 0.6;
}

/* ========================================
   サイドバー ウィジェット共通
   ======================================== */
.l-sidebar .c-widget {
  background: #fff;
  border-radius: 4px;
  padding: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: none !important;
  outline: none;
  margin-bottom: 20px;
}

#sidebar .c-widget+.c-widget {
  margin-top: 1.5rem;
}

/* ウィジェットタイトル（緑の左ボーダー） */
.c-widget__title.-side {
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-left: 2px solid var(--color_main);
  padding: 4px 0 4px 12px;
  margin-bottom: 16px;
  background: none;
  line-height: 1;
}

#body_wrap:not(.home) .l-sidebar .c-widget {
  box-shadow: none;
  background: #f5f7fa;
  border-radius: 4px;
}

.p-profileBox__bgImg {
  height: 120px;
}


/* ========================================
   サイドバー 検索フォーム
   ======================================== */
.l-sidebar .wp-block-search__inside-wrapper,
.l-sidebar .search-form,
.l-sidebar .wp-block-search {
  display: flex;
  align-items: center;
}

.l-sidebar .wp-block-search__input,
.l-sidebar .search-form input[type="search"] {
  border: 1px solid #e0e4ea;
  border-radius: 4px 0 0 4px;
  padding: 10px 14px;
  font-size: 14px;
  flex: 1;
  outline: none;
  transition: border-color 0.2s;
}

.l-sidebar .wp-block-search__input:focus,
.l-sidebar .search-form input[type="search"]:focus {
  border-color: var(--color_main);
}

.l-sidebar .wp-block-search__button,
.l-sidebar .search-form button,
.l-sidebar .search-form input[type="submit"] {
  background: var(--color_main);
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s;
}

.l-sidebar .wp-block-search__button:hover,
.l-sidebar .search-form button:hover,
.l-sidebar .search-form input[type="submit"]:hover {
  background: var(--color_main);
}

/* ========================================
   サイドバー 記事リスト
   ======================================== */
.l-sidebar .c-widget li {
  border-bottom: 1px solid #f0f2f5;
  padding: 10px 0;
}

.c-widget .-type-list .p-postList__item {
  margin-bottom: 0;
}

.l-sidebar .c-widget li:last-child {
  border-bottom: none;
}

/* ========================================
   プロフィールボックス
   ======================================== */
.l-sidebar .widget_swell_prof_widget {
  padding: 0;
}

.p-profileBox {
  border-radius: 4px;
  box-shadow: none;
  border: none !important;
  outline: none;
  text-align: center;
  padding: 0;
}


.p-profileBox__icon {
  margin-bottom: 0;
}

.p-profileBox__iconImg {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 2px solid var(--color_main);
  object-fit: cover;
}

.p-profileBox__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1a1a2e;
}

.p-profileBox__job {
  font-size: 14px;
  color: var(--color_main);
  font-weight: 600;
  margin-bottom: 12px;
}

.p-profileBox__text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  padding: 0 24px 30px;
}

.p-profileBox__bg {
  height: 120px;
}

/* プロフィール SNSリンク */
.p-profileBox .p-profileBox__btns a {
  color: var(--color_main);
  transition: opacity 0.2s;
}

.p-profileBox .p-profileBox__btns a:hover {
  opacity: 0.7;
}


/* ========================================
   トップ 業界・目的セクション
   ======================================== */
.lnavi-tax {
  margin-top: 40px;
}

.lnavi-tax__heading {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.lnavi-tax__heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #ddd;
  margin-left: 12px;
}

.lnavi-tax__icon {
  font-size: 18px;
  margin-bottom: 4px;
}

.lnavi-tax__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* 各タームカード */
.lnavi-term-card {
  min-width: 0;
}

/* ヘッダー（ターム名 + もっと見る） */
.lnavi-term-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--color_main);
}

.lnavi-term-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.lnavi-term-card__more {
  font-size: 11px;
  font-weight: 600;
  color: var(--color_main);
  text-decoration: none;
  white-space: nowrap;
}

.lnavi-term-card__more:hover {
  text-decoration: underline;
}

/* 記事リスト */
.-type-card .p-postList__title {
  font-size: 15px;
}

.lnavi-term-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.lnavi-term-card__article {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.lnavi-term-card__article:hover .lnavi-term-card__article-title {
  color: var(--color_main);
}

.lnavi-term-card__article-thumb {
  width: 70px;
  height: 70px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f2f5;
}

.lnavi-term-card__article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lnavi-term-card__article-text {
  flex: 1;
  min-width: 0;
}

.lnavi-term-card__article-title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.3;
  transition: color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lnavi-term-card__article-excerpt {
  display: -webkit-box;
  font-size: 11px;
  color: #999;
  line-height: 1.3;
  margin-top: 2px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lnavi-term-card__empty {
  font-size: 12px;
  color: #ccc;
}


/* フッター直前タクソノミー */
.lnavi-footer-tax {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .lnavi-tax__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========================================
   サイドバー タクソノミーウィジェット
   ======================================== */
.lnavi-sidebar-tax {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.lnavi-sidebar-tax__term {
  min-width: 0;
}

.lnavi-sidebar-tax__name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a2e;
  text-decoration: none;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e0e0e0;
}

a.lnavi-sidebar-tax__name:hover {
  color: var(--color_main);
}

.lnavi-sidebar-tax__article {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  text-decoration: none;
}

.lnavi-sidebar-tax__article:hover .lnavi-sidebar-tax__title {
  color: var(--color_main);
}

.lnavi-sidebar-tax__thumb {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f2f5;
}

.lnavi-sidebar-tax__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lnavi-sidebar-tax__title {
  font-size: 11px;
  color: #444;
  line-height: 1.3;
  transition: color 0.15s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lnavi-sidebar-tax__empty {
  font-size: 11px;
  color: #ccc;
  padding: 3px 0;
}

/* ========================================
   導入事例カルーセル
   ======================================== */
.lnavi-usecase {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}

/* ヘッダー */
.lnavi-usecase__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lnavi-usecase__header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lnavi-usecase__more {
  font-size: 13px;
  font-weight: 600;
  color: var(--color_main);
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.lnavi-usecase__more:hover {
  opacity: 0.7;
}

.lnavi-usecase__label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--color_main);
  margin-bottom: 2px;
}

.lnavi-usecase__heading {
  font-size: 20px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.2;
}

/* 矢印ナビ */
.lnavi-usecase__nav {
  display: flex;
  gap: 6px;
}

.lnavi-usecase__arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnavi-usecase__arrow:hover {
  border-color: var(--color_main);
  color: var(--color_main);
}

/* トラック */
.lnavi-usecase__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}

.lnavi-usecase__track::-webkit-scrollbar {
  display: none;
}

/* カード */
.lnavi-usecase__card {
  flex: 0 0 calc((100% - 32px) / 3);
  scroll-snap-align: start;
  overflow: hidden;
  text-decoration: none;
  transition: opacity 0.2s;
}

.lnavi-usecase__card:hover {
  opacity: 0.8;
}

.lnavi-usecase__thumb {
  width: 100%;
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 0;
  position: relative;
}

.lnavi-usecase__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lnavi-usecase__thumb-arrow {
  display: none;
}

.lnavi-usecase__body {
  padding: 8px 2px;
}


.lnavi-usecase__title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================
   LINEミニアプリって何ができるの？（バナーボックス）
   ======================================== */
.lnavi-features {
  margin-top: 48px;
}

.lnavi-features__box {
  display: flex;
  gap: 32px;
  align-items: center;
  background: linear-gradient(145deg, #e8f8ee 0%, #d4f1df 100%);
  border-radius: 12px;
  padding: 36px 32px;
  border: 1px solid rgba(6, 199, 85, 0.15);
}

.lnavi-features__left {
  flex: 1;
  min-width: 0;
}

.lnavi-features__heading {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
  line-height: 1.5;
}

.lnavi-features__heading span {
  color: var(--color_main);
}

.lnavi-features__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 20px;
}

.lnavi-features__desc strong {
  color: #1a1a2e;
  font-weight: 700;
}

.lnavi-features__cta {
  display: inline-block;
  padding: 10px 28px;
  background: var(--color_main);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: opacity 0.2s;
}

.lnavi-features__cta:hover {
  opacity: 0.85;
  color: #fff;
}

/* 右：機能チップ */
.lnavi-features__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  flex-shrink: 0;
  width: 280px;
}

.lnavi-features__chip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: box-shadow 0.2s;
}

.lnavi-features__chip:hover {
  background: rgba(255, 255, 255, 0.7);
}

.lnavi-features__chip-icon {
  font-size: 18px;
  line-height: 1;
}

.lnavi-features__chip-name {
  font-size: 11px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .lnavi-features__box {
    flex-direction: column;
    padding: 28px 20px;
  }

  .lnavi-features__right {
    width: 100%;
  }
}

/* 導入事例：会社名デザイン */
.lnavi-usecase__company {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #666;
  background: #f0f2f5;
  padding: 2px 7px;
  border-radius: 3px;
  background: none;
  padding: 0;

  margin: 0 0 4px;
  letter-spacing: 0.03em;
}

/* 導入事例：抜粋 */
.lnavi-usecase__excerpt {
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  margin: 2px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ========================================
   便利ツール
   ======================================== */
.lnavi-tools {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}

.lnavi-tools__header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.lnavi-tools__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #f0f2f5;
  border-radius: 6px;
  font-size: 20px;
  line-height: 1;
}

.lnavi-tools__heading {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0;
}

.lnavi-tools__sub {
  font-size: 12px;
  display: inline;
  color: #aaa;
  margin: 0;
}

.lnavi-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lnavi-tools__card {
  display: block;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  text-decoration: none;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.lnavi-tools__card:hover {
  border-color: var(--color_main);
  transform: translateY(-2px);
}

.lnavi-tools__card-img {
  padding: 20px 20px 0;
  text-align: center;
}

.lnavi-tools__card-img img {
  width: 75%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
}

.lnavi-tools__card-body {
  padding: 16px 20px 20px;
}

.lnavi-tools__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.4;
  margin: 0 0 6px;
}

.lnavi-tools__card-desc {
  font-size: 12px;
  color: #666;
  margin: 0 0 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lnavi-tools__card-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--color_main);
  padding: 6px 16px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .lnavi-tools__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.lnavi-tools__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--color_main);
  border: 1.5px solid var(--color_main);
  padding: 1px 6px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 0.05em;
}

.lnavi-tools__titles {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* 便利ツール一覧ページ */
.lnavi-tools-page {
  padding: 40px 0;
}

.lnavi-tools-page__header {
  margin-bottom: 28px;
}

.lnavi-tools-page__title {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #1a1a2e !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.lnavi-tools-page__sub {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.lnavi-tools-page .lnavi-tools__card-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  line-height: 1.4 !important;
}

.lnavi-tools-page .lnavi-tools__card-desc {
  white-space: normal !important;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lnavi-tools-page .lnavi-tools__card {
  border: 1px solid #eee;
  border-radius: 12px;
}

.lnavi-tools-page .lnavi-tools__card-cta {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--color_main);
  background: none;
  padding: 0;
  border-radius: 0;
}

/* ========================================
   フルワイドCTA
   ======================================== */
.lnavi-cta-full {
  margin-top: 56px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(135deg, #06C755 0%, #05b34a 50%, #049a3f 100%);
  padding: 56px 24px;
  text-align: center;
}

.lnavi-cta-full__heading {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.5;
}

.lnavi-cta-full__sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
}

.lnavi-cta-full__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.lnavi-cta-full__btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
  min-width: 180px;
  text-align: center;
}

.lnavi-cta-full__btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.lnavi-cta-full__btn--primary {
  background: #fff;
  color: var(--color_main);
}

.lnavi-cta-full__btn--secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.lnavi-cta-full__btn--secondary:hover {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 768px) {
  .lnavi-cta-full {
    padding: 40px 20px;
  }

  .lnavi-cta-full__heading {
    font-size: 20px;
  }

  .lnavi-cta-full__buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* ========================================
   ヒーロー記事スライダー（全幅）
   ======================================== */
.lnavi-hero-wrap {
  width: 100%;
}

.lnavi-hero-slider {
  position: relative;
  overflow: hidden;
  background: #000;
  line-height: 0;
}

.lnavi-hero-slider__track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0;
}

.lnavi-hero-slider__track::-webkit-scrollbar {
  display: none;
}

.lnavi-hero-slider__slide {
  flex: 0 0 25%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.lnavi-hero-slider__slide:hover .lnavi-hero-slider__img img {
  transform: scale(1.05);
}

.lnavi-hero-slider__img {
  width: 100%;
  aspect-ratio: 1200 / 630;
  background: #111;
  line-height: 0;
}

.lnavi-hero-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.lnavi-hero-slider__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  pointer-events: none;
}

.lnavi-hero-slider__overlay .lnavi-hero-slider__cat,
.lnavi-hero-slider__overlay .lnavi-hero-slider__title {
  display: none;
}

.lnavi-hero-slider__cat {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: var(--color_main);
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.lnavi-hero-slider__title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}

.lnavi-hero-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
}

.lnavi-hero-slider__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
}

.lnavi-hero-slider__arrow:hover {
  background: #fff;
}


/* ========================================
   ナビボックス（6列）
   ======================================== */
.lnavi-nav-boxes {
  padding: 20px 0;
}

.lnavi-nav-boxes__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.lnavi-nav-boxes__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 14px;
  background: #e9f5ec;
  border: 1px solid #06C755;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}

.lnavi-nav-boxes__item:hover {
  box-shadow: 0 4px 14px rgba(6, 199, 85, 0.18);
  transform: translateY(-2px);
}

.lnavi-nav-boxes__icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lnavi-nav-boxes__icon-wrap svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.lnavi-nav-boxes__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.lnavi-nav-boxes__label {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}

.lnavi-nav-boxes__sub {
  font-size: 10px;
  color: #666;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .lnavi-hero-slider__slide {
    flex: 0 0 50%;
  }

  .lnavi-nav-boxes__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lnavi-nav-boxes__icon-wrap {
    width: 32px;
    height: 32px;
    border-radius: 8px;
  }

  .lnavi-nav-boxes__icon-wrap svg {
    width: 16px;
    height: 16px;
  }

  .lnavi-nav-boxes__label {
    font-size: 11px;
  }

  .lnavi-nav-boxes__sub {
    display: none;
  }
}


/* ========================================
   ニュース一覧
   ======================================== */
.lnavi-news {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #e0e0e0;
}

.lnavi-news__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.lnavi-news__heading {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}

.lnavi-news__more {
  font-size: 12px;
  font-weight: 600;
  color: var(--color_main);
  text-decoration: none;
  white-space: nowrap;
}

.lnavi-news__more:hover {
  opacity: 0.7;
}

.lnavi-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}

.lnavi-news__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  text-decoration: none;
  transition: background 0.15s;
}



.lnavi-news__item:hover {
  background: #fafafa;
}

.lnavi-news__thumb {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f0f2f5;
  position: relative;
}

.lnavi-news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lnavi-news__body {
  flex: 1;
  min-width: 0;
}

.lnavi-news__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.lnavi-news__new-badge {
  display: inline-block;
  background: #e53e3e;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 1px 6px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  animation: newPulse 2s ease-in-out infinite;
}

@keyframes newPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.lnavi-news__date-relative {
  font-size: 11px;
  font-weight: 600;
  color: #888;
}

.lnavi-news__date-abs {
  font-size: 10px;
  color: #bbb;
}

.lnavi-news__title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  margin: 2px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lnavi-news__item:hover .lnavi-news__title {
  color: var(--color_main);
}

.lnavi-news__excerpt {
  font-size: 11px;
  color: #999;
  line-height: 1.3;
  margin: 2px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* アーカイブページ用 */
.lnavi-news__list--archive {
  grid-template-columns: 1fr;
  gap: 0;
}

.lnavi-news__thumb--lg {
  width: 80px;
  height: 80px;
  border-radius: 4px;
}

.lnavi-news__excerpt--lg {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
  .lnavi-news__list {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   導入事例アーカイブ
   ======================================== */

/* グリッド 3カラム */
.uc-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* カード */
.uc-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s, box-shadow 0.25s;
}

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

.uc-card__thumb {
  width: 100%;
  aspect-ratio: 1200 / 630;
  overflow: hidden;
  background: #f0f2f5;
}

.uc-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s;
}

.uc-card:hover .uc-card__thumb img {
  transform: scale(1.05);
}

.uc-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 18px;
}

.uc-card__company {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  color: var(--color_main);
  background: rgba(6, 199, 85, 0.08);
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 8px;
  align-self: flex-start;
}

.uc-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.5;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uc-card__excerpt {
  font-size: 12px;
  color: #999;
  line-height: 1.6;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.uc-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color_main);
  margin-top: 12px;
  transition: gap 0.2s;
}

.uc-card:hover .uc-card__link {
  gap: 8px;
}

.uc-archive__pager {
  margin-top: 48px;
  text-align: center;
}

@media (max-width: 1024px) {
  .uc-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .uc-archive__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ========================================
   便利ツール共通ヘッダー
   ======================================== */
.lr-header {
  margin-bottom: 16px;
}

.lr-header__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #222 !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  line-height: 1.3 !important;
}

.lr-header__sub {
  font-size: 12px;
  color: #888;
  margin: 0;
  line-height: 1.4;
}

/* ========================================
   資料ダウンロードページ
   ======================================== */
.lnavi-dl {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}

.lnavi-dl__header {
  text-align: center;
  margin-bottom: 40px;
}

.lnavi-dl__label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--color_main, #06C755);
  margin: 0 0 8px;
}

.lnavi-dl__title {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
  line-height: 1.4;
}

.lnavi-dl__sub {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* 2カラムレイアウト */
.lnavi-dl__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* 左カラム：資料紹介 */
.lnavi-dl__info {
  position: sticky;
  top: 100px;
}

.lnavi-dl__cover {
  margin-bottom: 24px;
}

.lnavi-dl__cover-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(145deg, #f0f4f8, #e4e9f0);
  border-radius: 12px;
  aspect-ratio: 3 / 4;
  max-height: 320px;
  border: 1px solid #e0e4ea;
}

.lnavi-dl__cover-icon {
  font-size: 48px;
}

.lnavi-dl__cover-text {
  font-size: 13px;
  color: #999;
  font-weight: 600;
}

.lnavi-dl__doc-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 12px;
  line-height: 1.4;
}

.lnavi-dl__doc-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 16px;
}

.lnavi-dl__doc-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lnavi-dl__doc-features li {
  font-size: 14px;
  color: #444;
  padding-left: 24px;
  position: relative;
  line-height: 1.5;
}

.lnavi-dl__doc-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color_main, #06C755);
  font-weight: 700;
}

/* 右カラム：フォーム */
.lnavi-dl__form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8ecf1;
}

.lnavi-dl__form-inner {
  padding: 32px;
}

.lnavi-dl__form-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}

.lnavi-dl__form-note {
  font-size: 13px;
  color: #888;
  margin: 0 0 24px;
}

/* CF7 フォームスタイル上書き */
.lnavi-dl__form .wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}

.lnavi-dl__form .wpcf7-form input[type="text"],
.lnavi-dl__form .wpcf7-form input[type="email"],
.lnavi-dl__form .wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dde1e8;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s, box-shadow 0.2s;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.lnavi-dl__form .wpcf7-form input[type="text"]:focus,
.lnavi-dl__form .wpcf7-form input[type="email"]:focus,
.lnavi-dl__form .wpcf7-form textarea:focus {
  border-color: var(--color_main, #06C755);
  box-shadow: 0 0 0 3px rgba(6, 199, 85, 0.1);
  outline: none;
}

.lnavi-dl__form .wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--color_main, #06C755);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  margin-top: 8px;
}

.lnavi-dl__form .wpcf7-form input[type="submit"]:hover {
  background: #05b34a;
  transform: translateY(-1px);
}

.lnavi-dl__form .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e53e3e;
  margin-top: -12px;
  margin-bottom: 12px;
}

.lnavi-dl__form .wpcf7-form .wpcf7-response-output {
  border-radius: 8px;
  font-size: 13px;
  margin: 16px 0 0;
}

@media (max-width: 768px) {
  .lnavi-dl__wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lnavi-dl__info {
    position: static;
  }

  .lnavi-dl__cover-placeholder {
    max-height: 200px;
  }

  .lnavi-dl__title {
    font-size: 22px;
  }
}

/* ========================================
   サンクスページ
   ======================================== */
.lnavi-thanks {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0;
}

.lnavi-thanks__box {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e8ecf1;
  padding: 48px 40px;
}

.lnavi-thanks__icon {
  margin-bottom: 20px;
}

.lnavi-thanks__title {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 12px;
}

.lnavi-thanks__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 32px;
}

.lnavi-thanks__dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: var(--color_main, #06C755);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 12px rgba(6, 199, 85, 0.25);
}

.lnavi-thanks__dl-btn:hover {
  background: #05b34a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(6, 199, 85, 0.3);
}

.lnavi-thanks__file-note {
  font-size: 12px;
  color: #aaa;
  margin: 12px 0 0;
}

.lnavi-thanks__extra {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #f0f2f5;
  text-align: left;
}

.lnavi-thanks__links {
  margin-top: 32px;
}

.lnavi-thanks__home-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--color_main, #06C755);
  text-decoration: none;
  transition: opacity 0.2s;
}

.lnavi-thanks__home-link:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .lnavi-thanks {
    padding: 40px 0;
  }

  .lnavi-thanks__box {
    padding: 36px 24px;
  }

  .lnavi-thanks__dl-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}

.p-authorBox .p-authorBox__l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 執筆者名を少し小さく */
.p-authorBox .p-authorBox__name {
  font-size: 15px !important;
  white-space: nowrap;
}

.p-authorBox .p-authorBox__position {
  font-style: normal !important;
}

/* ========================================
   サイドバー：便利ツール一覧ウィジェット
   ======================================== */
.lnavi-sidebar-tools {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lnavi-sidebar-tools__card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lnavi-sidebar-tools__card:hover {
  border-color: var(--color_main);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.lnavi-sidebar-tools__thumb {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.lnavi-sidebar-tools__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lnavi-sidebar-tools__body {
  flex: 1;
  min-width: 0;
}

.lnavi-sidebar-tools__name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
}

.lnavi-sidebar-tools__desc {
  display: block;
  font-size: 11px;
  color: #888;
  line-height: 1.3;
  margin-top: 2px;
}