@charset "utf-8";

header,
footer,
header *,
footer * {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    list-style-type: none;
    box-sizing: border-box;
}


header, footer {
    font-family: TsukuGoPr5-M, sans-serif;
    color: #000;
    line-height: 1.8;
    background: #fff;
    width: 100%;
    font-weight: 900;
}

header img,
footer img {
    width: 100%;
    vertical-align: baseline !important;
    object-fit: contain;
}

header li,
footer li {
    list-style: none;
}

header a,
footer a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

header a:hover,
footer a:hover {
    opacity: 0.8;
}

header .inner,
footer .inner {
    position: relative;
    width: 94%;
    max-width: 1210px;
    margin: 0 auto;
}

br.pc_non {
    display: none;
}

/* header */

header {
    background: #fff;
    position: fixed;
    width: 100%;
    /*height: 110px;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 28px 0;
}

.header_flex .logo01 {
    width: 155px;
}

.header_flex .logo02 {
    width: 180px;
}

/* footer */

.footer_company {
    background: #f4f1e4;
    padding: 30px 0;
}

.footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer_address {
    padding: 10px 0;
}

.footer_address p {
    font-family: TsukuGoPr5-D, sans-serif;
    font-size: 19px;
}

.footer_address span {
    font-size: 12px;
}

.footer_tel {
    margin: 0 7% 0 auto;
    padding: 10px 0;
}

.footer_tel a {
    width: 424px;
}

.footer_tel span {
    font-size: 16px;
}

.footer_link {
    padding: 10px 0 25px;
}

.footer_link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
    padding: 10px 0;
}

.footer_link li a {
    font-size: 12px;
}

.footer_link .foot_logo {
    padding: 10px 0;
}

.footer_link .foot_logo a {
    width: 154px;
}

.c-head {
    padding-top: 110px;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    br.pc_non {
        display: block;
    }

    /* header */
    header {
        /*height: 78px;*/
    }

    .header_flex {
        justify-content: flex-start;
        padding: 25px 0 15px;
        gap: 0 25px;
    }

    .header_flex .logo01 {
        width: 110px;
    }

    .header_flex .logo02 {
        width: 130px;
    }

    /* footer */

    .footer_flex {
        justify-content: center;
    }

    .footer_address span {
        display: inline-block;
        line-height: 1.5;
    }

    .footer_tel {
        margin: 0 auto;
    }

    .footer_tel a {
        width: 315px;
    }

    .footer_tel span {
        font-size: 14px;
    }

    .footer_link {
        padding: 10px 0 25px;
    }

    .footer_link ul {
        justify-content: center;
        gap: 0 25px;
    }

    .footer_link li:first-child {
        width: 100%;
        text-align: center;
    }
    
    .company_name h2 {
        font-size: 16px;
    }
    
    .c-head {
        padding-top: 60px;
    }


}
