.humburger-area[data-astro-cid-3weo6hls] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px
}

.hamburger[data-astro-cid-3weo6hls] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    cursor: pointer;
    width: 30px;
    padding: 4px
}

.hamburger[data-astro-cid-3weo6hls] .line[data-astro-cid-3weo6hls] {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-main);
    border-radius: 3px
}

.text[data-astro-cid-3weo6hls] {
    font-size: 8px;
    color: var(--color-main)
}

.nav-links[data-astro-cid-pux6a34n] {
    position: fixed;
    top: 53px;
    left: 0;
    display: none;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    height: calc(100% - 53px);
    background: #f4f7f7
}

.nav-links[data-astro-cid-pux6a34n].expanded {
    display: block;
    opacity: 1;
    pointer-events: all
}

ul[data-astro-cid-pux6a34n] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    /*height:100%*/
    ;
    padding: 0;
    margin: 0
}

li[data-astro-cid-pux6a34n] {
    width: 100%;
    border-bottom: 1px solid var(--foundation-grey-light-hover, #e3e3e3)
}

li[data-astro-cid-pux6a34n].logout {
    margin-top: auto;
    border-top: 1px solid var(--foundation-grey-light-hover, #e3e3e3)
}

a[data-astro-cid-pux6a34n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .07px;
    color: var(--Foundation-Grey-Normal, #464646);
    text-decoration: none
}

svg[data-astro-cid-pux6a34n] {
    width: 18px
}

.round[data-astro-cid-pux6a34n] {
    border-radius: 5px;
    border: 1px solid #fff
}

header[data-astro-cid-3ef6ksr2] {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 53px;
    padding: 0 17px;
    background: #fff
}

.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2] {
    width: 147px
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 400;
    src: url(../_astro/noto-sans-jp-v53-latin-regular.DCaNZrVd.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 600;
    src: url(../_astro/noto-sans-jp-v53-latin-600.FuOkFG7w.woff2) format("woff2")
}

:root {
    --font-size-base: 14px;
    --font-lineheight-base: calc(24 / 14);
    --vertical-gap: 80px;
    --color-main: #316b60;
    --color-text-main: #565656;
    --color-error: #cf6e6a;
    --border-radius: 4px
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

html,
body {
    max-width: 100vw;
    height: 100%;
    overflow-x: hidden
}

body {
    font-family: Noto Sans JP;
    color: var(--color-text-main);
    line-height: var(--font-lineheight-base)
}

img {
    max-width: 100%;
    height: auto
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent
}

input {
    border: none;
    background: transparent
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.com-color-blue {
    color: var(--Miscellaneous-Floating-Tab---Text-Selected, #007aff)
}

.gutter-2 {
    margin-top: var(--gutter-2, 16px)
}

.gutter-3 {
    margin-top: var(--gutter-3, 24px)
}

.gutter-4 {
    margin-top: var(--gutter-4, 32px)
}

.gutter-5 {
    margin-top: var(--gutter-5, 40px)
}

main[data-astro-cid-sckkx6r4] {
    min-height: 100dvh;
    padding: 54px 16px 32px;
    background: #f4f7f7
}

h1[data-astro-cid-sckkx6r4] {
    margin-inline: -16px;
    padding: var(--gutter-1, 8px) 0;
    border-bottom: 1px solid var(--foundation-main-light-active, #c2dad5);
    color: var(--Foundation-Grey-Normal, #464646);
    text-align: center;
    font-size: 14px;
    font-weight: 400
}