@charset "utf-8";

/* 共通部分
--------------------------- */
html {
    font-size: 100%;
}

body {
    font-family: sans-serif;
    line-height: 1;
    color: #1D2249;
    background-color: #F8F8F7;
}

a {
    text-decoration: none;
    color: #0171E2;
}

p {
    height: auto;
    display: block;
    line-height: 1.9em;
}

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

* {
    box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.article_list_container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
}

.article-list-item {
    width: 100%;
    float: left;
    padding: 0 10px;
}

/* index.html--------------------------------------------- */
/* HEADER
--------------------------- */
.logo {
    margin: 8px auto 8px auto;
    max-width: 100%;
    height: auto;
}

.header {
    align-items: center;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 0px #E6E6E6;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0;
}

.header .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

/* サービスメニュー */
.header-service {
    margin: 30px 0px;
}

.service-intro-text {
    font-family: sans-serif;
}

.header-hover-menu {
    position: relative;
}

.header-hover-menu__item-box {
    border-radius: 4px;
    display: block;
    left: -16px;
    opacity: 0;
    padding-top: 30px;
    position: absolute;
    top: 46px;
    transform: translateY(2px);
    transition: opacity .1s ease-out, transform .1s ease-out, visibility .1s;
    visibility: hidden;
    z-index: 99999;
}

.header-hover-menu:hover .header-hover-menu__item-box {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.header-hover-menu__item.header-hover-menu__item--services {
    min-width: 450px;
}

.header-hover-menu__item {
    background-color: #fff;
    /* border-radius: 8px; */
    box-shadow: 0 0 16px #4c566c26;
    box-sizing: border-box;
}

.header-hover-menu-service {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    padding: 6px 20px;
    margin-top: 0;
    background: #1D2249;
    color: #fff;
    border-color: #fff;
    transition: 0.2s ease-in-out;
    font-weight: 600;
    border: 1.0px solid #fff;
}

.header-hover-menu-service:hover {
    background: #fff;
    color: #1A1F4A;
}

.header-hover-menu-service:hover:after {
    right: 1.4rem;
}

.header-hover-menu-service__icon {
    padding-right: 10px;
    filter: brightness(0) invert(1);
}

.header-hover-menu-service__title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.header-hover-menu-service:hover .header-hover-menu-service__title {
    color: #1A1F4A;
    font-size: 14px;
    font-weight: 600;
}

.header-hover-menu-service:hover .header-hover-menu-service__icon {
    padding-right: 10px;
    filter: none;
}

.download-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    padding: auto;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    padding: auto;
}

.header-text {
    padding-left: 5px;
}

.header-smartphone {
    display: none;
}

.header-box {
    height: 80px;
    width: 100%;
}

.header-inner nav {
    flex-grow: 1;
    /* Ensure nav container fills available space */
}

.main-nav {
    display: flex;
    font-size: 15px;
    list-style: none;
    font-weight: 900;
    align-items: center;
    width: 100%;
    /* Fill the nav container */
    justify-content: flex-end;
}

.main-nav li {
    margin-left: 0;
}

.main-nav li:first-child {
    margin-right: auto;
    /* Push Knowledge List to the left */
    margin-left: 40px;
}

.main-nav a {
    color: #1D2249;
    padding: 20px 0px;
}

/* ヘッダーCTAボタン */
.header-cta-button {
    color: white !important;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8f5d 100%);
    padding: 12px 20px !important;
    min-width: 500px;
    /* Make button even wider (horizontal) */
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    display: inline-block;
    white-space: nowrap;
}

.header-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: white !important;
}

/* スマホ版CTAボタン */
.header-cta-button-sp {
    background: linear-gradient(135deg, #ff6b35 0%, #ff8f5d 100%);
    color: white !important;
    padding: 15px 30px !important;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin: 20px auto;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.menu-cta {
    text-align: center;
    padding: 10px 0;
}

.wrapper {
    padding: 0 4%;
}

.download-button {
    padding-right: 1.9px;
    align-items: center;
}

.contact-button {
    padding-right: 1.9px;
    align-items: center;
}

.privacy-policy-text {
    margin-top: 10px;
    font-size: 12px;
    color: #1A1F4A;
    text-align: left;
    line-height: 1.5;
}

.privacy-policy-text a {
    font-size: 12px;
    color: #1A1F4A;
    text-decoration: underline;
}

.top-container {
    max-width: 1140px;
    padding: 0 20px 0 55px;
    margin: 0 auto;
    color: #1D2249;
    width: 100%;
}

.top-container h2 {
    font-size: 55px;
    line-height: 2;
}

.top-container p {
    font-size: 25px;
    line-height: 1.5;
}

/* 箇条書き */
.top-container ol {
    margin-top: 20px;
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
}

.top-container ol li {
    position: relative;
    line-height: 2.35;
    font-weight: 900;
    font-size: 25px;
    padding-left: 55px;
}

.top-container ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display: inline-block;
    background: #1D2249;
    color: white;
    font-weight: 900;
    border-radius: 50%;
    left: 0;
    width: 43px;
    height: 43px;
    line-height: 44px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sarani {
    color: #0171E2;
    font-weight: 300;
}

.top-container>.button-results {
    display: none;
}

/* 活用事例
--------------------------- */
.results-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background-color: #F9F9F9;
    padding: 70px;
    text-align: center;
}

.results-container {
    margin: 0 auto;
    color: #1D2249;
    width: 100%;
    padding: 0;
}

.results-container h2 {
    font-size: 35px;
    line-height: 2;
    text-align: center;
}

.results-container p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}

.results {
    width: 25%;
    line-height: 0;
    float: left;
    padding: 15px 15px;
    height: 220px;
}

.results-image {
    background-color: #fff;
    border-top: 1px solid #1D2249;
    border-left: 1px solid #1D2249;
    border-right: 1px solid #1D2249;
}

.results-text {
    display: block;
    background-color: #fff;
    border: 1px solid #1D2249;
    text-align: center;
    line-height: 40px;
    color: #0171E2;
    font-weight: 300;
}

.button-results {
    display: inline-block;
    text-align: center;
    vertical-align: center;
    background: #1D2249;
    border-radius: 2px;
    position: relative;
    margin: 50px auto 0 auto;
    height: auto;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1.5px solid #1D2249;
}

.button-results:hover {
    background: #fff;
    color: #1D2249;
    border: 1.5px solid #1D2249;
}

.button-results:hover:after {
    right: 1.4rem;
}

/* メタバース総研の紹介
--------------------------- */
.syoukai-wrapper {
    max-width: 1440px;
    width: 100%;
    height: 750px;
    margin: auto;
    background-image: url(images/syoukai.jpg);
    background-size: cover;
    text-align: center;
    padding: 50px 150px 0 150px;
}

.syoukai-container {
    margin: 0 auto;
    color: #1D2249;
    width: 100%;
}

.syoukai-container h2 {
    font-size: 35px;
    line-height: 2;
}

.syoukai-container p {
    font-size: 20px;
    line-height: 1.5;
    margin: 5px 0;
}

.sarani-unei {
    font-size: 20px;
    line-height: 1.5;
    color: #0171E2;
}

/* メタバース総研の運営 */
.unei {
    width: 50%;
    line-height: 1;
    float: left;
    padding: 30px 20px;
}

.unei h3 {
    font-size: 25px;
    color: #fff;
    background-color: #1D2249;
    width: auto;
    height: auto;
    padding: 15px 0;
    margin-bottom: 10px;
}

/* メタバースコンサルティング */
.consulting {
    width: 50%;
    line-height: 1;
    float: left;
    padding: 30px 20px;
}

.consulting h3 {
    font-size: 25px;
    color: #fff;
    background-color: #1D2249;
    width: auto;
    height: auto;
    padding: 15px 0;
    margin-bottom: 10px;
}

/* お問い合わせ
--------------------------- */
.otoiawase-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background-color: #F9F9F9;
    padding: 70px;
    text-align: center;
}

.otoiawase-container {
    margin: 0 auto;
    color: #1D2249;
    width: 100%;
    padding: 0;
}

.otoiawase-container h2 {
    font-size: 35px;
    line-height: 2;
    text-align: center;
}

.otoiawase-container p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.button-otoiawase {
    display: inline-block;
    text-align: center;
    vertical-align: center;
    background: #1D2249;
    border-radius: 2px;
    position: relative;
    margin: 25px auto 0 auto;
    width: 200px;
    height: auto;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1.5px solid #1D2249;
}

.button-otoiawase:hover {
    background: #fff;
    color: #1D2249;
    border: 1.5px solid #1D2249;
}

.button-otoiawase:hover:after {
    right: 1.4rem;
}

/* お役立ち資料DL
--------------------------- */
.siryoudl-wrapper {
    max-width: 1440px;
    width: 100%;
    padding: 50px 0 320px 0;
    background-size: cover;
    margin: auto;
}

.siryoudl-container {
    padding: 0 150px;
    margin: 0 auto;
    color: #1D2249;
    width: 100%;
}

.siryoudl-container h2 {
    font-size: 35px;
    line-height: 2;
    text-align: center;
}

.siryoudl-container p {
    font-size: 20px;
    line-height: 1.8;
}

.siryoudl-img-container {
    width: 50%;
    float: left;
    padding: 30px 30px;
}

.siryoudl-img {
    width: 390px;
    height: 215px;
    float: right;
}

.dl-text {
    width: 50%;
    float: left;
    padding: 50px 10px 50px 10px;
    height: auto;
}

.button-siryoudl {
    display: inline-block;
    text-align: center;
    vertical-align: center;
    background: #1D2249;
    border-radius: 2px;
    position: relative;
    margin: 25px auto 0 auto;
    width: 200px;
    height: auto;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1.5px solid #1D2249;
}

.button-siryoudl:hover {
    background: #fff;
    color: #1D2249;
    border: 1.5px solid #1D2249;
}

.button-siryoudl:hover:after {
    right: 1.4rem;
}

/* フッター
--------------------------- */
.footer-mobile {
    display: none;
}

.footer-wrapper {
    padding: 80px 0 80px 0;
    background-size: cover;
    margin: auto;
    background-color: #F9F9F9;
    height: 380px;
    clear: both;
}

.footer-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    color: #1D2249;
}

.footer-logo {
    float: left;
}

.footer-list {
    float: left;
    max-width: 22%;
}

.footer-bold {
    font-weight: bold;
    font-size: 14px;
}

.footer-bold a {
    font-weight: bold;
    color: #1A1F4A;
}

.footer-list li {
    padding: 0 0 20px 60px;
    font-size: 14px;
    text-align: left;
}

.footer-list li a {
    color: #1A1F4A;
    line-height: 1.5;
}

/* arcicle.html--------------------------------------------- */
.article-page {
    display: flex;
    flex-direction: column;
}

.article-wrapper {
    max-width: 1200px;
    width: 100%;
    height: max-content;
    margin: auto;
    background-color: #FFFFFF;
    background-size: contain;
    text-align: center;
    padding: 0 40px;
}

.article-container {
    margin: 0 auto;
    display: flex;
    /* float: left; */
    color: #1D2249;
    width: 100%;
    height: max-content;
}

/* アイキャッチ画像
--------------------------- */
.article-eyecatch {
    width: 100%;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.article-eyecatch img.article-thumbnail {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* 記事本文
--------------------------- */
.article {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.toc_container {
    width: 100%;
    height: auto;
}

.article-main {
    width: 77%;
    line-height: 1.7;
    float: left;
    padding: 20px 20px 0px 0;
    text-align: left;
    height: max-content;
    border-right: 2px solid #E6E6E6;
}

.pankuzu {
    font-size: 11px;
}

.article-main h1 {
    font-size: 27px;
    padding-bottom: 8px;
}

.date {
    float: left;
    font-size: 14px;
    color: black;
}

.article-info {
    float: left;
}

.article-info a {
    background-color: #E4E7FF;
    font-size: 11px;
    padding: 2px 6px 1px 6px;
    font-weight: 900;
    float: left;
    margin-right: 10px;
    text-align: center;
    color: #1A1F4A;
}

.article-info-icon {
    background-color: transparent;
    float: right;
    padding-bottom: 7px;
}

.copyBtn {
    float: right;
    padding-left: 4.5px;
    cursor: pointer;
}

.article-main h2 {
    font-size: 25px;
    color: #fff;
    background-color: #1A1F4A;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 2;
}

.article-main h3 {
    font-size: 23px;
    color: #1A1F4A;
    background-color: #E4E7FF;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 2;
}

.article-main h4 {
    font-size: 20px;
    color: #1A1F4A;
    padding: 5px 10px;
    margin: 10px 0;
    border-left: 4px solid #1A1F4A;
    line-height: 2;
}

.article-main ul {
    list-style: disc inside;
}

.article-main li {
    list-style: disc;
    list-style-position: inside;
    padding-inline-start: 6px;
}

.article-main li li {
    list-style: circle;
    list-style-position: inside;
    padding-inline-start: 6px;
}

.article-main ul ul {
    padding-left: 1em;
    list-style: circle inside;
}

.article-main ul ul ul {
    list-style: square inside;
}

.article-info-icon-end {
    background-color: transparent;
    display: inline-block;
    height: 50px;
}

.article-info-icon-end p {
    display: inline-block;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    vertical-align: center;
    font-size: 15px;
    font-weight: 700;
}

.article-info-icon-end-sns {
    display: inline-block;
    vertical-align: -13.5%;
}

.sns-logo {
    width: 21px;
    height: 21px;
}

/* お役立ち資料 */
.oyakudachi-siryo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.oyakudachi-siryo-item-l {
    width: 50%;
    height: auto;
    padding-right: 10px;
    padding-bottom: 10px;
}

.oyakudachi-siryo-item-r {
    width: 50%;
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
}

/* 関連するサービス
--------------------------- */
.kanren-service {
    height: 480px;
}

.knowledge-consulting {
    width: 50%;
    line-height: 1;
    float: left;
    padding-right: 10px;
}

.knowledge-unei {
    width: 50%;
    line-height: 1;
    float: left;
    padding-left: 10px;
}

.kanren-service h2 {
    margin-bottom: 0;
}

.kanren-service h3 {
    padding-left: 0;
    text-align: center;
}

.knowledge-service-text {
    text-align: center;
    padding-top: 10px;
    line-height: 1.3;
}

.knowledge-service-text p {
    font-size: 17px;
}

.sarani-knowledge p {
    font-size: 17px;
    text-align: center;
    padding-top: 5px;
}

/* 関連するナレッジ
--------------------------- */
.kanren-knowledge {
    height: 480px;
}

.knowledge-kanren-knowledge-1 {
    width: 50%;
    line-height: 1;
    float: left;
    padding-right: 10px;
}

.knowledge-kanren-knowledge-2 {
    width: 50%;
    line-height: 1;
    float: left;
    padding-left: 10px;
}

.kanren-knowledge h2 {
    margin-bottom: 0;
}

.kanren-knowledge h3 {
    padding-left: 0;
    text-align: center;
}

.kanren-knowledge-text {
    text-align: center;
    padding-top: 10px;
    line-height: 1.3;
}

.sarani-knowledge p {
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
}

[class^="wp-block-image"] {
    max-width: 100%;
    height: auto;
}

.wp-block-image img {
    max-width: 100%;
    height: auto;

}

/* このナレッジの著者
--------------------------- */
.author {
    background-color: #F9F9F9;
    margin-top: 20px;
    padding: 30px 60px 0 60px;
    height: 400px;
}

.author-title {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}

.author-icon {
    flex-shrink: 0;
}

.author-icon img {
    width: 170px;
    height: 170px;
    margin-right: 30px;
    border-radius: 50%;
}

.author-info {
    height: 170px;
    display: flex;
}

.author-info-text {
    height: 170px;
    padding: 15px 0;
}

.role {
    font-size: 13px;
}

.name {
    font-size: 25px;
}

/* サイドバー
--------------------------- */
.article-sidebar {
    width: 33%;
    position: sticky;
    top: 70px;
    height: max-content;
    padding-left: 20px;
}

.sidebar-image-box {
    width: 100%;
    position: sticky;
    top: 0;
    margin-top: 3px;
    height: 100%;
}

.sidebar-banner {
    margin-top: 3px;
    width: 400px;
}

/* CTAパネル
--------------------------- */
.cta-panel-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 40px;
}

.cta-panel {
    width: 99%;
    display: flex;
    color: #fff;
    text-align: center;
    float: left;
}

.cta-common {
    width: calc(100% / 3);
    float: left;
    background-color: #1A1F4A;
    padding: 50px 15px 50px 15px;
    border-right: 1.5px solid #fff;
    line-height: 1.5;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

.cta-common p {
    color: #fff;
}

.cta-title {
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 20px;
    color: #FFFFFF;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-image {
    /* width: 100%;
    height: 220px; */
    /* max-width: 390px; */
    width: 100%;
    height: auto;
    margin: 25px auto;
    display: block;
}

.cta-text {
    padding: 0 30px;
    font-size: 20px;
    margin-top: 0;
    min-height: 80px;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A1F4A;
    border-radius: 2px;
    position: relative;
    margin: 30px auto 0 auto;
    width: 230px;
    min-height: 50px;
    padding: 10px 10px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1.5px solid #fff;
}

.cta-button:hover {
    background: #fff;
    color: #1A1F4A;
    border: 1.5px solid #1A1F4A;
}

.cta-button:hover:after {
    right: 1.4rem;
}

/* 作成中メッセージ */
.cta-under-construction {
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    width: 230px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.construction-text {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.construction-subtext {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* 404エラーページ */
.error-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 80px 80px 40px 80px;
    text-align: center;
}

.error-content {
    max-width: 600px;
    margin: 0 auto;
}

.error-title {
    font-size: 36px;
    font-weight: 800;
    color: #1A1F4A;
    margin-bottom: 20px;
}

.error-text {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.error-actions {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.error-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
}

.home-button {
    background-color: #1A1F4A;
    color: #fff;
    border: 2px solid #1A1F4A;
}

.home-button:hover {
    background-color: #fff;
    color: #1A1F4A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 31, 74, 0.3);
}

.archive-button {
    background-color: #fff;
    color: #1A1F4A;
    border: 2px solid #1A1F4A;
}

/* 404エラーページ レスポンシブ */
@media screen and (max-width: 1024px) {
    .error-wrapper {
        padding: 60px 40px 30px 40px;
    }

    .error-title {
        font-size: 32px;
    }

    .error-text {
        font-size: 16px;
    }

    .error-actions {
        flex-direction: column;
        align-items: center;
    }

    .error-button {
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .error-wrapper {
        padding: 40px 20px 20px 20px;
    }

    .error-title {
        font-size: 28px;
    }

    .error-text {
        font-size: 15px;
    }

    .error-button {
        padding: 12px 25px;
        font-size: 15px;
    }
}

/* knowledge.html--------------------------------------------- */
/* ナレッジを探す
--------------------------- */
.search-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    background: #F8F8F7;
    padding: 60px 20px;
    min-height: 300px;
    color: #1A1F4A;
    line-height: 1.5;
}

.search-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.search-text h1 {
    padding-bottom: 15px;
    font-size: 36px;
    font-weight: 800;
}

.search-text p {
    line-height: 1.7;
    font-size: 18px;
    color: #555;
}

.knowledge-search {
    text-align: center;
    margin: 30px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.search-box {
    outline: 0;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border: 2px solid #E6E6E6;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.search-box:focus {
    border-color: #1A1F4A;
    box-shadow: 0 0 0 3px rgba(26, 31, 74, 0.1);
}

.search-button {
    width: 100px;
    height: 50px;
    border-radius: 8px;
    background: #1A1F4A;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-button:hover {
    background: #0d1133;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 31, 74, 0.3);
}

/* タグ検索セクション */
.tag-search-section {
    margin-top: 40px;
    text-align: center;
}

.tag-search-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1A1F4A;
    margin-bottom: 20px;
}

.tag-filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 800px;
    margin: 0 auto;
}

.tag-filter {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #1A1F4A;
    border: 2px solid #E6E6E6;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tag-filter:hover {
    background-color: #1A1F4A;
    color: #fff;
    border-color: #1A1F4A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 31, 74, 0.2);
}

.tag-filter.active {
    background-color: #1A1F4A;
    color: #fff;
    border-color: #1A1F4A;
}

.knowledge-tag-list {
    float: left;
    padding-left: 148px;
}

.knowledge-tag-list p {
    margin-bottom: 20px;
}

.knowledge-tag-category {
    font-size: 20px;
    color: #1A1F4A;
    font-weight: 900;
}

.knowledge-tag {
    background-color: #E4E7FF;
    font-size: 17px;
    font-weight: 900;
    padding: 3px 9px;
    margin-right: 15px;
    color: #1A1F4A;
}

/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    padding: 30px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #1A1F4A;
    background-color: #FFF;
    border: solid 1px #1A1F4A;
    padding: 10px 13px;
    margin: 0 6px;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #1A1F4A;
    border-color: #1A1F4A;
}

/* 新着ナレッジ
--------------------------- */
.knowledge-article {
    overflow: hidden;
}

.knowledge-article h1 {
    font-size: 28px;
    font-weight: 800;
    border-bottom: 3px solid #1A1F4A;
    padding-bottom: 20px;
    color: #1A1F4A;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
}

.knowledge-article-title {
    float: left;
    width: 100%;
}

.knowledge-article-title p {
    margin: 0;
    padding-left: 0;
}

.no-knowledge {
    text-align: right;
    font-weight: 400;
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.search-NoResult {
    padding-top: 10%;
}

.thumbnail {
    width: 33.3%;
    float: left;
    padding: 0 10px;
}

.thumbnail-image {
    padding: 30px 0 10px 0;
}

.knowledge-article-info a {
    background-color: #E4E7FF;
    color: #1A1F4A;
    font-size: 5px;
    font-weight: 900;
    padding: 0px 4px;
    float: left;
    line-height: 15px;
    margin-right: 5px;
}

.knowledge-article-info>.archive_permalink {
    display: none;
}

.knowledge-all-tag>archive_permalink {
    display: none;
}

.knowledge-all-tag a {
    color: #1A1F4A;
}

.article-date {
    text-align: right;
    color: #1A1F4A;
    line-height: 10px;
    font-size: 10px;
}

.article-title {
    text-align: left;
    padding: 8px 0;
    font-weight: 900;
    line-height: 1.5;
    color: #1A1F4A;
}

.article-title a {
    color: #1A1F4A;
}

.knowledge-button {
    text-align: center;
}

.button-article {
    display: inline-block;
    text-align: center;
    vertical-align: center;
    background: #1D2249;
    border-radius: 2px;
    position: relative;
    margin: 35px auto 75px auto;
    height: auto;
    padding: 10px 25px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 1.5px solid #1D2249;
}

.button-article:hover {
    background: #fff;
    color: #1D2249;
    border: 1.5px solid #1D2249;
}

.button-article:hover:after {
    right: 1.4rem;
}

.button-archive-box {
    text-align: center;
}

.button-archive {
    margin: 20px auto 40px auto;
}

/* knowledge-all.html--------------------------------------------- */
.knowledge-all-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    background-color: #FFF;
    padding: 45px 20px 45px 20px;
}

/* ナレッジグリッドレイアウト */
.knowledge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
    padding: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.knowledge-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.knowledge-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.knowledge-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.knowledge-card-image {
    width: 100%;
    height: 210px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.knowledge-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.knowledge-card:hover .knowledge-card-image img {
    transform: scale(1.05);
}

.knowledge-card-content {
    padding: 20px;
}

.knowledge-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
}

.knowledge-tag {
    background-color: #E4E7FF;
    color: #1A1F4A;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
}

.knowledge-date {
    font-size: 12px;
    color: #666;
    font-weight: 400;
}

.knowledge-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #1A1F4A;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no-knowledge-message {
    text-align: center;
    padding: 60px 20px;
    font-size: 18px;
    color: #666;
}

/* ページネーション */
.pagination {
    margin: 50px 0 30px;
    text-align: center;
}

.pagination ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 16px;
    min-width: 44px;
    background-color: #fff;
    border: 2px solid #E6E6E6;
    border-radius: 5px;
    color: #1A1F4A;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #1A1F4A;
    color: #fff;
    border-color: #1A1F4A;
}

.pagination .current {
    background-color: #1A1F4A;
    color: #fff;
    border-color: #1A1F4A;
}

/* learn.html--------------------------------------------- */
.learn-wrapper {
    max-width: 1440px;
    width: 100%;
    height: max-content;
    margin: auto;
    background-color: #FFFFFF;
    background-size: contain;
    text-align: center;
}

.learn-sidebar {
    width: 21%;
    line-height: 1.3;
    float: left;
    text-align: left;
    height: max-content;
}

.learn-sidebar-step {
    background-color: #E4E7FF;
    color: #1A1F4A;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 900;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #FFF;
}

.learn-sidebar-text {
    background-color: #F9F9F9;
    color: #1A1F4A;
    padding-left: 15px;
    font-size: 13px;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #FFF;
}

.learn-sidebar-text a {
    color: #1A1F4A;
}

.learn-main {
    width: 79%;
    float: right;
    text-align: left;
    padding: 30px 0 0 40px;
    line-height: 1.8;
    border-left: 2px solid #E6E6E6;
}

.learn-main h1 {
    line-height: 1.5;
}

.learn-text-1 {
    padding-top: 10px;
}

.learn-text-2 {
    padding-bottom: 20px;
}

.learn-main-text a {
    color: #3789BD;
}

.learn-line-container p {
    border: solid 2px #1A1F4A;
    text-align: center;
}

.learn-main-text-container {
    width: 93%;
    float: left;
    padding-left: 15px;
}

.learn-main-text-container h2 {
    font-size: 25px;
}

.learn-main-text-container-box {
    padding-bottom: 18px;
}

.learn-line-container {
    width: 7%;
    float: left;
    font-size: 17px;
    font-weight: 900;
    margin-top: 5px;
}

.learn-line {
    width: 1px;
    height: 200px;
    margin-left: 35px;
    border-left: solid 2px #1A1F4A;
    transform: skewY(135deg);
}

.learn-line-short {
    width: 1px;
    height: 175px;
    margin-left: 35px;
    border-left: solid 2px #1A1F4A;
    transform: skewY(135deg);
}

.learn-line-business {
    width: 1px;
    height: 662px;
    margin-left: 35px;
    border-left: solid 2px #1A1F4A;
    transform: skewY(135deg);
}

.learn-line-business-middle {
    width: 1px;
    height: 490px;
    margin-left: 35px;
    border-left: solid 2px #1A1F4A;
    transform: skewY(135deg);
}

.learn-line-business-short {
    width: 1px;
    height: 115px;
    margin-left: 35px;
    border-left: solid 2px #1A1F4A;
    transform: skewY(135deg);
}

/* お問い合わせ
--------------------------- */
.contact-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background-color: #FFF;
    padding: 25px 250px;
    height: fit-content;
    text-align: center;
}

.contact-wrapper h2 {
    font-size: 30px;
}

.contact-text {
    padding: 15px 0;
    line-height: 1.7;
}

.contact-page {
    text-align: center;
    font-weight: 900;
}

.contact-page p {
    text-align: left;
}

.contact-page span {
    color: #FF0A08;
    font-size: 8px;
}

.contact-input {
    width: 100%;
    margin: 6px 0 20px 0;
    padding: 4px 7px 4px 7px;
    font-size: 16px;
    background-color: #F9F9F9;
    border: solid 1px #CBD6E2;
    border-radius: 2px;
    font-weight: 100;
}

.textarea-contact {
    width: 100%;
    height: 140px;
    margin: 6px 0 20px 0;
    padding: 4px 7px 4px 7px;
    font-size: 16px;
    background-color: #F9F9F9;
    border: solid 1px #CBD6E2;
    border-radius: 2px;
    font-weight: 100;
}

/* 会社情報--------------------------------------------- */
.company-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    background-color: #FFF;
    padding: 25px 10px;
    height: fit-content;
    text-align: center;
}

.company-text {
    line-height: 1.6;
    padding: 15px 0;
}

table {
    border-collapse: separate;
    /* 表の線と線の間を空ける */
    border-spacing: 6px;
    /* 表の線と線の間の幅 */
    margin: auto
}

th,
td {
    padding: 20px 10px 20px 10px;
    /* 余白指定 */
    text-align: left;
}

th {
    background-color: #E4E7FF;
    ;
    /* 背景色指定 */
    color: #1A1F4A;
    /* 文字色指定 */
    font-weight: 900;
    /* 文字の太さ指定 */
}

td {
    background-color: #FFF;
    /* 背景色指定 */
    color: #1A1F4A;
    line-height: 1.5;
}

.company-contact {
    color: #3789BD;
}

/* 個別無料相談ページ
--------------------------- */
.soudan-wrapper {
    padding: 0px 100px;
    margin: auto;
    background-color: #FFFFFF;
    text-align: center;
    max-width: 1280px;
}

.soudan-main {
    width: 100%;
    line-height: 1.7;
    float: left;
    text-align: left;
    height: max-content;
    padding-bottom: 20px;
}

.soudan-main h2 {
    font-size: 25px;
    color: #fff;
    background-color: #1A1F4A;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 2;
}

.soudan-main h3 {
    font-size: 23px;
    color: #1A1F4A;
    background-color: #E4E7FF;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 2;
}

.soudan-main h4 {
    font-size: 20px;
    color: #1A1F4A;
    padding: 5px 10px;
    margin: 10px 0;
    border-left: 4px solid #1A1F4A;
    line-height: 2;
}

.soudan-main li {
    list-style: disc;
    list-style-position: inside;
}

.soudan-main ul li ul {
    padding-left: 1em;
}

.soudan-main ul li ul li {
    list-style: circle;
    list-style-position: inside;
}

.soudan-main ul li ul li ul {
    padding-left: 2em;
}

.soudan-main ul li ul li ul li {
    list-style: square;
    list-style-position: inside;
}

.soudan-main table {
    width: 100%;
    border-collapse: collapse;
}

.soudan-main table tr {
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}

.soudan-main table tr th {
    background-color: #F9F9F9;
    border-bottom: solid 1px #E6E6E6;
}

.soudan-main table tr td {
    background-color: #fff;
    border-bottom: solid 1px #E6E6E6;
}

.soudan-banner-container {
    display: flex;
    max-width: 1440px;
    align-items: center;
    width: 100%;
    margin: auto;
    gap: 30px;
}

.soudan-banner-content {
    width: 60%;
    text-align: left;
}

.soudan-author-container {
    margin-top: 20px;
    height: 200px;
}

.soudan-image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 20px 20px;
}

.soudan-banner-container {
    padding: 20px 0px;
}

.soudan-image-list img {
    width: calc(50% - 10px);
    ;
}

/* タブレット */
@media screen and (max-width:1000px) {
    .top-sub-wrapper {
        background-image: url(../images/top-3d.webp);
        background-size: 80%;
        background-position: center top 60%;
        padding: 0;
        height: 600px;
    }

    .top-container {
        padding: 0 50px;
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
    }

    .top-container h2 {
        font-size: 40px;
        line-height: 2;
    }

    .top-container p {
        font-size: 20px;
        line-height: 1.5;
    }

    .top-container>.button-results {
        display: inline-block;
        margin: 390px auto 10px auto;
    }

    /* 箇条書き */
    .top-container ol {
        display: none;
    }

    /* 活用事例 */
    .results-wrapper {
        padding: 20px;
    }

    .results-container p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .results {
        width: 25%;
        line-height: 0;
        float: left;
        padding: 10px 10px;
        height: 150px;
        margin-bottom: 20px;
    }

    .results-text {
        display: block;
        background-color: #fff;
        border: 1px solid #1D2249;
        text-align: center;
        line-height: 40px;
        color: #0171E2;
        font-weight: 300;
        font-size: 15px;
    }

    .button-results {
        display: inline-block;
        text-align: center;
        vertical-align: center;
        background: #1D2249;
        border-radius: 2px;
        position: relative;
        margin: 20px auto 10px auto;
        height: auto;
        padding: 10px 25px;
        color: #FFFFFF;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        border: 1.5px solid #1D2249;
    }

    /* メタバース総研の紹介
    --------------------------- */
    .syoukai-wrapper {
        max-width: 1440px;
        width: 100%;
        height: 650px;
        margin: 0 auto;
        background-image: url(images/syoukai.jpg);
        background-size: cover;
        text-align: center;
        padding: 30px 30px 0 30px;
    }

    .syoukai-container {
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
    }

    .syoukai-container h2 {
        font-size: 35px;
        line-height: 2;
    }

    .syoukai-container p {
        font-size: 20px;
        line-height: 1.5;
        margin: 5px 0;
    }

    .sarani-unei {
        font-size: 20px;
        line-height: 1.5;
        color: #0171E2;
    }

    .unei p {
        margin: 10px 0;
    }

    .consulting p {
        margin: 10px 0;
    }

    /* お問い合わせ
    --------------------------- */
    .otoiawase-wrapper {
        padding: 30px 10px;
    }

    .otoiawase-container p {
        padding: 0 10px;
    }

    /* お役立ち資料
    --------------------------- */
    .siryoudl-wrapper {
        max-width: 1440px;
        width: 100%;
        padding: 30px 0 320px 0;
        background-size: cover;
        margin: auto;
    }

    .siryoudl-container {
        padding: 0 60px;
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
    }

    .siryoudl-container h2 {
        font-size: 35px;
        line-height: 2;
        text-align: center;
    }

    .siryoudl-container p {
        font-size: 16px;
        line-height: 1.8;
    }

    .siryoudl-img-container {
        width: 50%;
        float: left;
        padding: 30px 30px;
    }

    .siryoudl-img {
        width: 390px;
        height: 215px;
        float: right;
    }

    .dl-text {
        width: 50%;
        float: left;
        padding: 50px 0 50px 0;
        height: auto;
    }

    .button-siryoudl {
        display: inline-block;
        text-align: center;
        vertical-align: center;
        background: #1D2249;
        border-radius: 2px;
        position: relative;
        margin: 25px auto 0 auto;
        width: 200px;
        height: auto;
        padding: 10px 25px;
        color: #FFFFFF;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        border: 1.5px solid #1D2249;
    }

    .button-siryoudl:hover {
        background: #fff;
        color: #1D2249;
        border: 1.5px solid #1D2249;
    }

    .button-siryoudl:hover:after {
        right: 1.4rem;
    }

    /* フッター
    --------------------------- */
    .footer-mobile {
        display: none;
    }

    .footer-wrapper {
        max-width: 1440px;
        width: 100%;
        padding: 80px 0 80px 0;
        background-size: cover;
        margin: auto;
        background-color: #F9F9F9;
        height: 380px;
        clear: both;
    }

    .footer-container {
        padding: 0 20px;
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
    }

    .footer-logo {
        display: none;
    }

    .footer-list {
        float: left;
        max-width: 25%;
    }

    .footer-bold {
        font-weight: bold;
    }

    .footer-list li {
        padding: 0 0 20px 50px;
    }

    .main-nav {
        display: none;
    }

    /* 記事本文
    --------------------------- */
    .article-thumbnail {
        height: 300px;
    }

    .kanren-service {
        height: 390px;
    }

    .kanren-service h3 {
        font-size: 20px;
    }

    .kanren-knowledge {
        height: 360px;
    }

    /* 著者
    --------------------------- */
    .author {
        background-color: #F9F9F9;
        padding: 30px 30px 0 30px;
        height: 300px;
    }

    .author-info-text {
        font-size: 14px;
    }

    /* CTAパネル
    --------------------------- */
    .cta-text {
        padding: 0;
    }

    /* 新着ナレッジ
    --------------------------- */
    .knowledge-all-wrapper {
        max-width: 1460px;
        width: 100%;
        margin: auto;
        background-color: #FFF;
        padding: 45px 40px 45px 40px;
    }

    .knowledge-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .knowledge-card-image {
        height: 165px;
    }

    .search-box {
        max-width: 440px;
        height: 45px;
    }

    .search-button {
        height: 45px;
        width: 90px;
    }

    /* ナレッジを探す
    --------------------------- */
    .search-wrapper {
        max-width: 1440px;
        width: 100%;
        margin: auto;
        background: #F8F8F7;
        padding: 40px 40px;
        min-height: 280px;
        color: #1A1F4A;
    }

    .search-text h1 {
        padding-bottom: 15px;
        font-size: 28px;
    }

    .search-text p {
        font-size: 16px;
    }

    .tag-search-section {
        margin-top: 30px;
    }

    .tag-search-section h3 {
        font-size: 18px;
    }

    .tag-filter {
        padding: 8px 16px;
        font-size: 13px;
    }

    .knowledge-tag-list {
        float: left;
        padding-left: 50px;
    }

    .knowledge-tag-category {
        font-size: 14px;
    }

    .knowledge-tag {
        font-size: 12px;
    }

    .knowledge-all-thumbnail {
        height: 105px;
    }

    .learn-sidebar {
        display: none;
    }

    .learn-sidebar-step {
        display: none;
    }

    .learn-sidebar-text {
        display: none;
    }

    .learn-sidebar-text a {
        display: none;
    }

    .learn-main {
        width: 100%;
        float: center;
        text-align: left;
        padding: 20px;
        border-left: none;
    }

    .learn-main h1 {
        font-size: 30px;
    }

    .learn-main-text a {
        color: #3789BD;
    }

    .learn-line-container p {
        display: none;
    }

    .learn-main-text-container {
        width: 100%;
        padding-left: 0px;
    }

    .learn-line-container {
        display: none;
    }

    .learn-line {
        display: none;
    }

    .learn-line-short {
        display: none;
    }

    /* お問い合わせ
    --------------------------- */
    .contact-wrapper {
        padding: 25px 150px;
    }

    /* 相談 */
    .soudan-wrapper {
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }
}

/* スマホ */
@media screen and (max-width:650px) {
    .article-list-item {
        width: 100%;
        float: left;
        padding: 0 10px;
    }

    .logo {
        width: 170px;
        margin: 5px;
        padding-top: 5px
    }

    .header {
        height: 50px;
        padding: 0 20px 0 55px;
    }

    .header-box {
        height: 50px;
    }

    .top-wrapper {
        width: 100%;
        padding: 0px;
    }

    .top-container {
        padding: 0 10px;
    }

    .top-sub-wrapper {
        background-image: url(../images/top-3d.webp);
        background-size: 80%;
        background-position: center top 60%;
        padding: 0;
        height: 410px;
        padding: 20px 0 20px 0;
    }

    .top-container p {
        padding: 0 10px;
        font-size: 15px;
    }

    .top-container h2 {
        font-size: 30px;
        padding: 10px 10px 0 10px;
    }

    .top-container>.button-results {
        display: inline-block;
        margin: 200px auto 10px auto;
    }

    /* 活用事例 */
    .results-wrapper {
        padding: 20px;
    }

    .results-container h2 {
        font-size: 25px;
    }

    .results-container p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .results {
        width: 50%;
        padding: 5px;
        height: 140px;
        margin-bottom: 5px;
    }

    .results-image {
        width: 177px;
    }

    .button-results {
        margin: 20px auto 40px auto;
    }

    /* メタバース総研の紹介
    --------------------------- */
    .syoukai-wrapper {
        padding: 20px;
        height: max-content;
    }

    .syoukai-container h2 {
        font-size: 25px;
    }

    .syoukai-container p {
        font-size: 15px;
    }

    /* メタバース総研の運営 */
    .unei {
        width: 100%;
        float: none;
        line-height: 1;
        padding: 10px 0px;
    }

    .unei h3 {
        font-size: 20px;
        padding: 15px 0;
        margin-bottom: 10px;
    }

    .sarani-unei {
        font-size: 15px;
        line-height: 1.5;
        color: #0171E2;
    }

    /* メタバースコンサルティング */
    .consulting {
        float: none;
        width: 100%;
        line-height: 1;
        padding: 10px 0px;
    }

    .consulting h3 {
        font-size: 20px;
        padding: 15px 0;
        margin-bottom: 10px;
    }

    /* お問い合わせ
    --------------------------- */
    .otoiawase-wrapper {
        padding: 20px 20px 30px 20px;
    }

    .otoiawase-container {
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
        padding: 0;
    }

    .otoiawase-container h2 {
        font-size: 25px;
    }

    .otoiawase-container p {
        font-size: 15px;
        line-height: 1.5;
    }

    .button-otoiawase {
        margin: 15px auto 0 auto;
    }

    /* お役立ち資料
    --------------------------- */
    .siryoudl-wrapper {
        padding: 20px 0 20px 0;
        background-size: cover;
        margin: auto;
    }

    .siryoudl-container {
        padding: 0 20px;
    }

    .siryoudl-container h2 {
        font-size: 25px;
    }

    .siryoudl-container p {
        font-size: 15px;
    }

    .siryoudl-img-container {
        width: 100%;
        padding: 10px 10px;
    }

    .siryoudl-img {
        width: 390px;
        height: 215px;
    }

    .dl-text {
        width: 100%;
        padding: 15px 15px 30px 15px;
        text-align: center;
    }

    .button-siryoudl {
        margin: 15px auto 0 auto;
    }

    /* フッター
    --------------------------- */
    .footer-pc {
        display: none;
    }

    .footer-mobile {
        display: initial;
    }

    .footer-wrapper {
        max-width: 1440px;
        width: 100%;
        padding: 20px;
        height: 600px;
    }

    .footer-container {
        padding: 20px 10px 20px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
        max-width: 1200px;
    }

    .footer-logo {
        display: none;
    }

    .footer-list {
        max-width: 50%;
    }

    .footer-bold {
        font-weight: bold;
    }

    .footer-list li {
        padding: 10px 10px;
    }

    /* arcicle.html--------------------------------------------- */
    .article-wrapper {
        /* height:3000px; */
        padding: 0 10px 0 10px;
    }

    .article-container {
        margin: 0 auto;
        color: #1D2249;
        width: 100%;
        display: flex;
        height: max-content;
    }

    /* 記事本文
    --------------------------- */
    .article-main {
        width: 100%;
        line-height: 1.7;
        float: left;
        padding: 5px 5px;
        text-align: left;
        height: max-content;
        border-right: none;
    }

    .pankuzu {
        font-size: 11px;
    }

    .article-main h1 {
        font-size: 25px;
        line-height: 1.4;
    }

    .date {
        display: none;
    }

    .article-info a {
        font-size: 10px;
        padding: 2px 6px 1px 6px;
        margin-right: 5px;
    }

    .article-info-icon {
        background-color: transparent;
        float: right;
        padding-bottom: 7px;
    }

    .article-thumbnail {
        height: 202px;
    }

    .article-main h2 {
        font-size: 25px;
        color: #fff;
        background-color: #1A1F4A;
        padding: 5px 10px;
        margin: 10px 0;
        line-height: 1.4;
    }

    .article-main h3 {
        font-size: 23px;
        color: #1A1F4A;
        background-color: #E4E7FF;
        padding: 5px 10px;
        margin: 10px 0;
        line-height: 1.4;
    }

    .article-main h4 {
        font-size: 20px;
        color: #1A1F4A;
        padding: 5px 10px;
        margin: 10px 0;
        border-left: 4px solid #1A1F4A;
        line-height: 1.4;
    }

    /* お役立ち資料 */
    .oyakudachi-siryo {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .oyakudachi-siryo-item-l {
        width: 100%;
        height: auto;
        padding: 0px 0px 10px 0px;
    }

    .oyakudachi-siryo-item-r {
        width: 100%;
        height: auto;
        padding: 0px 0px 10px 0px;
    }

    /* 関連するサービス
    --------------------------- */
    .kanren-service {
        height: max-content;
    }

    .knowledge-consulting {
        width: 100%;
        float: none;
        display: center;
        padding: 0;
        height: max-content;
    }

    .knowledge-unei {
        width: 100%;
        float: none;
        display: center;
        padding: 0;
        height: max-content;
    }

    .kanren-service h2 {
        margin-bottom: 0;
    }

    .kanren-service h3 {
        padding-left: 0;
        text-align: left;
        padding-left: 10px;
    }

    .knowledge-service-text {
        text-align: center;
        padding-top: 10px;
        line-height: 1.3;
    }

    .sarani-knowledge p {
        font-size: 16px;
        text-align: center;
        padding-top: 5px;
    }

    /* 関連するナレッジ
    --------------------------- */
    .kanren-knowledge {
        height: 800px;
    }

    .knowledge-kanren-knowledge-1 {
        width: 100%;
        float: none;
        padding: 0;
        height: max-content;
    }

    .knowledge-kanren-knowledge-2 {
        width: 100%;
        float: none;
        padding: 0;
    }

    .kanren-knowledge h2 {
        margin-bottom: 10px;
    }

    .kanren-knowledge h3 {
        padding-left: 10px;
        text-align: left;
    }

    .kanren-knowledge-text {
        text-align: center;
        padding-top: 10px;
        line-height: 1.3;
    }

    .sarani-knowledge p {
        font-size: 16px;
        text-align: center;
        padding-top: 5px;
    }

    /* このナレッジの著者
    --------------------------- */
    .author {
        width: 100%;
        height: 480px;
        padding: 20px 10px;
    }

    .author-title {
        font-size: 25px;
        text-align: center;
        padding-bottom: 20px;
    }

    .author-info {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        float: center;
        display: block;
    }

    .author-icon {
        display: inline-block;
        text-align: center;
    }

    .author-info-text {
        height: 170px;
        padding: 15px 0;
        float: right;
    }

    .role {
        display: block;
        font-size: 13px;
    }

    .name {
        font-size: 25px;
    }

    .people-intro {
        padding-bottom: 10x;
    }

    /* 相談
    --------------------------- */
    .soudan-banner-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: auto;
        padding: 0 10px;
    }

    .soudan-banner-content {
        width: 100%;
        /* text-align: left; */
    }

    .soudan-author-container {
        width: 100%;
        height: 480px;
        padding: 20px 10px;
    }

    .soudan-image-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 10px 0px;
    }

    .soudan-banner-container {
        padding: 20px 0px;
    }

    .soudan-image-list img {
        width: 100%;
    }

    .author-icon {
        flex-shrink: 0;
    }

    .soudan-main table {
        width: 100%;
        border-collapse: collapse;
    }

    .soudan-main table tr {
        border-top: solid 1px #E6E6E6;
        border-bottom: solid 1px #E6E6E6;
    }

    .soudan-main table tr th {
        background-color: #F9F9F9;
        border-bottom: solid 1px #E6E6E6;
        display: block;
        width: 100%;
    }

    .soudan-main table tr td {
        background-color: #fff;
        border-bottom: solid 1px #E6E6E6;
        display: block;
        width: 100%;
    }

    /* サイドバー
    --------------------------- */
    .article-sidebar {
        display: none;
    }

    /* CTAパネル
    --------------------------- */
    .cta-panel-wrapper {
        width: 100%;
        margin: auto;
        padding: 0 20px;
    }

    .cta-panel {
        width: 100%;
        height: max-content;
        float: none;
        display: inline;
    }

    .cta-common {
        width: 100%;
        line-height: 1;
        float: left;
        padding: 20px 15px 25px 15px;
        border-right: 0px;
        line-height: 1.5;
        border-right: none;
        border-bottom: 1.5px solid #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 300px;
    }

    .cta-title {
        font-size: 25px;
        font-weight: 900;
        padding-bottom: 20px;
        color: #FFFFFF;
    }

    .cta-image {
        width: 100%;
        max-width: 390px;
        margin: 25px auto;
        display: block;
    }

    .cta-text {
        padding: 0 10px;
        font-size: 17px;
    }

    .cta-button {
        display: inline-block;
        background: #1A1F4A;
        border-radius: 2px;
        position: relative;
        margin: 0 auto 0 auto;
        width: 250px;
        height: auto;
        padding: 10px 25px;
        color: #FFFFFF;
        transition: 0.3s ease-in-out;
        font-weight: 600;
        font-size: 15px;
        border: 1.5px solid #fff;
    }

    .cta-button:hover {
        background: #fff;
        color: #1A1F4A;
        border: 1.5px solid #1A1F4A;
    }

    .cta-button:hover:after {
        right: 1.4rem;
    }

    .cta-under-construction {
        margin: 20px auto 0 auto;
        padding: 30px 15px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .construction-text {
        font-size: 20px;
    }

    .construction-subtext {
        font-size: 14px;
    }

    /* 新着ナレッジ
    --------------------------- */
    .knowledge-all-wrapper {
        padding: 25px 15px 25px 15px;
    }

    .knowledge-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .knowledge-card {
        border-radius: 6px;
    }

    .knowledge-card-image {
        height: 185px;
    }

    .knowledge-card-content {
        padding: 15px;
    }

    .knowledge-card-title {
        font-size: 14px;
        line-height: 1.5;
    }

    .knowledge-tag {
        font-size: 10px;
        padding: 3px 8px;
    }

    .knowledge-date {
        font-size: 11px;
    }

    .pagination a,
    .pagination span {
        padding: 8px 12px;
        min-width: 38px;
        font-size: 14px;
    }

    .search-box {
        max-width: 100%;
        width: calc(100% - 110px);
        height: 45px;
    }

    .search-button {
        width: 80px;
        height: 45px;
    }

    .knowledge-search {
        text-align: center;
        margin: 20px 10px;
        gap: 5px;
    }

    .knowledge-article h1 {
        font-size: 20px;
        padding-bottom: 15px;
        border-bottom-width: 2px;
    }

    .thumbnail {
        width: 50%;
        width: 0 auto;
        padding: 0 10px;
    }

    .thumbnail-image {
        padding: 15px 0 5px 0;
    }

    .knowledge-all-thumbnail {
        width: 374px;
    }

    .knowledge-article-info {
        display: none;
    }

    .knowledge-all-tag {
        background-color: #E4E7FF;
        color: #1A1F4A;
        font-size: 14px;
        font-weight: 900;
        padding: 3px 7px;
        margin-right: 5px;
        float: left;
        line-height: 15px;
    }

    .article-date {
        text-align: right;
        color: #1A1F4A;
    }

    .article-title {
        text-align: left;
        padding: 0 8px 0 0;
        font-weight: 900;
        line-height: 1.5;
        color: #1A1F4A;
        font-size: 12px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: 7px 9px;
    }

    /* ナレッジを探す
    --------------------------- */
    .search-wrapper {
        padding: 30px 15px 30px 15px;
        min-height: auto;
    }

    .search-text h1 {
        font-size: 24px;
        padding-bottom: 12px;
    }

    .search-text p {
        font-size: 15px;
    }

    .tag-search-section {
        margin-top: 25px;
    }

    .tag-search-section h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .tag-filter-container {
        gap: 8px;
    }

    .tag-filter {
        padding: 6px 12px;
        font-size: 12px;
    }

    .knowledge-tag-list {
        display: none;
    }

    .knowledge-tag-category {
        display: none;
    }

    .knowledge-tag-category {
        font-size: 10px;
    }

    .knowledge-tag {
        font-size: 11px;
        margin: 0 3px 0 0;
        padding: 3px 5px;
    }
}

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

    /* お問い合わせ
    --------------------------- */
    .contact-wrapper {
        padding: 25px 20px;
    }

    /* ハンバーガーメニュー
    --------------------------- */
    /* Navbar & Navmenu color */
    :root {
        --background-navbar: #ffffff;
    }

    .header {
        display: none;
    }

    .header-smartphone {
        background: var(--background-navbar);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0px;
        width: 100%;
        height: 50px;
        display: flex;
        z-index: 10;
    }

    .header-smartphone .header-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
        display: flex;
        align-items: center;
        height: 50px;
    }

    /* Nav items */
    .menu {
        list-style: none;
        position: fixed;
        width: 100%;
        height: auto;
        top: 0;
        margin-top: 50px;
        padding: 0 0 10px 0;
        clear: both;
        background: var(--background-navbar);
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
        transform: scale(1, 0);
        transform-origin: top;
        overflow: scroll;
    }

    /* Hamburger menu button */
    .menu-btn:checked~.menu {
        transform: scale(1, 1);
        transform-origin: top;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    /* Hamburger menbu text */
    .menu a {
        text-decoration: none;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 16px;
        text-transform: capitalize;
        color: #1A1F4A;
        font-weight: 600;
        opacity: 0;
        transition: 0.5s;
    }

    .menu-btn {
        display: none;
    }

    .menu-icon {
        display: inline-block;
        position: relative;
        cursor: pointer;
        padding: 20px 14px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .navicon {
        background: #1A1F4A;
        display: block;
        height: 3px;
        width: 26px;
        position: relative;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon:before,
    .navicon:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #1A1F4A;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    .navicon:before {
        top: 9px;
    }

    .navicon:after {
        bottom: 9px;
    }

    /* Hamburger Menu Animation Start */
    .menu-btn:checked~.menu-icon .navicon:before {
        transform: rotate(-45deg);
    }

    .menu-btn:checked~.menu-icon .navicon:after {
        transform: rotate(45deg);
    }

    .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
        top: 0;
    }

    .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
        bottom: 0;
    }

    .menu-btn:checked~.menu-icon .navicon {
        background: rgba(0, 0, 0, 0);
        transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    }

    /* Hamburger Menu Animation End */

    /* Navbar Container */
    .navtext-container {
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        display: flex;
        padding-left: 2.5%;
        align-items: center;
    }

    .second-service-menu__item {
        margin: 0px;
    }

    /* ハンバーガーメニューの表示 */
    .menu .menu-parent {
        border-top: 1px solid #E6E6E6;
        padding: 15px 0;
        margin: 0 40px;
        opacity: 0;
        transition: 0.5s;
    }

    .menu-btn:checked~.menu a,
    .menu-btn:checked~.menu .menu-parent {
        opacity: 1;
        transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
    }

    .a-menu {
        display: flex;
        justify-content: space-between;
        color: #FFF;
    }

    .menu-child {
        height: 0px;
        opacity: 0;
        overflow: hidden;
        padding: 0px;
    }

    .header-smartphone input {
        display: none;
    }

    .menu-btn-child:checked~.menu-child {
        height: auto;
        opacity: 1;
        transition: padding .25s, opacity .25s, visibility .25s, height .25s;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .checked {
        display: none;
    }

    .menu-btn-child:checked~.menu-child .checked {
        display: block;
    }

    .menu-btn-child:checked~.menu-child .not-checked {
        display: none;
    }

    .second-service-menu__item {
        padding-top: 10px;
    }

    .second-service-menu__item a {
        font-size: 14px;
    }

    .second-service-menu__item:first-child {
        padding-top: 25px;
    }

    .second-service-menu__item:last-child {
        padding-bottom: 10px;
    }
}

/* サイドバー手取り計算ツールボックス */
.sidebar-tool-link {
    text-decoration: none;
    display: block;
}

.sidebar-tool-box {
    width: 376px;
    height: auto;
    background: linear-gradient(135deg, #1A1F4A 0%, #2d3a6e 100%);
    border: 2px solid #1A1F4A;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(26, 31, 74, 0.2);
}

.sidebar-tool-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(26, 31, 74, 0.3);
}

.sidebar-tool-content {
    text-align: center;
    padding: 24px 20px;
}

.sidebar-tool-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.sidebar-tool-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 16px 0;
    line-height: 1.5;
}

.sidebar-tool-button {
    display: inline-block;
    background-color: #ffffff;
    color: #1A1F4A;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.sidebar-tool-link:hover .sidebar-tool-button {
    background-color: #f0f0f0;
}

/* サイドバー事業ボックス */
.sidebar-service-box {
    width: 376px;
    height: 172px;
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.sidebar-service-box:hover {
    border-color: #1A1F4A;
    box-shadow: 0 4px 12px rgba(26, 31, 74, 0.1);
}

.sidebar-service-content {
    text-align: center;
    padding: 20px;
}

.sidebar-service-title {
    font-size: 18px;
    font-weight: 700;
    color: #1A1F4A;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.sidebar-service-status {
    background-color: rgba(26, 31, 74, 0.1);
    border-radius: 6px;
    padding: 12px 16px;
    border: 1px dashed rgba(26, 31, 74, 0.3);
    width: 200px;
    margin: 0 auto;
}

.sidebar-status-text {
    font-size: 14px;
    font-weight: 600;
    color: #1A1F4A;
    margin: 0 0 5px 0;
}

.sidebar-status-subtext {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* エージェント一覧への誘導セクション */
.agent-cta-section {
    margin-top: 60px;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    border: 2px solid #dee2e6;
}

.agent-cta-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1A1F4A;
}

.agent-cta-section p {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.agent-cta-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: 25px;
    border: 2px solid #0066cc;
}

.agent-cta-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #1A1F4A;
    margin-bottom: 12px;
}

.agent-cta-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
}

.agent-cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.agent-cta-button:hover {
    background: linear-gradient(135deg, #0052a3 0%, #003d7a 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.4);
    color: white;
}

/* Waitlist登録フォーム */
.waitlist-section {
    background-color: #f8f9fc;
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
    border: 2px solid #e6e9f0;
}

.waitlist-intro {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.waitlist-features {
    background-color: #ffffff;
    border-left: 4px solid #1A1F4A;
    padding: 20px 25px;
    margin: 25px 0;
    border-radius: 6px;
}

.waitlist-features p {
    margin-bottom: 10px;
    color: #1A1F4A;
    font-weight: 600;
}

.waitlist-features ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0 0;
}

.waitlist-features ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
    line-height: 1.6;
}

.waitlist-features ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1A1F4A;
    font-weight: bold;
}

.waitlist-form-container {
    background: linear-gradient(135deg, #1A1F4A 0%, #2d3a6e 100%);
    border-radius: 12px;
    padding: 35px 40px;
    margin-top: 30px;
    box-shadow: 0 4px 20px rgba(26, 31, 74, 0.2);
}

.waitlist-form-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
}

.waitlist-form-description {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.6;
}

.waitlist-form {
    max-width: 600px;
    margin: 0 auto;
}

.waitlist-form-group {
    margin-bottom: 20px;
}

.waitlist-form-group label {
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.waitlist-form-group .required {
    color: #ff6b6b;
}

.waitlist-form-group input[type="text"],
.waitlist-form-group input[type="email"],
.waitlist-form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.waitlist-form-group input:focus,
.waitlist-form-group textarea:focus {
    outline: none;
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.waitlist-form-group textarea {
    resize: vertical;
    min-height: 80px;
    font-family: inherit;
}

.waitlist-submit-button {
    width: 100%;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #1A1F4A;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.waitlist-submit-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.waitlist-success-message {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.waitlist-success-message .success-icon {
    font-size: 48px;
    margin-bottom: 15px;
}

.waitlist-success-message h4 {
    color: #1A1F4A;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 700;
}

.waitlist-success-message p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.waitlist-error-message {
    background-color: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #856404;
}

.waitlist-error-message p {
    margin: 0;
    font-size: 14px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .waitlist-section {
        padding: 30px 20px;
        margin: 30px 0;
    }

    .waitlist-form-container {
        padding: 25px 20px;
    }

    .waitlist-form-title {
        font-size: 20px;
    }

    .waitlist-form-description {
        font-size: 14px;
    }

    .article-eyecatch {
        margin: 25px 0;
        border-radius: 6px;
    }

    .agent-cta-section {
        padding: 30px 20px;
        margin-top: 40px;
    }

    .agent-cta-section h2 {
        font-size: 1.5rem;
    }

    .agent-cta-box {
        padding: 25px 20px;
    }

    .agent-cta-title {
        font-size: 1.1rem;
    }

    .agent-cta-button {
        padding: 12px 30px;
        font-size: 1rem;
    }

    .sidebar-tool-box {
        width: 100%;
        max-width: 376px;
    }
}

@media (max-width: 480px) {
    .waitlist-section {
        padding: 20px 15px;
        margin: 25px 0;
    }

    .waitlist-features {
        padding: 15px 20px;
    }

    .waitlist-form-container {
        padding: 20px 15px;
    }

    .waitlist-form-title {
        font-size: 18px;
    }

    .waitlist-form-description {
        font-size: 13px;
    }

    .waitlist-form-group input,
    .waitlist-form-group textarea {
        padding: 10px 14px;
        font-size: 14px;
    }

    .waitlist-submit-button {
        padding: 12px 24px;
        font-size: 15px;
    }

    .article-eyecatch {
        margin: 20px 0;
        border-radius: 6px;
    }

    .agent-cta-section {
        padding: 25px 15px;
    }

    .agent-cta-section h2 {
        font-size: 1.3rem;
    }

    .agent-cta-box {
        padding: 20px 15px;
    }

    .sidebar-tool-box {
        width: 100%;
        max-width: 376px;
    }

    .sidebar-tool-title {
        font-size: 18px;
    }

    .sidebar-tool-description {
        font-size: 13px;
    }

    .sidebar-tool-button {
        font-size: 13px;
        padding: 9px 20px;
    }

    .agent-cta-button {
        padding: 10px 25px;
        font-size: 0.95rem;
        width: 100%;
    }
}

/* Mobile Header CTA Button Customization */
@media screen and (max-width: 650px) {

    /* Adjust container to allow items side-by-side */
    .navtext-container {
        width: auto !important;
        flex-grow: 1;
        padding-left: 10px;
        /* Reduce padding */
    }

    .header-smartphone .header-inner {
        padding: 0 10px;
        /* Reduce padding */
        justify-content: flex-start;
    }

    /* Reduce logo size slightly to fit everything */
    .logo {
        width: 130px !important;
        /* Reduced from 170px */
        margin: 5px 0;
    }

    /* Style the new visible CTA button */
    .header-cta-button-sp-fixed {
        background: linear-gradient(135deg, #ff6b35 0%, #ff8f5d 100%);
        color: white !important;
        padding: 8px 12px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 10px;
        text-decoration: none;
        display: inline-block;
        white-space: nowrap;
        margin-right: 5px;
        /* Space before menu icon */
        margin-left: 5px;
        box-shadow: 0 2px 6px rgba(255, 107, 53, 0.3);
        line-height: 1.2;
    }

    /* Adjust menu icon position if needed */
    .menu-icon {
        padding: 15px 10px;
        /* adjust padding */
        margin-left: 0;
    }
}

/* Sidebar Banner Image */
.sidebar-banner-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
}

.sidebar-banner-image:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Top Hero Message Overlay */
.top-hero-custom .hero-background {
    max-width: 1200px;
    width: 95%;
    /* Mobile margin safety */
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1A1F4A;
    /* Dark Navy Background */
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    /* Center vertically if height differs */
    transform: translate(-50%, -50%);
    height: 90%;
    /* Slight margin top/bottom */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.top-hero-custom .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    opacity: 0.9;
    /* Blend slightly with navy */
}

.hero-message-box {
    text-align: center;
    /* Center Alignment */
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Explicitly center flex items */
}

/* Mobile adjustment */
@media screen and (max-width: 768px) {
    .hero-message-box {
        width: 100%;
        padding: 40px 20px;
        max-width: 100%;
    }

    .top-hero-custom .hero-background {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
    }

    .top-hero-custom .hero-bg-image {
        width: 100%;
        -webkit-mask-image: linear-gradient(to bottom, transparent, black);
        mask-image: linear-gradient(to bottom, transparent, black);
        opacity: 0.8;
        /* Keep visible but dark */
    }
}


/* Logo Wrapper Removed */

.hero-message-sub {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1A1F4A;
    /* Dark Text */
    margin-bottom: 24px;
    letter-spacing: 0.1em;
    background: #FFFFFF;
    /* White Pill */
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.hero-message-main {
    font-size: 4.2rem;
    /* Larger for impact */
    font-weight: 900;
    line-height: 1.3;
    color: #FFFFFF;
    /* White Text */
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    background: transparent;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    /* Strong shadow for readability */
    padding: 0;
    word-break: keep-all;
    /* Prevent awkward mid-word breaks (Japanese) */
    overflow-wrap: break-word;
}

.hero-cta-buttons {
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.hero-cta-button {
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.hero-cta-button.primary {
    background: #1A1F4A;
    color: white;
    box-shadow: 0 4px 10px rgba(26, 31, 74, 0.3);
}

.hero-cta-button.primary:hover {
    background: #0052cc;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 82, 204, 0.4);
}

@media (max-width: 768px) {
    .hero-message-box {
        padding-left: 20px;
        margin-bottom: 20px;
        padding-top: 40px;
        max-width: 100%;
        /* Allow full width on mobile */
    }

    .hero-message-sub {
        font-size: 0.9rem;
    }

    .hero-message-main {
        font-size: 1.8rem;
    }
}