@charset "UTF-8";

/* Zen Kaku Gothic New（/font 配下のファイルを参照） */
@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/font/ZenKakuGothicNew-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/font/ZenKakuGothicNew-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic New';
    src: url(/font/ZenKakuGothicNew-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Zen Kaku Gothic Antique（/font 配下のファイルを参照） */
@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/font/ZenKakuGothicAntique-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/font/ZenKakuGothicAntique-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url(/font/ZenKakuGothicAntique-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Arvo（電話番号用・/font 配下のファイルを参照） */
@font-face {
    font-family: 'Arvo';
    src: url(/font/Arvo-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arvo';
    src: url(/font/Arvo-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.org-header * {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #FFFFFF;
}

.l-header {
    background: inherit;
    color: #FFFFFF;
    position: fixed;
}

.l-header.header__scroll {
    background: #fff;
}

.header__inner {
    width: 100%;
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 10px 20px 11px;
}

.header__brand {
    /* width: 250px; */
}

.header__catch {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.308;
    white-space: nowrap;
    margin-bottom: 7px;
}

.header__logo {
    margin-top: 9px;
}

.org-header__title {
    display: flex;
    gap: 8px;
    align-items: center;
}

.header__logo-link {
    text-decoration: none;
    width: 49px;
    height: 49px;
    border-radius: 9999px;
    background: transparent;
    display: block;
}

.header__logo-link:hover {
    opacity: 1;
}

.header__logo-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 9999px;
}

.logo__right {
    flex: 1;
    padding: 0 0 4px;
}

.header__company-name {
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1;
}

.header__company-name-sub {
    display: block;
    font-size: 18px;
    line-height: 1;
    margin: 6px 0 0;
    padding: 0 0 0 2px;
}

.header__logo-mark {
    align-items: center;
    background: #D9D9D9;
    color: #2F2F3C;
    display: inline-flex;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 47px;
    justify-content: center;
    line-height: 1.6;
    width: 115px;
}

.header__logo-company {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
}

.header__logo-image {
    display: block;
    height: 47px;
    object-fit: contain;
    width: auto;
}

.header__logo-sr {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.header__content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header__top-row {
    align-items: center;
    display: flex;
    gap: 16px;
}

.header__phone {
    align-items: center;
    display: flex;
    gap: 6px;
    position: relative;
}

.l-header.header__scroll .header__phone:before {
    background: url(../images/top/icn_tel-header-on.webp) no-repeat center / cover;
    width: 23px;
    height: 23px;
    position: absolute;
    content: "";
    display: block;
}

.header__phone-number {
    color: #FFFFFF;
    font-family: 'Arvo', serif;
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1;
    text-decoration: none;
}

.header__meta {
    align-items: center;
    display: flex;
    gap: 8px;
}

.header__hours {
    align-items: center;
    display: flex;
    gap: 7px;
}

.header__hours-label {
    background: #DEECF3;
    border-radius: 2px;
    color: #6990A3;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.26;
    padding: 3px 6px 4px;
}

.header__hours-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.header__actions {
    align-items: center;
    display: flex;
    gap: 7px;
}

.header__action-link {
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 9999px;
    color: #FFFFFF;
    display: inline-flex;
    gap: 4px;
    padding: 7px 10px 8px;
    text-decoration: none;
}

.header__action-link--history {
    padding-left: 12px;
    padding-right: 12px;
}

.header__action-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.header__nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header__nav-list {
    display: flex;
    gap: 26px;
    justify-content: flex-end;
}

.header__nav-item a {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.l-header.header__scroll * {
    color: #2F2F3C;
}

.l-header.header__scroll * .header__action-link {
    background: #0577DD;
}

.under_header .header__action-link {
    background: #0577DD;
}

.under_header .header__action-link .header__action-text {
    color: #FFFFFF;
}

.l-header.header__scroll * .header__action-text {
    color: #fff;
}

.l-wrapper:has(.under_header) {
    padding: 97px 0 0;
}

.under_header {
    background: #fff;
}

.l-header.under_header * {
    color: #2F2F3C;
}

.l-header.header__scroll * .header__action-link {
    background: #0577DD;
}

.l-header.header__scroll * .header__action-text {
    color: #fff;
}

.l-header.under_header .header__phone:before {
    background: url(../images/top/icn_tel-header-on.webp) no-repeat center / cover;
    width: 23px;
    height: 23px;
    position: absolute;
    content: "";
    display: block;
}