@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

:root {
    /* フォント */
    --font-family: 'Noto Serif JP', serif;

    /* 白 */
    --white: #FFFFFF;

    /* 黒系 */
    --black-1: #333333;
    /* 黒1 */
    --black-2: #323232;
    /* 黒2 */

    /* 灰色系 */
    --gray-1: #505050;
    /* グレー1 */
    --gray-2: #E6E6E6;
    /* グレー2 */
    --gray-3: #FAFAFA;
    /* グレー3 */
    --gray-4: #F2F2F2;
    /* グレー4 */
    --gray-5: #C2C5C6;
    /* グレー5 */
    --gray-6: #E5DECE;
    /* グレー6 */

    /* 茶色系 */
    --brown-1: #473826;
    /* 茶色1 */
    --brown-2: #6D6034;
    /* 茶色2 */
    --brown-3: #584B3A;
    /* 茶色3 */
    --brown-4: #5F4730;
    /* 茶色4 */

    /* 黄色系 */
    --yellow-1: #CDB56B;
    /* 黄色1 */
    --yellow-2: #D3CCB7;
    /* 黄色2 */
    --yellow-3: #F9F8E4;
    /* 黄色3 */
    --yellow-4: #BF8D50;
    /* 黄色4 */
    --yellow-5: #E5DECE;
    /* 黄色5 */
    --yellow-6: #FCE691;
    /* 黄色6 */

    /* 赤・ピンク系 */
    --red-1: #860B0B;
    /* 赤1 */
    --red-2: #C51D2C;
    /* 赤2 */
    --pink: #FF7676;
    /* ピンク */

    /* 緑系 */
    --green-1: #004628;
    /* 緑1 */
    --green-2: #0F2A19;
    /* 緑2 */

    /* 青系 */
    --blue-1: #003288;
    /* 青1 */
    --blue-2: #CBD6E2;
    /* 青2 */
    --blue-3: #F5F9FA;
    /* 青3 */

    /* 文字色（指定） */
    --text-main: #3A1D00;
    /* 文字色 */
}

/************************************
** 子テーマ用のスタイルを書く
************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
ol,
span,
div,
input,
button,
textarea,
select {
    font-family: var(--font-family);
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

/************************************
** PC SP 共通スタイル
************************************/
/* ========== 不要な要素の非表示 ========== */
.nojq,
/*wpadminbar*/
.sidebar,
/*サイドバー*/
.sns-share,
/*SNSシェアボタン*/
.article-footer

/*記事フッター*/
    {
    display: none;
}

/* ========== パンくずリスト関連 ========== */
.breadcrumb {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    font-weight: bold;
    line-height: normal;
    margin: 0px;
}

.breadcrumb-list li{
    margin: 0px !important;
}


.breadcrumb-item h1 {
    font-size: 13px;
    display: inline;
}

.breadcrumb-item p {
    font-size: 13px;
    font-weight: bold;
}

.breadcrumb-item a {
    font-size: 13px;
    font-weight: bold;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}

.breadcrumb-item:not(:last-child)::after {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.breadcrumb-item a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #0044aa;
    text-decoration: underline;
}

.breadcrumb-item.current {
    color: #333;
    font-weight: 500;
}


/* ========== 不要なマージンの削除 ========== */
html {
    margin-top: 0px !important;
}

.content {
    margin-top: 0px;
}

.footer {
    margin-top: 0px;
}


/* ========== 見出しタグの視覚効果の削除、フォントサイズ等はそのまま ========== */

.article h2 {
    background-color: transparent;
}

.article h3 {
    border: none;
}

.article h4 {
    border: none;
}

.article h5 {
    border: none;
}

.article h6 {
    border: none;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin-bottom: 0;
}

/* ========== ヘッダー ========== */
    .tagline a {
        color: #98733d;
        text-decoration: none;
    }
  
/* ========== ページトップに戻るボタン関連 ========== */
.go-to-top-button {
    background-color: transparent;
}


/* ========== サービス紹介ページのファーストビュー関連 ========== */
.first-view {
    position: relative;
    margin-bottom: 0px;
}

.first-view-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.first-view-description-title {
    display: flex;
}

.first-view-description-sub-title {
    display: flex;
    align-items: center;
}

.first-view-description-title p {
    font-weight: bold;
    margin-bottom: 0px;
    line-height: normal;
}

.first-view-description-sub-title p {
    font-weight: bold;
    margin-bottom: 0px;
    line-height: normal;
}

.first-view-link-area {
    display: flex;
    position: absolute;
}

.first-view-description {
    position: absolute;
}

.first-view-description-title p,
.first-view-description-sub-title p {
    color: var(--white);
    text-shadow:
        1px 1px 0 rgba(189, 189, 189, 0.50),
        -1px 1px 0 rgba(189, 189, 189, 0.50),
        1px -1px 0 rgba(189, 189, 189, 0.50),
        -1px -1px 0 rgba(189, 189, 189, 0.50);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.69));
}

.first-view-information {
    position: relative;
    background-color: var(--green-1);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b1b1b1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.first-view-information p {
    margin-bottom: 0px;
    color: var(--white);
    font-weight: bold;
}

.first-view-information a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.first-view-contact {
    position: relative;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b1b1b1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.first-view-contact p {
    font-weight: bold;
    margin-bottom: 0px;
}

.first-view-contact a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/* ========== フッター ========== */
    /* ========== 上部ボタン ========== */
    .footer-contact {
        display: flex;
        justify-content: center;
    }

    .footer-contact-text,
    .footer-info-text {
        font-weight: bold;
    }

    .footer-contact-text {
        color: var(--yellow-3);
    }

    .footer-info-text {
        color: var(--yellow-6);
    }

    /* ボタン共通 */
    .footer-contact-link,
    .footer-info-link {
        display: flex;
        justify-content: center;
        border-radius: 100px;
        align-items: center;
        text-decoration: none;
        font-weight: bold;
        color: var(--text-main) !important;
    }

    /* お問い合わせボタン */
    .footer-contact-link {
        background: var(--yellow-3);
    }

    /* 資料DLボタン */
    .footer-info-link {
        background: var(--yellow-6);
    }

    /* ==========　フッターメニュー ========== */

    .footer-menu-title,
    .footer-menu-links {
        font-weight: bold;
    }

    /* メニューリンク */
    .footer-menu-links a {
        text-decoration: none;
    }

    .footer-menu-links {
        list-style: none;
    }

    .footer-menu-links-service {
        list-style: disc;
    }

    /* ==========　企業情報 ========== */
    /* 企業ロゴ */
    .company-logo {
        display: flex;
        justify-content: center;
    }

    .footer-contact {
        display: flex;
        align-items: center;
    }

    /* ==========　SNS ========== */
    .footer-sns-contents {
        display: flex;
        gap: 20px;
        margin-top: 34px;
    }

     /* SNS画像 */
    .footer-sns-logo img{
        width: auto;   
        display: block; 
    }

    
    /* ========== ページトップに戻るボタン ========== */
    .fa-chevron-circle-up:before {
        font-size: 60px;
        color: var(--yellow-4);
    }

    /* ========== cookieの 同意の設定アイコン========= */
    .cky-btn-revisit-wrapper {
        display: none !important;
    }


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1024px以上*/
@media screen and (min-width: 1024px) {

    /* ========== 不要なマージンの削除 ========== */
    .entry-content {
        margin-top: 0px;
    }

    /* ========== サービス紹介ページのファーストビュー関連 ========== */
    .first-view {
        height: 710px;
    }

    .first-view-img {
        height: 710px;
    }

    .first-view-description {
        height: 600px;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }


    .first-view-description-title {
        height: 350px;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .first-view-description-sub-title {
        height: 160px;
        justify-content: flex-start;
    }

    .first-view-link-area {
        height: 90px;
        left: 5%;
        top: 600px
    }

    .first-view-description-title p {
        font-size: 64px;
    }

    .first-view-description-sub-title p {
        font-size: 32px;
    }

    .first-view-information {
        width: 300px;
        height: 75px;
        border-radius: 10px;
    }

    .first-view-information p {
        font-size: 16px;
    }

    .first-view-information p span {
        font-size: 20px;
    }

    .first-view-contact {
        width: 180px;
        height: 75px;
        margin-left: 15px;
        border-radius: 10px;
    }

    .first-view-contact p {
        font-size: 16px;
    }

    .first-view-contact p span {
        font-size: 20px;
    }


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

    /* 固定ヘッダーを無効化 */
    #header-fixed {
        display: none !important;
    }

    /* ヘッダーを固定 */
    #header-container {
        /* position: fixed !important; */
        position: sticky !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 9999 !important;
    }

    #header-container {
        height: 90px !important;
    }

    .header-container-in.hlt-top-menu {
        width: 100%;
        height: 100%;
        padding: 0 120px !important;
    }

    .header-container-in.hlt-top-menu #header-in,
    #header #header-in {
        flex-direction: row !important;
        align-items: center !important;
        gap: 17px !important;
        width: auto !important;
        height: 100%;
    }

    .header-container-in.hlt-center-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 120px !important;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
    }

    /* ========== 企業ロゴ ========== */

    .header-container-in.hlt-top-menu .logo-header img {
        width: 75px;
        height: auto !important;
        max-height: none;
    }

    #header #header-in .logo,
    .header-container-in.hlt-top-menu .logo {
        order: -1 !important;
    }

    /* ロゴ表示制御 */
    .site-logo-image {
        display: block !important;
    }

    /* 固定ヘッダーのロゴを非表示 */
    .site-fixed-logo-image {
        display: none !important;
    }

    .logo-image span,
    .logo-image a {
        display: unset !important;
    }

    /* ========== 企業名========== */

    #header #header-in .tagline,
    .header-container-in.hlt-top-menu .tagline,
    .fixed-header .tagline {
        order: 2 !important;
        font-weight: 700 !important;
        font-size: 18px !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    #header #header-in>* {
        margin: 0 !important;
        padding: 0 !important;
    }

    .site-name-text-link {
        padding: 0 !important;
    }

    /* ========== メニュー ========== */

    .navi-in>ul {
        justify-content: flex-end !important;
    }

    .header-container-in.hlt-center-logo #header .header-in.wrap.cf,
    .header-container-in.hlt-center-logo #navi,
    .header-container-in.hlt-center-logo #navi .navi-in.wrap.cf {
        width: auto;
        flex: 0 auto;
    }

    #navi .navi-in>ul>li>a {
        padding: 0 10px !important;
        transition: none !important;
    }

    #navi .navi-in>ul>li:not(.btn-header-information):not(.btn-header-contact)>a:hover {
        background-color: transparent;
        transform: none !important;
    }

    .top-has-sub.has-sub.has-icon {
        display: none;
    }

    .navi .item-label,
    .navi .item-description,
    .btn-header-information .item-label,
    .btn-header-contact .item-label {
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: auto !important;
    }

    .btn-header-information .item-label,
    .btn-header-contact .item-label {
        gap: 8px;
    }

    .header-menu-link {
        text-decoration: none;
        border-bottom: 2px solid transparent;
        transition: color 0.3s ease;
    }

    /* メニューホバー */
    .header-menu-link:hover,
    .header-container-in.hlt-top-menu .header-menu-link:hover {
        border-bottom: 3px solid var(--green-1);
    }

    /* ========== サービスメニュー ========== */

    #navi .navi-in>ul .sub-menu,
    .header-container-in.hlt-top-menu #navi .navi-in>ul .sub-menu {
        background-color: var(--white);
        min-width: 300px;
        padding: 30px 0;
        border-radius: 5px;
        margin-top: 4px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.2s, opacity 0.2s;
        display: block;
    }

    #navi .navi-in>ul .sub-menu li {
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    #navi .navi-in>ul .sub-menu a {
        color: var(--text-main);
        font-weight: bold;
        font-size: 16px;
        transition: none;
    }

    /* 最後のアイテム以外のメニュー */
    #navi .navi-in>ul .sub-menu li:not(:last-child) {
        padding-bottom: 8px;
    }

    /* サービスメニューホバー */
    #navi .navi-in>ul>li:hover>.sub-menu,
    .header-container-in.hlt-top-menu #navi .navi-in>ul>li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
    }

    /* サービスメニューリンクホバー */
    #navi .navi-in>ul .sub-menu a:hover {
        color: var(--green-1);
        background-color: transparent !important;
    }

    /* ========== ヘッダーの上書き ========== */

    body .navi-in>ul .caption-wrap {
        width: auto !important;
    }

    .navi-in>ul .caption-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .header-container-in.hlt-center-logo .navi-in>ul li,
    .header-container-in.hlt-top-menu .navi-in>ul li {
        height: auto !important;
    }

    /* ========== ボタン ========== */

    /* 共通スタイル */
    .btn-header-information>a,
    .btn-header-contact>a {
        color: var(--white) !important;
        border-radius: 50px;
        font-size: 17px;
        width: 214px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 20px !important;
        padding: 0 !important;
    }

    /* ボタンアイコン */
    .menu-icon {
        width: 30px;
        height: 20px;
        flex-shrink: 0;
    }

    /* 資料請求DLボタン */
    .btn-header-information>a {
        background-color: var(--green-1);
    }

    #navi .navi-in>ul>li.btn-header-information {
        margin: 0 10px 0 20px !important;
    }

    /* 資料請求DLボタンホバー */
    .btn-header-information>a:hover {
        background-color: var(--white) !important;
        border: 3px solid var(--green-1) !important;
        color: var(--green-1) !important;
    }

    /* お問い合わせボタン */
    .btn-header-contact>a {
        background-color: var(--yellow-1);
    }

    /* お問い合わせボタンホバー */
    .btn-header-contact>a:hover {
        background-color: var(--white) !important;
        border: 3px solid var(--yellow-1) !important;
        color: var(--yellow-1) !important;
    }

    /* ========== フッター ========== */

    .footer {
        padding: 80px 0 20px 0;
    }

    /* フッターの左・右非表示 */
    .footer-left,
    .footer-right {
        display: none;
    }

    /* フッター真中 */
    .footer-center {
        width: 100%;
        padding: 0px;
    }

    .fotter-container {
        display: flex;
        flex-direction: column; /* 縦方向に並べる */
    }

    /* ========== 上部ボタン ========== */
    .footer-link-area {
        display: flex;
        justify-content: center;
        gap: 120px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    /* ボタン上部テキスト */
    .footer-link-detail {
        text-align: justify;
    }

    .footer-contact-text,
    .footer-info-text {
        font-size: 36px;
        margin-bottom: 24px;
    }

    /* ボタン共通 */
    .footer-contact-link,
    .footer-info-link {
        font-size: 24px;
        width: 380px;
        height: 60px;
        transition: color 0.3s ease;
    }

    /* お問い合わせボタンホバー */
    .footer-contact-link:hover {
        background-color: var(--black-2);
        color: var(--yellow-3) !important;
        border: 3px solid var(--yellow-3) !important;
    }

    /* 資料DLボタンホバー */
    .footer-info-link:hover {
        background-color: var(--black-2);
        color: var(--yellow-6) !important;
        border: 3px solid var(--yellow-6) !important;
    }

    /* ==========　企業情報 ========== */
    .footer-left-info {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 275px;
    }

    .company-logo img {
        width: 120px;
        height: auto;
    }

    /* 電話アイコン*/
    .footer-phone-icon {
        width: 53px;
        height: auto;
    }

    .contact-details p {
        font-size: 16px;
    }

    /* ==========　フッターメニュー ========== */

    .fotter-center-menu {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .footer-menu-columns {
        display: flex;
        gap: 40px;
    }

    .footer-menu-title,
    .footer-menu-links {
        font-size: 20px;
    }

    /* サービスのメニュー */
    .footer-menu-links-service {
        font-size: 16px;
    }

    .footer-menu-links-service a:hover,
    .footer-menu-links a:hover{
        color: var(--gray-5) !important; 
    }

    /* ==========　SNS ========== */
    .footer-sns-contents {
        justify-content: end;
    }

    /* SNS画像 */
    .footer-sns-logo img{
        height: 30px;  
    }

    /* ==========　コピーライト ========== */
    .footer-bottom {
        font-size: 16px;
    }

    .copyright {
        margin-top: 0px;
    }

/* ========== ページトップに戻るボタン ========== */
    .go-to-top {
        right: 30px;
        bottom: 30px;
    }

}

/*1023以上1322px以下*/
@media (min-width: 1023px) and (max-width: 1322px) {

    /* ========== ヘッダー ========== */
    #header #header-in .tagline,
    .header-container-in.hlt-top-menu .tagline,
    .fixed-header .tagline {
        font-weight: 700 !important;
        font-size: 16px !important;
    }

    /* ボタンアイコン非表示 */
    .item-label .fa-regular {
        display: none;
    }

    /* ボタンサイズ */
    .btn-header-information>a,
    .btn-header-contact>a {
        width: 140px;
    }

    .header-container-in.hlt-center-logo,
    .header-container-in.hlt-top-menu {
        padding: 0 40px !important;
    }

    .navi-in a {
        font-size: 14px;
    }

    /* ========== フッター ========== */

    .footer {
        padding: 70px 0 20px 0;
    }

    /* ========== 上部ボタン ========== */

    .footer-link-area {
        gap: 80px;
    }

    .footer-contact-text,
    .footer-info-text {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .footer-contact-link,
    .footer-info-link {
        font-size: 22px;
        width: 360px;
        height: 50px;
    }

    /* ==========　企業情報 ========== */

    .footer-left-info {
        width: 210px;
    }

    .contact-details p {
        font-size: 14px;
    }

    /* ========== フッターメニュー ========== */

    .footer-menu-columns {
        gap: 10px;
    }

    .footer-menu-title,
    .footer-menu-links {
        font-size: 18px;
    }

    /* サービスのメニュー */
    .footer-menu-links-service {
        font-size: 14px;
    }

    
    /* ==========　SNS ========== */
    .footer-sns-contents {
        justify-content: end;
    }

    /* SNS画像 */
    .footer-sns-logo img{
        height: 30px;  
    }

    /* ==========　コピーライト ========== */
    .footer-bottom {
        font-size: 14px;
    }

}

/*1023px以下*/
@media screen and (max-width: 1023px) {

    /* ========== ヘッダー ========== */
    body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
        margin-top: 50px !important;
    }

    .mobile-header-menu-buttons {
        position: fixed !important;
        top: 0 !important;
        /* 画面上部に固定 */
        left: 0 !important;
        /* 画面左端に固定 */
    }

    ul.mobile-header-menu-buttons {
        padding: 0 16px;
        height: 56px;
    }

    /* 企業名非表示 */
    .tagline {
        display: none !important;
    }

    /* 企業ロゴ */
    li.logo-menu-button.menu-button {
        justify-content: start;
    }

    .logo-menu-button.menu-button img{
        width: 100%;
    }

    /* ハンバーガーメニュー */
    li.navi-menu-button.menu-button {
        justify-content: end;
    }

    .fa-bars:before {
        color: #98733D;
    }

    /* ========== ハンバーガーメニュー ========== */
    #navi-menu-content {
        background-color: var(--gray-3);
        max-height: calc(100vh - 54px);
        /* スクロール設定*/
        overflow-y: auto;
        /* スクロール設定*/
    }

    /* メニューの位置 */
    #navi-menu-close,
    .menu-content {
        top: 54px;
    }

    .menu-content {
        max-width: 100%;
        height: auto;
    }

    .menu-content .menu-drawer {
        padding: 30px 1em;
    }

    /* メニューの閉じるボタン */
    .menu-close-button {
        display: none;
    }

    /* ========== メニュー ========== */
    .menu-content a {
        font-size: 16px;
        font-weight: bold;
        color: var(--text-main);
        padding: 0;
        padding-bottom: 20px !important;
    }

    /* メニューの区切り線 */
    .menu-drawer>li:not(:last-child) {
        border-bottom: 1px solid #BEBEBE;
        margin-bottom: 20px;
    }

    /* サブメニュー */
    .menu-content .sub-menu {
        padding-bottom: 10px;
    }

    .menu-content .sub-menu a {
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 10px !important;
    }

    /* 資料請求・お問い合わせ */
    .hamburger-information a,
    .hamburger-contact a {
        color: var(--yellow-4) !important;
    }
    /* ========== コンテンツ表示 ========== */
    .entry-content {
        margin-top: 6px;
    }

    /* ========== サービス紹介ページのファーストビュー関連 ========== */
    .first-view {
        height: 600px;
    }

    .first-view-img {
        height: 600px;
    }

    .first-view-description {
        max-width: 343px;
        height: 600px;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .first-view-description-title {
        align-items: center;
        justify-content: center;
    }

    .first-view-description-title p {
        font-size: 24px;
        line-height: normal;
    }

    .first-view-description-title p span {
        font-size: 32px;
    }

    .first-view-description-sub-title {
        width: 350px;
        height: 150px;
        justify-content: center;
    }

    .first-view-description-sub-title p {
        font-size: 16px;
        color: var(--white);
        margin-bottom: 0px;
        line-height: normal;
    }

    .first-view-description-sub-title p span {
        font-size: 20px;
    }

    .first-view-link-area {
        top: 470px;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
        align-items: center;
        gap: 7px;
    }

    .first-view-information {
        width: 250px;
        height: 50px;
        border-radius: 25px;
    }

    .first-view-information p {
        font-size: 14px;
    }

    .first-view-information p span {
        font-size: 16px;
    }

    .first-view-contact {
        width: 250px;
        height: 50px;
        border-radius: 25px;
    }

    .first-view-contact p {
        font-size: 14px;
    }

    .first-view-contact p span {
        font-size: 16px;
    }

    /* ========== フッターー ========== */
    .footer {
        padding: 10px 0;
    }

    .footer-mobile {
        padding: 0px;
    }

    /* ========== 上部ボタン ========== */
    .footer-link-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-contact-text,
    .footer-info-text {
        font-size: 16px;
        margin: 10px 0 4px 0;
    }

    .footer-contact-link,
    .footer-info-link {
        font-size: 12px;
        width: 220px;
        height: 24px;
    }

    /* お問い合わせボタンホバー */
    .footer-contact-link>a:active,
    .footer-contact-link>a:focus,
    .footer-contact-link>a:hover {
        background-color: var(--black-2);
        color: var(--yellow-3) !important;
        border: 1px solid var(--yellow-3) !important;
    }

    /* 資料DLボタンホバー */
    .footer-info-link>a:active,
    .footer-info-link>a:focus,
    .footer-info-link>a:hover {
        background-color: var(--black-2);
        color: var(--yellow-6) !important;
        border: 1px solid var(--yellow-6) !important;
    }

    /* ========== フッターメニュー ========== */
    .footer-menu-columns {
        justify-content: center;
        display: flex;
        margin-top: 34px;
    }

    .footer-menu-title,
    .footer-menu-links {
        font-size: 12px;
    }

    .footer-menu-links {
        padding-left: 20px;
    }

    .footer-menu-links-service {
        font-size: 10px;
    }

    /* ==========　企業情報 ========== */
    .footer-left-info {
        width: 100%;
    }

    /* 企業ロゴ */
    .company-logo img {
        width: 75px;
        height: auto;
        margin-top: 30px;
    }

    .footer-contact {
        margin-top: 10px;
    }

    /* 電話アイコン*/
    .footer-phone-icon {
        width: 34px;
        height: auto;
    }

    .contact-details p {
        font-size: 10px;
        line-height: normal;
    }

    /* ==========　SNS ========== */
    .footer-sns-contents {
        justify-content: center;
    }

    /* SNS画像 */
    .footer-sns-logo img{
        height: 24px;  
    }

    /* ==========　コピーライト ========== */
    .footer-bottom {
        margin-top: 0px;
        padding: 0px;
        font-size: 10px;
    }

    .copyright {
        margin-top: 0px;
    }

    /* ========== ページトップに戻るボタン ========== */
    .go-to-top {
        right: 20px;
        bottom: 20px;
    }

}

/* ==========　管理画面 ========== */

/* スペーサー */
body.wp-admin .wp-block-spacer {
    background: #f0f0f0;
    outline: 1px dashed #999;
  }