@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.hoken_serves {
    background-color: #164A91;
    /* 初期の背景色 */
    transition: background-color 0.3s ease;
    color: inherit;
    /* 親からの色を維持 */
}

.hoken_serves:hover {
    background-color: #f15a24;
    /* hover時の背景色 */
}

.hoken_serves a,
.hoken_serves a:hover {
    color: #ffffff !important;
    /* hover時もテキスト色を変えない */
}

/* SWELLテーブルを会社概要用にすっきり見せる */
.wp-block-table.is-style-swell-table th {
    width: 30%;
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
}

.wp-block-table.is-style-swell-table td {
    padding: 0.75em;
}


.top #content {
    padding-top: 0;
}

.l-content {
    padding-top: 0;
}

.w-beforeFooter {
    margin: 0em auto 3em;
}




.header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
    position: relative;
}

.headerBlock {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    flex-wrap: wrap;
}

.logoBox img {
    height: 50px;
}

.gnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5em;
}

.gnav ul li a {
    text-decoration: none;
    color: #164A91;
    font-weight: bold;
}

.gnav .tel {
    margin-left: auto;
    /* 右寄せのキモ */
    white-space: nowrap;
    /* 改行しない */
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5em;
    /* 各要素の間の余白 */
    text-align: right;
    padding-bottom: 1rem;
}

.contact {
    background: #f15a24;
    color: #fff;
    padding: 0.5em 1em;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
}

.contact:hover {
    background: #e54d12;
}

.slidemenu-btn {
    display: none;
    /* モバイル用：JSと連携可 */
}



/* グローバルメニュー設定 */
.global-tel {
    margin: 0.5em 0;
    text-align: right;
    white-space: nowrap;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5em;
    padding-right: 3rem;
}

.global-tel a {
    font-weight: bold;
    color: #164A91;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}

.global-tel a i.fa-solid {
    margin-right: 0.3em;
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    .global-tel {
        display: none !important;
    }
}

.c-gnav a {
    padding: 0;
}

.c-gnav a::after {
    height: 5px;
}

.c-gnav>.menu-item>a .ttl {
    font-size: 1.2rem;
    font-weight: bold;
}

.c-gnav>.menu-item {
    margin-right: 5em;
}

.c-gnav>.menu-item-166 {
    margin-right: 0;
}

.c-gnav>.menu-item>a {
    padding: 0;
}

.fa-phone-volume,
.fa-envelope {

    padding-right: 1rem;
}

.cap_box_ttl span {
    font-size: 1.2rem;
    padding: 0.8rem;

}