@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
*/

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mincho {
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
}

/* SWELLのタイトル表示を強制非表示化 */
.-txt .c-headLogo__link {
    display: none;
}

/* Header */
header .header {
    max-width: 1560px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


@media (max-width: 768px) {}