/* ============================================================
   PAGE CONTENT ソリューション
============================================================ */
/*-- パンくずリスト */
.page-breadcrumb {
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  color: #888;
}
.page-breadcrumb-inner {
  max-width: var(--_global--container-max-width);
  margin: 0 auto;
  padding: 8px 15px;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.page-breadcrumb a { color: #1a5fa8; }
.page-breadcrumb a:hover { text-decoration: underline; }

/* ヒーロー　セクション　*/
.hero-container {
  position: relative; /* 子要素の基準にする */
  height: 30vh; /* 画面の高さの50%など */
  width: 100%;
  overflow: hidden;
}
.hero-image {
  background-image: url('/template/img/bg-image01.png');
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* 少し暗くする */
}
.hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 4px 4px gray;
  text-align: center;
  z-index: 10; /* 画像の上に重ねる */
}

/*　ここから本文記事　*/

  /* 2ブロックセクション　親コンテナの基本設定 */
  .sec-container {
    display: flex; /* 横並びの指定 */
    flex-direction: row; /* PC（横並び）をデフォルトにする */
    gap: 0px; /* ブロック間の余白 */
  }

  /* ブロックの共通設定 */
  .sec-box {
    background-color: #f0f0f0;
    margin: 5px 0 10px 0;
    /* padding: 0px; */
    /* border: 1px solid #ccc; */
    flex: 1;  /* 幅を均等にする */
  }

  /* --- レスポンシブ対応：スマホ画面（例：768px以下） --- */
  @media (max-width: 768px) {
    .sec-container {
      flex-direction: column; /* 縦並びにする */
    }
  }


.page-breadcrumb {
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  color: #888;
}
.page-breadcrumb-inner {
  max-width: var(--_global--container-max-width);
  margin: 0 auto;
  padding: 8px 15px;
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.page-breadcrumb a { color: #1a5fa8; }
.page-breadcrumb a:hover { text-decoration: underline; }

.page-container {
  max-width: var(--_global--container-max-width);
  margin: 0 auto;
  padding: 40px 15px 60px;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 40px;
  align-items: start;
}
@media (max-width: 781px) {
  .page-container { grid-template-columns: 1fr; }
}

.entry-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #1a5fa8;
}
.entry-header h1 { font-size: 22px; font-weight: 700; line-height: 1.4; color: #222; }
.entry-contents h2 {
  font-size: 17px; font-weight: 700;
  margin: 28px 0 14px;
  padding: 8px 14px;
  background: #f0f5fb;
  border-left: 4px solid #1a5fa8;
}
.entry-content p { margin-bottom: 14px; line-height: 1.8; color: #444; }

.sidebar { position: sticky; top: calc(var(--header-height-desktop) + 16px); }
.widget { background: #fff; border: 1px solid #ddd; margin-bottom: 20px; border-radius: 6px;}
.widget-title { background: #1a5fa8; color: #fff; font-size: 13px; font-weight: 700; padding: 9px 14px; letter-spacing: 0.05em; border-top-left-radius: 6px; border-top-right-radius: 6px}
.widget-body { padding: 12px 14px; }
.widget-nav li a { display: flex; justify-content: space-between; padding: 8px 0; font-size: 13px; color: #444; border-bottom: 1px solid #eee; }
.widget-nav li:last-child a { border-bottom: none; }
.widget-nav li a:hover { color: #1a5fa8; }
.widget-nav li a::after { content: '›'; color: #aaa; }
.cta-widget { background: /*#1a5fa8*/#498cbe; color: #fff; text-align: center; padding: 20px 14px; margin-bottom: 20px; border-radius: 6px;}
.cta-widget p { font-size: 13px; margin-bottom: 12px; color: #dde8f5; }
.cta-widget a { display: block; background: #fff; color: #1a5fa8; font-weight: 700; font-size: 13px; padding: 10px; border-radius: 2px; }
.cta-widget a:hover { background: #1a5fa8; color: white;}
.contact-box { background: #ffa600!important; transition: all 0.3s ease;transform: translateY(0);}
.contact-box p { text-align: center;}
.contact-box a { background: red; color: white; border-radius: 20px; }
.contact-box:hover { background-color: #2c3e50;transform: translateY(-3px);box-shadow: 0 5px 15px rgba(0,0,0,0.2);}

/* =========================================
        YouTube on Modal Window
========================================== */
.yb-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.yb-modal-content {
  position: relative;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; max-width: 800px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 */
  height: 0; overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
}
.close-button {
  position: absolute;
  top: -30px; right: 0;
  color: white; font-size: 24px; cursor: pointer;
}
.modal_block {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .3s ease-out;
    text-align: center;
}
.modal_block:hover {
    opacity: .7;
}

/*　append　2026-04-22　*/

.card-grid-basic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;}
@media (max-width: 768px) { .card-grid-basic { grid-template-columns: repeat(2, 1fr); gap: 4px; } }
.cat-baseAI { --cat-color: #3b82f6; --cat-bg: #dbeafe; --cat-text: #1d4ed8; --card-bg: rgba(255, 255, 255, 0.95);}
.cat-baseAI:hover { background-color: #f5efe0; transform: translateY(-4px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}
.card-btn {
    background: #fff;
    border: 1.5px solid #1a3355;
    border-radius: 8px;
    padding: 5px 7px 5px 9px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    height: 64px;
}
.card-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--cat-color);
    border-radius: 4px 0 0 4px;
}
.card-top {
    display: flex;
    align-items: center;
    gap: 3px;
    position: absolute;
    top: 4px;
    left: 10px;
}
.card-num {
    font-size: 0.6rem;
    font-weight: 900;
    color: #fff;
    background: #2563eb;
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    flex-shrink: 0;
}
.card-btn .card-cat {
    color: var(--cat-text);
    background: transparent;
}
.card-btn .card-cat {
    font-size: 0.5rem;
    font-weight: 700;
    padding: 1px 4px;
    border-radius: 4px;
    white-space: nowrap;
    line-height: 1.3;
    letter-spacing: 0.02em;
}
.card-btn .card-name {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a2e;
    word-break: keep-all;
    overflow-wrap: anywhere;
    padding-left: 2px;
    margin-top: 22px;
}
.genre-group {
    padding: 14px 0;
    border-bottom: 1px solid #d0d0d0;
}
.cat-総務・法務 {
    --cat-color: #2e7d32;
    --cat-bg: #e8f5e9;
    --cat-text: #1b5e20;
    --card-bg: #f1f8e9;
}
.cat-企画・広報 {
    --cat-color: #ec4899;
    --cat-bg: #fce7f3;
    --cat-text: #be185d;
    --card-bg: #fef3f9;
}
.genre-heading {
    font-size: 0.92rem;
    font-weight: 900;
    color: #333;
    padding-left: 12px;
    border-left: 4px solid var(--cat-color, #2e7d32);
    margin-bottom: 10px;
}
.genre-btn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
@media (max-width: 768px) {.genre-btn-grid { grid-template-columns: repeat(2, 1fr); gap: 4px;}}

.genre-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    border-left: 4px solid var(--cat-color, #2e7d32);
}
.genre-btn:hover { background-color: #f5efe0; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}
.genre-btn-num {
    font-size: 0.65rem;
    font-weight: 900;
    color: #fff;
    background: var(--cat-color, #2e7d32);
    min-width: 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
}
.genre-btn-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
}
.indent1 {text-align: left;text-indent: -0.5em; padding-left: 1em;}
.indent2 {text-align: left;text-indent: -1em; padding-left: 1em;}
.section-intro {
    background: #f0f5fb;
    padding: 8px 14px;
    border-left: 4px solid #1a5fa8;
    margin-bottom: 4.5rem;
}
.section-intro h2 {
  font-size: 1.5rem;
  text-shadow: 2px 2px 3px gray;
  font-weight: 700;
  margin: 28px 0 14px;
}
.section-eybrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #00c9a0;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.section-eybrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background: #00c9a0;
}
.section-lead {
    font-size: 1.05rem;
    color: #6b6b75;
    /*max-width: 580px;*/
    margin-top: 1rem;
    font-weight: 300;
    line-height: 1.8;
}

.entry-content-btns { display: flex; flex-direction: row; gap: 1rem; text-align: center; cursor: pointer;}
.entry-content-nav-label { width: 100%; padding: 5px; text-align: center;}
.entry-content1 a {
    display: block;
    background: #fff;
    color: #1a5fa8;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    border-radius: 2px;
}
.btn1 {
    align-items: center;
    gap: 0.6rem;
    background-color: #498cbe;
    color: #fff;
    padding: 0.9rem 1rem;
    width: 100%;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .btn1:hover {
    background-color: #1a5fa8;
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  }
.btn2 {
    align-items: center;
    gap: 0.6rem;
    border: 1.5px solid #498cbe;
    color: #1a5fa8;
    padding: 0.9rem 1rem;
    width: 100%;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.btn2:hover {
    transform: translateY(-5px);
    border: 2.0px solid #1a5fa8;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.problem-section {
  background-color: #b0b0b036;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 1rem;
}
.problem-card {
    background-color: #b0b0b03b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
    transition: background 0.3s;
}
.problem-icon {
  font-size: 3.2rem;
  display: block;
}
.problem-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.6rem;
}
.problem-desc {
  color: #111;
}
.problem-vs {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    gap: 4rem;
    background: rgba(26, 63, 216, 0.1);
    border: 1px solid rgba(26, 63, 216, 0.25);
    margin-top: 3rem;
    text-align: center;
}
.vs-col { text-align: center;}
.vs-label {
    font-size: 1.1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 1.2rem;
}
.vs-label.str {
    text-transform: none!important;
    font-weight: 800;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
}
.vs-items {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.vs-item.old {
    background: rgba(255, 107, 53, 0.12);
    color: #111;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(255, 107, 53, 0.2);
    border-radius: 2px;
}
.vs-arrow {
    font-family: 'Syne', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
    opacity: 0.8;
    justify-content: center;
  align-items: center;
}
.vs-item.new {
    font-weight: 800;
    background: rgba(0, 201, 160, 0.12);
    color: #1a5fa8;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(0, 201, 160, 0.2);
    border-radius: 2px;
}
@media (max-width: 768px) {
    .problem-grid {
        grid-template-columns: 1fr;
    }
    .problem-card {
        padding: 0.5rem;
    }
    .problem-vs { display: block;}
    .vs-arrow { display: inline-block; transform: rotate(90deg); transform-origin: center center;}
}

.features-section {margin-top: 1rem; margin-bottom: 2rem;}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5px;
    background: var(--ink);
    border: 1.5px solid var(--ink);
}
.feat-card {
    background: #f5f3ee;
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    transition: background 0.3s;
}
.feat-num {
    font-family: 'Syne', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: rgba(10, 10, 15, 0.4);
    line-height: 1;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    pointer-events: none;
}
.feat-icon {
    width: 48px;
    height: 48px;
    /*background: var(--accent);*/
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4rem;
    margin-bottom: 1.5rem;
    color: rgb(14 14 14 / 50%);
}
.feat-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0a0a0f;
    margin-bottom: 0.6rem;
    line-height: 1.3;
}
.feat-desc {
    font-size: 0.88rem;
    color: #090909;
    line-height: 1.75;
}
.feat-spec {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #0a0a0f1f;
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a3fd8;
    letter-spacing: 0.04em;
}
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.merits-section {
  background: #1c1c47; 
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.merit-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.merit-item {
    margin-left: 1rem;
    border-left: 4px solid #1a3fd8;
    padding: 1.8rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    transition: background 0.3s, border-color 0.3s;
    cursor: default;
}
.merit-item:hover {
  background: rgba(255,255,255,0.06);
  border-left: 4px solid #cacfe0;
} 
.merit-tag {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #00c9a0;
    margin-bottom: 0.6rem;
}
.merit-title {
    font-family: 'Syne', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}
.merit-body {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

.usecases-sec {
  background: #f5f3ee;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.uc-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}
.uc-card {
    background: #ffffff;
    border: 1px solid #0a0a0f1f;
    padding: 2.5rem 2rem 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
}
.uc-num {
    font-family: 'Syne', sans-serif;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(10, 10, 15, 0.04);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 1.5rem;
}
.uc-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border-radius: 2px;
    margin-bottom: 1.2rem;
}
.uc-tag.blue {
    background: rgba(26, 63, 216, 0.1);
    color: #1a3fd8;
}
.uc-tag.green {
    background: rgba(0, 201, 160, 0.1);
    color: #009B7D;
}
.uc-tag.orange {
    background: rgba(255, 107, 53, 0.1);
    color: #D95000;
}
.uc-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}
.uc-desc {
    font-size: 0.9rem;
    color: #6b6b75;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.uc-features {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1px solid #0a0a0f1f;
    padding-top: 1.2rem;
}
.uc-feat-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.82rem;
    color: #6b6b75;
}
.uc-feat-item::before {
    content: '→';
    color: var(--accent);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.05rem;
}
@media (max-width: 768px) {
    .uc-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
