/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.5.1.1743271230
Updated: 2025-03-30 03:00:30

*/
.news_content {
    margin: 80px auto;
    padding: 20px 20px 40px;
    background: #fff;
    border-radius: 20px;
}

.news_box,
.post-news-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #666;
    padding: 10px 0 !important;
}

.news_box p {
    margin: 0 !important;
}

.news_title,
.post-news-title {
    font-size: 16px !important;
    margin: 0 !important;
}

.news_title a,
.post-news-title a {
    text-decoration: none;
    color: #000;
}

.subtitle {
    font-family: Impact;
    font-size: 80px;
    text-align: center;
    margin: 0 auto !important;
}

/*-------------その他フォーム--------------*/
.form_main_tit {
    margin: 50px auto;
    text-align: center;
    font-size: 31px !important;
    line-height: 2 !important;
}

.form_main_sub_tit {
    background-color: #871403 !important;
    color: #fff;
    text-align: center;
    margin: 30px auto !important;
    line-height: 1.5 !important;
}

.form_img {
    margin: 0 auto;
    text-align: center;
}

.form_img img {
    width: 100%
}

.hojyo,
.contact_form {
    margin: 120px auto;
    width: 90%;
    max-width: 1000px;
}

.w20pc {
    width: 20%;
}

.w80pc {
    width: 80%;
}

.hojyo table {
    margin: 0 auto;
}

.hojyo table th,
.hojyo table td {
    font-size: 15px !important;
    padding: 15px;
}

.hojyo h3 {
    margin: 10px 0 10px 0 !important;
    background: #666 !important;
    color: #fff !important;
    line-height: 1.5 !important;
}

.hojyo.kaigai h3 {
    text-align: center;
    background: transparent !important;
    color: #666 !important;
    margin: 30px 0 !important;
}

.hojyo p {
    margin: 0 0 10px !important;
}

.hojyo figure {
    width: 100%;
    margin-bottom: 10px;
}

.hojyo table p {
    margin: 20px 0 0 0 !important;
}

.form_s {
    width: 30% !important;
}

.form_m {
    width: 60% !important;
}

.hojyo p.form-btn {
    margin: 50px auto !important;
}

table:not(.has-border-color) :where(td) {
    background: #fff !important;
}

.truck {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    text-align: left;
}

.truck .size_s {
    width: 200px;
}

.truck tr,
.truck th {
    display: block !important;
}

.truck th {
    width: 100% !important;
}

.truck td {
    width: 100% !important;
    display: block !important;
}

@media screen and (max-width: 600px) {
    .hojyo {
        margin: 150px auto;
    }

    .hojyo table tr,
    .hojyo table th {
        display: block;
    }

    .hojyo table th {
        width: 100%;
    }

    .hojyo table td {
        width: 100%;
        display: block;
    }

    .hojyo figure {
        width: 100%;
    }

    .form_m {
        width: 100% !important;
    }
}

/* =========================
   Global Video Style LP
========================= */
.bij-global-video * {
    box-sizing: border-box;
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
        sans-serif;
}

.bij-global-video {
    background: #020617;
    color: #e5e7eb;
}

/* =========================
   HERO (VIDEO STYLE)
========================= */
.bij-global-video .hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 40px;
    overflow: hidden;
}

.bij-global-video .hero-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}

/* 背景ダミー：動画差し替えOK */
.bij-global-video .hero-media-placeholder {
    position: absolute;
    inset: 0;
    background: url("https://via.placeholder.com/1600x900?text=GLOBAL+BACKGROUND") center/cover no-repeat;
    filter: contrast(1.1) brightness(0.7);
}

.bij-global-video .hero-overlay {
    position: absolute;
    inset: 0;

    /* ← レイヤー順：上から順に重ねられる */
    background:
        url("https://bijmarketing.com/wp-content/uploads/2025/11/bg02.png") center/cover no-repeat,
        radial-gradient(circle at top, rgba(59, 130, 246, 0.55), transparent 60%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(2, 6, 23, 1));

    opacity: 0.45;
    /* 👈 お好みで透明度調整 */
    pointer-events: none;
    /* ← クリック操作が邪魔されないように */
    z-index: 1;
}

.bg_image {
    width: 80%;
    margin: 50px auto;
    max-width: 800px;
}

/* テキスト */
.bij-global-video .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 960px;
    text-align: center;
}

.bij-global-video .badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.65);
    font-size: 12px;
    margin-bottom: 18px;
}

.bij-global-video .hero-kicker {
    font-size: 13px;
    color: #cbd5f5;
    margin-bottom: 10px;
}

.bij-global-video h1 {
    margin: 0 0 12px;
    font-size: clamp(26px, 5vw, 40px);
    line-height: 1.6;
    font-weight: 800;
}

.bij-global-video .em-gold {
    color: #facc15;
}

.bij-global-video .em-sky {
    color: #7dd3fc;
}

.bij-global-video .hero-lead {
    font-size: 17px;
    margin-bottom: 18px;
}

.bij-global-video .hero-copy-line {
    font-size: 14px;
    color: #cbd5f5;
}

/* CTA */
.bij-global-video .hero-cta {
    margin-top: 22px;
}

.bij-global-video .btn-primary {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(120deg, #f97316, #facc15);
    color: #111827;
    font-weight: 800;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(248, 150, 30, 0.55);
    transition: 0.2s;
}

.bij-global-video .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(248, 150, 30, 0.8);
}

.bij-global-video .hero-note {
    font-size: 11px;
    color: #cbd5f5;
    margin-top: 10px;
}

/* =========================
   SECTION BLOCK
========================= */
.bij-global-video section {
    padding: 72px 20px;
    text-align: center;
}

.bij-global-video .section-inner {
    margin: 0 auto;
}

.bij-global-video .msg-eyebrow {
    font-size: 16px;
    letter-spacing: 0.12em;
    color: #9ca3af;
    margin-bottom: 10px;
}

.bij-global-video .msg-main {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.bij-global-video .msg-sub {
    font-size: 18px;
    color: #cbd5f5;
}

/* =========================
   NETWORK GRID （修正版）
========================= */
.bij-global-video .network-grid {
    margin: 40px auto 0;
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 768px) {
    .bij-global-video .network-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .bij-global-video .hero {
        margin: 100px 0 0 0;
    }

    .bij-global-video .btn-primary {
        font-size: 19px;
    }

    .bij-global-video .msg-main {
        font-size: 22px;
    }

    .bij-global-video .msg-sub {
        font-size: 16px;
    }
}

.bij-global-video .network-card {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(255, 255, 255, 0.05);
    padding: 16px 18px;
    text-align: left;
}

.bij-global-video .tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.2);
    color: #6ee7b7;
    font-size: 11px;
    margin-bottom: 6px;
}

.bij-global-video .network-card h3 {
    margin: 0 0 6px;
    font-size: 22px;
    color: #e5e7eb;
    padding: 20px 0;
}

.bij-global-video .network-card p {
    margin: 0;
    font-size: 13px;
    color: #cbd5f5;
}

/* =========================
   STEPS
========================= */
.bij-global-video .steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    max-width: 1350px;
    margin: 50px auto;
}

.bij-global-video .step-item {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: rgba(15, 23, 42, 0.9);
    padding: 16px 18px;
    text-align: left;
}

.bij-global-video .step-num {
    font-size: 12px;
    color: #a5b4fc;
    font-weight: 700;
    margin-bottom: 4px;
}

.bij-global-video .step-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.bij-global-video .step-item p {
    margin-bottom: 0 !important;
}

/* =========================
   CTA / COMPANY
========================= */
.bij-global-video .cta-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 12px;
}

.bij-global-video .cta-lead {
    font-size: 14px;
    color: #cbd5f5;
    margin-bottom: 24px;
}

.bij-global-video .company-box {
    max-width: 600px;
    margin: 26px auto 0;
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-size: 13px;
    text-align: left;
    line-height: 1.8;
}

.bij-global-video .company-box a {
    color: #7dd3fc;
}

/*--------------共通--------------*/
.gt_switcher_wrapper {
    top: 20px !important;
    right: 10px !important;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.flex figure {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .flex {
        flex-direction: column;
    }

    .flex figure {
        width: 100%;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    object-fit: contain;
}

.popup-close {
    position: absolute;
    top: 7%;
    right: 20%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.home .entry-header,
.entry-footer,
.date-tags,
.admin-pv {
    display: none;
}

.content {
    overflow: hidden;
}

.content,
.article,
.main,
.entry-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.main {
    background: transparent !important
}

.main_title {
    display: none;
}

.wrap {
    width: 100%;
}

img {
    width: 100%;
}

.red {
    font-weight: bold;
    color: red;
}

.video-container,
.instagram-container,
.facebook-container {
    max-width: none !important;
}

.center {
    text-align: center;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    background: transparent;
    border: 0;
}

.sp_on {
    display: none;
}

@media screen and (max-width: 900px) {
    .popup-close {
        right: 2%;
    }

    .popup {
        top: 40px;
    }
}

@media screen and (max-width: 600px) {
    .sp_on {
        display: block;
    }

    .pc_off {
        display: none;
    }

    .md_off {
        display: none;
    }

    .popup-close {
        top: 2%;
        right: 6%;
    }
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.font-w400 {
    font-weight: 400 !important;
}

/*----------------------------ハンバーガーメニュー-----------------------------------*/
/* hamburger(ハンバーガーアイコン)
=================================== */
.nav-wrapper {
    position: relative;
    display: none;
    align-items: center;
}

.sp_reserve {
    padding: 2px 25px !important;
    background: #f7f7f7;
    color: #3b3b3b;
    border-radius: 20px;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.sp_reserve a {
    text-decoration: none;
    color: #3b3b3b !important;
}

.hamburger {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 20px;
}

.hamburger__line {
    position: absolute;
    width: 35px;
    height: 1px;
    right: 10px;
    background-color: #000;
    transition: all 0.5s;
}

.hamburger__line--1 {
    top: 13px;
}

.hamburger__line--2 {
    top: 25px;
}

.hamburger__line--3 {
    top: 37px;
}

.sp_inner {
    margin-top: 80px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.sp_reserve.hamburger_reserve {
    position: absolute;
    top: -50px;
    left: 35px;
    background: #795a4f;
}

.sp_reserve.hamburger_reserve a {
    color: #fff !important;
}

.sp_inner img {
    max-width: 400px;
    width: 100%;
}

.sp_inner ul {
    list-style: none;
    padding-left: 20px;
    text-align: left !important;
    font-family: Impact;
}

.sp_menu_list li {
    font-size: 30px;
    margin: 10px;
}

.sp_inner ul li a {
    text-decoration: none;
    color: #000;
}

.sp_inner ul .header_contact {
    margin-top: 30px;
    padding: 0;
    text-align: center;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 25px;
    background: #795a4f;
}

.open .hamburger__line--2 {
    opacity: 0;
}

.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 25px;
    background: #795a4f;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%;
    /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 999;
    overflow-y: auto;
    /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
    right: 0;
}


/* black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
    opacity: 0.3;
    visibility: visible;
}

/*-----------------------------header-----------------------------------*/
.sp_menu {
    display: none;
}

.sub_sp_menu {
    padding-left: 30px !important;
    line-height: 2.2;
    margin-top: 30px !important;
}

.sub_sp_menu li {
    font-size: 15px !important;
}

.sp_inner .sns_link {
    justify-content: left !important;
}

.header-container {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}

.main_title {
    display: none;
}

.header_inner {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 5px;
}

.header_expo {
    margin: 0 20px;
}

.header_expo._on {
    display: none;
}

.header-in p {
    margin: 0;
    background: #000;
    color: #fff;
    padding: 5px 50px;
}

.expo_plus p {
    flex: 1;
    background: #000;
}

.header_logo {
    width: 300px;
}

.header_contact a {
    padding: 10px 20px;
    color: #fff !important;
    background: #000;
    text-decoration: none;
}

.header_menu {
    width: auto;
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
    font-size: 20px;
    font-family: Impact;
    padding: 0 !important;
}

.header_menu li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.header_menu li a {
    text-decoration: none;
    color: #000;
}

/* --- dropdown base --- */
.header_menu>li {
    position: relative;
    /* サブメニューの基準 */
}

.header_menu .menu_link {
    display: inline-block;
    padding: 6px 2px;
}

/* サブメニューの見た目 */
.sun_menu {
    margin: 8px 0 0;
    padding: 10px 0;
    list-style: none;
    /* 非表示状態 */
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

/* サブメニュー項目 */
.sun_menu>li {
    margin: 0;
    padding: 0;
}

.sun_menu>li>a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
}

.sun_menu>li>a:hover,
.sun_menu>li>a:focus {
    background: #f5f5f5;
}

/* ホバー＆フォーカスで表示（マウスとキーボード両対応） */
.has-submenu-pc:hover>.sun_menu,
.has-submenu-pc:focus-within>.sun_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* もし親メニューを太字にしたければ */
.has-submenu-pc:hover>.menu_link,
.has-submenu-pc:focus-within>.menu_link {
    text-decoration: none;
    border-bottom: 2px solid #000;
    /* お好みで */
}

/* =========================
   PC: hover でドロップダウン
   ========================= */
@media (hover: hover) {
    .header_menu_pc .sun_menu {
        display: block;
        /* PCではブロック要素として存在させる */
    }
}

@media (hover: hover) {

    /* PCのメニューにだけ適用（SPアコーディオンと分離） */
    .header_menu>li {
        position: relative;
    }

    .header_menu .sun_menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        margin: 8px 0 0;
        padding: 10px 0;
        list-style: none;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        z-index: 1000;

        /* 初期は非表示 */
        opacity: 0;
        visibility: hidden;
        transform: translateY(6px);
        transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    }

    .header_menu .has-submenu:hover>.sun_menu,
    .header_menu .has-submenu:focus-within>.sun_menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* =========================
   SP: アコーディオンで開閉
   ========================= */
.sp_menu_list .sun_menu {
    /* SPではブロックで畳む。PC用の非表示状態を無効化 */
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    box-shadow: none;

    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
}

.sp_menu_list .has-submenu.open>.sun_menu {
    display: block;
}

/* 見た目（お好みで） */
.sp_menu_list .sun_menu>li>a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.sp_menu_list .sun_menu>li>a:hover {
    background: #eee;
}


/* --- サブメニュー（スマホ） --- */
.sp_menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.has-submenu {
    position: relative;
}

.submenu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 30px;
    font-size: 30px;
    font-weight: bold;
}

.toggle-icon {
    font-size: 20px;
    transition: transform 0.2s ease;
}

/* スマホのメニュー内だけ非表示にする */
.sp_menu_list .sun_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.sun_menu li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.sun_menu li a:hover {
    background: #eee;
}

/* 開いた時のスタイル */
.has-submenu.open .sun_menu {
    display: block;
}

.has-submenu.open .toggle-icon {
    transform: rotate(45deg);
    /* ＋ → × に見せる */
}


.top_text_area {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}

.top_link {
    position: absolute;
    top: 15%;
    left: 2%;
    font-size: clamp(20px, 4vw, 40px);
    font-weight: bold;
    line-height: 1.3;
    text-shadow: 5px 7px 9px rgba(255, 255, 255, 0.2);
    color: #f2f0f0;
}

.gglobe {
    height: 40px !important;
    width: 40px !important;
}

.lang_text {
    position: absolute;
    top: 56px;
    right: 4px;
    background: transparent !important;
    color: #000 !important;
    font-size: 10px;
    font-weight: bold;
}

/*-----------------------------VEGAS-----------------------------------*/
#test_slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
    margin: 0;
}

#slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    position: relative;
    margin: 0;
}

.wrapper {
    position: relative;
    margin-bottom: 0 !important;
}

.vegas-timer {
    display: none;
}

.top_text_area_sp {
    display: none;
}

/*-----------------------------main-----------------------------------*/
.marquee {
    width: 100%;
    position: relative;
    background: #fff;
    /* 任意 */
}

.marquee__inner {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee__inner span {
    display: inline-block;
    margin-right: 3rem;
    /* 文章同士の間隔 */
    font-size: 65px;
    font-family: Impact;
    color: #666;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* コンテンツ全体の半分 */
    }
}

.main_inner {
    margin: 50px auto;
    max-width: 1000px;
    position: relative;
    z-index: 1;
    padding: 15px;
}

.main_inner h2 {
    margin-bottom: 0 !important;
}

.main_tit {
    font-family: Impact, sans-serif;
    font-size: 80px;
    margin: 50px auto 0 !important;
}

.link_banner_area {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.link_content {
    width: 49.4%;
}

.main_tit_under {
    margin: 0 0 100px !important;
}

.sub_tit {
    font-family: Impact, sans-serif;
    color: #666;
    font-size: 90px !important;
    opacity: 0.2;
    z-index: -1;
    padding: 0 !important;
    margin: 0 !important;
}

._01 {
    background: #000;
    padding: 50px 10px;
    color: #fff;
    margin: 0;
}

._01 .sub_tit {
    top: 80px;
    opacity: 0.4;
}

._01 h2 {
    margin: 0 0 50px !important;
}

._01 h4 {
    margin: 0 !important;
    font-size: 26px;
}

._02 {
    background: url(/wp-content/uploads/2021/05/bg2.png) center/cover no-repeat;
    margin: 0;
    padding: 50px 0;
    color: #fff;
    position: relative;
}

._02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

._02_inner {
    position: relative;
    z-index: 2;
}

._02 p {
    font-weight: bold;
    text-shadow: 5px 7px 9px rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}

.page_content {
    margin: 120px auto;
    max-width: 1100px;
}

.page_content h1 {
    margin: 50px auto !important;
}

.contact_inner {
    margin: 60px auto;
}

.contact_inner h1 {
    margin-bottom: 40px !important;
}

.footer,
.footer-bottom {
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .header_expo._off {
        display: none;
    }

    .header_expo._on {
        display: block;
        margin: 0;
    }

    .expo_plus {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gt_switcher_wrapper {
        top: 10px !important;
        right: 10px !important;
    }

    .lang_text {
        top: 44px;
    }
}

@media screen and (max-width: 600px) {
    .nav-wrapper {
        display: block;
        position: absolute;
        right: 10px;
    }

    .pc_off {
        display: none;
    }

    .main_tit {
        margin: 35px auto 0 !important;
    }

    ._01 {
        padding: 5px 10px;
    }

    #test_slider {
        height: 40vh;
        margin-top: 125px;
    }

    .top_text_area {
        display: none;
    }

    .top_link {
        top: 4%;
    }

    .top_text_area_sp {
        display: block;
    }

    .gt_switcher_wrapper {
        top: auto !important;
        right: 10px !important;
        bottom: 10px !important;
    }

    .go-to-top {
        right: auto !important;
        left: 10px !important;
    }

    .link_content {
        width: 100%;
    }

    .main_inner {
        margin: 0px auto;
    }

    .sub_tit {
        font-size: 80px !important;
    }

    .lang_text {
        top: auto;
        right: 4px;
        bottom: 0px;
        position: fixed;
        color: #666 !important;
    }

    .contact_inner {
        margin: 80px auto;
    }

    .main_tit {
        font-size: 50px;
    }

    .header-in p {
        padding: 5px 25px;
        font-size: 14px;
    }

    .expo_plus {
        flex-direction: column;
    }

    .expo_plus p {
        width: 100%;
        text-align: center;
    }

    .news_box {
        flex-direction: column;
    }

    .form_main_tit {
        font-size: 19px !important;
    }

    .truck .size_s {
        width: 100px;
    }
}

@media screen and (max-width: 380px) {
    .main_tit {
        font-size: 46px;
    }

    .sub_tit {
        top: 156px;
    }

    ._01 h4 {
        font-size: 20px;
    }

    .link_content {
        width: 100%;
    }
}

/* ================================
   アドトラック LP 専用スタイル一式
   ================================ */

/* ベース */
.adtruck-lp {
    font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
    color: #222;
    line-height: 1.7;
    background: #f5f5f5;
}

.adtruck-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.adtruck-lp img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------
   上部コピー帯
   ------------------------------ */
.adtruck-header-band {
    background: #b6503a;
    color: #fff;
    padding: 12px 0 18px;
    margin-top: 75px;
}

.adtruck-header-band .adtruck-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
}

.adtruck-header-label {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    background: #7e2a19;
    font-size: 12px;
    letter-spacing: 0.15em;
}

.adtruck-header-copy {
    margin: 6px 0 0;
    font-size: 18px;
}

.adtruck-header-main {
    font-size: 28px;
    font-weight: 700;
    word-break: keep-all;
}

.adtruck-header-badge {
    background: #ffb000;
    color: #b40000;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 26px;
}

/* ------------------------------
   HERO（背景 truck.jpg）
   ------------------------------ */
.adtruck-hero {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.adtruck-hero-inner {
    position: relative;
    padding: 60px 16px 56px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("https://bijmarketing.com/wp-content/uploads/2025/12/truck.jpg");
    background-size: cover;
    background-position: center;
}

.adtruck-hero-main {
    max-width: 620px;
    margin-left: 50px;
}

.adtruck-hero-title {
    font-size: 28px;
    line-height: 1.4;
    margin: 0 0 10px;
}

.adtruck-hero-price {
    font-size: 32px;
    color: #b40000;
}

.adtruck-hero-sub {
    margin: 0 0 14px;
    font-size: 15px;
}

.adtruck-hero-sub-small {
    font-size: 13px;
}

.adtruck-hero-points {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.adtruck-hero-points li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 6px;
    font-size: 14px;
}

.adtruck-hero-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #7cf59f;
}

.adtruck-hero-note {
    margin-top: 20px;
    font-size: 12px;
}

/* ボタン */
.adtruck-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 999px;
    background: #ff4b3a;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
    text-decoration: none;
}

.adtruck-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    opacity: 0.95;
}

.adtruck-btn-block {
    width: 100%;
}

/* ------------------------------
   共通セクション
   ------------------------------ */
.adtruck-section {
    padding: 56px 0;
    background: #fff;
}

.adtruck-section:nth-of-type(even) {
    background: #f8f8f8;
}

.adtruck-sec-title {
    text-align: center;
    margin: 0 0 30px;
    font-size: 22px !important;
    padding: 0 !important;
}

.adtruck-sec-title span {
    display: inline-block;
    padding: 20px 25px;
    letter-spacing: 0.05em;
    border-radius: 20px;
    background: #222;
    color: #fff;
    font-size: 30px;
}

.adtruck-sec-lead {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
}

/* ------------------------------
   こんな方におすすめ
   ------------------------------ */
.adtruck-ideas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.adtruck-idea-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.6);
}

.adtruck-idea-tag {
    font-weight: 700;
    color: #ff4b3a;
    margin-bottom: 8px !important;
    font-size: 20px;
}

.adtruck-idea-text {
    font-size: 16px;
    margin-bottom: 0 !important;
}

/* ------------------------------
   料金
   ------------------------------ */
.adtruck-section-price {
    background: #fffbe8;
}

.adtruck-price-layout {
    max-width: 900px;
    margin: 0 auto;
}

.adtruck-price-label {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 8px !important;
}

.adtruck-price-label.adtruck-monitor {
    font-size: 20px;
    color: #b40000;
}

.adtruck-price-table-wrap {
    position: relative;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.adtruck-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.adtruck-price-table th,
.adtruck-price-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.adtruck-price-table th {
    background: #f2f2f2;
}

.adtruck-price-cross {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg,
            transparent 48%,
            rgba(255, 0, 0, 0.7) 49%,
            rgba(255, 0, 0, 0.7) 51%,
            transparent 52%),
        linear-gradient(225deg,
            transparent 48%,
            rgba(255, 0, 0, 0.7) 49%,
            rgba(255, 0, 0, 0.7) 51%,
            transparent 52%);
}

.adtruck-price-note-small {
    margin-top: 10px;
    font-size: 20px;
}

.adtruck-price-monitor {
    background: #fff;
    border-radius: 16px;
    padding: 18px 18px 22px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.adtruck-price-list {
    list-style: none;
    padding: 0 !important;
    margin: 10px 0 16px;
}

.adtruck-price-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 24px;
}

.adtruck-price-list .time {
    font-weight: 600;
}

.adtruck-price-list .value {
    font-weight: 700;
    color: #e60033;
    font-size: 34px;
}

.adtruck-price-note {
    margin: 4px 0;
    font-size: 16px;
}

/* ------------------------------
   特徴
   ------------------------------ */
.adtruck-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.adtruck-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.6);
    font-size: 18px;
    margin-bottom: 20px;
}

.adtruck-feature-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    padding: 0 !important;
    line-height: 1.5;
    color: #b40000;
}

.adtruck-feature-card p {
    margin-bottom: 0 !important;
}

.adtruck-feature-note-box {
    margin-top: 24px;
    padding: 16px 18px;
    border-radius: 12px;
    background: #fff2f0;
}

.adtruck-feature-note {
    margin-bottom: 0 !important;
    font-size: 20px;
}

/* ================================
   FAQ セクション デザイン
================================ */

/* セクション全体を少し雰囲気変える */
.adtruck-section-faq {
  background: radial-gradient(circle at top left, #ffe9d6 0, #fff7ee 30%, #ffffff 70%);
  padding: 64px 0 80px;
}

/* タイトルを中央寄せ＆少し飾る */
.adtruck-section-faq .adtruck-sec-title {
  text-align: center;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #222;
  margin-bottom: 32px;
  position: relative;
}

.adtruck-section-faq .adtruck-sec-title span {
  display: inline-block;
  padding: 0.2em 1.6em;
  border-radius: 999px;
  background: rgba(255, 127, 80, 0.06);
  border: 1px solid rgba(255, 127, 80, 0.22);
}

/* FAQリストのベース */
.adtruck-faq-list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 各アイテムをカード風に */
.adtruck-faq-item {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 16px 20px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.35);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

/* 上部にほんのりアクセントライン */
.adtruck-faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 3px solid transparent;
  background-image: linear-gradient(to right, #ff8450, #ffcc66);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 0 1px 1px;
  opacity: 0.9;
}

/* hover時の浮き上がり */
.adtruck-faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
  border-color: rgba(248, 113, 113, 0.5);
}

/* Q / A行の共通レイアウト */
.adtruck-faq-q,
.adtruck-faq-a {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: flex-start;
  margin: 0;
}

/* Q行とA行の間に余白 */
.adtruck-faq-q {
  margin-bottom: 6px;
}

/* Qアイコン / Aアイコン */
.adtruck-faq-q::before,
.adtruck-faq-a::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Q = オレンジ */
.adtruck-faq-q::before {
  background: linear-gradient(135deg, #ff7b4a, #ffb545);
  color: #fff;
}

/* A = グリーン */
.adtruck-faq-a::before {
  content: "A";
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #bbf7d0;
}

/* 質問テキスト */
.adtruck-faq-q {
  font-weight: 700;
  color: #111827;
  font-size: 15px;
}

/* 回答テキスト */
.adtruck-faq-a {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
}

/* 強調 */
.adtruck-faq-a strong {
  font-weight: 700;
  color: #dc2626;
}

/* スマホ調整 */
@media (max-width: 640px) {
  .adtruck-section-faq {
    padding: 48px 0 64px;
  }
  .adtruck-faq-item {
    padding: 16px 14px 14px 14px;
    border-radius: 14px;
  }
  .adtruck-faq-q,
  .adtruck-faq-a {
    grid-template-columns: 24px 1fr;
  }
}
@media screen and (max-width: 600px) {
    .adtruck-header-band {
        margin-top: 140px;
    }

    .adtruck-header-band .adtruck-container {
        display: block;
    }

    .adtruck-hero-main {
        margin-left: 0;
    }

    .adtruck-ideas-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .adtruck-idea-tag {
        font-size: 30px;
    }

    .adtruck-header-copy {
        font-size: 16px;
    }

    .adtruck-header-main {
        font-size: 24px;
    }

    .adtruck-btn-primary {
        font-size: 18px;
    }

    .adtruck-features-grid {
        display: block;
    }
}