@charset "utf-8";




/* ==============================

    サイト設定　適宜変更箇所

============================== */

body,
html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
    color: #1f2224;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

a,
a img {
    color: #1f2224;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 265px 0 129px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.wp-block-group.header-inner {
    background-color: #fff;
}

.wp-block-group.header-inner nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
    padding-top: 17px;
}

figure.wp-block-image.size-full.logo.img-hover {
    padding: 0 0 0 16px;
}

.wp-block-group.flow-wrap .inner {
    padding: 77px 0 124px;
}

.wp-block-group.flow-box {
    width: 30%;
    background: #fff;
    border: 3px solid #026aa9;
    position: relative;
}

.wp-block-group.flow-box h3.wp-block-heading.has-text-align-center {
    font-size: 24px;
    background: #026aa9;
    color: #fff;
    line-height: 1;
    padding: 11px 0;
}

.wp-block-group.flow-box p {
    padding: 14px 17px 24px;
}

.wp-block-group.flow-box figure.wp-block-image.size-full {
    height: 190px;
    position: relative;
}

.wp-block-group.flow-box figure.wp-block-image.size-full img {
    max-width: fit-content;
    height: auto;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.flow-flex {
    flex-wrap: wrap;
    gap: 40px;
}

.wp-block-group.flow-box:before {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/sankaku.png);
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 64px;
    margin: auto;
    left: -45px;
}

.wp-block-group.flow-box:first-of-type:before {
    display: none;
}

.wp-block-group.annai {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/bk2.png);
    background-size: cover;
    background-position: center;
    padding: 106px 0 137px;
    position: relative;
}

.wp-block-group.annai {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/For.png), url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/bk2.png);
    background-size: 100%, cover;
    background-position: center bottom -17px, center;
    padding: 106px 0 137px;
    position: relative;
    background-repeat: no-repeat;
}

.wp-block-group.annai h2 span {
    color: #026aa9;
}

.wp-block-group.annai h2 {
    font-size: 42px;
    margin-bottom: 34px;
}

.wp-block-group.annai p {
    margin-bottom: 65px;
    line-height: 2.5;
}

.wp-block-buttons.btn.btn-blue a {
    background: #026aa9;
    border: 1px solid #026aa9;
    color: #fff;
}

.wp-block-buttons.btn.btn-green a {
    background: #6db824;
    border: 1px solid #6db824;
    color: #fff;
}

.wp-block-buttons.btn.btn-yellow a {
    background: #b99609;
    border: 1px solid #b99609;
    color: #fff;
}

.wp-block-buttons.btn.btn-blue a:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en-blue.png);
}

.wp-block-buttons.btn.btn-blue a:hover:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en-blue-hover.png);
}

.wp-block-buttons.btn.btn-green a:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en-green.png);
}

.wp-block-buttons.btn.btn-green a:hover:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en-green-hover.png);
}

.wp-block-buttons.btn.btn-yellow a:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en-yellow.png);
}

.wp-block-buttons.btn.btn-yellow a:hover:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en-yellow-hover.png);
}

.wp-block-buttons.btn.btn-blue a:hover {
    color: #026aa9;
}

.wp-block-buttons.btn.btn-green a:hover {
    color: #6db824;
}

.wp-block-buttons.btn.btn-yellow a:hover {
    color: #b99609;
}

.wp-block-group.annai:before {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/f2.png);
    background-size: contain;
    display: inline-block;
    width: 267px;
    height: 271px;
    background-repeat: no-repeat;
    position: absolute;
    top: -31px;
    left: 56px;
}

.wp-block-group.annai:after {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/about-img-5.png);
    background-size: contain;
    width: 163px;
    height: 210px;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 70px;
    background-repeat: no-repeat;
}

/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

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

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}

/* ==============================

    Bogo

============================== */
/*body.en-US .jp,
body.zh-CN .jp {
    display: none;
}

.en,
.cn {
    display: none;
}

body.en-US .en,
body.zh-CN .cn {
    display: block;
}

ul.bogo-language-switcher.list-view .en,
ul.bogo-language-switcher.list-view .cn {
    display: block;
}

body.en-US nav.breadcrumb.inner .en,
body.en-US nav.breadcrumb.inner .cn {
    display: contents;
}
span.entry_category .en {
    display: block;
}*/
/* ==============================

　　固定メニュー

　============================== */

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*background: black;*/
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.wp-block-group.kotei-menu.contact-menu.has-link {
    background: #026aa9;
}

.wp-block-group.kotei-menu.line-menu.has-link {
    background: #06c755;
}

.kotei-menu {
    color: #fff;
    padding: 9px 0 3px;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

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



/* ==============================

    ハンバーガーメニュー

　============================== */

/*PC版削除の場合*/
.nav-wrapper {
    display: none;
}


/* ハンバーガーメニューの全体 */
.hamburger-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 302;
    cursor: pointer;
}

.hamburger-wrapper,
.hamburger {
    width: 128px;
    height: 128px;
}

.hamburger:after {
    content: 'MENU';
    color: #026aa9;
    font-size: 22px;
    letter-spacing: 2px;
    bottom: 12px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.hamburger {
    padding: 10px;
    border: none;
    right: 0;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 200;
    position: relative;
    display: block;
    border-bottom: 1px solid #026aa9;
}

.hamburger__line {
    display: block;
    width: 82px;
    height: 4px;
    background-color: #026aa9;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

p.hamburger__line.hamburger__line--1 {
    top: 30px;
}

p.hamburger__line.hamburger__line--2 {
    top: 48px;
}

p.hamburger__line.hamburger__line--3 {
    top: 66px;
}

/* ハンバーガーメニューが開いたときの変化 */
.nav-wrapper.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 45px;
}

.nav-wrapper.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 45px;
}

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

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li.wp-block-navigation-item a {
    font-size: 23px;
    margin-bottom: 17px;
}

nav.hamburger-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex ul li {
    justify-content: center;
    margin-bottom: 10px;
}

.nav-wrapper .sp-nav-inner {
    display: block;
    height: 215px;
    max-width: fit-content;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    position: absolute;
    bottom: 159px;
}

.black-bg.active {
    visibility: visible;
    opacity: 1;
}

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.sp-nav-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    transition: all 0.3s ease in-out;
    padding: 57px 20px 0;
    background-size: cover;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/bk2.png);
    background-color: #fff;
}

.nav-wrapper.open {
    z-index: 1;
}

.nav-wrapper.open .sp-nav-wrap {
    display: block;
}



/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 100vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    /* 下記適宜変更*/
    max-width: 865px;
    height: 337px;
    width: 100%;
}


/* ==============================

　　お知らせ

　============================== */

.newslist {
    max-width: 80%;
    width: 100%;
}



/* ==============================

　　↓　PC番テーマ専用CSSは下記から記述　↓

　============================== */

body#top header.scroll-nav .wp-block-group.header-inner,
header.scroll-nav .wp-block-group.header-inner {
    background: #fff;
}

header .header-inner {
    transition: .6s;
}

body#top header.scroll-nav figure.wp-block-image.size-full.logo.img-hover,
header.scroll-nav figure.wp-block-image.size-full.logo.img-hover {
    padding: 0 0 0 16px;
}

.wp-block-group.mainv-wrap {
    height: 100vh;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/mainv-bk-1.png);
    background-position: center;
    position: relative;
}

.wp-block-group.mainv-flex {
    flex-direction: row-reverse;
    padding-top: 168px;
    z-index: 20;
    position: relative;
}

.wp-block-group.line {
    height: 8px;
    width: 100%;
    background: #026aa9;
}

.wp-block-buttons.contact-btn .wp-block-button {
    width: 100%;
}

.wp-block-buttons.contact-btn {
    max-width: 250px;
    width: 100%;
    background: #026aa9;
}

.wp-block-buttons.contact-btn .wp-block-button a {
    height: 65px;
    border-radius: 0px;
    font-size: 20px;
    line-height: 1;
    width: 100%;
    background: none;
    text-align: center;
    padding: 20px 0;
    padding-left: 31px;
    position: relative;
}

.wp-block-buttons.contact-btn .wp-block-button a:after {
    content: '';
    display: inline-block;
    background-size: contain;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/mail-1.png);
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    position: absolute;
    left: 38px;
    top: 25px;
}

body#top figure.wp-block-image.size-full.logo.img-hover {
    padding: 13px 0 0 16px;
    transition: .6s;
}

.wp-block-group.menu-btn-flex {
    width: 100%;
}

nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex ul li a {
    display: block;
    margin-right: 24px;
}

header.scroll-nav nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex,
body#top header.scroll-nav nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
    padding-top: 16px;
}

body#top nav.header-inner-menu.wp-block-navigation.is-layout-flex.wp-block-navigation-is-layout-flex {
    font-size: 18px;
    padding-top: 22px;
    transition: .6s;
}

body#top .wp-block-group.header-inner {
    background: none;
}

figure.wp-block-image.size-full.mainv-img:after {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en.png);
    background-size: contain;
    display: inline-block;
    width: 258px;
    height: 258px;
    position: absolute;
    bottom: -77px;
    left: -127px;
}

figure.wp-block-image.size-full.mainv-img {
    position: relative;
}

@keyframes infinity-scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-2800px);
        /* 画像2枚分を左にスクロール */
    }
}

.scroll-infinity {
    position: absolute;
    overflow: hidden;
    width: 100%;
    max-width: 2800px;
    margin: 0 auto;
    bottom: -18px;
}

.wp-block-group.infinity__list.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-ad2f72ca.wp-block-group-is-layout-flex {
    display: flex;
    animation: infinity-scroll-left 40s linear infinite;
    gap: 60px;
    width: max-content;
    /* 自動で幅を調整（gap含む） */
}

.infinity__list img {
    width: 1400px;
    flex-shrink: 0;
}

.wp-block-group.top-about-wrap {
    padding: 119px 0 131px;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/vision-img-1.png), url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/vision-img-2.png);
    background-repeat: no-repeat;
    background-position: top right, bottom left;
    z-index: 10;
    position: relative;
}

.wp-block-group.top-about-wrap h2 {
    margin-bottom: 45px;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 8px;
}

p {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 18px;
}

.wp-block-group.top-about-wrap p {
    line-height: 2.5;
}

span.blue {
    color: #026aa9;
    text-decoration: underline;
}

.wp-block-group.blue-title {
    background-color: #026aa9;
    color: #fff;
    height: 155px;
    padding-top: 41px;
}

.wp-block-group.blue-title h2 {
    font-size: 42px;
}

.wp-block-group.top-merit-wrap .wp-block-group.blue-title h3 {
    font-size: 22px;
    max-width: fit-content;
    margin: 0 auto 0;
    border: 1px solid;
    padding: 2px 12px 6px;
}

.wp-block-group.blue-title h3 span {
    color: #ffb239;
    font-size: 25px;
}

.wp-block-group.top-merit-wrap .wp-block-group.blue-title {
    padding-top: 24px;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Merit.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.wp-block-group.top-merit-wrap .inner {
    padding: 66px 0 95px;
}

.wp-block-buttons.btn .wp-block-button,
.wp-block-buttons.btn .wp-block-button a {
    width: 100%;
}

.wp-block-buttons.btn {
    max-width: 420px;
    width: 100%;
    padding: 0;
    margin: auto;
}

.wp-block-buttons.btn a {
    background: black;
    border-radius: 0px;
    font-size: 20px;
    line-height: 1;
    padding: 30px 0 34px;
    padding-left: 10px;
    position: relative;
    border: 1px solid black;
    transition: .6s;
}

.wp-block-buttons.btn a:hover {
    background: #fff;
    color: black;
}

.wp-block-buttons.btn a:hover:after {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/btnicon-hover.png);
}

.wp-block-group.top-merit-wrap .inner p {
    margin-bottom: 100px;
}

.wp-block-group.top-merit-box h3 {
    max-width: 300px;
    width: 100%;
    background: black;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    padding: 17px 0 19px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.top-merit-box {
    position: relative;
    width: 30%;
}

.wp-block-group.top-merit-box h3:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 23px solid black;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.top-merit-box h3 span {
    font-size: 24px;
    color: #ffb239;
}

.wp-block-group.top-merit-box h2 {
    padding-left: 106px;
    padding-top: 15px;
    font-size: 26px;
    position: relative;
}

.wp-block-group.top-merit-box h2:before {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/01.png);
    background-size: auto;
    display: inline-block;
    height: 47px;
    width: 56px;
    background-repeat: no-repeat;
    position: absolute;
    left: 20px;
    top: 29px;
    transition: .6s;
    background-position: left center;
}

.wp-block-group.top-merit-box:nth-of-type(2) h2:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/02.png);
    width: 73px;
}

.wp-block-group.top-merit-box:nth-of-type(3) h2:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/03.png);
    width: 73px;
}

.wp-block-group.top-merit-flex {
    margin-bottom: 65px;
}

.wp-block-buttons.btn a:after {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/btnicon.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 71px;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: .6s;
}

.wp-block-buttons.btn-2.btn {
    margin-top: 12px;
}

.wp-block-group.top-reason-wrap .wp-block-group.blue-title {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reason.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.wp-block-group.top-reason-wrap .inner {
    padding: 50px 0 80px;
}

.wp-block-group.top-reason-box {
    width: 30%;
}

.wp-block-group.top-reason-box h2 span {
    color: #026aa9;
}

.wp-block-group.top-reason-box:nth-of-type(1) h2 {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reason01.png);
}

.wp-block-group.top-reason-box:nth-of-type(2) h2 {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reason02.png);
}

.wp-block-group.top-reason-box:nth-of-type(3) h2 {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reason03.png);
}

.wp-block-group.top-reason-box:nth-of-type(4) h2 {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reason04.png);
}

.wp-block-group.top-reason-box:nth-of-type(5) h2 {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reason05.png);
}


.wp-block-group.top-reason-box h2 {
    padding: 38px 0 20px;
    font-size: 27px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.wp-block-group.top-reason-flex {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    margin-bottom: 45px;
}

.wp-block-group.top-merit-wrap {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/bk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.wp-block-group.top-merit-box p {
    margin-top: 16px;
}

.wp-block-group.top-lineup-txt {
    width: 50%;
}

figure.wp-block-image.size-full.top-lineup-img {
    width: 50%;
}

.wp-block-group.top-lineup-txt h3 {
    font-size: 23px;
    width: 352px;
    background: #026aa9;
    margin: auto;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
    margin-bottom: 6px;
}

.wp-block-group.top-lineup-txt h2 span {
    color: #026aa9;
}

.wp-block-group.top-lineup-txt h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.wp-block-group.top-lineup-txt p span {
    color: #026aa9;
}

.wp-block-group.top-lineup-txt p {
    margin-bottom: 56px;
}

.wp-block-group.top-lineup-wrap {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/bk2.png);
    background-size: cover;
    padding: 115px 0 90px;
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    letter-spacing: 2px;
}

.wp-block-group.zisseki-wrap .wp-block-group.blue-title {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Salesperformance.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.wp-block-group.zisseki-wrap .inner {
    padding: 75px 0 95px;
}

.wp-block-group.footer-contact {
    background-color: #026aa9;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Contact.png);
    background-repeat: no-repeat;
    background-position: bottom 16px left;
    padding: 67px 0 78px;
    color: #fff;
}

.wp-block-group.footer-contact .inner {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/cbk.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-group.footer-contact h2 {
    font-size: 39px;
    padding-left: 285px;
    position: relative;
    max-width: fit-content;
    margin: 0 auto 36px;
}

.wp-block-group.footer-contact h2:before {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/logo-2.png);
    background-size: contain;
    display: inline-block;
    width: 315px;
    height: 72px;
    background-repeat: no-repeat;
    margin-right: 20px;
    position: absolute;
    left: 1px;
    top: -6px;
}

.wp-block-group.footer-contact p span {
    color: #ffc15f;
    text-shadow: 0 0 3px BLACK;
}

.wp-block-group.contact-flex p,
.wp-block-group.contactbtn-wrap {
    width: 50%;
}

.wp-block-group.contactbtn-wrap p {
    text-align: center;
    max-width: fit-content;
    margin: 0 auto 25px;
}

.wp-block-group.contactbtn-wrap h3 {
    font-size: 24px;
}

.wp-block-buttons.btn-2.btn a {
    background: #bdbdbd;
    border: none;
}

.wp-block-group.footer-inner {
    background: black;
    color: #fff;
    padding: 45px 0 35px;
}

.wp-block-group.footer-inner figure.wp-block-image.size-full.img-hover {
    max-width: fit-content;
    margin: 0 auto 35px;
}

p.footer-address {
    max-width: fit-content;
    font-size: 16px;
    margin: auto;
}

.wp-block-group.footer-adress-flex-wrap {
    margin: 24px auto 25px;
    max-width: fit-content;
}

.wp-block-group.footer-adress-flex p {
    font-size: 14px;
}

.wp-block-group.footer-adress-flex {
    margin-bottom: 9px;
}

.wp-block-group.footer-adress-flex p:nth-of-type(1) {
    border: 1px solid;
    width: 91px;
    text-align: center;
    margin-right: 7px;
}

.wp-block-group.sns-flex {
    max-width: 120px;
    margin: 42px auto 0;
    justify-content: space-between;
}

.wp-block-group.sns-flex figure.wp-block-image.size-full.img-hover {
    width: 43px;
}

.wp-block-group.menu-btn-flex ul li a:hover {
    font-weight: bold;
    color: #026aa9;
}

nav.breadcrumb {
    padding: 22px 0 50px;
    font-size: 14px;
}

nav.breadcrumb.inner ul li:first-of-type a {
    color: #8a8a8a;
}

.wp-block-group.company-wrap .wp-block-group.blue-title {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Company-1.png);
    background-repeat: no-repeat;
    background-position: right top;
}

p.company-title {
    width: 315px;
}

.wp-block-group.company-flex {
    padding: 33px 0 30px;
    width: 100%;
    gap: 0;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.wp-block-group.company-flex:after {
    content: '';
    width: 315px;
    height: 1px;
    background: #c5c5c5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wp-block-group.company-wrap .inner {
    padding: 75px 0 120px;
}

.wp-block-group.company-box {
    margin-bottom: 80px;
}

.wp-block-group.faq-wrap .wp-block-group.blue-title {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/FAQ.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.wp-block-group.faq-wrap .inner {
    padding: 73px 0 113px;
}

p.has-text-align-center.faq-txt {
    padding-bottom: 62px;
}

.accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 33px 0 33px 72px;
    position: relative;
    border-bottom: 1px solid #ededed;
}

p.accordion__button:before {
    content: 'Q.';
    font-size: 24px;
    color: #026aa9;
    position: absolute;
    left: 36px;
    top: 29px;
}

p.accordion__text {
    font-size: 16px;
    line-height: 2;
    padding: 24px;
    background: #ededed;
    margin-top: 25px;
}

.accordion__body {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.accordion__icon {
    float: right;
    font-size: 1.2em;
    color: #026aa9;
}

.under-v h1 {
    position: relative;
    font-weight: bold;
    letter-spacing: 5px;
}

.under-v h1:before {
    content: '';
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: -67px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: center;
}

body#company .under-v {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/company-v.png);
}

body#knowledge .under-v {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/about-v.png);
}

body#reason .under-v {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/reason-v.png);
}

body#product .under-v {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/lineup.png);
}

body#company .under-v h1:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Corporate-Profile-_-FAQ.png);
    width: 773px;
    height: 66px;
}

body#knowledge .under-v h1:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Basic-Knowledge-of-LED-Displays_.png);
    width: 1036px;
    height: 66px;
}

body#reason .under-v h1:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reasons-Why-Our-Company-Is-Chosen_.png);
    width: 1232px;
    height: 66px;
}

body#product .under-v h1:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Product-Lineup.png);
    width: 459px;
    height: 66px;
}

.wp-block-group.about-flex.inner {
    padding: 110px 0 105px;
    justify-content: space-between;
}

.wp-block-group.about-txt h2:before {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/About.png);
    background-size: contain;
    display: inline-block;
    width: 438px;
    height: 122px;
    background-repeat: no-repeat;
    position: absolute;
    left: -58px;
    top: -90px;
}

.wp-block-group.about-txt h2 {
    margin-bottom: 55px;
    font-size: 42px;
    position: relative;
    left: -28px;
}

figure.wp-block-image.size-full.about-img {
    max-width: 356px;
    width: 100%;
}

.wp-block-group.about-txt {
    width: 65%;
}

.wp-block-group.top-merit-wrap .inner .wp-block-group.top-merit-box p {
    margin: 19px 0 0;
}

body#knowledge .wp-block-group.top-merit-wrap {
    background: none;
}

body#knowledge .wp-block-group.top-merit-wrap .inner {
    padding: 66px 0 35px;
}

.wp-block-group.ledchoice-wrap .wp-block-group.blue-title {
    padding: 25px 0 30px;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/How-to-Choose.png);
    background-repeat: no-repeat;
    background-position: top left 23px;
}

.wp-block-group.choice {
    padding: 94px 0 181px;
    text-align: center;
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/about-img-3.png);
    background-repeat: no-repeat;
    background-position: bottom 55px left 59px;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    position: relative;
}

.wp-block-group.choice:after {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/about-img-2.png);
    background-size: contain;
    display: inline-block;
    width: 409px;
    height: 412px;
    position: absolute;
    top: -35px;
    background-repeat: no-repeat;
    right: 24px;
}

.wp-block-group.inner.pitti-wrap h3:before,
.wp-block-group.lineup-txt h2:before {
    content: '';
    width: 10px;
    height: 58px;
    background: #026aa9;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    margin: auto;
    bottom: 0;
}

.wp-block-group.inner.pitti-wrap h3 {
    margin-bottom: 29px;
    padding: 12px 0 13px 44px;
    font-size: 36px;
    position: relative;
}
}

.wp-block-group.lineup-txt h2 span {
    font-size: 24px;
}

.wp-block-group.lineup-txt h2 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    padding-left: 44px;
    position: relative;
}

.wp-block-group.pitti-flex {
    margin: 100px auto 60px;
    max-width: 1080px;
}

.wp-block-group.pitti-box {
    max-width: 511px;
    width: 100%;
    border: 2px solid #026aa9;
    padding: 65px 0 34px;
    position: relative;
}

.wp-block-group.pitti-box h4 {
    font-size: 24px;
    max-width: 335px;
    width: 100%;
    background: #026aa9;
    margin: auto;
    position: absolute;
    top: -22px;
    left: 0;
    right: 0;
    color: #fff;
    line-height: 1;
    padding: 12px 0;
}

.wp-block-group.pitti-box figure.wp-block-image.size-full {
    max-width: 351px;
    margin: 0 auto 31px;
}

.wp-block-group.pitti-box ul {
    max-width: fit-content;
    margin: auto;
}

.wp-block-group.pitti-box ul li {
    font-size: 20px;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
    font-weight: bold;
}

.wp-block-group.top-reason-box p span {
    text-decoration: underline;
    font-size: 20px;
}

p.has-text-align-center.pitti-num {
    font-weight: bold;
}

.wp-block-group.pitti-box ul li:before {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/check.png);
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 9px;
    top: 7px;
}

.wp-block-group.lineup-txt h2:before {
    top: 6px;
}

.wp-block-group.inner.pitti-wrap h5 span {
    font-size: 30px;
    color: #026aa9;
}

.wp-block-group.inner.pitti-wrap h5 {
    font-size: 24px;
    margin: 42px auto 74px;
}

.wp-block-group.att-box h4 {
    font-size: 20px;
    margin-bottom: 24px;
    color: #026aa9;
}

.wp-block-group.att-box {
    padding: 35px 25px;
    background: #f8f8f8;
    margin-bottom: 28px;
    font-size: 16px;
}

.wp-block-group.inner.pitti-wrap {
    margin-bottom: 80px;
}

figure.wp-block-table.denkitable {
    margin-top: 24px;
}

figure.wp-block-table.denkitable tr td {
    padding: 22px 0;
}

figure.wp-block-table.denkitable tr:first-of-type td {
    background: black;
    color: #fff;
    padding: 9px 0;
}

.wp-block-group.inner.pitti-wrap .wp-block-group.hiyo-box p span {
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}

.wp-block-group.hiyo-box p {
    font-size: 30px;
    height: fit-content;
    left: 0;
    right: 0;
    top: 33%;
    position: absolute;
    line-height: 1;
    margin: auto;
}

.wp-block-group.hiyo-box {
    background: #026aa9;
    max-width: 258px;
    width: 100%;
    color: #fff;
    height: 195px;
    position: relative;
}

.wp-block-group.hiyo-box:first-of-type p {
    top: 40%;
}

.wp-block-group.hiyo-box:after {
    content: '＋';
    font-size: 40px;
    color: black;
    position: absolute;
    right: -47px;
    height: fit-content;
    margin: auto;
    top: 0;
    bottom: 0;
}

.wp-block-group.hiyo-box:last-of-type:after {
    display: none;
}

.wp-block-group.hiyo-box-flex {
    margin-bottom: 40px;
}

.wp-block-group.ledchoice-wrap {
    padding-bottom: 67px;
}

/*.wp-block-group.top-reason-wrap .wp-block-group.top-reason-box {
    width: 47%;
}*/

.wp-block-group.top-reason-wrap .wp-block-group.top-reason-box figure.wp-block-image.size-full {
    max-width: 420px;
    margin: 0 auto 0;
}

body#reason .wp-block-group.top-reason-wrap .wp-block-group.top-reason-box {
    max-width: 48%;
    width: 100%;
}

.wp-block-group.top-reason-box>.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained {
    max-width: 470px;
    width: 100%;
    margin: auto;
}

.wp-block-group.top-reason-box h2 {
    padding: 47px 0 20px;
}

.wp-block-group.top-reason-wrap {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/bk.png);
    background-position: center top 38%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.wp-block-group.flow-wrap .wp-block-group.blue-title {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Flow.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.wp-block-group.tokutyo-box h3 {
    font-size: 24px;
    color: #026aa9;
    margin-bottom: 18px;
}

.wp-block-group.tokutyo-box {
    margin-top: 40px;
}

.wp-block-group.tokutyo-box ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #026aa9;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 1px;
    bottom: 0;
    margin: auto;
}

.wp-block-group.tokutyo-box ul li {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 32px;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
}

.wp-block-group.lineup-txt {
    width: 50%;
}

.wp-block-group.lineup-flex {
    margin-bottom: 48px;
}

.wp-block-group.scene-box h2 {
    max-width: 571px;
    width: 100%;
    background: #026aa9;
    font-size: 26px;
    color: #fff;
    line-height: 1;
    padding: 21px 0;
    margin: 0 auto 35px;
    position: relative;
}

.wp-block-group.scene-box h2:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 24px solid #026aa9;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.scene-flex {
    flex-wrap: wrap;
    gap: 42px;
}

.wp-block-group.scene-inner {
    width: 48%;
    padding: 23px 23px 36px;
    border: 3px solid #026aa9;
    background: #fff;
}

.wp-block-group.scene-inner h3 {
    font-size: 24px;
    border-bottom: 2px solid #026aa9;
    padding-bottom: 22px;
    margin-bottom: 24px;
    height: 94px;
}

.wp-block-group.scene-inner h3 span {
    color: #026aa9;
}

figure.wp-block-image.size-full.lineup-images {
    margin: 0 0 37px;
}

.wp-block-group.lineup-wrap {
    margin-bottom: 110px;
}

h3.wp-block-heading.has-text-align-center.gyo {
    padding-top: 20px;
}

.wp-block-group.lineup-wrap table {
    width: 100%;
    text-align: center;
    /*border: 1px solid black;*/
    background: #fff;
    font-size: 14px;
}

.wp-block-group.lineup-wrap table tr td {
    border: 1px solid;
    padding: 11px 0;
}

.wp-block-group.lineup-wrap td:first-of-type {
    background: black;
    color: #fff;
    width: 160px;
}

.wp-block-group.lineup-wrap td.max {
    background: black;
    color: #fff;
}

.wp-block-group.scene-box-wrap {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en1.png), url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/en1.png);
    background-repeat: no-repeat;
    background-position: left top, bottom right 60px;
    padding: 33px 0 78px;
    background-size: 444px, 206px;
    max-width: 1560px;
    margin: auto;
}

.wp-block-group.table-wrap h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.wp-block-group.lineup-txt h2 span {
    font-size: 24px;
}

figure.wp-block-image.size-full.lineup-img {
    width: fit-content;
    margin: auto;
    max-width: 45%;
}

body.blog .under-v,
body.single .under-v {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/sales-v.jpg);
    background-position: bottom;
}

body.blog .under-v h1:before,
body.single .under-v h1:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Sales-performance.png);
    width: 579px;
    height: 76px;
}

section.entry_list {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

article.entry_item {
    width: 32%;
    margin-right: 0;
    margin-bottom: 0;
}

.entry_thumbnail a img {
    height: 350px;
}

.entry_info {
    margin: 8px 0 2px;
}

.entry_thumbnail {
    height: auto;
}

.wrap.news-wrap {
    padding-bottom: 80px;
}

.wp-block-group.top-post-flex>.wp-block-group__inner-container {
    display: flex;
    gap: 15px;
}

.wp-block-group.top-post-flex {
    margin-bottom: 62px;
}

.wp-block-group.top-reason-wrap .wp-block-buttons.btn a:after {
    left: 50px;
}

.wp-block-group.top-reason-wrap .wp-block-buttons.btn a {
    padding-left: 37px;
}

body#top .wp-block-group.top-reason-flex .wp-block-group.top-reason-box:nth-of-type(1):after {
    content: '';
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/hukidashi-1.png);
    background-size: contain;
    display: inline-block;
    width: 237px;
    height: 131px;
    background-repeat: no-repeat;
    position: absolute;
    top: 237px;
    left: -82px;
}

body#top .wp-block-group.top-reason-flex .wp-block-group.top-reason-box:nth-of-type(1) {
    position: relative;
}

div#merit .wp-block-group.top-merit-box h2 span {
    color: #026aa9;
}

.wp-block-group.inner.pitti-wrap p span {
    text-decoration: underline;
    font-size: 20px;
}

.wp-block-group.flow-box h4 {
    color: #026aa9;
    font-size: 20px;
    margin-top: 2px;
}

body#contact .under-v {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/contact-v.jpg);
    background-position: bottom;
}

body#contact .under-v h1:before {
    background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Contact-1.png);
    width: 241px;
    height: 50px;
}

body ol.smf-progress-tracker {
    margin-bottom: 80px;
}

p.has-text-align-center.contact-txt {
    padding: 20px 0 83px;
}

body .smf-form--business .smf-item__col--label {
    width: 100%;
    max-width: 300px;
    flex: auto;
}

body .smf-item__col.smf-item__col--controls {
    width: 100%;
}

input.smf-text-control__control {
    width: 100%;
}

p.policy-box {
    background: #f6f6f6;
    font-size: 14px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
    margin-bottom: 20px;
}

body .smf-item__label {
    position: relative;
}

body .smf-item__label:after {
    content: '必須';
    background: #7f0000;
    color: #fff;
    line-height: 1;
    padding: 3px 8px 4px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-block-group.inner.contact-wrap {
    padding-bottom: 100px;
}

body .smf-action .smf-button-control__control {
    background: black;
    color: #fff;
    width: 300px;
    font-size: 24px;
    padding: 20px 0;
    transition: .6s;
}

body .smf-action .smf-button-control__control:hover {
    opacity: .7;
}

.wp-block-group.contact-btn-sp.sp.has-link {
    display: none;
}

.wp-block-group.contact-btn-sp.sp.has-link {
    background-color: #026aa9;
    width: 128px;
    height: 128px;
    position: fixed;
    right: 128px;
    top: 0;
    z-index: 300;
    /*    border: 1px solid #fff;
    border-top: none;*/
}

.wp-block-group.contact-btn-sp.sp.has-link figure.wp-block-image.size-full {
    max-width: 62px;
    padding-top: 26px;
    margin: auto;
}

.wp-block-group.contact-btn-sp.sp.has-link:after {
    content: 'お問い合わせ';
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
}

figure.wp-block-image.size-full.pitti-img-3.scroll-fade-up.fadein-active {
    max-width: fit-content;
    margin: auto;
}

.wp-block-group.fix_nav.sp_disp-inner p {
    font-size: 12px;
    letter-spacing: 0;
}

figure.wp-block-image.size-full.logo.img-hover.pc {
    max-width: 265px;
}

.wp-block-group.footer-inner figure.wp-block-image.size-full.img-hover.footer-logo {
    max-width: 265px;
}

p.accordion__text a {
    text-decoration: underline;
}

p.zuiji {
    text-align: center;
    max-width: fit-content;
    margin: auto;
}

/* ==============================

    スマホ・タブレット縦

============================== */

@media screen and (max-width: 1100px) {

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

    .wp-block-group.contact-btn-sp.sp.has-link {
        display: block;
    }

}


/* ==============================

    スマホ　

============================== */

@media screen and (max-width: 710px) {
    .wp-block-group.footer-contact .inner {
        background-size: 120px;
    }

    .delay-1,
    .delay-2,
    .delay-3,
    .delay-4,
    .delay-5,
    .delay-6 {
        transition-delay: 0.2s;
    }

    body .wp-block-snow-monkey-forms-item.smf-item {
        display: block;
    }

    body .smf-form--business .smf-item__col--controls {
        width: 100%;
        max-width: 100%;
    }

    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*ハンバーガーメニューのサイズ*/

    .nav-wrapper.open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 24px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 24px;
    }


    .hamburger:after {
        font-size: 12px;
        letter-spacing: 0;
        bottom: 5px;
    }

    .hamburger-wrapper,
    .hamburger {
        width: 65px;
        height: 65px;
    }

    .hamburger__line {
        width: 40px;
        height: 2px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 16px;
    }

    p.hamburger__line.hamburger__line--2 {
        top: 26px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 35px;
    }

    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }

    /*お知らせ*/
    .inner.news-flex {
        display: block;
    }


    .wp-block-group.mainv-wrap {
        height: 600px;
    }

    .wp-block-group.scroll-infinity figure.wp-block-image.size-full {
        max-width: 500px;
    }

    @keyframes infinity-scroll-left-mobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-1120px);
        }

        /* 500px × 2枚 + gap60px */
    }

    .wp-block-group.infinity__list {
        animation: infinity-scroll-left-mobile 30s linear infinite;
    }

    .scroll-infinity {
        max-width: max-content;
        bottom: -10px;
    }

    .wp-block-group.top-about-wrap p {
        text-align: left;
    }

    .wp-block-group.contact-btn-sp.sp.has-link {
        width: 65px;
        height: 65px;
        right: 65px;
    }

    .wp-block-group.contact-btn-sp.sp.has-link figure.wp-block-image.size-full {
        max-width: 23px;
        padding-top: 10px;
    }

    .wp-block-group.contact-btn-sp.sp.has-link:after {
        font-size: 10px;
        letter-spacing: 0;
        bottom: 7px;
    }

    .wp-block-group.mainv-flex {
        padding-top: 81px;
        display: block;
        max-width: 300px;
    }

    figure.wp-block-image.size-full.mainv-img {
        position: relative;
        max-width: 252px;
        margin: 41px auto 0;
    }

    figure.wp-block-image.size-full.mainv-img:after {
        bottom: auto;
        left: -62px;
        width: 140px;
        height: 140px;
        top: -33px;
        background-repeat: no-repeat;
    }

    .wp-block-group.top-about-wrap {
        padding: 72px 0 132px;
        background-size: 179px, 136px;
        background-position: top right -54px, bottom left -8px;
    }

    .wp-block-group.top-merit-flex {
        margin-bottom: 47px;
        display: block;
    }

    .wp-block-group.top-merit-box {
        max-width: 260px;
        margin: 0 auto 45px;
        width: 100%;
    }

    .wp-block-group.top-merit-box h2 {
        padding-left: 62px;
        padding-top: 11px;
        font-size: 20px;
        margin: auto;
        max-width: fit-content;
    }

    .wp-block-group.top-merit-box h2:before {
        height: 32px;
        width: 46px;
        left: 2px;
        top: 23px;
        background-size: contain;
    }

    .wp-block-group.top-lineup-flex {
        display: block;
    }

    .wp-block-group.top-lineup-txt {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    figure.wp-block-image.size-full.top-lineup-img {
        max-width: 400px;
        margin: 0 auto 27px;
        width: 100%;
    }

    .entry_thumbnail a img {
        height: auto;
    }

    .wp-block-group.top-reason-flex {
        gap: 50px;

    }

    body#top .wp-block-group.top-reason-flex .wp-block-group.top-reason-box:nth-of-type(1):after {
        top: 154px;
        left: -60px;
        width: 180px;
        height: 97px;
    }

    .wp-block-group.footer-contact h2:before {
        width: 192px;
        height: 45px;
        margin-right: 10px;
        left: 1px;
        top: 13px;
        position: relative;
    }

    .wp-block-group.footer-contact h2 {
        padding-left: 0;
        margin: 0 auto 30px;
        letter-spacing: 0;
        font-size: 19px;
        line-height: 1.8;
    }

    .wp-block-group.contact-flex {
        display: block;
    }

    .wp-block-group.contact-flex p,
    .wp-block-group.contactbtn-wrap {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .wp-block-group.contact-flex p {
        margin-bottom: 30px;
    }

    .wp-block-group.menu-btn-flex {
        display: none;
    }

    figure.wp-block-image.size-full.logo.img-hover.sp {
        display: none;
    }

    figure.wp-block-image.size-full.logo.img-hover.pc {
        display: block;
        max-width: 188px;
    }

    body#top figure.wp-block-image.size-full.logo.img-hover {
        padding: 14px 0 0 11px;
    }

    .wp-block-group.top-about-wrap h2 {
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 5px;
    }

    .wp-block-group.top-about-wrap h2 {
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .wp-block-group.blue-title h3 span {
        font-size: 16px;
    }

    .wp-block-group.top-merit-wrap .wp-block-group.blue-title h3 {
        font-size: 14px;
        margin: 0 auto 0;
        padding: 2px 7px 3px;
    }

    .wp-block-group.blue-title h2 {
        font-size: 27px;
        margin-top: 4px;
    }

    .wp-block-group.blue-title {
        height: 120px;
    }

    .wp-block-group.top-merit-wrap .wp-block-group.blue-title {
        padding-top: 16px;
        background-position: bottom center;
        background-size: 306px;
    }

    .wp-block-group.top-merit-wrap .inner {
        padding: 30px 0 65px;
    }

    .wp-block-group.top-merit-wrap .inner p {
        margin-bottom: 73px;
    }

    .wp-block-group.top-merit-box h3 {
        max-width: 250px;
        width: 100%;
        font-size: 14px;
        padding: 11px 0 15px;
        top: -24px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .wp-block-group.top-merit-box h3 span {
        font-size: 18px;
    }

    .wp-block-buttons.btn a {
        font-size: 14px;
        padding: 20px 0 22px;
        padding-left: 24px;
    }

    .wp-block-buttons.btn a:after {
        width: 16px;
        height: 16px;
        left: 16px;
    }

    .wp-block-buttons.btn {
        max-width: 250px;
    }

    .wp-block-group.blue-title h2 {
        font-size: 24px;
    }

    .wp-block-group.blue-title {
        background-color: #026aa9;
        color: #fff;
        height: 98px;
        padding-top: 29px;
        background-position: bottom center !important;
        background-size: 309px;
    }

    .wp-block-group.top-reason-flex {
        display: block;
        margin-bottom: 30px;
    }

    .wp-block-group.top-reason-box {
        width: 250px;
        margin: 0 auto 13px;
    }

    .wp-block-group.top-reason-box h2 {
        padding: 28px 0 20px;
        font-size: 21px;
        background-position: center top;
        background-size: 192px;
        letter-spacing: 0;
    }

    .wp-block-group.top-reason-wrap .wp-block-buttons.btn a:after {
        left: 15px;
    }

    .wp-block-group.top-reason-wrap .inner {
        padding: 50px 0 63px;
    }

    .wp-block-group.top-lineup-wrap {
        padding: 65px 0 57px;
    }

    .wp-block-group.top-lineup-txt h3 {
        font-size: 18px;
        padding: 5px 0;
        margin-bottom: 6px;
        width: 100%;
        max-width: 300px;
    }

    .wp-block-group.top-lineup-txt h2 {
        font-size: 25px;
        margin-bottom: 26px;
        letter-spacing: 1px;
    }

    .wp-block-group.top-lineup-txt p {
        margin-bottom: 27px;
    }

    .wp-block-group.zisseki-wrap .wp-block-group.blue-title {
        background-size: 500px;
    }

    .wp-block-group.zisseki-wrap .inner {
        padding: 39px 0 53px;
    }

    .wp-block-group.top-post-flex>.wp-block-group__inner-container {
        display: block;
    }

    article.entry_item {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 9px;
    }

    .entry_meta-flex {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .entry_thumbnail {
        width: 100px;
        height: 100px;
    }

    span.entry_date {
        margin: 0;
    }

    .entry_info {
        margin: 0;
        text-align: left;
        margin-left: 15px;
    }

    .wp-block-group.top-post-flex {
        margin-bottom: 26px;
    }

    .wp-block-group.footer-contact {
        background-position: bottom -4px center;
        padding: 28px 0 59px;
        background-size: 400px;
    }

    .wp-block-group.footer-inner figure.wp-block-image.size-full.img-hover.footer-logo {
        max-width: 179px;
        margin: 0 auto 30px;
    }

    p.footer-address {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .wp-block-group.footer-adress-flex p {
        font-size: 12px;
    }

    .wp-block-group.footer-adress-flex p:nth-of-type(1) {
        width: 79px;
        margin-right: 4px;
    }

    .wp-block-group.sns-flex {
        max-width: 103px;
        margin: 32px auto 0;
    }

    .wp-block-group.sns-flex figure.wp-block-image.size-full.img-hover {
        width: 31px;
    }

    /*    .wp-block-group.footer-inner {
        padding: 40px 0 63px;
    }*/
    .wp-block-group.footer-inner {
        padding: 40px 0 13px;
    }

    .wp-block-group.kotei-menu.contact-menu figure.wp-block-image.size-full {
        max-width: 21px;
        margin: 0 auto 6px;
    }

    .wp-block-group.kotei-menu.line-menu figure.wp-block-image.size-full {
        max-width: 26px;
        margin: 0 auto 3px;
    }

    .nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li.wp-block-navigation-item a {
        font-size: 18px;
        margin-bottom: 9px;
    }


    .wp-block-group.about-txt h2:before {
        width: 215px;
        height: 74px;
        left: -14px;
        top: -43px;
    }

    .wp-block-group.about-flex.inner {
        padding: 32px 0 62px;
        display: block;
    }

    .wp-block-group.about-txt {
        width: 100%;
        margin: 0 auto 47px;
        max-width: 800px;
    }

    .wp-block-group.choice p {
        text-align: left;
        z-index: 20;
        position: relative;
    }

    figure.wp-block-image.size-full.about-img {
        margin: 0 auto;
        max-width: 218px;
    }

    .wp-block-group.choice {
        padding: 98px 0 174px;
        background-size: 191px;
        background-position: left -21px bottom 12px;
        text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    }

    .wp-block-group.choice:after {
        top: -6px;
        right: 18px;
        width: 143px;
        height: 151px;
    }

    .wp-block-group.pitti-flex {
        margin: 56px auto 40px;
        max-width: 300px;
        display: block;
    }

    .wp-block-group.pitti-box {
        margin-top: 38px;
    }

    .wp-block-group.hiyo-box-flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wp-block-group.hiyo-box {
        width: 100%;
    }

    .wp-block-group.ledchoice-wrap {
        padding-bottom: 22px;
    }

    .wp-block-group.hiyo-box:after {
        display: none;
    }

    .under-v h1 {
        font-size: 20px;
        text-shadow: 0 0 5px BLACK, 0 0 5px BLACK;
    }

    .under-v {
        padding: 152px 0 56px;
    }

    .wp-block-group.header-inner {
        background: none;
    }

    figure.wp-block-image.size-full.logo.img-hover.pc {
        display: none;
    }

    figure.wp-block-image.size-full.logo.img-hover.sp {
        display: block;
        max-width: 183px;
        padding: 12px 0 0 8px;
    }

    .wp-block-group.about-txt h2 {
        margin-bottom: 20px;
        font-size: 24px;
        left: 0;
    }

    body#knowledge .wp-block-group.top-merit-wrap .inner {
        padding: 43px 0 10px;
    }

    .wp-block-group.top-merit-wrap .inner .wp-block-group.top-merit-box p {
        margin: 14px 0 0;
    }

    .wp-block-group.ledchoice-wrap .wp-block-group.blue-title {
        padding: 1px 0 0;
        background-position: top left 23px;
        background-size: 500px;
    }

    .wp-block-group.ledchoice-wrap .wp-block-group.blue-title h3 {
        font-size: 15px;
    }

    .wp-block-group.inner.pitti-wrap h3 {
        margin-bottom: 17px;
        padding: 7px 0 7px 19px;
        font-size: 24px;
    }

    .wp-block-group.inner.pitti-wrap h3:before,
    .wp-block-group.lineup-txt h2:before {
        width: 7px;
        height: 40px;
    }

    .wp-block-group.inner.pitti-wrap p span {
        font-size: 15px;
    }

    .wp-block-group.pitti-box h4 {
        font-size: 16px;
        max-width: 231px;
        width: 100%;
        top: -16px;
        padding: 9px 0;
    }

    .wp-block-group.pitti-box figure.wp-block-image.size-full {
        max-width: 227px;
        margin: 0 auto 28px;
    }

    .wp-block-group.pitti-box ul li {
        font-size: 14px;
        margin-bottom: 11px;
        padding-left: 37px;
    }

    .wp-block-group.pitti-box ul li:before {
        width: 17px;
        height: 17px;
        left: 10px;
        top: 5px;
    }

    figure.wp-block-image.size-full.pitti-img-3 {
        position: relative;
    }

    /*    figure.wp-block-image.size-full.pitti-img-3:after {
        content: 'タップで拡大表示してください';
        font-size: 14px;
        margin-top: 8px;
    }*/

    p.has-text-align-center.pitti-num {
        font-weight: bold;
        margin-bottom: 17px;
    }

    .wp-block-group.inner.pitti-wrap h5 span {
        font-size: 25px;
    }

    .wp-block-group.inner.pitti-wrap h5 {
        font-size: 18px;
        margin: 30px auto 37px;
        text-align: left;
        line-height: 1.7;
    }

    .wp-block-group.inner.pitti-wrap h5 span {
        font-size: 20px;
        color: #026aa9;
    }

    .wp-block-group.inner.pitti-wrap h5 br.sp {
        display: none;
    }

    .wp-block-group.att-box h4 {
        font-size: 14px;
        margin-bottom: 16px;
        text-align: left;
    }

    .wp-block-group.att-box {
        padding: 24px 20px;
    }

    .wp-block-group.att-box p {
        font-size: 13px;
    }

    .wp-block-group.inner.pitti-wrap {
        margin-bottom: 41px;
    }

    table.has-fixed-layout {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    figure.wp-block-table.denkitable tr td {
        padding: 10px;
        font-size: 14px;
    }

    figure.wp-block-table.denkitable {
        margin-top: 9px;
    }

    .wp-block-group.inner.pitti-wrap .wp-block-group.hiyo-box p span {
        font-size: 11px;
    }

    .wp-block-group.inner.pitti-wrap .wp-block-group.hiyo-box p span {
        font-size: 11px;
        line-height: 1.3;
        margin-top: 8px;
        display: block;
    }

    .wp-block-group.hiyo-box p {
        font-size: 19px;
        top: 30%;
    }

    .wp-block-group.hiyo-box:first-of-type p {
        top: 41%;
    }

    .wp-block-group.hiyo-box {
        max-width: 142px;
        width: 100%;
        height: 122px;
    }

    .wp-block-group.hiyo-box-flex {
        max-width: 400px;
        margin: 0 auto 28px;
    }

    figure.wp-block-table.denkitable table.has-fixed-layout tbody {
        width: 100%;
    }

    figure.wp-block-table.denkitable tr:first-of-type td {
        padding: 10px;
    }

    body#knowledge .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Basic-Knowledge-of-LED-Displays_-1.png);
        width: 263px;
        height: 65px;
        top: -73px;
    }

    body#reason .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reasons-Why-Our-Company-Is-Chosen_-1.png);
        width: 336px;
        height: 53px;
        top: -60px;
    }

    body#product .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Product-Lineup.png);
        width: 274px;
        height: 40px;
        top: -42px;
    }

    body#product .under-v {
        padding: 142px 0 66px;
    }

    body#company .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Corporate-Profile-_-FAQ-1.png);
        width: 300px;
        height: 72px;
        top: -74px;
    }

    .wp-block-group.company-wrap .inner {
        padding: 18px 0 65px;
    }

    .wp-block-group.company-flex {
        padding: 13px 0 15px;
        display: block;
    }

    p.company-title {
        width: 100%;
        font-weight: bold;
    }

    .is-layout-flex>p.company-title {
        width: 100%;
        font-weight: bold;
        margin-bottom: 1px;
    }

    .wp-block-group.company-flex p:nth-of-type(2) {
        line-height: 1.7;
    }

    .wp-block-group.company-flex:after {
        width: 50%;
    }

    .wp-block-group.company-box {
        margin-bottom: 52px;
    }

    iframe {
        height: 278px;
    }

    .wp-block-group.faq-wrap .inner {
        padding: 34px 0 55px;
    }

    p.has-text-align-center.faq-txt {
        padding-bottom: 29px;
        text-align: left;
    }

    p.accordion__button {
        font-size: 14px;
        position: relative;
    }

    .accordion {
        width: 100%;
        padding: 19px 0 20px 19px;
    }

    p.accordion__button:before {
        font-size: 15px;
        left: -22px;
        top: -2px;
    }

    .accordion__icon {
        font-size: 15px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: max-content;
    }

    p.accordion__text {
        font-size: 13px;
        padding: 15px;
        margin-top: 20px;
    }

    .wp-block-group.faq-wrap .wp-block-group.blue-title {
        background-size: 200px;
    }

    p.has-text-align-left.tappu.sp {
        font-size: 12px;
        margin-top: 5px;
        color: gray;
    }

    .wp-block-group.annai h2 {
        z-index: 20;
        position: relative;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .wp-block-group.annai p {
        text-align: left;
        position: relative;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .wp-block-group.flow-box h4 {
        font-size: 16px;
    }

    body#reason .wp-block-group.top-reason-wrap .wp-block-group.top-reason-box {
        max-width: 250px;
        width: 100%;
        margin: 0 auto 24px;
    }

    .wp-block-group.top-reason-wrap .inner {
        padding: 43px 0 58px;
    }

    .wp-block-group.flow-box {
        width: 46.5%;
    }

    .wp-block-group.flow-box:before {
        width: 28px;
        height: 15px;
        bottom: 82px;
        margin: auto;
        left: -41px;
    }

    .wp-block-group.flow-wrap .inner {
        padding: 77px 0 92px;
    }

    .wp-block-group.annai:before {
        width: 117px;
        height: 128px;
        top: -36px;
        left: 14px;
    }

    .wp-block-group.annai h2 {
        margin-bottom: 19px;
        font-size: 20px;
        letter-spacing: 1px;
    }

    .wp-block-group.annai p {
        margin: 0 auto 23px;
    }

    .wp-block-group.btn-flex {
        display: block;
    }

    .wp-block-buttons.btn {
        margin: 0 auto 5px;
        z-index: 20;
        position: relative;
    }

    .wp-block-group.annai {
        padding: 46px 0 50px;
        background-size: 157%, cover;
        background-position: center bottom -1px, center;
    }

    body#reason .under-v h1:before {
        width: 341px;
        height: 56px;
        top: -68px;
    }

    .wp-block-group.contactbtn-wrap h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .wp-block-group.contact-flex .wp-block-group.contactbtn-wrap p {
        margin-bottom: 17px;
    }

    .wp-block-buttons.btn-2.btn {
        margin-top: 7px;
    }

    .wp-block-group.top-reason-box p span {
        font-size: 16px;
    }

    group.top-reason-box {
        max-width: 250px;
        width: 100%;
        margin: 0 auto 30px;
    }

    body#reason .wp-block-group.top-reason-wrap .inner {
        padding: 0px 0 10px;
    }

    .wp-block-group.flow-wrap .wp-block-group.blue-title {
        background-size: 221px;
    }

    .wp-block-group.flow-wrap .inner {
        padding: 46px 0 44px;
    }

    .wp-block-group.flow-flex {
        display: block;
    }

    .wp-block-group.flow-box {
        width: 280px;
        margin: 0 auto 28px;
    }

    .wp-block-group.flow-box figure.wp-block-image.size-full {
        height: 120px;
    }

    .wp-block-group.flow-box figure.wp-block-image.size-full img {
        max-width: fit-content;
        height: auto;
        height: 83px;
        width: auto;
    }

    .wp-block-group.flow-box:nth-of-type(1) figure.wp-block-image.size-full img {
        height: 67px;
    }

    .wp-block-group.flow-box h3.wp-block-heading.has-text-align-center {
        font-size: 18px;
        padding: 8px 0;
    }

    .wp-block-group.flow-box p {
        padding: 10px 13px 16px;
    }

    .wp-block-group.flow-box:before {
        width: 17px;
        height: 11px;
        top: -22px;
        margin: 0 auto;
        left: 0;
        transform: rotate(90deg);
        right: 0;
        bottom: 0;
    }

    .wp-block-group.annai:after {
        width: 115px;
        height: 155px;
        bottom: -32px;
        right: 10px;
    }

    .wp-block-group.scene-box-wrap {
        background-position: left -75px top 46px, bottom right -31px;
        background-size: 206px, 141px;
        padding: 33px 0 41px;
    }

    figure.wp-block-image.size-full.lineup-images {
        margin: 0 0 25px;
    }

    .wp-block-group.scene-inner h3 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 18px;
        height: 67px;
        letter-spacing: 0;
    }

    h3.wp-block-heading.has-text-align-center.gyo {
        padding-top: 18px;
    }

    .wp-block-group.scene-inner {
        width: 47%;
        padding: 18px 18px 23px;
    }

    .wp-block-group.lineup-wrap td:first-of-type {
        width: 100%;
        max-width: 177px;
    }

    .wp-block-group.lineup-wrap {
        margin-bottom: 44px;
    }

    .wp-block-group.lineup-wrap:last-child {
        margin-bottom: 78px;
    }

    .wp-block-group.table-wrap h3 {
        font-size: 17px;
        margin-bottom: 13px;
    }

    p.table-a {
        font-size: 10px;
        color: #b61414;
        /* text-align: center; */
        position: relative;
        max-width: fit-content;
        margin: 0 auto 4px 0;
    }

    p.table-a:before {
        content: "";
        position: absolute;
        /* top: calc(50% - 2px); */
        right: 0;
        width: 8px;
        height: 1px;
        border-radius: 9999px;
        background-color: #b61414;
        transform: rotate(35deg);
        transform-origin: calc(100% - 2px) 50%;
        bottom: 5px;
        right: -25px;
    }

    p.table-a:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 20px;
        height: 1px;
        margin-top: 29px;
        border-radius: 9999px;
        background-color: #b61414;
        position: absolute;
        bottom: 4px;
        right: -24px;
    }

    table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .wp-block-group.lineup-flex {
        margin-bottom: 22px;
        display: block;
    }

    .wp-block-group.lineup-txt {
        width: 100%;
    }

    .wp-block-group.lineup-txt h2 {
        font-size: 24px;
        margin-bottom: 25px;
        padding-left: 21px;
    }

    .wp-block-group.lineup-txt h2 span {
        font-size: 18px;
    }

    .wp-block-group.tokutyo-box {
        margin-top: 20px;
    }

    .wp-block-group.tokutyo-box h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .wp-block-group.tokutyo-box ul li {
        margin-bottom: 15px;
        font-size: 14px;
        padding-left: 25px;
    }

    .wp-block-group.tokutyo-box ul li:before {
        width: 7px;
        height: 7px;
        left: 6px;
    }

    figure.wp-block-image.size-full.lineup-img {
        width: 100%;
        margin: 45px auto 0;
        max-width: 300px;
    }

    .wp-block-group.scene-box h2 {
        max-width: 400px;
        width: 100%;
        font-size: 17px;
        padding: 13px 0 16px;
        margin: 0 auto 32px;
    }

    .wp-block-group.scene-flex {
        display: block;
    }

    .wp-block-group.scene-inner {
        width: 300px;
        padding: 16px 17px 22px;
        margin: 0 auto 13px;
    }

    .wp-block-group.lineup-wrap table tr td {
        padding: 11px;
        font-size: 13px;
    }

    p.has-text-align-center.contact-txt {
        padding: 0px 0 57px;
        text-align: left;
    }

    body ol.smf-progress-tracker {
        margin-bottom: 47px;
    }

    body .smf-form--business .smf-item__col--label {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        padding: 17px;
    }

    input.smf-text-control__control {
        font-size: 14px;
    }

    .smf-form--business .smf-item__col {
        padding: 20px;
    }

    body .smf-item__label:after {
        font-size: 12px;
    }

    .smf-label {
        font-size: 14px;
    }

    p.policy-box {
        font-size: 12px;
        height: 200px;
    }

    body .smf-action .smf-button-control__control {
        width: 200px;
        font-size: 18px;
        padding: 16px 0;
    }

    .wp-block-group.inner.contact-wrap {
        padding-bottom: 36px;
    }

    body .smf-action .smf-button-control+.smf-button-control {
        margin: 0;
    }

    body#contact .under-v h1:before {
        width: 169px;
        height: 37px;
        top: -44px;
    }

    body#contact .under-v {
        padding: 132px 0 76px;
    }

    body#top header.scroll-nav .wp-block-group.header-inner,
    header.scroll-nav .wp-block-group.header-inner {
        background: none;
    }

    body#top header.scroll-nav figure.wp-block-image.size-full.logo.img-hover,
    header.scroll-nav figure.wp-block-image.size-full.logo.img-hover {
        padding: 12px 0 0 16px;
    }

    section.entry_list {
        margin-bottom: 50px;
        display: block;
    }

    .wrap.news-wrap {
        padding-bottom: 30px;
    }

    body.blog .under-v h1:before,
    body.single .under-v h1:before {
        width: 342px;
        height: 39px;
        top: -43px;
    }

    body.blog .under-v,
    body.single .under-v {
        padding: 132px 0 76px;
    }

    body.blog nav.breadcrumb,
    body.single nav.breadcrumb {
        padding: 22px 0 39px;
    }

    nav.breadcrumb {
        font-size: 12px;
    }
}

/* ==============================

    PC・タブレット横 

============================== */

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }


}

/* ==============================

    タブレット縦横

============================== */

@media (max-width: 1650px) and (min-width: 710px) {
    .wp-block-group.mainv-wrap {
        height: 741px;
    }

    .wp-block-group.mainv-flex {
        padding-top: 134px;
    }

    .wp-block-group.btn-flex {
        z-index: 20;
        position: relative;
    }

    .wp-block-group.annai h2 {
        z-index: 20;
        position: relative;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .wp-block-group.annai {
        padding: 100px 0 91px;
    }

    .wp-block-group.annai:after {
        width: 163px;
        height: 210px;
        bottom: -30px;
        right: 11px;
    }

    .wp-block-group.annai p {
        position: relative;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
        max-width: 860px;
        margin: 0 auto 65px;
        text-align: left;
    }

    p.has-text-align-left.tappu.sp {
        display: none;
    }

    .under-v {
        padding: 283px 0 119px;
    }

    .wp-block-group.ledchoice-wrap .wp-block-group.blue-title h3 br.sp {
        display: none;
    }

    body#company .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Corporate-Profile-_-FAQ-1.png);
        width: 513px;
        height: 121px;
        top: -127px;
    }

    body#reason .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Reasons-Why-Our-Company-Is-Chosen_-1.png);
        width: 822px;
        height: 151px;
        top: -153px;
    }

    body#knowledge .under-v h1:before {
        background-image: url(http://visioncreate-jp.com/wp/wp-content/uploads/2025/07/Basic-Knowledge-of-LED-Displays_-1.png);
        width: 534px;
        height: 139px;
        top: -146px;
    }

    .wp-block-group.header-inner {
        background: none;
    }

    figure.wp-block-image.size-full.logo.img-hover.pc {
        display: none;
    }

    figure.wp-block-image.size-full.logo.img-hover.sp {
        display: block;
        max-width: 280px;
        padding: 17px 0 0 17px;
    }

    .wp-block-group.contact-btn-sp.sp.has-link {
        display: block;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

    .wp-block-group.top-about-wrap {
        padding: 132px 0 185px;
        background-size: 251px;
        text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    }

    .wp-block-group.menu-btn-flex {
        display: none;
    }

    .nav-wrapper {
        display: block;
    }

    body#top header.scroll-nav .wp-block-group.header-inner,
    header.scroll-nav .wp-block-group.header-inner {
        background: none;
    }

    body#top header.scroll-nav figure.wp-block-image.size-full.logo.img-hover,
    header.scroll-nav figure.wp-block-image.size-full.logo.img-hover {
        padding: 8px 0 0 16px;
    }

    figure.wp-block-image.size-full.mainv-img:after {
        bottom: -77px;
        left: -68px;
    }

    .wp-block-group.top-merit-box h2 {
        padding-left: 75px;
        padding-top: 15px;
        font-size: 24px;
    }

    .wp-block-group.top-merit-box h2:before {
        left: -3px;
    }

    .wp-block-group.top-merit-box {
        width: 32%;
    }

    .wp-block-group.top-reason-box {
        width: 43%;
    }

    .wp-block-group.top-lineup-txt h2 {
        font-size: 44px;
    }

    .wp-block-group.choice {
        padding: 150px 0 274px;
        background-position: bottom 26px left 17px;
        background-size: 273px;
    }

    .wp-block-group.choice:after {
        width: 218px;
        height: 225px;
        position: absolute;
        top: -53px;
        background-repeat: no-repeat;
        right: 18px;
    }

    .wp-block-group.hiyo-box {
        width: 21%;
    }

    .wp-block-group.inner.pitti-wrap .wp-block-group.hiyo-box p span {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .wp-block-group.inner.pitti-wrap h5 br.sp {
        display: block;
    }

    .wp-block-group.scene-inner {
        width: 47%;
    }

    .wp-block-group.scene-box-wrap {
        background-position: left top, bottom right 0;
    }

    body#product .under-v {
        padding: 263px 0 139px;
    }

    .wp-block-group.lineup-flex {
        margin-bottom: 40px;
        display: block;
    }

    .wp-block-group.lineup-txt {
        max-width: 100%;
        margin: 0 0 59px;
        width: 100%;
    }

    figure.wp-block-image.size-full.lineup-img {
        width: fit-content;
        margin: auto;
        max-width: 100%;
    }

    .wp-block-group.top-lineup-txt {
        width: 55%;
    }

}


/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    /*ハンバーガーメニューサイズ*/

    .hamburger-wrapper,
    .hamburger {
        width: 97px;
        height: 97px;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .hamburger:after {
        font-size: 16px;
    }

    .hamburger__line {
        display: block;
        width: 65px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 18px;
    }

    p.hamburger__line.hamburger__line--2 {
        top: 34px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 50px;
    }

    .nav-wrapper.open .hamburger__line--1 {
        top: 33px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        top: 33px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .wp-block-group.mainv-wrap {
        height: 855px;
    }

    .wp-block-group.scroll-infinity figure.wp-block-image.size-full {
        max-width: 778px;
    }

    @keyframes infinity-scroll-left-mobile {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-1616px);
            /* 778px × 2 + 60px gap */
        }
    }

    .wp-block-group.infinity__list {
        animation: infinity-scroll-left-mobile 30s linear infinite;
    }

    .scroll-infinity {
        max-width: max-content;
        bottom: -10px;
    }

    .wp-block-group.top-about-wrap p {
        text-align: left;
    }

    .wp-block-group.contact-btn-sp.sp.has-link {
        width: 97px;
        height: 97px;
        right: 97px;
    }

    .wp-block-group.contact-btn-sp.sp.has-link figure.wp-block-image.size-full {
        max-width: 40px;
        padding-top: 24px;
    }

    .wp-block-group.contact-btn-sp.sp.has-link:after {
        font-size: 13px;
    }

    .wp-block-group.mainv-flex {
        padding-top: 99px;
        display: block;
        max-width: 516px;
    }

    figure.wp-block-image.size-full.mainv-img {
        position: relative;
        max-width: 385px;
        margin: 33px auto 0;
    }

    article.entry_item {
        width: 31%;
    }

    figure.wp-block-image.size-full.mainv-img:after {
        bottom: auto;
        left: -94px;
        width: 179px;
        height: 179px;
        top: -15px;
        background-repeat: no-repeat;
    }

    .wp-block-group.top-about-wrap {
        padding: 132px 0 257px;
        background-size: 236px, 251px;
    }

    .wp-block-group.top-merit-flex {
        margin-bottom: 65px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .wp-block-group.top-merit-box {
        width: 47%;
        margin-bottom: 29px;
    }

    .wp-block-group.top-merit-box h2 {
        padding-left: 87px;
        padding-top: 15px;
        font-size: 23px;
        max-width: fit-content;
        margin: auto;
    }

    .wp-block-group.top-lineup-flex {
        display: block;
    }

    .wp-block-group.top-lineup-txt {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    figure.wp-block-image.size-full.top-lineup-img {
        width: 600px;
        margin: 0 auto 41px;
    }

    .entry_thumbnail a img {
        height: 212px;
    }

    .wp-block-group.top-reason-flex {
        gap: 50px;

    }

    body#top .wp-block-group.top-reason-flex .wp-block-group.top-reason-box:nth-of-type(1):after {
        top: 206px;
        left: -65px;
    }

    .wp-block-group.footer-contact h2:before {
        width: 315px;
        height: 72px;
        margin-right: 20px;
        left: 1px;
        top: 19px;
        position: relative;
    }

    .wp-block-group.footer-contact h2 {
        padding-left: 0;
        margin: 0 auto 38px;
    }

    .wp-block-group.contact-flex {
        display: block;
    }

    .wp-block-group.contact-flex p,
    .wp-block-group.contactbtn-wrap {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }

    .wp-block-group.contact-flex p {
        margin-bottom: 55px;
    }

    .wp-block-group.top-reason-box h2 {
        font-size: 24px;
        letter-spacing: 0;
    }

    .wp-block-group.about-txt h2:before {
        width: 334px;
        height: 97px;
        left: -24px;
        top: -72px;
    }

    .wp-block-group.about-flex.inner {
        padding: 36px 0 94px;
        display: block;
    }

    .wp-block-group.about-txt {
        width: 100%;
        margin: 0 auto 47px;
        max-width: 800px;
    }

    .wp-block-group.choice p {
        text-align: left;
    }

    figure.wp-block-image.size-full.about-img {
        margin: auto;
    }

    .wp-block-group.choice {
        padding: 203px 0 274px;
    }

    .wp-block-group.choice:after {
        top: -18px;
        right: 18px;
    }

    .wp-block-group.pitti-flex {
        margin: 78px auto 60px;
        max-width: 500px;
        display: block;
    }

    .wp-block-group.pitti-box {
        margin-top: 38px;
    }

    .wp-block-group.hiyo-box-flex {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 778px;
        margin: 0 auto 40px;
    }

    .wp-block-group.hiyo-box {
        width: 100%;
    }

    .wp-block-group.ledchoice-wrap {
        padding-bottom: 22px;
    }

    .wp-block-group.hiyo-box:after {
        display: none;
    }


    .wp-block-group.company-wrap .wp-block-group.blue-title {
        background-position: right bottom;
        background-size: 600px;
    }

    p.company-title {
        width: 155px;
    }

    .wp-block-group.company-flex:after {
        width: 155px;
    }

    .wp-block-group.faq-wrap .wp-block-group.blue-title {
        background-position: bottom left;
        background-size: 336px;
    }

    .accordion {
        padding: 33px 0 33px 42px;
    }

    p.accordion__button:before {
        left: 14px;
    }





    body#reason .wp-block-group.top-reason-wrap .wp-block-group.top-reason-box {
        max-width: 45%;
        width: 100%;
    }

    .wp-block-group.top-reason-wrap .inner {
        padding: 43px 0 38px;
    }

    .wp-block-group.flow-box {
        width: 46.5%;
    }

    .wp-block-group.flow-box:before {
        width: 28px;
        height: 15px;
        bottom: 82px;
        margin: auto;
        left: -41px;
    }

    .wp-block-group.flow-wrap .inner {
        padding: 77px 0 92px;
    }

    .wp-block-group.annai:before {
        width: 187px;
        height: 199px;
        top: -57px;
        left: 17px;
    }

    .wp-block-group.annai h2 {
        margin-bottom: 29px;
    }

    .wp-block-group.annai p {
        margin: 0 auto 40px;
    }

    .wp-block-group.btn-flex {
        display: block;
    }

    .wp-block-buttons.btn {
        margin: 0 auto 9px;
    }

    .wp-block-group.annai {
        padding: 100px 0 91px;
        background-size: 1400px, cover;
        background-position: center bottom -13px, center;
    }

    body#reason .under-v h1:before {
        width: 700px;
        height: 130px;
        top: -136px;
    }

    .wp-block-group.scene-box-wrap {
        background-position: left -114px top 34px, bottom right -31px;
        background-size: 330px, 197px;
    }

    .wp-block-group.scene-inner h3 {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 19px;
        height: 79px;
        letter-spacing: 0;
    }

    h3.wp-block-heading.has-text-align-center.gyo {
        padding-top: 18px;
    }

    .wp-block-group.scene-inner {
        width: 47%;
        padding: 18px 18px 23px;
    }

    .wp-block-group.lineup-wrap td:first-of-type {
        width: 139px;
        max-width: 139px;
    }

    .wp-block-group.lineup-wrap {
        margin-bottom: 72px;
    }

    .wp-block-group.lineup-wrap:last-child {
        margin-bottom: 121px;
    }

    /*    table {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }*/
    p.table-a.sp {
        display: none;
    }

    .wp-block-snow-monkey-forms-item.smf-item {
        display: block;
    }

    body .smf-form--business .smf-item__col--label {
        width: 100%;
        max-width: 100%;
    }

    body .smf-item__col.smf-item__col--controls {
        width: 100%;
        max-width: 100%;
    }

    body .smf-form--business .smf-item {
        display: block;
    }
}




/* ==============================

    スマホのみ（適宜）

============================== */
@media screen and (max-width: 400px) {}


/* ==============================

ラインナップページイメージ画像一時非表示

============================== */

figure.wp-block-image.size-full.lineup-images {
    display: none;
}


/* ==============================

LINE一時非表示

①footer 購入のご検討・導入相談はこちらのLINEボタン
②footer SNS LINEアイコン
③スマホ固定ボタン  その他適宜追加する場合は下記に記述

============================== */

footer .wp-block-buttons.btn-2.btn,
.wp-block-group.sns-flex figure.wp-block-image.size-full.img-hover:nth-of-type(2),
.wp-block-group.fix_nav.sp_disp-inner {
}