@charset "UTF-8";

:root {
    --white: #FFFFFF;
    --lightgray: #E7E7E7;
    --gray: #DEDEDE;
    --pink: 231, 50, 120;
    --cyan: 0, 150, 223;
    --purple: 164, 47, 139;
    --green: 30, 170, 57;
    --yellow: 241, 146, 0;
    --orange: 231, 56, 13;
}

* {
    box-sizing: border-box;
    font-feature-settings: "palt" 1;
    word-break: auto-phrase;
    letter-spacing: 0.04em;
    font-weight: bold;
    -webkit-text-size-adjust: 100%;
}

body {
    position: relative;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    counter-reset: number 0;
}

a {
    text-decoration: none !important;
}

::before,
::after {
    pointer-events: none;
}

.wrapper {
    padding: 0;
    overflow-x: hidden;
}

/*header*/
header {
    position: sticky;
    top: 0;
    left: 0;
    padding: 9px 20px;
    height: 61px;
    border-bottom: 1px solid var(--lightgray);
    background: var(--white);
    z-index: 100;
    transition: .4s;
}

header.scroll {
    background: transparent;
}

header#header.navActive {
    background: rgba(255, 255, 255, .95);
}

header .header-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    height: 100%;
    margin: 0 auto;
}

header .logo {
    display: block;
    width: fit-content;
    padding: 0;
    max-width: 112px;
    color: rgb(var(--pink));
    font-size: 12px;
    line-height: 1;
}

header .logo a {
    display: block;
}

header .logo a picture {
    display: block;
}

header .logo a picture img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.wrap {
    padding: 0 20px;
}

h2.common_ttl {
    margin-bottom: 16px;
    color: rgb(var(--pink));
    font-size: 20px;
    text-align: center;
    line-height: 1;
}

p.common_sub {
    font-size: 12px;
    text-align: center;
}

/*footer*/
footer {
    margin-top: 20px;
    padding: 18px 0;
    color: var(--white);
    text-align: left;
    background: rgb(var(--pink));
}

footer .logo {
    padding: 0;
    max-width: none;
}

footer .logo figcaption {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
}

footer address {
    margin-top: 12px;
    margin-bottom: 6px;
    font-style: unset;
    font-size: 16px;
    line-height: 1.25;
}

.phone-num {
    font-size: 20px;
    line-height: 1;
}

.phone-num p {
    width: fit-content;
}

.phone-num a {
    color: inherit;
    pointer-events: none;
}

.phone-num .small {
    font-size: 14px;
}

p.copylight {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    color: var(--white);
}

/* ---- particles.js container ---- */
#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
    z-index: -1;
}

#particles-js canvas.particles-js-canvas-el {
    opacity: .5;
}

@media screen and (max-width: 768px) {
    nav.menu-area {
        width: 100%;
    }

    nav.menu-area ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        padding: 0;
        margin: 0;
        padding-left: 0;
    }

    nav.menu-area ul li.menu-child {
        list-style: none;
        border-bottom: 1px solid var(--gray);
    }

    nav.menu-area ul li.menu-child a {
        display: block;
        padding: 16px 20px;
        color: #000;
        font-size: 16px;
        line-height: 1;
    }

    button#hamburger_close {
        width: 100%;
        max-width: 220px;
        padding: 10px 16px;
        border: none;
        line-height: 1;
        color: var(--white);
        background: rgb(var(--pink));
        border-radius: 8px;
    }

    div#hamburger {
        position: absolute;
        top: 50%;
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 28px;
        height: 28px;
        border-radius: 7px;
        translate: 0 -50%;
        cursor: pointer;
        transition: 0.3s;
    }

    div#hamburger .inner_line {
        display: block;
        width: 28px;
        height: 3px;
        background: rgb(var(--pink));
        border-radius: 2px;
    }

    .u-active div#hamburger {
        box-shadow: none;
    }

    div.hamburger div#nav_wrap {
        position: fixed;
        top: 61px;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: center;
        gap: 36px;
        display: flex;
        width: 100vw;
        height: 0px;
        background: #ffffff;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.25;
        text-align: center;
        overflow-y: scroll;
        transition: .4s;
    }

    div.hamburger div#nav_wrap.active {
        bottom: 0;
        height: calc(100vh - 61px);
        padding-bottom: env(safe-area-inset-bottom);
        z-index: 50;
    }

    div.hamburger div#hamburger span {
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        transition: 0.6s;
    }

    div.hamburger div#hamburger span:first-of-type {
        top: 25%;
    }

    div.hamburger div#hamburger span:nth-of-type(2) {
        top: 50%;
    }

    div.hamburger div#hamburger span:last-of-type {
        top: 75%;
    }

    div.hamburger div#hamburger span#line1.line_1 {
        top: 50%;
        rotate: 45deg;
    }

    div.hamburger div#hamburger span#line2.line_2 {
        opacity: 0;
    }

    div.hamburger div#hamburger span#line3.line_3 {
        top: 50%;
        rotate: -45deg;
    }

    div.hamburger #nav_wrap {
        display: none;
    }

    footer .logo img {
        max-width: 180px;
    }

    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 769px) {
    body {
        max-width: 100vw;
        overflow-x: hidden;
        font-size: 16px;
    }

    header {
        height: 81px;
        padding: 9px 40px;
    }

    header .header-wrap {
        padding: 0;
        gap: 16px;
    }

    header .logo-area a {
        width: fit-content;
        max-width: 290px;
    }

    header .logo {
        display: flex;
        align-items: center;
        gap: 10px;
        max-width: none;
        margin: 0;
        font-size: 18px;
        letter-spacing: .08em;
    }

    header .logo a picture img {
        max-width: 440px;
    }

    .hamburger .nav_wrap .menu-area {
        display: flex;
        gap: 10px;
    }

    .hamburger .nav_wrap .menu-area ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0 8px;
        margin: 0;
        padding: 0;
    }

    .hamburger .nav_wrap .menu-area .menu-child {
        position: relative;
        list-style: none;
    }

    .hamburger .nav_wrap .menu-area .menu-child a,
    .hamburger .nav_wrap .menu-area .menu-child span {
        display: block;
        padding: 8px;
        color: rgb(var(--pink));
        text-decoration: none;
        font-size: clamp(13px, 1.32vw, 18px);
        line-height: 26px;
        font-weight: bold;
        white-space: nowrap;
        cursor: pointer;
    }

    .hamburger .nav_wrap {
        display: block;
        width: 100%;
    }

    div.hamburger div#hamburger {
        display: none;
    }

    .wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        overflow: unset;
    }

    .wrap {
        width: calc(100vw - 40px);
        padding: 0;
        max-width: 1088px;
        margin-left: auto;
        margin-right: auto;
    }

    h2.common_ttl {
        font-size: 28px;
    }

    p.common_sub {
        font-size: 18px;
    }

    footer {
        padding-top: 40px;
    }

    footer .wrap {
        display: flex;
        flex-direction: column;
    }

    .phone-num {
        display: flex;
        gap: 1rem;
    }

    .sp {
        display: none !important;
    }
}

.br {
    display: inline-block;
}