@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
*/
.l-header {
    border-top: solid 20px #ff5b33;
}

.header-title--nowrap {
    white-space: nowrap;
}

.l-header__bar {
    color: #fff;
    background: #FF5B33;
}

.l-header__navArea {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.header-top-banner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 13px;
}

.header-top-banner__copy {
    line-height: 1.4;
    text-align: left;
    color: #444;
    position: relative;
    padding-right: 1.5rem;
}

.header-top-banner__lead, .header-top-banner__sub {
    margin: 0;
    font-size: 15px;
}

.header-top-banner__contact {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-top-banner__copy::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #000;
}

.header-top-banner__badgeIcon {
    width: 260px;
}

.-series .l-header__inner {
    align-items: center;
}

.-series .l-header__logo {
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .l-header__navArea {
        align-items: flex-start;
    }

    .header-top-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .header-top-banner__phone {
        align-items: flex-start;
    }
}

.l-footer__foot {
    background: #ff5b33;
    color: #fff;
    /* padding: 32px 0 24px; */
    padding: 5px 0 0px;
}

.l-footer__foot .l-container {
    display: flex;
    /* flex-direction: column; */
    align-items: baseline;
    gap: 16px;
    justify-content: space-between;
}

.l-footer__nav {
    display: flex;
    justify-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    /* padding: 0 0 24px; */
    /* width: 100%; */
    text-align: center;
    position: relative;
}

.l-footer__nav li {
    list-style: none;
	 position: relative;
}

.l-footer__nav li::after {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #fff;
    font-weight: 100;
}

.l-footer__nav a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.l-footer__nav a:hover,
.l-footer__nav a:focus {
    text-decoration: underline;
}

.l-footer__nav li a {
    /* border-left: none; */
    border-right: none;
    /* font-weight: 700;
    font-size: 16px; */
}

.l-footer__nav li a:hover,
.l-footer__nav li a:focus {
    text-decoration: none;
    color: #000;
}

.l-footer .copyright {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px) {
    .l-footer__nav {
        justify-content: center;
        width: 100%;
    }

    .l-footer__foot .l-container {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .l-footer__nav {
        gap: 16px;
        padding-bottom: 10px;
    }

    .l-footer__foot {
        padding: 5px 0 10px;
    }

    .l-footer .copyright {
        font-size: 13px;
    }
}