@charset "UTF-8";
.top-page_section .smb-section__header {
  display: flex;
  flex-flow: column;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　全体　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 背景セクションのサブタイトルの位置変更 */
.top-page_section .smb-section__title {
        order: 1;
}

.top-page_section .smb-section__subtitle {
        order: 2;
        background: linear-gradient(135deg, #0288d1, #4fc3f7);
        color: #fff;
        margin: 0 43%;
        border-radius: 7px;
}

.smb-section__title::after {
        display: none;
}

.top-page_section .smb-section__title.smb-section-side-heading__title {
        order: 1;
        text-align: center;
}
.top-page_section .smb-section__subtitle.smb-section-side-heading__subtitle{
        order: 2;
        background: linear-gradient(135deg, #0288d1, #4fc3f7);
        color: #fff;
        margin: 0 23%;
        border-radius: 7px;
        text-align: center;
        }
.smb-section__title.smb-section-side-heading__title::after {
        display: none;
}

/* モバイル版！！背景セクションのサブタイトルの位置変更 */
@media (min-width: 375px) and (max-width: 431px) {
        .top-page_section .smb-section__title {
                order: 1;
        }
        
        .top-page_section .smb-section__subtitle {
                order: 2;
                background: linear-gradient(135deg, #0288d1, #4fc3f7);
                color: #fff;
                margin: 0 29%;
                border-radius: 7px;
        }
        
        .smb-section__title::after {
                display: none;
        }


        .top-page_section .smb-section__title.smb-section-side-heading__title {
                order: 1;
                text-align: center;
        }
        .top-page_section .smb-section__subtitle.smb-section-side-heading__subtitle{
                order: 2;
                background: linear-gradient(135deg, #0288d1, #4fc3f7);
                color: #fff;
                margin: 0 29%;
                border-radius: 7px;
                text-align: center;
                }
        .smb-section__title.smb-section-side-heading__title::after {
                display: none;
        }
}

.l-contents__inner {
        margin-top: 0px;
        margin-bottom: 0px;
}

/* モバイル　ドロワーの背景色変更 */
.c-drawer__inner {
        padding-left: var(--_padding-1);
        padding-right: var(--_padding-1);
        background: linear-gradient(56deg, #0288d1, #4fc3f7);
}
/* モバイル　ドロワーの文字の大きさ */
.c-drawer a {
        font-size: 20px;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　ヘッダー　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/*  　　ロゴ大きさ調整　　PC版　　*/
@media (min-width: 768px)  {

        .c-site-branding__title .custom-logo {
                width: 90px;
        }
}
/*  　　ロゴ大きさ調整　　モバイル版　　*/
@media (min-width: 375px) and (max-width: 767px) {

/*  　　ロゴ大きさ調整　　　　*/
.c-site-branding__title .custom-logo {
        width: 50px;
}


 }



/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　フッター　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* モバイル版 */
@media (min-width: 375px) and (max-width: 413px) {

    /* フッター下の文字の大きさ */
    .c-container {
            font-size: 10px;
    }
    }

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　TOPページ　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* TOPページ　上部余白削除 */
.c-section {
    padding: 0;
}

.l-contents__inner:first-child {
    padding-top: 0;
}
.l-contents__inner:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
}

.botan1 .smb-btn:not(:root) {
        background: linear-gradient(135deg, #0288d1, #4fc3f7);
        color: #fff;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　文字の大きさ　　　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (min-width: 375px) and (max-width: 767px) {
        /* iPhone */

        /* タイトル、見出しの文字のサイズ */

        /* 全体のH2 */
        h2 {
                --_font-size-level: 2;
        }
        /* 会社紹介ページ　CSS指定　 */
       .mozi1  {
                --_font-size-level: 0.2;
        }
        /* 会社紹介ページ　代表挨拶の文字*/
        .smb-media-text__title {
                --_font-size-level: 2;
        }
        /* 普通の文字　センターになっているもの */
        .has-text-align-center {
                text-align: center;
                font-size: 16px;
        }
        p {
                font-size: 16px;
        }
        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
                border-color: #0000;
                font-size: 15px;
        }
        /* 問い合わせ誘導のセクションのタイトル大きさ */
        .mozi2 .smb-section__title {
                --_font-size-level: 3;
        }






}



/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　　固定ページ　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-page-header[data-has-image=true] {
        height: clamp(200px,62.5vw,200px);
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.menu-navi-1 {
        display: none;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/




/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /*　　17_RHL様　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

