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

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　全体　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* モバイル　ドロワーの背景色変更 */
.c-drawer__inner {

    background: linear-gradient(91deg, #2440a0 0%, #4f75d9 100%);

}

/* モバイル　ドロワーの文字の大きさ */
.c-drawer a {
        font-size: 20px;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　ヘッダー　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

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




/*   ヘッダー　モバイル版 */
@media (min-width: 375px) and (max-width: 767px) {

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


 }



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

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

}

img.wp-image-94 {
    border-radius: 6px;
  }


/* フッター上部の白い線を消した */
.l-footer {
    border-top: none;
    overflow: hidden;
}
 /* フッター背景色 */
.l-footer--default .l-footer-widget-area {
    background-color: #202f63;
}

.c-row>.c-row__col {
    color: #afb5c0;
}

.wp-block-heading {
    color: #767f93;
}
.widgettitle {
    color: #767f93;
}
.c-widget__title {
    color: #767f93;
}
a:where(:not(.wp-element-button)) {
    color: white;
}
:root {
    --wp--preset--color--sm-text: #192a4b;
}
.c-copyright--inverse {
    border-top: 0.1px solid #767f93;
    color: #afb5c0;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /*  各ページ　　アイキャッチ画像の幅変更　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/* 各ページのアイキャッチ画像の高さ幅を変更 */
.c-page-header[data-has-image=true] {
    height: 200px;
}


.wp-block-snow-monkey-blocks-section-with-bgimage {
    margin-top: 0;
}

/*各ページのアイキャッチ部分の文字の色。ID入れると各ペーじ変えられる */
.page-id-34 .c-page-header[data-has-image=true] .c-page-header__content {
    color: #111313;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　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;
}

/* サブタイトルの色 */
.smb-section__subtitle {
    color: #497fa5 !important;
}

.smb-list ul>li {
    color: color(srgb 0.0988 0.1665 0.2958);
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
  /* 　　　　字体　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 明朝体 */
.myoutyou .smb-section__title  {
    font-family: "Yu Mincho", "游明朝", serif;
}

/* 斜体 */

.syatai {
    font-style: italic;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
  /* 　　　　文字の大きさ　・　配置　　　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* スマホの文字の大きさ調整　タイトル、見出しの文字のサイズ */
@media (min-width: 375px) and (max-width: 767px) {

    /* 背景セクションのタイトル */
    .smb-section__title {
        --_font-size-level: 2;
    }

.smb-media-text__title {
        --_font-size-level: 2;
    }


    /* 文字を右側 */
    .left {
        text-align: left;
    }
    /* 文字を左側 */
    .right {
        text-align: right;
    }







}



/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　各ページの背景変更方法　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 各ページの背景変更方法 */
.page-id-22:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("http://localhost:10179/wp-content/uploads/2026/02/90.png") center no-repeat;
    background-size: cover;
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　お問い合わせ　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media (min-width: 374px) and (max-width: 767px) {

    img.wp-image-58{
        width: 300px;
        height: auto;
    }

}



/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　　会社概要　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-entry__header {
    display: none;
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /* 　　　　　投稿ページ　　　　　　　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-prev-next-nav {
    display: none;
  }


/* ーーーーーーーーーーーーーーーーーーーーーーーーーー */
        /*　　25_株式会社ヘキサゴン 様　　 */
/* ーーーーーーーーーーーーーーーーーーーーーーーーーー*/

