.person {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
    row-gap: 1rem
}

@media (min-width: 768px) {
    .person {
        margin-top: 2.5rem;
        flex-direction: row
    }

    .person-reverse {
        flex-direction: row-reverse
    }
}

.person-image {
    margin-left: auto;
    margin-right: auto;
    width: 66.666667%
}

@media (min-width: 768px) {
    .person-image {
        margin-left: 0;
        margin-right: 0;
        width: 33.333333%;
        flex-shrink: 0
    }
}

.person-image-caption {
    margin-top: .75rem;
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 768px) {
    .person-image-caption {
        margin-top: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.person-body {
    font-size: 1rem;
    line-height: 2
}

@media (min-width: 768px) {
    .person-body {
        font-size: 1.125rem;
        line-height: 2
    }
}

.person-body p {
    text-align: justify;
    text-indent: 1rem
}

.person-body-signature {
    margin-top: 2rem;
    text-align: right !important
}

.about-policy {
    margin-top: 3rem;
    text-align: center;
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .about-policy {
        margin-top: 6rem;
        font-size: 1.875rem;
        line-height: 1.625
    }
}

.contact {
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .contact {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

.contact-title {
    border-bottom-width: 2px;
    border-color: var(--primary, #495C8A);
    padding-bottom: .5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .contact-title {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.contact-list {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1.25rem
}

.contact-list>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.contact-list {
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media (min-width: 768px) {
    .contact-list {
        margin-top: 2.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.contact-list>li {
    display: grid
}

@media (min-width: 768px) {
    .contact-list>li {
        grid-template-columns: 1fr 15ch 20ch
    }
}

.contact-mail {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    gap: 1rem;
    border-radius: 9999px;
    background-color: var(--primary, #495C8A);
    padding-left: 3.2em;
    padding-right: 3.2em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .contact-mail {
        margin-top: 4rem;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.required {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

.required svg {
    display: inline-block;
    width: .75rem;
    padding-left: .25rem;
    vertical-align: -5%
}

.form {
    display: grid;
    grid-template-columns: 1fr 65%;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: dotted;
    border-color: currentColor
}

.form-label,
.form-item {
    border-top-width: 1px;
    border-style: dotted;
    border-color: currentColor
}

.form-label:first-of-type,
.form-item:first-of-type {
    border-style: none
}

.form-label {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .form-label {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.form-item {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.form-item input[type=text],
.form-item input[type=tel],
.form-item input[type=email],
.form-item textarea {
    width: 100%;
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.5rem
}

.form-item textarea {
    min-height: 13em
}

button.form-button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    display: block;
    width: 100%;
    max-width: 470px;
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(73 92 138 / var(--tw-bg-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    button.form-button {
        margin-top: 4rem
    }
}

.tabs {
    --border-width: 2px;
    --padding: 5px
}

@media (min-width: 768px) {
    .tabs {
        --border-width: 7px;
        --padding: 8px
    }
}

.tabs:after {
    content: "";
    position: relative;
    display: block;
    border-color: var(--primary, #495C8A);
    z-index: 2;
    border-bottom-width: var(--border-width)
}

.tabs-list {
    display: flex;
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

@media (min-width: 768px) {
    .tabs-list {
        -moz-column-gap: .75rem;
        column-gap: .75rem
    }
}

.tabs-list {
    border-color: var(--primary, #495C8A)
}

.tabs-list>li {
    width: 100%;
    max-width: 25%
}

.tabs-list-item {
    position: relative;
    display: grid;
    height: 100%;
    place-content: center;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .tabs-list-item {
        font-size: 1.1rem;
        line-height: 1.75rem
    }
}

.tabs-list-item {
    z-index: 1;
    padding-left: var(--padding);
    padding-right: var(--padding);
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    border-left-width: var(--border-width);
    border-right-width: var(--border-width)
}

.tabs-list-item[aria-current] {
    border-color: var(--primary, #495C8A);
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    z-index: 3;
    padding-bottom: calc(var(--padding) - var(--border-width));
    border-top-width: var(--border-width)
}

.tabs-list-item[aria-current]:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    border-bottom-width: var(--border-width)
}

.history {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 30% 1fr
}

@media (min-width: 768px) {
    .history {
        margin-top: 3rem;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.history dt,
.history dd {
    border-bottom-width: 1px;
    border-style: dashed;
    border-color: currentColor;
    padding: 1.5rem .5rem .5rem
}

.phone {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: .5rem;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .phone {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.phone svg {
    grid-row: span 2 / span 2;
    width: 1em;
    align-self: center
}

.phone-title {
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 768px) {
    .phone-number {
        pointer-events: none
    }
}

.breadcrumbs {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media (min-width: 640px) {
    .breadcrumbs {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .breadcrumbs {
        max-width: 768px
    }
}

@media (min-width: 1140px) {
    .breadcrumbs {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0
    }
}

.breadcrumbs {
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media (min-width: 768px) {
    .breadcrumbs {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .breadcrumbs-list {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.breadcrumbs-list>li {
    display: flex;
    align-items: center
}

.breadcrumbs-list>li:first-child {
    text-transform: uppercase
}

.breadcrumbs-list>li>svg {
    margin-left: .75rem;
    margin-right: .75rem
}

.scrolltop {
    margin-left: auto;
    display: flex;
    height: 60px;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    gap: 1.5rem;
    border-radius: 9999px;
    border-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(73 92 138 / var(--tw-bg-opacity));
    padding-left: 30px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.scrolltop-arrow {
    display: grid;
    aspect-ratio: 1 / 1;
    height: 100%;
    width: auto;
    place-content: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(73 92 138 / var(--tw-text-opacity))
}

.footer {
    margin-top: 150px
}

.footer-nav {
    margin-top: 18px;
    background-color: var(--primary, #495C8A);
    padding-top: 2rem;
    padding-bottom: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .footer-nav {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.footer-nav a {
    display: flex;
    align-items: center
}

.footer-nav-list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media (min-width: 640px) {
    .footer-nav-list {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .footer-nav-list {
        max-width: 768px
    }
}

@media (min-width: 1140px) {
    .footer-nav-list {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0
    }
}

.footer-nav-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem
}

.footer-content>.footer-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 768px) {
    .footer-content>.footer-nav-list {
        flex-direction: row;
        gap: 6%
    }

    .footer-nav-list {
        flex-direction: row
    }
}

.footer-content {
    background-color: var(--primary-base, #d0d1d6);
    padding-top: 2.75rem;
    padding-bottom: 2.75rem
}

.footer-content>.container {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width: 768px) {
    .footer-content>.container {
        flex-direction: row;
        gap: 6%
    }

    .footer-main {
        flex-grow: 1
    }
}

.footer-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem
}

@media (min-width: 768px) {
    .footer-title {
        align-items: flex-start
    }
}

.footer-title-logo {
    max-width: 350px;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.footer-title-copy {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(73 92 138 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .footer-title-copy {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.footer-line {
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.footer-address {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .75rem;
    line-height: 1rem;
    font-style: normal
}

@media (min-width: 768px) {
    .footer-address {
        align-items: flex-start;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.footer-sub {
    width: 43.85%
}

.footer-map {
    display: none;
    aspect-ratio: 5/3;
    width: 100%
}

@media (min-width: 768px) {
    .footer-map {
        display: block
    }
}

.footer-copyright {
    background-color: var(--primary, #495C8A);
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .footer-copyright {
        text-align: right
    }
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
    padding: 15px 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover,
.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
    background-color: #2f4472
}

.hamburger-box {
    width: 40px;
    height: 26px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    width: 40px;
    height: 4px;
    background-color: #2f4472;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:before,
.hamburger-inner:after {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -11px
}

.hamburger-inner:after {
    bottom: -11px
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 11px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
    top: 22px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 11px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.7142857143px, -7px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -22px, 0) rotate(-90deg)
}

:root {
    --header-height: 60px
}

@media (min-width: 768px) {
    :root {
        --header-height: 240px
    }
}

.header {
    position: fixed;
    top: 0;
    z-index: 40;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

@media (min-width: 768px) {
    .header {
        position: static
    }
}

.header {
    height: var(--header-height)
}

.header>.container {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, auto)
}

@media (min-width: 768px) {
    .header>.container {
        grid-template-rows: 1fr auto
    }
}

.header-main {
    margin-top: auto;
    margin-bottom: auto
}

.header-title {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    gap: .25rem
}

@media (min-width: 768px) {
    .header-title {
        gap: .75rem
    }
}

.header-title img {
    height: 2rem;
    width: auto
}

@media (min-width: 768px) {
    .header-title img {
        height: auto
    }
}

.header-title-copy {
    font-size: 8px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(73 92 138 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .header-title-copy {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.header-sub {
    margin-top: auto;
    margin-bottom: auto;
    justify-self: end
}

@media not all and (min-width: 768px) {
    .header-sub {
        display: none
    }
}

.header-nav {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media (min-width: 640px) {
    .header-nav {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .header-nav {
        max-width: 768px
    }
}

@media (min-width: 1140px) {
    .header-nav {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0
    }
}

.header-nav {
    position: fixed;
    left: 0;
    display: none;
    width: 100%;
    flex-direction: column;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem
}

.header>.header-nav {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, auto)
}

@media (min-width: 768px) {
    .header>.header-nav {
        grid-template-rows: 1fr auto
    }
}

.header-nav {
    top: var(--header-height);
    height: calc(100dvh - var(--header-height))
}

@media (min-width: 768px) {
    .header-nav {
        position: static;
        grid-column: span 2 / span 2;
        margin-top: 5px;
        margin-bottom: 5px;
        display: flex;
        height: auto;
        flex-direction: row;
        border-left-width: 1px;
        border-right-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(163 163 163 / var(--tw-border-opacity));
        padding-top: 0;
        padding-bottom: 0
    }

    .header-nav>li {
        flex-grow: 1;
        border-left-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(163 163 163 / var(--tw-border-opacity))
    }

    .header-nav>li:first-child {
        border-style: none
    }
}

.header-nav>li>a {
    display: grid;
    height: 100%;
    place-content: center;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .header-nav>li>a {
        padding-top: .25em;
        padding-bottom: .25em;
        text-align: center
    }
}

@media not all and (min-width: 768px) {
    .header-nav>li>a>br {
        display: none
    }
}

@media (min-width: 768px) {
    .header-nav>li>a:has(br) {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.hamburger {
    margin-left: auto;
    justify-self: end
}

@media (min-width: 768px) {
    .hamburger {
        display: none !important
    }
}

.header:has(.hamburger[aria-expanded=true]) .header-nav {
    display: flex
}

.header-subnav {
    min-height: 30px;
    background-color: var(--primary, #495C8A);
    padding-top: .25rem;
    padding-bottom: .25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.header-subnav-list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media (min-width: 640px) {
    .header-subnav-list {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .header-subnav-list {
        max-width: 768px
    }
}

@media (min-width: 1140px) {
    .header-subnav-list {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0
    }
}

.header-subnav-list {
    display: flex;
    justify-content: flex-end;
    gap: 1rem
}

.header>.header-subnav-list {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2, auto)
}

@media (min-width: 768px) {
    .header>.header-subnav-list {
        grid-template-rows: 1fr auto
    }
}

.header-subnav-list a {
    display: flex;
    align-items: center
}

.page-title {
    border-bottom-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .page-title {
        padding-bottom: 2.75rem;
        padding-top: 1.25rem;
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

:disabled {
    cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle
}

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

[hidden] {
    display: none
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1140px) {
    .container {
        max-width: 1140px;
        padding-right: 0;
        padding-left: 0
    }
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-x-\[5\%\] {
    left: 5%;
    right: 5%
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.inset-y-\[10\%\] {
    top: 10%;
    bottom: 10%
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-full {
    top: 100%
}

.z-10 {
    z-index: 10
}

.z-40 {
    z-index: 40
}

.row-span-2 {
    grid-row: span 2 / span 2
}

.mx-\[5\%\] {
    margin-left: 5%;
    margin-right: 5%
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-auto {
    margin-left: auto
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-24 {
    margin-top: 6rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-48 {
    margin-top: 12rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-7 {
    margin-top: 1.75rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[150px\] {
    margin-top: 150px
}

.mt-\[18px\] {
    margin-top: 18px
}

.mt-\[30px\] {
    margin-top: 30px
}

.mt-\[min\(1\.7vw\,20px\)\] {
    margin-top: min(1.7vw, 20px)
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.aspect-\[5\/3\] {
    aspect-ratio: 5/3
}

.aspect-\[57\/40\] {
    aspect-ratio: 57/40
}

.aspect-square {
    aspect-ratio: 1 / 1
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-\[60px\] {
    height: 60px
}

.h-full {
    height: 100%
}

.min-h-\[13em\] {
    min-height: 13em
}

.min-h-\[30px\] {
    min-height: 30px
}

.w-2\/3 {
    width: 66.666667%
}

.w-3 {
    width: .75rem
}

.w-\[1em\] {
    width: 1em
}

.w-\[43\.85\%\] {
    width: 43.85%
}

.w-auto {
    width: auto
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content
}

.w-full {
    width: 100%
}

.max-w-\[25\%\] {
    max-width: 25%
}

.max-w-\[350px\] {
    max-width: 350px
}

.max-w-\[470px\] {
    max-width: 470px
}

.max-w-\[720px\] {
    max-width: 720px
}

.list-disc {
    list-style-type: disc
}

.grid-flow-col {
    grid-auto-flow: column
}

.grid-cols-\[1fr_65\%\] {
    grid-template-columns: 1fr 65%
}

.grid-cols-\[20\%\,1fr\,1fr\] {
    grid-template-columns: 20% 1fr 1fr
}

.grid-cols-\[30\%_1fr\] {
    grid-template-columns: 30% 1fr
}

.grid-cols-\[40\%_1fr\] {
    grid-template-columns: 40% 1fr
}

.grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr
}

.grid-cols-\[repeat\(2\,auto\)\] {
    grid-template-columns: repeat(2, auto)
}

.grid-rows-\[repeat\(2\,auto\)\] {
    grid-template-rows: repeat(2, auto)
}

.grid-rows-\[repeat\(8\,minmax\(0\,1fr\)\)\] {
    grid-template-rows: repeat(8, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

.items-center {
    align-items: center
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.gap-1 {
    gap: .25rem
}

.gap-11 {
    gap: 2.75rem
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-\[3\.5\%\] {
    gap: 3.5%
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-x-14 {
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-\[3\.8\%\] {
    -moz-column-gap: 3.8%;
    column-gap: 3.8%
}

.gap-x-\[min\(8\.7vw\,100px\)\] {
    -moz-column-gap: min(8.7vw, 100px);
    column-gap: min(8.7vw, 100px)
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-y-\[min\(5\.2vw\,60px\)\] {
    row-gap: min(5.2vw, 60px)
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.place-self-end {
    place-self: end
}

.justify-self-end {
    justify-self: end
}

.overflow-auto {
    overflow: auto
}

.rounded {
    border-radius: .25rem
}

.rounded-\[5px\] {
    border-radius: 5px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: .375rem
}

.border {
    border-width: 1px
}

.border-\[3px\] {
    border-width: 3px
}

.border-\[5px\] {
    border-width: 5px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-\[5px\] {
    border-bottom-width: 5px
}

.border-l-2 {
    border-left-width: 2px
}

.border-r-2 {
    border-right-width: 2px
}

.border-t {
    border-top-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.border-t-\[5px\] {
    border-top-width: 5px
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-current {
    border-color: currentColor
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity))
}

.border-jinjukai {
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity))
}

.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity))
}

.border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity))
}

.border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity))
}

.border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity))
}

.border-primary {
    border-color: var(--primary, #495C8A)
}

.bg-jinjukai {
    --tw-bg-opacity: 1;
    background-color: rgb(73 92 138 / var(--tw-bg-opacity))
}

.bg-primary {
    background-color: var(--primary, #495C8A)
}

.bg-primary-base {
    background-color: var(--primary-base, #d0d1d6)
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-4 {
    padding: 1rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-\[3\.2em\] {
    padding-left: 3.2em;
    padding-right: 3.2em
}

.px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[0\.5em\] {
    padding-top: .5em;
    padding-bottom: .5em
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-\[30px\] {
    padding-left: 30px
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[8px\] {
    font-size: 8px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-base\/loose {
    font-size: 1rem;
    line-height: 2
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.not-italic {
    font-style: normal
}

.text-jinjukai {
    --tw-text-opacity: 1;
    color: rgb(73 92 138 / var(--tw-text-opacity))
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity))
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity))
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.outline {
    outline-style: solid
}

.drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

svg {
    fill: currentColor
}

.list-table {
    margin-top: 1.5rem;
    display: grid
}

@media (min-width: 768px) {
    .list-table {
        margin-top: 3rem;
        grid-template-columns: 1fr 70%;
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.list-table-title,
.list-table-content {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.list-table-title {
    font-weight: 700;
    letter-spacing: .1em
}

@media (min-width: 768px) {
    .list-table-title {
        border-bottom-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(73 92 138 / var(--tw-border-opacity))
    }
}

.list-table-content {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity));
    padding-left: 1rem
}

.list-def dd+dt {
    margin-top: 1em
}

.list-def dd {
    padding-left: 1em
}

.list-def-row {
    display: grid;
    grid-template-columns: 12ch 1fr;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: .5rem
}

@media (min-width: 768px) {
    .list-def-row {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.before\:mr-2:before {
    content: var(--tw-content);
    margin-right: .5rem
}

.before\:block:before {
    content: var(--tw-content);
    display: block
}

.before\:h-\[0\.75em\]:before {
    content: var(--tw-content);
    height: .75em
}

.before\:w-\[0\.75em\]:before {
    content: var(--tw-content);
    width: .75em
}

.first\:mt-0:first-child {
    margin-top: 0
}

.first\:uppercase:first-child {
    text-transform: uppercase
}

@media not all and (min-width: 768px) {
    .max-md\:hidden {
        display: none
    }

    .max-md\:aspect-\[393\/180\] {
        aspect-ratio: 393/180
    }

    .max-md\:aspect-video {
        aspect-ratio: 16 / 9
    }
}

@media (min-width: 768px) {
    .md\:static {
        position: static
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2
    }

    .md\:float-right {
        float: right
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:my-\[5px\] {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:ml-12 {
        margin-left: 3rem
    }

    .md\:mt-10 {
        margin-top: 2.5rem
    }

    .md\:mt-12 {
        margin-top: 3rem
    }

    .md\:mt-16 {
        margin-top: 4rem
    }

    .md\:mt-20 {
        margin-top: 5rem
    }

    .md\:mt-24 {
        margin-top: 6rem
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mt-9 {
        margin-top: 2.25rem
    }

    .md\:mt-96 {
        margin-top: 24rem
    }

    .md\:mt-\[60px\] {
        margin-top: 60px
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:\!hidden {
        display: none !important
    }

    .md\:hidden {
        display: none
    }

    .md\:h-auto {
        height: auto
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:grow {
        flex-grow: 1
    }

    .md\:grid-flow-row {
        grid-auto-flow: row
    }

    .md\:grid-cols-\[12\%_15ch_1fr\] {
        grid-template-columns: 12% 15ch 1fr
    }

    .md\:grid-cols-\[1fr_15ch_20ch\] {
        grid-template-columns: 1fr 15ch 20ch
    }

    .md\:grid-cols-\[25\%\,repeat\(7\,1fr\)\] {
        grid-template-columns: 25% repeat(7, 1fr)
    }

    .md\:grid-rows-\[1fr_auto\] {
        grid-template-rows: 1fr auto
    }

    .md\:grid-rows-none {
        grid-template-rows: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:gap-\[2\.8\%\] {
        gap: 2.8%
    }

    .md\:gap-\[6\%\] {
        gap: 6%
    }

    .md\:border-l {
        border-left-width: 1px
    }

    .md\:border-r {
        border-right-width: 1px
    }

    .md\:border-neutral-400 {
        --tw-border-opacity: 1;
        border-color: rgb(163 163 163 / var(--tw-border-opacity))
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:py-\[0\.25em\] {
        padding-top: .25em;
        padding-bottom: .25em
    }

    .md\:pb-11 {
        padding-bottom: 2.75rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pt-5 {
        padding-top: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-xl\/loose {
        font-size: 1.25rem;
        line-height: 2
    }
}

@media (min-width: 1140px) {
    .lg\:max-w-\[800px\] {
        max-width: 800px
    }
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
    padding-top: var(--header-height)
}

@media (min-width: 768px) {
    html {
        scroll-padding-top: 0;
        padding-top: 0
    }
}

.gallery {
    margin-top: 1.25rem;
    display: grid;
    -moz-column-gap: min(8.7vw, 100px);
    column-gap: min(8.7vw, 100px);
    row-gap: min(5.2vw, 60px)
}

@media (min-width: 768px) {
    .gallery {
        margin-top: 2.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 1140px) {
    .gallery-eyecatch {
        grid-column: span 2 / span 2
    }
}

.gallery-eyecatch img {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1140px) {
    .gallery-eyecatch img {
        max-width: 800px
    }
}

.gallery-caption {
    margin-top: min(1.7vw, 20px);
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 1140px) {
    .gallery-caption {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.outline-items {
    display: grid;
    gap: 1rem
}

@media (min-width: 768px) {
    .outline-items {
        gap: 2.8%
    }
}

.outline-items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.outline-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3
}

.outline-title {
    border-radius: .25rem;
    background-color: var(--primary, #495C8A);
    padding: 1.25rem 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 1140px) {
    .outline-title {
        font-size: 1.1rem;
    }
}


.outline-body {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.outline-links {
    margin-top: 1rem
}

.outline-links>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.outline-links {
    border-width: 1px;
    border-style: dashed;
    border-color: currentColor;
    padding: 1rem;
    font-weight: 700
}

.outline-links>li {
    display: flex;
    align-items: center
}

.feed-list {
    margin-top: 1.5rem
}

.feed-list:first-child {
    margin-top: 0
}

.feed-list-item {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    gap: 3.5%;
    border-bottom-width: 1px;
    border-style: dashed;
    border-color: currentColor;
    padding-top: .75rem;
    padding-bottom: .75rem
}

@media (min-width: 768px) {
    .feed-list-item {
        grid-template-columns: 12% 15ch 1fr
    }
}

.feed-list-category {
    border-radius: .25rem;
    background-color: var(--primary, #495C8A);
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.feed-list-title {
    text-decoration-line: underline
}

@media not all and (min-width: 768px) {
    .feed-list-title {
        grid-column: span 2 / span 2
    }
}

.feed-more {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    display: block;
    max-width: 350px;
    border-radius: 9999px;
    border-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(73 92 138 / var(--tw-bg-opacity));
    padding-top: .75rem;
    padding-bottom: .75rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .feed-more {
        margin-top: 4rem
    }
}

.feed-more-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: grid;
    aspect-ratio: 1 / 1;
    height: 100%;
    width: auto;
    place-content: center;
    place-self: end;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(73 92 138 / var(--tw-text-opacity))
}

.swiper-slide img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media not all and (min-width: 768px) {
    .swiper-slide img {
        aspect-ratio: 393/180
    }
}

.mainvisual {
    position: relative
}

.mainvisual-copy {
    position: absolute;
    inset: 10% 5%;
    z-index: 10;
    display: grid;
    font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

@media (min-width: 768px) {
    .mainvisual-copy {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
}

.mainvisual-copy {
    filter: drop-shadow(5px 5px 5px #000)
}

@media (min-width: 768px) {
    .mainvisual-copy br {
        display: none
    }
}

.mainvisual-copy-prominent {
    place-content: center;
    text-align: center;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

@media (min-width: 768px) {
    .mainvisual-copy-prominent {
        font-size: 3rem;
        line-height: 1.5em
    }
}

.mainvisual-copy-prominent br {
    display: block
}

.heading-square {
    margin-top: 30px;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    border-style: dashed;
    border-color: currentColor;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .heading-square {
        margin-top: 60px;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.heading-square {
    padding-left: .5rem;
    padding-right: .5rem
}

.heading-square:before {
    margin-right: .5rem;
    display: block;
    height: .75em;
    width: .75em;
    content: var(--tw-content);
    background-color: currentColor
}

.heading-spread {
    border-radius: 5px;
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
    background-color: var(--primary-base, #d0d1d6);
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .heading-spread {
        padding: 1.25rem 2rem
    }
}

.group {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: grid;
    gap: 2.75rem;
    border-top-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity));
    padding-top: 2rem
}

@media (min-width: 768px) {
    .group {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
}

.group {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.group-item {
    display: grid;
    row-gap: 1.5rem;
    grid-template-rows: subgrid;
    grid-row: span 4
}

.group-item-name {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}

.group-item-logo {
    display: grid;
    place-content: center;
    border-radius: .25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
    padding: 1.5rem
}

.group-item-copy {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

.group-item-list {
    list-style-type: disc;
    border-width: 1px;
    border-style: dashed;
    border-color: currentColor;
    padding: 1.5rem
}

.service {
    display: grid;
    -moz-column-gap: 3.8%;
    column-gap: 3.8%
}

@media (min-width: 768px) {
    .service {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.service-item {
    display: grid;
    gap: 2rem;
    grid-template-rows: subgrid;
    grid-row: span 3
}

.service-body {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .service-body {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.hours {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    max-width: 720px
}

@media (min-width: 768px) {
    .hours {
        margin-top: 4rem
    }
}

.hours-table {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 20% 1fr 1fr;
    grid-template-rows: repeat(8, minmax(0, 1fr));
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: currentColor
}

@media (min-width: 768px) {
    .hours-table {
        grid-auto-flow: row;
        grid-template-columns: 25% repeat(7, 1fr);
        grid-template-rows: none;
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.hours-table>span {
    display: grid;
    place-content: center;
    border-left-width: 2px;
    border-top-width: 2px;
    border-color: currentColor;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center
}

.hours-table>span>svg {
    height: 1.5rem;
    width: 1.5rem
}

.hours-table>span:first-child {
    position: relative
}

.hours-table>span:first-child>svg {
    position: absolute;
    height: 100%;
    width: 100%
}

.hours-note {
    margin-top: 1rem;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .hours-note {
        margin-top: 2rem;
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.voice+.voice {
    margin-top: 6rem
}

@media (min-width: 768px) {
    .voice+.voice {
        margin-top: 12rem
    }
}

.voice+.voice .voice-title {
    border-top-width: 5px;
    --tw-border-opacity: 1;
    border-color: rgb(73 92 138 / var(--tw-border-opacity));
    padding-top: 1.25rem
}

@media (min-width: 768px) {
    .voice+.voice .voice-title {
        padding-top: 2.75rem
    }
}

.voice-title {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .voice-title {
        margin-bottom: 2rem;
        margin-top: 3rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.voice-qa {
    margin-top: 1.25rem;
    display: flow-root
}

@media (min-width: 768px) {
    .voice-qa {
        margin-top: 2.5rem
    }
}

.voice-qa dt {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

.voice-qa dt:first-child {
    margin-top: 0
}

@media (min-width: 768px) {
    .voice-qa dt {
        margin-top: 4rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.voice-qa dd {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    .voice-qa dd {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.voice-portrait {
    margin-top: 2rem
}

@media (min-width: 768px) {
    .voice-portrait {
        float: right;
        margin-left: 3rem;
        margin-top: 3rem;
        width: 33.333333%
    }
}

.voice-portrait {
    -o-object-position: 50% 15%;
    object-position: 50% 15%
}

@media not all and (min-width: 768px) {
    .voice-portrait {
        aspect-ratio: 16 / 9;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.yusaka-main {
    width: 100%;
}

@media (min-width: 768px) {
    .yusaka-main {
        width: 374px;
    }
}
