@charset "UTF-8";
/* =============================================================
   BRANTECT byGMO LP リニューアル 専用スタイル (issue #311)
   - 既存 bootstrap.css / brantect3.css の後に読み込む
   - 影響範囲を限定するため、原則 .rnw 配下にスコープする
   ============================================================= */

.rnw {
    --imp: #012b60;      /* important text  */
    --base: #333333;     /* base text       */
    --other: #6e8293;    /* other text      */
    --link: #3367d6;     /* link text       */
    --gray: #757575;     /* header gray     */
    --bg01: #eef3f8;
    --bg02: #f5f8fb;
    --bg06: #ebeff3;
    --line: #c4ced7;
    --tm: #5593e0;       /* 商標系アクセント */
    --bs: #23a6bd;       /* WBS系アクセント  */

    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    color: var(--base);
    font-size: 16px;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}
/* Bootstrap 非依存化：ボックスモデル & 最小リセットを自前で定義
   （brantect3.css が全体に border-box を掛けるため .rnw 配下で content-box に上書き） */
body { margin: 0; }
.rnw,
.rnw *,
.rnw *::before,
.rnw *::after { box-sizing: content-box; }
.rnw img { max-width: 100%; height: auto; display: block; }
.rnw a { text-decoration: none; color: inherit; }
.rnw p { margin: 0; }
.rnw h1, .rnw h2, .rnw h3, .rnw h4 { margin: 0; font-weight: inherit; }
.rnw ul, .rnw ol { margin: 0; padding: 0; list-style: none; }
.rnw table { border-collapse: collapse; box-sizing: border-box; }

/* 旧 brantect3.css の固定ヘッダー用オフセットを打ち消す */
.rnw #main { padding-top: 0; }

.rnw-inner {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* ------- 共通：セクション見出し ------- */
.rnw-sec-title {
    text-align: center;
    padding-bottom: 40px;
    color: #000;
}
.rnw-sec-title .sub { font-size: 28px; line-height: 1.6; font-weight: 400; }
.rnw-sec-title .main { font-size: 40px; line-height: 1.6; font-weight: 700; }
@media (max-width: 768px) {
    .rnw-sec-title .sub { font-size: 20px; }
    .rnw-sec-title .main { font-size: 28px; }
}

/* ------- 共通：デモ／CTA ボタン ------- */
.rnw-ext-ico { width: 24px; height: 24px; flex: 0 0 auto; }
/* ボタン類はFigmaの外形寸法（枠線込み）で指定するため border-box */
.rnw-btn-demo,
.rnw-btn-outline,
.rnw-btn-contact,
.rnw-header .rnw-btn-demo-sm,
.rnw-feature .fbtn a { box-sizing: border-box; }

/* リンク色リセット（.rnw a）より詳細度を上げてボタン文字色を確定 */
.rnw a.rnw-btn-demo,
.rnw a.rnw-btn-demo-sm { color: #fff; }
.rnw a.rnw-btn-outline,
.rnw a.rnw-btn-contact { color: var(--link); }
/* .brancted3 a:hover の opacity 0.7 を LP 全体で無効化（このページでは link hover の opacity なし） */
.rnw a:hover { opacity: 1; }

.rnw-btn-demo,
.rnw-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 80px;
    width: 280px;
    max-width: 100%;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}
.rnw-btn-demo {
    background: linear-gradient(90deg, #005bac 0%, #01a1e6 100%);
    border: 2px solid #017ec9;
    color: #fff;
}
.rnw-btn-outline {
    background: #fff;
    border: 2px solid var(--link);
    color: var(--link);
    width: 300px;
}
.rnw-hero-btns a,
.rnw-msg-bottom .btns a {
    transition: transform .35s ease, box-shadow .35s ease;
}
.rnw-hero-btns a:hover,
.rnw-msg-bottom .btns a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* =============================================================
   ヘッダー
   ============================================================= */
.rnw-header {
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid var(--bg06);
}
.rnw-header .rnw-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rnw-header .rnw-logo { margin: 0; }
.rnw-header .rnw-logo img { height: 34px; width: auto; }
.rnw-header .rnw-gnav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}
.rnw-header .rnw-gnav-links {
    display: flex;
    gap: 20px;
    font-size: 14px;
    font-weight: 700;
    color: var(--gray);
    white-space: nowrap;
}
.rnw-header .rnw-gnav-links a:hover { color: var(--imp); }
.rnw-header .rnw-sns {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rnw-header .rnw-sns a { width: 19px; flex-shrink: 0; }
.rnw-header .rnw-sns img { width: 19px; height: 19px; }
.rnw-header .rnw-btn-demo-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 34px;
    width: 185px;
    padding-left: 17.5px;
    padding-right: 17.5px;
    border-radius: 17px;
    background: #005bac;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: transform .35s ease, box-shadow .35s ease;
}
.rnw-header .rnw-btn-demo-sm:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
.rnw-header .rnw-btn-demo-sm img { width: 20px; height: 20px; }

/* ------- 15周年 メッセージバー ------- */
.rnw-msgbar {
    background: linear-gradient(90deg, #005bac 0%, #01a2e7 40%, #01a2e7 60%, #005bac 98%);
    text-align: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 900px) {
    .rnw-header .rnw-gnav-links { display: none; }
}
@media (max-width: 600px) {
    .rnw-header .rnw-gnav { flex-direction: column; align-items: flex-end; gap: 8px; }
    .rnw-header .rnw-btn-demo-sm { width: auto; padding: 0 14px; }
}

/* =============================================================
   ヒーロー
   ============================================================= */
.rnw-hero {
    background: linear-gradient(90deg, var(--bg02) 25%, var(--bg06) 50%);
}
.rnw-hero .rnw-inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url("/about/ja/img/img_mv_top.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70%;
}
@media (min-width: 1024px) and (max-width: 1109px) {
    .rnw-hero .rnw-inner { background-size: 60%; }
}
@media (min-width: 993px) and (max-width: 1023px) {
    .rnw-hero .rnw-inner { background-size: 50%; }
}
.rnw-hero-text { width: 600px; max-width: 100%; flex: 0 1 auto; }
.rnw-hero-title {
    font-size: 38px;
    font-weight: 500;
    color: var(--imp);
    text-align: center;
    margin-bottom: 8px;
}
.rnw-hero-logo { margin: 0 auto; max-width: 600px; }
.rnw-hero-summary {
    font-size: 18px;
    font-weight: 500;
    padding: 30px 0;
}
.rnw-hero-btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1000px;
}
.rnw-hero-btns a { width: 18rem; }
@media (min-width: 1201px) and (max-width: 1247px) {
    .rnw-hero-btns { flex-wrap: nowrap; }
}
.rnw-hero-mv { width: 560px; max-width: 100%; flex: 0 1 auto; }
.rnw-hero-mv img { display: none; }

@media screen and (max-width: 1199px) {
    .rnw-hero-mv { width: calc(100% - 600px - 40px); }
}

@media (max-width: 992px) {
    .rnw-hero .rnw-inner { flex-direction: column; background-image: none; }
    .rnw-hero-text, .rnw-hero-mv { width: 100%; }
    .rnw-hero-mv { text-align: center; }
    .rnw-hero-mv img { display: block; width: 80%; margin-left: auto; margin-right: auto; }
}
@media (max-width: 480px) {
    .rnw-hero-mv img { width: 90%; }
}

/* =============================================================
   CONCEPT
   ============================================================= */
.rnw-concept {
    background: linear-gradient(180deg, #68727c 0%, #a9c1d6 100%);
    color: #fff;
}
.rnw-concept .rnw-inner {
    padding-top: 60px;
    padding-bottom: 80px;
}
.rnw-cap {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.rnw-cap span {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 2px 16px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .1em;
}
.rnw-concept-tagline {
    text-align: center;
    padding-bottom: 20px;
}
.rnw-concept-tagline img { width: 100%; max-width: 900px; margin: 0 auto; }
.rnw-concept-lead {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
}
.rnw-concept-cards {
    display: flex;
    gap: 30px;
    align-items: stretch;
    padding-top: 40px;
}
.rnw-concept-card {
    background: #fff;
    border-radius: 4px;
    padding: 30px 30px 40px;
    text-align: center;
    flex: 1 1 0;
}
.rnw-concept-card .label { height: 24px; margin: 0 auto 10px; }
.rnw-concept-card .label img { height: 100%; width: auto; margin: 0 auto; }
.rnw-concept-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--imp);
    margin: 0 0 10px;
}
.rnw-concept-card p {
    font-size: 16px;
    color: var(--base);
    text-align: left;
}
.rnw-concept-arrow {
    max-width: 820px;
    margin: 0 auto;
}
.rnw-concept-diagram {
    background: #69747d;
    border: 2px solid #fff;
    padding: 30px 20px;
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}
.rnw-concept-diagram .diagram { max-width: 1000px; margin: 0 auto 50px; }
.rnw-concept-diagram .caption {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .rnw-concept-cards { flex-direction: column; }
    .rnw-concept-diagram .caption { font-size: 16px; }
    .rnw-concept-arrow { display: none; }
    .rnw-concept-diagram { margin-top: 40px; }
}

/* =============================================================
   CAN（BRANTECT byGMO ができること）
   ============================================================= */
.rnw-can { background: #fff; }
.rnw-can .rnw-inner {
    padding-top: 60px;
    padding-bottom: 80px;
}
.rnw-can-head {
    text-align: center;
    padding-bottom: 40px;
    font-size: 34px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.rnw-can-head img { height: 93px; width: auto; display: inline-block; }
.rnw-can-row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.rnw-can-row:last-child { margin-bottom: 0; }
.rnw-can-row.flip { flex-direction: row-reverse; }
.rnw-can-row .txt {
    width: 672px;
    flex: 1 1 auto;
    background: var(--bg06);
    padding: 60px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.rnw-can-row .txt h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--imp);
    margin: 0;
}
.rnw-can-row .txt h3 .sm { font-size: 14px; }
.rnw-can-row .txt p { font-size: 16px; }
.rnw-can-row .pic {
    width: 528px;
    flex: 0 0 auto;
    background: var(--bg06);
    padding: 10px;
    display: flex;
    align-items: center;
}
.rnw-can-row .pic img { width: 100%; }
@media (max-width: 992px) {
    .rnw-can { background: var(--bg06); }
    .rnw-can-row, .rnw-can-row.flip { flex-direction: column; }
    .rnw-can-row .txt { width: 100%; padding: 40px 24px; }
    .rnw-can-row .pic { width: 90%; margin: 0 auto; }
    .rnw-can-row .txt h3 { text-align: center; }
    .rnw-can-row .txt p br { display: none; }
}

/* =============================================================
   FEATURES（機能から見る）
   ============================================================= */
.rnw-features { background: var(--bg01); }
.rnw-features .rnw-inner {
    padding-top: 60px;
    padding-bottom: 80px;
    border-bottom: 1px dashed var(--base);
}
.rnw-feature-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: stretch;
}
.rnw-feature {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    width: 580px;
    max-width: 100%;
    padding-bottom: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.rnw-feature .cap {
    padding: 16px 24px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.rnw-feature.tm .cap { background: var(--tm); }
.rnw-feature.bs .cap { background: var(--bs); }
.rnw-feature .content {
    padding: 32px 24px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1 auto;
}
.rnw-feature .fh { text-align: center; line-height: 1.25; }
.rnw-feature .fh .s { display: block; font-size: 16px; font-weight: 700; color: var(--base); margin-bottom: 4px; }
.rnw-feature .fh .l { display: block; font-size: 24px; font-weight: 700; }
.rnw-feature.tm .fh .l { color: var(--tm); }
.rnw-feature.bs .fh .l { color: var(--bs); }
.rnw-feature .desc { font-size: 16px; }
.rnw-feature .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
}
.rnw-feature .tags span {
    background: var(--bg06);
    color: var(--other);
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
.rnw-feature .fbtn { display: flex; justify-content: center; margin-top: auto; }
.rnw-feature .fbtn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 71px;
    padding: 0 20px;
    border-radius: 8px;
    background: #f7fbff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.rnw-feature .fbtn a img { width: 24px; height: 24px; }
.rnw-feature.tm .fbtn a { border: 2px solid var(--tm); color: var(--tm); }
.rnw-feature.bs .fbtn a { border: 2px solid #3367d6; color: var(--link); }
@media (max-width: 900px) {
    .rnw-feature-grid { flex-direction: column; align-items: center; }
}

/* =============================================================
   USECASES（ユースケースから見る）
   ============================================================= */
.rnw-usecases { background: var(--bg01); }
.rnw-usecases .rnw-inner {
    padding-top: 60px;
    padding-bottom: 80px;
    border-bottom: 1px dashed var(--base);
}
.rnw-uc-group { margin-bottom: 48px; }
.rnw-uc-group:last-child { margin-bottom: 0; }
.rnw-uc-group > h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--imp);
    text-align: center;
    margin: 0 0 24px;
}
.rnw-uc-group.tm > h3 { color: var(--tm); }
.rnw-uc-group.bs > h3 { color: var(--bs); }
.rnw-uc-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
}
.rnw-uc-list a {
    background: #fff;
    border: 1px solid var(--line);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--base);
    transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}
.rnw-uc-list a:hover {
    box-shadow: 0 2px 10px rgba(1,43,96,.08);
    transform: translateX(5px);
    opacity: 1;
}
.rnw-uc-list a .t { flex: 1 1 auto; font-weight: 700; }
.rnw-uc-list a .arw {
    flex: 0 0 auto;
    width: 24px; height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rnw-uc-group.tm .rnw-uc-list a .arw { background-image: url("/about/ja/img/ico_arrow_tm.svg"); }
.rnw-uc-group.bs .rnw-uc-list a .arw { background-image: url("/about/ja/img/ico_arrow_bs.svg"); }
@media (max-width: 768px) {
    .rnw-uc-list { grid-template-columns: 1fr; }
}

/* =============================================================
   SCOPE（職域から見る）
   ============================================================= */
.rnw-scope { background: var(--bg01); margin-bottom: 80px; }
.rnw-scope .rnw-inner {
    padding-top: 60px;
    padding-bottom: 80px;
}
.rnw-scope-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    justify-content: center;
}
.rnw-scope-grid a {
    width: auto;
    background: #fff;
    border: 1px solid var(--line);
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow .25s ease, transform .25s ease;
}
.rnw-scope-grid a:hover {
    background: #fff;
    box-shadow: 0 8px 20px rgba(1,43,96,.12);
    transform: translateY(-5px);
    opacity: 1;
}
.rnw-scope-grid a[href*="trademark.html"] { border-color: var(--tm); }
.rnw-scope-grid a[href*="wbs.html"],
.rnw-scope-grid a#usecases_it,
.rnw-scope-grid a#usecases_pr,
.rnw-scope-grid a#usecases_sec { border-color: var(--bs); }
.rnw-scope-grid h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--imp);
    line-height: 1.5;
    margin: 0 0 16px;
}
.rnw-scope-grid a[href*="trademark.html"] h3 { color: var(--tm); }
.rnw-scope-grid a[href*="wbs.html"] h3,
.rnw-scope-grid a#usecases_it h3,
.rnw-scope-grid a#usecases_pr h3,
.rnw-scope-grid a#usecases_sec h3 { color: var(--bs); }
.rnw-scope-grid p { font-size: 15px; color: var(--base); font-weight: 500; text-align: left; }
.rnw-scope-grid .arw {
    margin-top: 20px;
    width: 40px; height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.rnw-scope-grid a[href*="trademark.html"] .arw { background-image: url("/about/ja/img/ico_arrow_tm.svg"); }
.rnw-scope-grid a[href*="wbs.html"] .arw,
.rnw-scope-grid a#usecases_it .arw,
.rnw-scope-grid a#usecases_pr .arw,
.rnw-scope-grid a#usecases_sec .arw { background-image: url("/about/ja/img/ico_arrow_bs.svg"); }
.rnw-scope-cta {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.rnw-features-cta { margin-bottom: 80px; }
@media (max-width: 992px) {
    .rnw-features-cta { margin-bottom: 0; }
    .rnw-scope { margin-bottom: 40px; }
}
.rnw-scope-cta .btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 900px) {
    .rnw-scope-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .rnw-scope-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   PLAN-PRICE（機能・料金プラン）
   ============================================================= */
.rnw-plan { background: #fff; }
.rnw-plan .rnw-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (max-width: 992px) { .rnw-plan .rnw-inner { padding-top: 40px; } }
.rnw-plan-title { text-align: center; margin-bottom: 24px; }
.rnw-plan-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: var(--imp);
    margin: 0 0 16px;
}
.rnw-plan-title p { font-size: 16px; color: var(--base); }
.rnw-legend {
    text-align: center;
    font-size: 15px;
    color: var(--base);
    margin-bottom: 16px;
}
.rnw .rnw-plan-note {
    margin: 40px auto 0;
    font-size: 16px;
    text-align: center;
    color: var(--base);
    width: 100%;
    max-width: 1200px;
}
@media (max-width: 900px) {
    .rnw .rnw-plan-note { text-align: left; }
}
.rnw-table-wrap { overflow-x: auto; }
.rnw-ptable {
    border-collapse: collapse;
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    font-size: 14px;
    background: #fff;
    border: 1px solid var(--line);
}
.rnw-ptable th,
.rnw-ptable td {
    border: 1px solid #e3e9ef;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
}
.rnw-ptable thead th {
    background: var(--imp);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.25;
}
.rnw-ptable thead .plan-sub th {
    background: #0a3a73;
    font-size: 13px;
}
.rnw-ptable th.svc-col { text-align: left; width: 260px; }
.rnw-ptable td.svc { text-align: left; color: var(--base); }
.rnw-ptable tr.group td {
    background: var(--bg01);
    color: var(--link);
    font-weight: 700;
    text-align: left;
}
.rnw-ptable tbody tr:nth-child(even):not(.group) td { background: #fafcfe; }
.rnw-ptable .num { white-space: nowrap; color: var(--base); }
.rnw-ptable .mark { font-size: 15px; color: var(--imp); }
.rnw-ptable .price-cell { color: var(--base); white-space: nowrap; }
.rnw-plan-note {
    font-size: 13px;
    color: var(--other);
    max-width: 1100px;
    margin: 16px auto 0;
    line-height: 1.7;
}
/* 備考（最低シート数） */
.rnw-remark {
    max-width: 800px;
    margin: 40px auto 0;
}
.rnw-remark h3 { font-size: 16px; font-weight: 700; color: var(--imp); margin: 0 0 12px; }
.rnw-remark table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}
.rnw-remark th, .rnw-remark td {
    border: 1px solid #e3e9ef;
    padding: 10px;
    text-align: center;
}
.rnw-remark thead th { background: var(--bg01); color: var(--base); }
.rnw-remark td.lbl { text-align: left; }
@media (max-width: 768px) {
    .rnw-plan-title h2 { font-size: 28px; }
    .rnw-plan-title p { text-align: left; }
    .rnw-ptable th.svc-col { width: 10rem; }
}
@media (max-width: 600px) {
    /* 料金表が縮んで収まらないよう最小幅を確保し、横スクロール＋ScrollHint を有効化 */
    .rnw-ptable { min-width: 860px; }
}
@media (max-width: 480px) {
    /* 備考（最低シート数）表も最小幅を確保して横スクロール＋ScrollHint を有効化 */
    .rnw-remark table { min-width: 560px; }
}

/* =============================================================
   MESSAGE BOTTOM（下部CTA）
   ============================================================= */
.rnw-msg-bottom {
    background: linear-gradient(90deg, rgba(0, 91, 172, 0.75) 0%, rgba(0, 162, 231, 0.75) 40%, rgba(0, 162, 231, 0.75) 60%, rgba(0, 91, 172, 0.75) 98.077%);
}
.rnw-msg-bottom .rnw-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.rnw-msg-bottom h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
}
.rnw-msg-bottom .lead { font-size: 18px; color: #fff; margin-bottom: 40px; }
.rnw-msg-bottom .rnw-btn-demo { border-color: #fff; }
.rnw-msg-bottom .btns {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.rnw-btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 80px;
    width: 280px;
    max-width: 100%;
    border-radius: 8px;
    background: #fff;
    border: 2px solid var(--link);
    color: var(--link);
    font-size: 20px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .rnw-msg-bottom h2 { font-size: 26px; }
}
@media (max-width: 480px) {
    .rnw-msg-bottom h2 { font-size: 24px; }
}

/* =============================================================
   フッター（ナビ＋シェア＋ページトップ）
   ============================================================= */
.rnw-lp-footer { background: #fff; padding: 40px 0 0; }
.rnw-lp-footer .rnw-share {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-bottom: 40px;
}
.rnw-lp-footer .rnw-share .lbl { font-size: 15px; color: var(--base); }
.rnw-lp-footer .rnw-share a {
    width: 38px; height: 38px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.rnw-lp-footer .rnw-share a:hover { background: var(--bg06); }
.rnw-lp-footer .rnw-share a img { width: 19px; height: 19px; }
.rnw-lp-footer .rnw-fnav {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.rnw-lp-footer .rnw-fnav-links {
    flex: 1;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 12px;
}
.rnw-lp-footer .rnw-fnav a { font-size: 14px; color: var(--base); }
.rnw-lp-footer .rnw-fnav-links a { display: inline-flex; align-items: center; gap: 4px; }
.rnw-lp-footer .rnw-fnav-links a .rnw-fnav-ext { width: 20px; height: 20px; flex-shrink: 0; }
.rnw-lp-footer .rnw-pagetop { flex: 0 0 auto; display: flex; justify-content: center; }
.rnw-lp-footer .rnw-pagetop img { width: 170px; height: 75px; }
.rnw-lp-footer .rnw-copyright {
    flex: 1;
    text-align: right;
    padding-bottom: 12px;
    margin: 0;
    font-size: 11px;
    color: var(--gray);
    line-height: 1.25;
}

/* GMOグループ セキュリティフッター内 .footerLogo の下マージンを上書き（brantect3.css は変更しない） */
.brancted3 .our_company_info .footerLogo { margin-bottom: 0; }

/* =============================================================
   商標ページ (trademark.html) 専用
   ============================================================= */
/* ------- ヒーロー ------- */
.tm-hero {
    position: relative;
    overflow: hidden;
    background-color: #fcfdfd;
    background-image: url("/about/ja/img/bg_hero_tm.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 50%;
}
.tm-hero .rnw-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 80px;
}
.tm-hero-text { width: 600px; max-width: 100%; flex: 0 1 auto; }
.tm-hero-title { font-size: 48px; font-weight: 500; color: var(--imp); line-height: 1.3; }
.tm-hero-summary { padding: 40px 0; }
.tm-hero-summary p { font-size: 18px; line-height: 1.8; color: var(--base); }
.tm-hero-summary .em { font-size: 20px; font-weight: 700; color: #0170bd; }
.tm-hero-btns { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.tm-hero-btns .rnw-btn-demo,
.tm-hero-btns .rnw-btn-outline { width: 280px; }
.tm-hero-btns a { transition: transform .35s ease, box-shadow .35s ease; }
.tm-hero-btns a:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
.tm-hero-mv { width: 560px; max-width: 100%; flex: 0 1 auto; }
.tm-hero-mv img { width: 100%; height: auto; }

/* ------- ページ内ナビ ------- */
.tm-pagenav { background: #1c418f; position: sticky; top: 29px; z-index: 100; }
.tm-pagenav .rnw-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: center;
    padding: 16px 20px;
}
.tm-pagenav a { font-size: 14px; font-weight: 700; color: #fff; white-space: nowrap; }
.tm-pagenav a:hover { text-decoration: underline; }
@media (max-width: 768px) {
    .tm-pagenav { top: 0; }
    .tm-pagenav .rnw-inner { gap: 4px 12px; padding: 8px 20px; }
    .tm-pagenav a { font-size: 13px; }
}
@media (max-width: 480px) {
    .tm-pagenav { display: none; }
}

@media (max-width: 992px) {
    .tm-hero .rnw-inner { flex-direction: column; align-items: stretch; }
    .tm-hero-text, .tm-hero-mv { width: 100%; }
    .tm-hero-mv { text-align: center; }
    .tm-hero-mv img { width: 60%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 992px) {
    .tm-hero h2 { text-align: center; }
    .tm-hero-btns { justify-content: center; }
}
@media (max-width: 768px) {
    .tm-hero-title { font-size: 32px; }
    .tm-hero-btns a { width: 80%; }
}
@media (max-width: 480px) {
    .tm-hero-mv img { width: 100%; }
}

/* ------- できること (BRAND / TECHNOLOGY / CONNECT) ------- */
@media (min-width: 993px) { .tm-can { margin-bottom: 40px; } }
.tm-can {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    background-image:
        radial-gradient(at 0% 0%, rgba(46, 49, 146, 0.9) 0px, transparent 97%),
        radial-gradient(at 100% 0%, rgba(27, 255, 255, 0.85) 0px, transparent 117%),
        radial-gradient(at 0% 100%, rgba(212, 20, 90, 0.65) 0px, transparent 35%),
        radial-gradient(at 100% 100%, rgba(255, 233, 199, 1) 0px, transparent 26%);
}
.tm-can__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(74, 106, 176, 0.00) 65.76%, rgba(74, 106, 176, 0.60) 100%);
}
.tm-can .rnw-inner { position: relative; z-index: 1; padding-top: 60px; padding-bottom: 80px; }
.tm-can-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    width: 654px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 40px;
}
.tm-can h2 { margin: 0 auto; }
.tm-can-head img { height: 93px; width: auto; }
.tm-can-head .txt { font-size: 40px; color: #000; white-space: nowrap; line-height: 1.4; }
.tm-can-group { padding: 60px 0; }
.tm-can-subtitle { display: flex; align-items: center; justify-content: center; gap: 20px; padding-bottom: 20px; }
.tm-can-subtitle::before,
.tm-can-subtitle::after { content: ""; flex: 1; height: 1px; background: rgba(255, 255, 255, .8); }
.tm-can-subtitle img { height: 36px; width: auto; flex-shrink: 0; }
.tm-can-row { display: flex; gap: 40px; align-items: center; padding: 40px; }
.tm-can-row.flip { flex-direction: row; }
.tm-can-row .txt { width: 600px; color: #fff; }
.tm-can-row .txt h3 { font-size: 24px; font-weight: 700; text-align: center; line-height: 1.8; margin-bottom: 20px; }
.tm-can-row .txt p { font-size: 16px; font-weight: 700; line-height: 1.8; }
.tm-can-row .txt p + p { margin-top: 1.8em; }
.tm-can-row .pic { width: 480px; flex-shrink: 0; }
.tm-can-row .pic img { width: 100%; height: auto; }

@media (max-width: 992px) {
    .tm-can-row { flex-direction: column; }
    .tm-can-row.flip { flex-direction: column-reverse; }
    .tm-can-row .txt { width: 100%; }
    .tm-can-row .pic { width: 80%; margin: 0 auto; }
}
@media (max-width: 768px) {
    .tm-can-head { width: 80%; }
}
@media (max-width: 600px) {
    .tm-can-head { flex-direction: column; padding: 16px 20px; }
    .tm-can-head img { height: 60px; }
    .tm-can-head .txt { font-size: 28px; }
    .tm-can-row { padding: 24px 0; }
    .tm-can-subtitle::before, .tm-can-subtitle::after { display: none; }
}

/* ------- 共通: 見出しチップ ------- */
.tm-chip {
    display: inline-block;
    border: 1px solid var(--base);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 16px;
    color: var(--base);
    line-height: 1.8;
}
.tm-chip b { font-weight: 700; }

/* ------- 自社に合う使い方（グローバル知財部門） ------- */
.tm-ucg { background: #fff; }
.tm-ucg .rnw-inner { padding-top: 80px; padding-bottom: 80px; }
.tm-ucg-title { text-align: center; padding-bottom: 60px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.tm-ucg-title h2 { font-size: 40px; font-weight: 400; color: #000; line-height: 1.8; }
.tm-br992 { display: none; }
.tm-br480 { display: none; }
@media (max-width: 480px) { .tm-br480 { display: inline; } }
.tm-br393 { display: none; }
@media (max-width: 393px) { .tm-br393 { display: inline; } }
@media (max-width: 393px) { .tm-nobr393 { display: none; } }
@media (max-width: 992px) {
    .tm-br992 { display: inline; }
    .tm-ucg-title h2 { line-height: 1.4; }
}
.tm-ucg-title .lead { font-size: 16px; color: #000; padding-top: 20px; line-height: 1.8; }
.tm-ucg-problems { display: flex; gap: 40px; justify-content: center; }
.tm-ucg-card {
    box-sizing: border-box;
    width: calc((100% - 80px) / 3);
    background: var(--bg02);
    border: 1px solid #d2dbe8;
    border-radius: 4px;
    padding: 30px 30px 40px;
    text-align: center;
}
.tm-ucg-card h3 { font-size: 20px; font-weight: 700; color: var(--imp); margin-bottom: 16px; }
.tm-ucg-card p { font-size: 16px; color: var(--base); line-height: 1.8; text-align: left; }
.tm-ucg-arrow { display: flex; justify-content: center; }
.tm-ucg-arrow img { width: 820px; max-width: 100%; height: auto; }
.tm-ucg-conclusion { text-align: center; padding-top: 40px; font-size: 20px; font-weight: 700; color: var(--base); line-height: 1.8; }
.tm-ucg-conclusion .em { font-size: 24px; color: #0170bd; }

@media (max-width: 992px) {
    .tm-ucg-problems { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 768px) {
    .tm-ucg-title h2 { font-size: 28px; }
    .tm-ucg-conclusion { font-size: 18px; }
    .tm-ucg-conclusion .em { font-size: 20px; }
}
@media (max-width: 480px) {
    .tm-ucg-problems { flex-direction: column; }
}

/* ------- BRANTECT byGMOによるAI活用 ------- */
@media (min-width: 993px) { .tm-scene { margin-bottom: 40px; } }
.tm-scene { background: var(--bg01); }
.tm-scene .rnw-inner { padding-top: 40px; padding-bottom: 80px; display: flex; flex-direction: column; gap: 20px; }
.tm-scene-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; padding-bottom: 40px; }
.tm-scene-head img { height: 93px; width: auto; }
.tm-scene-head .txt { font-size: 40px; color: #000; letter-spacing: 1.6px; }
.tm-scene-box { background: #fff; padding: 40px; }
.tm-scene-title { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.tm-scene-title .num { font-size: 32px; color: var(--imp); }
.tm-scene-title .logo { height: 80px; width: auto; }
.tm-scene-title .logo-chizai { height: 60px; width: auto; }
.tm-scene-title .txt { font-size: 24px; font-weight: 700; color: var(--imp); }
.tm-scene-lead { font-size: 16px; color: var(--base); text-align: center; padding: 16px 0 40px; line-height: 1.8; }
.tm-scene-subtitle .tm-scene-lead { padding-bottom: 0; }
.tm-scene-table-wrap { overflow-x: auto; }
.tm-compare { width: 1000px; max-width: 100%; margin: 0 auto; border-collapse: collapse; border: 1px solid #abbcd3; }
.tm-compare th, .tm-compare td { border: 1px solid #d2dbe8; padding: 16px; font-size: 16px; font-weight: 700; line-height: 1.8; vertical-align: middle; }
.tm-compare thead th { text-align: center; color: #586f82; }
.tm-compare thead th:first-child { background: #eef3f8; width: 140px; }
.tm-compare thead th:nth-child(2) { background: #f5f8fb; }
.tm-compare thead th.hl { background: #e0efff; color: var(--imp); }
.tm-compare tbody th { background: #eef3f8; color: #586f82; text-align: left; }
.tm-compare tbody td { color: #586f82; }
.tm-compare td.hl { background: #f5faff; color: var(--base); }
.tm-compare td.hl img { width: 24px; height: 24px; vertical-align: middle; margin-right: 8px; display: inline-block; }
.tm-scene-subtitle { text-align: center; padding-bottom: 20px; }
.tm-scene-align { display: flex; gap: 60px; align-items: center; padding-top: 40px; }
.tm-scene-align__pic { width: 350px; flex-shrink: 0; }
.tm-scene-align__pic img { width: 100%; height: auto; }
.tm-scene-align__list { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.tm-align-item { padding: 20px; }
.tm-align-item.lv1 { background: #f3f9ff; }
.tm-align-item.lv2 { background: #ebf1f6; }
.tm-align-item.lv3 { background: #d7dfe9; }
.tm-align-item h4 { font-size: 18px; font-weight: 700; color: var(--imp); display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.tm-align-item h4 img { height: 30px; width: auto; }
.tm-align-item p { font-size: 16px; color: var(--base); line-height: 1.8; margin-top: 4px; }
.tm-scene-conclusion { font-size: 24px; font-weight: 700; color: #0170bd; text-align: center; padding-top: 40px; line-height: 1.8; }

@media (max-width: 992px) {
    .tm-scene-align { flex-direction: column; }
    .tm-scene-align__pic { width: 100%; max-width: 350px; }
    .tm-scene-title { line-height: 1; }
}
@media (max-width: 768px) {
    .tm-scene-head .txt { font-size: 28px; }
    .tm-scene-box { padding: 24px 16px; }
    .tm-scene-title .txt { font-size: 20px; }
    .tm-scene-conclusion { font-size: 18px; }
}
@media (max-width: 393px) {
    .tm-scene-title .logo-chizai { height: 50px; }
}
@media (max-width: 480px) {
    .tm-ucg-card { width: 90%; }
    .tm-ucg-arrow { display: none; }
    .tm-scene-title { line-height: 1.4; }
    .tm-compare thead th:first-child { width: 3rem; }
    /* 比較表を縮めず最小幅を確保し、横スクロール＋ScrollHint を有効化 */
    .tm-compare { min-width: 640px; }
}

/* ------- こんな時に（課題×解決） ------- */
.tm-uc { background: #fff; }
.tm-uc .rnw-inner { padding-top: 60px; padding-bottom: 20px; }
.tm-uc-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; padding-bottom: 40px; font-size: 40px; color: #000; letter-spacing: 1.6px; }
.tm-uc-head img { height: 93px; width: auto; }
.tm-uc-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: linear-gradient(90deg, #597cc4 0%, #6590b5 100%);
}
.tm-uc-bar .num {
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 17px;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    white-space: nowrap;
}
.tm-uc-bar h3 { font-size: 16px; font-weight: 700; color: #fff; line-height: 1.5; }
.tm-uc-ans { padding: 20px 12px 60px; }
.tm-uc-ans p { font-size: 16px; color: var(--base); line-height: 1.8; }

@media (max-width: 768px) {
    .tm-uc-head { font-size: 28px; }
    .tm-uc-head img { height: 80px; }
}

/* ------- 商標管理機能（基本機能一覧） ------- */
.tm-fn { background: var(--bg06); }
.tm-fn .rnw-inner { padding-top: 60px; padding-bottom: 80px; }
.tm-fn-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; padding-bottom: 12px; }
.tm-fn-head img { height: 93px; width: auto; }
.tm-fn-head .txt { font-size: 40px; color: #000; letter-spacing: 1.6px; }
.tm-fn-sub { text-align: center; font-size: 16px; color: #000; }
.tm-fn-list { display: flex; flex-wrap: wrap; gap: 40px; padding-top: 40px; }
.tm-fn-card {
    box-sizing: border-box;
    width: calc((100% - 80px) / 3);
    min-height: 164px;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tm-fn-card h3 { font-size: 18px; font-weight: 700; color: var(--imp); letter-spacing: .72px; text-align: center; }
.tm-fn-card p { font-size: 16px; color: var(--base); line-height: 1.8; letter-spacing: .64px; }

@media (max-width: 992px) {
    .tm-fn-card h3 { line-height: 1.4; }
}
@media (max-width: 900px) {
    .tm-fn-card { width: calc((100% - 40px) / 2); }
}
@media (max-width: 600px) {
    .tm-fn-head .txt { font-size: 28px; }
    .tm-fn-head img { height: 60px; }
    .tm-fn-card { width: 100%; }
}

/* ------- 今後さらに広がるAI連携 ------- */
@media (min-width: 993px) { .tm-feature { margin-bottom: 40px; } }
.tm-feature { background: linear-gradient(0deg, #daf4ff 0%, #fff 32.4%); }
.tm-feature .rnw-inner { padding-top: 60px; padding-bottom: 80px; }
.tm-feature-title { text-align: center; padding-bottom: 60px; }
.tm-feature-title h2 { font-size: 40px; font-weight: 400; color: #000; line-height: 1.8; margin-bottom: 20px; }
.tm-feature-title p { font-size: 16px; color: var(--base); line-height: 1.8; }
.tm-feature-pic { display: flex; justify-content: center; }
.tm-feature-pic img { width: 670px; max-width: 100%; height: auto; }

@media (max-width: 768px) {
    .tm-feature-title h2 { font-size: 28px; }
    .tm-feature-title p { text-align: left; }
}

/* ------- 機能の詳細（全項目） ------- */
.tm-detail { background: var(--bg01); border-radius: 8px; padding: 40px; margin-top: 60px; }
.tm-detail-head { text-align: center; padding-bottom: 40px; }
.tm-detail-head h3 { font-size: 32px; font-weight: 700; color: var(--imp); margin-bottom: 12px; }
.tm-detail-head p { font-size: 16px; color: var(--base); line-height: 1.8; }
.tm-detail-grid { display: flex; flex-wrap: wrap; gap: 40px; }
.tm-detail-card {
    box-sizing: border-box;
    width: calc((100% - 40px) / 2);
    background: #fff;
    border: 1px solid #cbd5e3;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 20px;
}
.tm-detail-card__head {
    background: var(--other);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 12px;
    letter-spacing: .72px;
    line-height: 1.8;
}
.tm-detail-card__body { padding: 20px 20px 0; }
.tm-detail-card__body .item { padding-bottom: 12px; }
.tm-detail-card__body h4 { font-size: 16px; font-weight: 700; color: var(--base); line-height: 1.8; letter-spacing: .64px; display: flex; gap: 4px; align-items: center; }
.tm-detail-card__body h4 img { width: 24px; height: 24px; flex-shrink: 0; }
.tm-detail-card__body p { font-size: 16px; color: var(--base); line-height: 1.8; letter-spacing: .64px; }

@media (max-width: 768px) {
    .tm-detail { padding: 24px 16px; }
    .tm-detail-head h3 { font-size: 24px; }
    .tm-detail-card { width: 100%; }
}

/* ------- 480px 以下 追加調整 ------- */
@media (max-width: 480px) {
    .tm-ucg-problems { justify-content: center; align-items: center; }
    .tm-ucg-conclusion .em { display: block; }
    .tm-fn-head img { height: 80px; }
    /* フッター: 縦積み＋並び順（リンク → コピーライト → ページトップ） */
    .rnw-lp-footer .rnw-fnav { flex-direction: column; align-items: center; }
    .rnw-lp-footer .rnw-fnav-links { order: 1; }
    .rnw-lp-footer .rnw-copyright { order: 2; }
    .rnw-lp-footer .rnw-pagetop { order: 3; }
}
