/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 13:41:05 */
/* サイト全体にM PLUS 2を適用 - デフォルトウエイト300 */
body {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'M PLUS 2', sans-serif !important;
    /* 見出しの太文字は元の設定を維持 */
}

p, div, span {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 300 !important;
}

/* 太文字（bold）の場合はウエイト500を維持 */
b, strong, .bold {
    font-weight: 600 !important;
}

/* お知らせバー全体をウエイト100に */
.c-gnav__notice {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

.custom-notice-content {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

/* お知らせバー左サイド（連絡先情報）もウエイト100 */
.notice-left,
.contact-item,
.contact-item a,
.contact-item span {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

.contact-item i {
    font-weight: 100 !important;
}

/* お知らせバー右サイドもウエイト100 */
.notice-right {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

.message-text {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

.hire-link {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

.notice-button {
    font-family: 'M PLUS 2', sans-serif !important;
    font-weight: 100 !important;
}

/* Font Awesomeアイコンの修正（改良版） */
i[class*="fa-"],
.fas, .far, .fab, .fal, .fad {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

/* ブランドアイコン（fab）専用 */
i.fab,
.fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

/* お知らせバーのアイコン全般 */
.contact-item i,
.social-link i {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
    font-style: normal !important;
    speak: none !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* ソーシャルアイコン専用修正 */
.social-link i.fab {
    font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

/* 連絡先アイコン専用修正 */
.contact-item i.fas {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}