@charset "UTF-8";

/* ──────────────── style.css ──────────────── */
@import '../fonts/fontello.css';

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul li,
ol li {
    list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 400;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --bs-font-sans-serif: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    --bs-font-serif: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
    --bs-root-font-size: calc(100vw / 32);
    --bs-root-font-size-md: 62.5%;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.2rem;
    --bs-body-font-size-md: 1.8rem;
    --font-noto-sans: "Noto Sans JP", sans-serif;
    --bs-body-color: #333;
    --bs-body-color-rgb: 51, 51, 51;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #00b3e7;
    --bs-link-color-rgb: 0, 179, 231;
    --bs-link-hover-color: #59c4c0;
    --bs-link-hover-color-rgb: 89, 196, 192;
    --bs-primary: #00b3e7;
    --bs-primary-rgb: 0, 179, 231;
    --bs-secondary: #e4ec9d;
    --bs-secondary-rgb: 228, 236, 157;
    --bs-blue-200: #e2f7fe;
    --bs-blue-200-rgb: 226, 247, 254;
    --bs-blue-300: #ccf0fa;
    --bs-blue-300-rgb: 204, 240, 250;
    --bs-blue: #00b3e7;
    --bs-blue-rgb: 0, 179, 231;
    --bs-red: #c93746;
    --bs-red-rgb: 201, 55, 70;
    --bs-green-300: #f1f5ce;
    --bs-green-300-rgb: 241, 245, 206;
    --bs-green: #e4ec9d;
    --bs-green-rgb: 228, 236, 157;
    --bs-teal-300: #ace1df;
    --bs-teal-300-rgb: 172, 225, 223;
    --bs-teal: #59c4c0;
    --bs-teal-rgb: 89, 196, 192;
}

html {
    font-size: var(--bs-root-font-size);
    scroll-behavior: smooth;
}

@media (min-width: 768px),
print {
    html {
        font-size: var(--bs-root-font-size-md);
    }
}

:target {
    scroll-margin-top: 6.1rem;
}

@media (min-width: 768px),
print {
    :target {
        scroll-margin-top: 6.7rem;
    }
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    line-height: 1.4;
    color: var(--bs-body-color);
    letter-spacing: 0.04em;
    background: var(--bs-body-bg);
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

@media (min-width: 768px),
print {
    body {
        font-size: var(--bs-body-font-size-md);
        line-height: 1.8;
        letter-spacing: 0.06em;
    }
}

@media (min-width: 768px),
print {
    body {
        min-width: 1230px;
    }
}

body.is-nav-open {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
    -webkit-overflow-scrolling: none;
}

@media (min-width: 768px),
print {
    .container {
        width: 1230px;
    }
}

a {
    overflow: hidden;
    color: var(--bs-link-color);
    -webkit-text-decoration: underline;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    word-break: break-all;
}

a:hover {
    color: var(--bs-link-hover-color);
    -webkit-text-decoration: none;
    text-decoration: none;
}



p {
    margin-bottom: 1.2em;
}

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

ul,
ol {
    padding-left: 0;
    margin-bottom: 1.2em;
}

dd {
    margin-bottom: 1.2em;
}

figure {
    margin: 0 0 1.2em;
}

figcaption {
    margin: 0.5em 0;
    line-height: 1.3;
}

blockquote {
    margin: 0 0 1.2em;
}

hr {
    margin: 1.65em auto;
    border: none;
    border-bottom: 2px solid #ccc;
}

hr.-short {
    max-width: 33.3333%;
}

small,
.small {
    font-size: 80%;
}

.contents {
    padding: 3.4rem 1.5rem 0rem;
}

@media (min-width: 768px),
print {
    .contents {
        width: 100%;
        max-width: 1130px;
        padding: 3.8rem 1.5rem 0rem;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

.page-index .contents {
    padding: 0;
}

@media (min-width: 768px),
print {
    .page-index .contents {
        width: 100%;
    }
}

a[href=""] {
    pointer-events: none;
}

.header-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.9rem 0.7rem 1.2rem;
    margin: 0 calc(-0.5 * var(--bs-gutter-x));
}

@media (min-width: 768px),
print {
    .header-row {
        flex-direction: row;
        padding: 2.1rem 0 1.5rem;
        margin: 0;
    }
}

.header-logo-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 5.2rem;
    padding: 0.8rem 10.4rem 0 0.8rem;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1;
    background: #fff;
}

@media (min-width: 768px),
print {
    .header-logo-wrap {
        position: static;
        width: 40.6rem;
        height: auto;
        padding: 0;
        margin: 0;
        background: none;
        border: none;
    }
}

.header-logo {
    width: 100%;
}

.header-access {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 768px),
print {
    .header-access {
        margin: 1.4rem 0 0 auto;
    }
}

.header-access>li {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

@media (min-width: 768px),
print {
    .header-access>li {
        font-size: 1.8rem;
    }
}

.header-access>li:not(:first-child) {
    margin-top: 0.6em;
}

@media (min-width: 768px),
print {
    .header-access>li:not(:first-child) {
        margin-top: 0.9em;
    }
}

.header-access>li i::before {
    margin: 0 0.5em 0 0;
    color: var(--bs-teal);
    scale: 1.12;
    translate: 0 -0.03em;
}

@media (min-width: 768px),
print {
    .header-access>li i::before {
        margin-right: 0.85em;
    }
}

.header-access>li i:is(:nth-child(2) > *)::before {
    color: var(--bs-primary);
}

.header-info {
    padding: 0;
    margin: 0.9rem 0 0;
    list-style: none;
}

@media (min-width: 768px),
print {
    .header-info {
        margin: 1.4rem 0 0 6.4rem;
    }
}

.header-info>li.-tel {
    display: flex;
    align-items: center;
    padding: 0.4rem 3rem 0.5rem;
    font-family: var(--font-noto-sans);
    font-size: 1.9rem;
    line-height: 1;
    color: var(--bs-primary);
    letter-spacing: 0;
    white-space: nowrap;
    border: 1px solid var(--bs-primary);
}

@media (min-width: 768px),
print {
    .header-info>li.-tel {
        padding: 1.2rem 3.1rem;
        font-size: 2.8rem;
    }
}

.header-info>li.-tel i::before {
    margin: 0 0.52em 0.1em 0;
    font-size: 87%;
}

.header-info>li.-tel a {
    color: var(--bs-primary);
}

.nav-open {
    position: fixed;
    top: 0.2rem;
    right: 0.3rem;
    z-index: 1002;
    display: block;
    padding: 3vw 3.6vw 6.9vw;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 0.3rem;
    mix-blend-mode: multiply;
    transition: transform ease 0.5s;
}

@media (min-width: 768px),
print {
    .nav-open {
        display: none;
    }
}

.nav-open:focus {
    outline: none;
}

.nav-open:focus-visible {
    outline: 1px solid #4b81f3;
}

.nav-open::after {
    position: absolute;
    bottom: 1.8vw;
    left: 50%;
    font-size: 2.8vw;
    font-weight: 400;
    color: var(--bs-body-color);
    content: "MENU";
    transform: translateX(-50%);
}

.nav-open .toggle-icon {
    position: relative;
    display: block;
    width: 8vw;
    height: 5vw;
    padding: 0;
    margin: 0;
    line-height: 1.125;
}

.nav-open .toggle-icon-bar {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0.2rem;
    background-color: var(--bs-body-color);
    border-radius: 1px;
    box-shadow: none;
    transition: opacity 0.4s, background-color 0.4s;
}

.nav-open .toggle-icon-bar:nth-child(1) {
    top: 0;
}

.nav-open .toggle-icon-bar:nth-child(2) {
    top: 2.2vw;
}

.nav-open .toggle-icon-bar:nth-child(3) {
    bottom: 0;
}

.nav-open.load .toggle-icon span {
    animation: none;
}

.toggle-icon span:nth-of-type(1) {
    animation: menu-bar01 0.6s forwards;
}

.toggle-icon span:nth-of-type(2) {
    opacity: 1;
    transition: opacity 0.2s 0.18s, background-color 0.4s;
}

.toggle-icon span:nth-of-type(3) {
    animation: menu-bar03 0.6s forwards;
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(2.2vw) rotate(45deg);
    }

    50% {
        transform: translateY(2.2vw) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar03 {
    0% {
        transform: translateY(-2.2vw) rotate(-45deg);
    }

    50% {
        transform: translateY(-2.2vw) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.nav-close {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767.98px) {
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1001;
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow-y: auto;
        overscroll-behavior-y: contain;
        visibility: hidden;
        background: var(--bs-body-bg);
        opacity: 0;
        transition: 0.45s cubic-bezier(0.03, 0.1, 0.15, 0.78), background-color 0s;
        transform: translateY(-1.5rem);
    }

    .navbar .nav-inner {
        display: flex;
        width: 100%;
        padding: 1rem 0;
        margin: auto 0;
    }

    .navbar .nav-inner2 {
        width: 100%;
    }

    .navbar .global-nav {
        width: 100%;
        padding: 0 1.4rem;
        margin: 0;
        list-style: none;
    }

    .navbar .global-nav>li:not(:last-child) {
        border-bottom: 1px solid rgba(var(--bs-teal-rgb), 0.55);
    }

    .navbar .global-nav>li [class^=icon-],
    .navbar .global-nav>li [class*=" icon-"] {
        display: none;
    }

    .navbar .global-nav>li.-parent>button {
        padding-bottom: 0.6rem;
        pointer-events: none;
        cursor: text;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .navbar .global-nav>li.-parent i {
        display: none;
    }

    .navbar .global-nav>li> :is(a, button) {
        display: block;
        width: 100%;
        padding: 1.6rem 0.2rem;
        font-family: var(--font-noto-sans);
        font-size: 1.4rem;
        line-height: 1.15;
        color: var(--bs-body-color);
        text-align: left;
        -webkit-text-decoration: none;
        text-decoration: none;
        letter-spacing: 0.12em;
        background: none;
        border: 0;
    }

    .navbar .global-nav>li> :is(a, button):focus {
        outline: none;
    }

    .navbar .global-nav>li> :is(a, button):focus-visible {
        outline: 2px solid #4b81f3;
    }

    .navbar .global-nav>li> :is(a, button).is-current {
        color: var(--bs-primary);
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    .navbar .sub {
        padding: 0 0 1.3rem 1.9rem;
    }

    .navbar .sub-nav {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .navbar .sub-nav>li {
        width: 52.5%;
        margin: 0;
    }

    .navbar .sub-nav>li:nth-child(2n) {
        width: 47.5%;
    }

    .navbar .sub-nav>li>a {
        display: flex;
        align-items: center;
        height: 2.9rem;
        padding: 0;
        font-family: var(--font-noto-sans);
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.1;
        color: var(--bs-body-color);
        -webkit-text-decoration: none;
        text-decoration: none;
        letter-spacing: 0.06em;
    }

    .navbar .sub-nav>li>a::before {
        margin-right: 0.3rem;
        font-family: fontello, sans-serif;
        color: var(--bs-primary);
        text-transform: none;
        content: "\e810";
        scale: 0.8;
        translate: 0 0.06em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar .sub-nav>li>a.is-current {
        color: var(--bs-primary);
        -webkit-text-decoration: none;
        text-decoration: none;
    }
}

@media screen and (max-width: 767.98px) {
    .nav-open[aria-expanded=true]~.navbar {
        position: fixed;
        visibility: visible;
        opacity: 1;
        transition: 0.6s cubic-bezier(0.29, 0.19, 0.1, 0.85), background-color 0s;
        transform: translateX(0);
    }
}

.nav-open[aria-expanded=true] {
    transform: translateY(0.6rem);
}

.nav-open[aria-expanded=true]::after {
    content: "CLOSE";
}

.nav-open[aria-expanded=true] .toggle-icon span:nth-child(1) {
    animation: active-menu-bar01 0.6s forwards;
}

.nav-open[aria-expanded=true] .toggle-icon span:nth-child(2) {
    opacity: 0;
}

.nav-open[aria-expanded=true] .toggle-icon span:nth-child(3) {
    animation: active-menu-bar03 0.6s forwards;
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(2.2vw) rotate(0);
    }

    100% {
        transform: translateY(2.2vw) rotate(45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-2.2vw) rotate(0);
    }

    100% {
        transform: translateY(-2.2vw) rotate(-45deg);
    }
}

@media (min-width: 768px),
print {
    .navbar {
        position: sticky;
        top: 0;
        z-index: 1001;
        display: block;
        background: #fff;
        transition: box-shadow 0.5s ease, background-color 0.5s ease, -webkit-backdrop-filter 0.5s ease;
        transition: box-shadow 0.5s ease, background-color 0.5s ease, backdrop-filter 0.5s ease;
        transition: box-shadow 0.5s ease, background-color 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
    }
}

@media screen and (min-width: 768px) {
    .navbar.is-scroll {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), 0 3px 10px rgba(0, 0, 0, 0.08);
    }
}

@media (min-width: 768px),
print {
    .global-nav {
        display: flex;
        width: calc(1230px - 3rem);
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }

    .global-nav li {
        padding: 0;
    }

    .global-nav>li {
        position: relative;
        z-index: 1;
        flex-grow: 1;
    }

    .global-nav>li:not(:first-child)> :is(a, button)::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -0.1rem;
        width: 0.15rem;
        height: 2.3rem;
        margin: auto 0;
        content: "";
        background: #666;
        rotate: 43deg;
    }

    .global-nav>li:last-child::after {
        right: -0.1rem;
        left: auto;
    }

    .global-nav>li.-parent>button {
        cursor: default;
    }

    .global-nav>li.-parent>button::after {
        display: none;
    }

    .global-nav>li .icon-icon04::before {
        margin: 0 -0.3em 0 0.1em;
        color: var(--bs-primary);
        scale: 0.55 -0.55;
    }

    .global-nav>li> :is(a, button) {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 5.2rem;
        padding: 0;
        overflow: visible;
        font-family: var(--font-noto-sans);
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.1;
        color: #666;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        letter-spacing: 0;
        background: none;
        border: 0;
        transition: color 0.25s;
    }

    .global-nav>li> :is(a, button)::after {
        position: absolute;
        right: 4.5rem;
        bottom: 0.7rem;
        width: 0;
        height: 0.2rem;
        content: "";
        background: var(--bs-secondary);
        transition: width 0.55s 0.05s cubic-bezier(0.43, 0.07, 0.05, 0.93);
    }

    .global-nav>li> :is(a, button):is(:hover, :focus-visible, .is-current)::after {
        right: inherit;
        left: 4.5rem;
        width: calc(100% - 9rem);
        transition: width 0.35s cubic-bezier(0.3, 0.06, 0.15, 0.98);
    }

    .global-nav>li> :is(a, button).is-current {
        transition: none;
    }

    .global-nav>li> :is(a, button).is-current::after {
        transition: none;
    }

    .global-nav>li> :is(a, button):focus {
        outline: none;
    }

    .global-nav>li> :is(a, button):focus-visible {
        outline: 2px solid #4b81f3;
    }

    .global-nav>li.-parent>[aria-expanded=true]+.sub {
        top: 91%;
        visibility: visible;
        opacity: 1;
    }

    .global-nav .sub {
        position: absolute;
        top: 99%;
        left: calc(-9.5rem + 50%);
        width: 19rem;
        visibility: hidden;
        background: var(--bs-primary);
        box-shadow: 0 0.4rem 1rem -0.2rem rgba(0, 0, 0, 0.16);
        opacity: 0;
        transition: top 0.4s, visibility 0.4s, opacity 0.4s;
    }

    .global-nav .sub-nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .global-nav .sub-nav>li {
        border: 0;
    }

    .global-nav .sub-nav>li:not(:first-child) {
        border-top: 1px solid #fff;
    }

    .global-nav .sub-nav>li>a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 4.7rem;
        padding: 0 0.4rem;
        font-family: var(--font-noto-sans);
        font-size: 1.8rem;
        line-height: 1.35;
        color: #fff;
        text-align: center;
        -webkit-text-decoration: none;
        text-decoration: none;
        letter-spacing: 0;
        border: 1px solid var(--bs-primary);
        transition: background-color 0.2s, color 0.2s;
    }

    .global-nav .sub-nav>li>a:is(:hover, :focus-visible, .is-current) {
        color: var(--bs-primary);
        -webkit-text-decoration: none;
        text-decoration: none;
        background-color: #fff;
    }

    .global-nav .sub-nav>li>a.is-current {
        transition: none;
    }

    .global-nav .sub-nav br {
        display: none;
    }

    .global-nav .sub-nav i {
        display: none;
    }
}

.footer {
    padding: 3.2rem 0 0;
}

@media (min-width: 768px),
print {
    .footer {
        padding: 7.9rem 0 0;
    }
}

.footer-nav {
    display: none;
}

@media (min-width: 768px),
print {
    .footer-nav {
        display: block;
        padding: 0;
        margin: 0 0 1.3rem;
        font-size: 0;
        text-align: center;
        list-style: none;
    }
}

.footer-nav>li {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: 0;
}

.footer-nav>li:not(:first-child) {
    border-left: 1px solid rgba(var(--bs-body-color-rgb), 0.3);
}

.footer-nav a {
    display: inline-block;
    padding: 0 1.2em;
    overflow: visible;
    color: var(--bs-body-color);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.footer-nav a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.footer-nav br {
    display: none;
}

.footer-nav [class^=icon-],
.footer-nav [class*=" icon-"] {
    display: none;
}

.footer-nav .-parent {
    display: none;
}

.footer-nav .en-caption {
    display: none;
}

.copyright {
    padding: 1.1rem 0;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    background-color: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .copyright {
        padding: 1.8rem 0;
        margin-top: 3.7rem;
    }
}

.copyright small {
    font-size: 1rem;
}

@media (min-width: 768px),
print {
    .copyright small {
        font-size: 1.8rem;
    }
}

.copyright a {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.svg-hidden {
    position: absolute;
    width: 0;
    height: 0;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

@media (min-width: 768px),
print {
    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

.d-inline-table {
    display: inline-table;
}

@media (min-width: 768px),
print {
    .d-md-inline-table {
        display: inline-table;
    }
}

.ov-h {
    overflow: hidden;
}

.ti-1 {
    text-indent: 1em;
}

.td-u {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.td-n {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.text-nowrap {
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

@media (min-width: 768px),
print {
    .text-md-nowrap {
        white-space: nowrap;
    }

    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-justify {
        text-align: justify !important;
    }
}

.align-top {
    vertical-align: top !important;
}

.font-serif {
    font-family: var(--bs-font-serif);
}

.font-noto-sans {
    font-family: var(--font-noto-sans);
}

.text-body {
    color: var(--bs-body-color) !important;
}

.text-body a {
    color: var(--bs-body-color) !important;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-red {
    color: var(--bs-red) !important;
}

.text-red a {
    color: var(--bs-red) !important;
}

.text-blue {
    color: var(--bs-blue) !important;
}

.text-teal {
    color: var(--bs-teal) !important;
}

.text-gray {
    color: rgba(var(--bs-body-color-rgb), 0.7);
}

.text-white {
    color: #fff !important;
}

.text-white a {
    color: #fff !important;
}

.text-highlight {
    padding: 0 0.1em;
    background: linear-gradient(transparent, transparent 63%, #f2eb18 0);
}

.text-highlight.-color02 {
    background: linear-gradient(transparent, transparent 63%, #f7d7e3 0);
}

.fw-n {
    font-weight: 400 !important;
}

.fw-b {
    font-weight: 700 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fz-0 {
    font-size: 0;
}

.fz-sm {
    font-size: 80%;
}

.fz-n {
    font-size: 100%;
}

.fz-lg {
    font-size: 120%;
}

.fz-2l {
    font-size: 140%;
}

.fz-3l {
    font-size: 160%;
}

.fz-4l {
    font-size: 180%;
}

@media (min-width: 768px),
print {
    .fz-md-sm {
        font-size: 80%;
    }

    .fz-md-n {
        font-size: 100%;
    }

    .fz-md-lg {
        font-size: 120%;
    }

    .fz-md-2l {
        font-size: 140%;
    }

    .fz-md-3l {
        font-size: 160%;
    }

    .fz-md-4l {
        font-size: 180%;
    }
}

.lts-0 {
    letter-spacing: 0;
}

.hover-opacity:hover {
    opacity: 0.85;
}

.hover-lighten {
    transition: filter 0.25s;
}

.hover-lighten:hover {
    filter: brightness(107%);
}

.hover-darken {
    transition: filter 0.25s;
}

.hover-darken:hover {
    filter: brightness(96%);
}

.rounded {
    border-radius: 1.5rem;
}

@media (min-width: 768px),
print {
    .rounded {
        border-radius: 3rem;
    }
}

.border {
    border: 1px solid #ddd;
}

.sr-only,
.visually-hidden,
.visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.break-before {
    page-break-before: always;
    break-before: page;
}

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
/* FONT_START */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Slide styles end */
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-lock {
    display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-feature-settings: ;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

/* Navigation font end */
:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

:root {
    /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
}

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible;
}

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

.splide__slide img {
    vertical-align: bottom;
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1;
}

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb>.splide__list {
    display: block;
}

.splide__arrow {
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 2em;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
}

.splide__arrow:disabled {
    opacity: 0.3;
}

.splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__arrow--prev {
    left: 1em;
}

.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}

.splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
    outline: 0;
}

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
        border-color: #0bf;
    }
}

.splide__toggle {
    cursor: pointer;
}

.splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
    transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg);
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}

.link-tel {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.link-tel:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

.page-tit-bg {
    width: 100%;
    background: #ccf0fa url("../img/tit_pagetitle.png") no-repeat 50% 50%/cover;
}

@media (min-width: 768px),
print {
    .page-tit-bg {
        background-size: 2000px;
    }
}

@media (min-width: 2001px) {
    .page-tit-bg {
        background-size: 100%;
    }
}

.page-tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 12rem;
    padding: 1.2rem 1rem;
    margin: 0 calc(-0.5 * var(--bs-gutter-x));
    font-family: var(--font-noto-sans);
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0;
}

@media (min-width: 768px),
print {
    .page-tit {
        height: 32rem;
        padding: 0;
        margin: 0;
        font-size: 3rem;
    }
}

.tit-basic01 {
    position: relative;
    z-index: 0;
    padding: 0 0 1.1rem;
    margin: 4.2rem 0 1.8rem 0.05em;
    font-family: var(--font-noto-sans);
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--bs-primary);
    text-align: center;
    letter-spacing: 0.05em;
}

@media (min-width: 768px),
print {
    .tit-basic01 {
        padding: 0 0 1.4rem 0.08em;
        margin: 9rem 0 3.6rem;
        font-size: 3rem;
        letter-spacing: 0.08em;
        background-size: auto 4.2rem;
    }
}

.tit-basic01::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2.1333em;
    height: 0.12rem;
    margin: 0 auto;
    content: "";
    background: var(--bs-teal);
}

@media (min-width: 768px),
print {
    .tit-basic01::before {
        height: 0.2rem;
    }
}

.tit-basic02 {
    padding: 0.6rem 1.2rem;
    margin: 3.3rem -0.2rem 1.2rem;
    font-family: var(--font-noto-sans);
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.05em;
    background: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .tit-basic02 {
        padding: 0.8rem 1.8rem;
        margin: 5.6rem 0 1.8rem;
        font-size: 2.6rem;
        letter-spacing: 0.08em;
    }
}

.tit-basic03 {
    position: relative;
    padding: 0 0 1rem 1.3em;
    margin: 2.1rem 0 0.9rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (min-width: 768px),
print {
    .tit-basic03 {
        padding: 0 0 1.4rem 1.35em;
        margin: 3.3rem 0 1.4rem;
        font-size: 2rem;
        letter-spacing: 0.08em;
    }
}

.tit-basic03::before {
    position: absolute;
    left: 0;
    font-family: fontello, sans-serif;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    color: #40a3d5;
    text-transform: none;
    content: "\e924";
    transform: translateY(0.05em);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: never;
}

.tit-basic03::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    content: "";
    background: radial-gradient(#c1c1c1 25%, transparent 25%);
    background-size: 0.65rem 0.65rem;
}

@media (min-width: 768px),
print {
    .tit-basic03::after {
        height: 0.6rem;
        background-size: 0.9rem 0.9rem;
    }
}

.contents>section:first-child>.tit-basic01,
.tit-basic01+section:first-of-type>.tit-basic02,
.tit-basic02+section:first-of-type>.tit-basic03,
.tit-basic03+section:first-of-type>.tit-basic04 {
    margin-top: 0;
}

nav[aria-label="パンくずリスト"] {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0 8px;
    margin: 1.2rem 0 0;
    list-style: none;
    width: fit-content;
}

@media (min-width: 768px),
print {
    .breadcrumb {
        padding: 0;
        margin: 1.6rem 0 0;
    }
}

.breadcrumb>li {
    font-size: 1.1rem;
    color: var(--bs-primary);
    letter-spacing: 0;
    white-space: nowrap;
}

@media (min-width: 768px),
print {
    .breadcrumb>li {
        font-size: 1.8rem;
    }
}

/* .breadcrumb>li:first-child {
    text-transform: uppercase;
} */

.breadcrumb>li+li {
    /* padding-left: 0.6em; */
}

.breadcrumb li:not(li:last-child) {
    display: flex;
    gap: 0.6em;
}

.breadcrumb li:not(li:last-child) a {
    flex-shrink: 0;
}

.breadcrumb li:not(li:last-child)::after {
    padding-right: 0.6em;
    color: rgba(var(--bs-primary-rgb), 0.9);
    content: "＞";
    transform: scale(0.9);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb>li.active {
    color: #7d7d7d;
}

.breadcrumb a {
    color: var(--bs-primary);
    -webkit-text-decoration: none;
    text-decoration: none;
}

.breadcrumb a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

.breadcrumb br {
    display: none;
}


.table-basic {
    width: 100%;
    margin: 1.3rem 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #b2bbbe;
    border-left: 1px solid #b2bbbe;
}

@media (min-width: 768px),
print {
    .table-basic {
        margin: 1.6rem 0;
        font-size: 1.6rem;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
}

.table-basic caption {
    padding: 0.6rem 0;
}

.table-basic th {
    padding: 0.8rem;
    font-weight: 700;
    color: #3e717f;
    text-align: center;
    background-color: var(--bs-blue-200);
    border-right: 1px solid #b2bbbe;
    border-bottom: 1px solid #b2bbbe;
}

@media (min-width: 768px),
print {
    .table-basic th {
        padding: 1.6rem 2rem;
    }
}

.table-basic th.-color02 {
    color: #443823;
    background-color: #fbe2a8;
    border-right-color: #a1acb0;
    border-bottom-color: #a1acb0;
}

.table-basic td {
    padding: 0.8rem;
    background: #fff;
    border-right: 1px solid #b2bbbe;
    border-bottom: 1px solid #b2bbbe;
}

@media (min-width: 768px),
print {
    .table-basic td {
        padding: 1.6rem 2.2rem;
    }
}

.table-basic.-price tr td:not(:only-child):last-child {
    text-align: right;
}

.table-basic.-price tr> :not(:only-child):last-child {
    width: 34%;
}

@media (min-width: 768px),
print {
    .table-basic.-price tr> :not(:only-child):last-child {
        width: 31%;
    }
}

.table-basic.-th-left th {
    text-align: left;
}

.scroll-area {
    overflow: auto hidden;
}

@media (min-width: 768px),
print {
    .scroll-area {
        overflow: visible;
    }
}

ul.-expanded>li,
ol.-expanded>li {
    margin-bottom: 0.8em;
}

.list-basic {
    padding-left: 0.3rem;
    list-style: none;
}

.list-basic>li {
    position: relative;
    padding-left: 1.05em;
    margin-bottom: 0.15em;
}

.list-basic>li::before {
    position: absolute;
    left: 0;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    color: var(--bs-primary);
    content: "●";
    transform: scale(0.6);
    transform-origin: left center;
}

.list-basic.-notice {
    padding-left: 0;
}

.list-basic.-notice>li {
    padding-left: 1.05em;
}

@media (min-width: 768px),
print {
    .list-basic.-notice>li {
        padding-left: 1.15em;
    }
}

.list-basic.-notice>li::before {
    color: inherit;
    content: "※";
    transform: none;
}

.list-basic.-square>li {
    padding-left: 1.4em;
}

.list-basic.-square>li::before {
    font-weight: 400;
    color: #bfa9b0;
    content: "□";
    transform: none;
}

.list-basic.-inline-block {
    padding-left: 0;
    margin-bottom: calc(var(--bs-body-font-size) * 1.2);
    margin-left: -15px;
    font-size: 0;
}

@media (min-width: 768px),
print {
    .list-basic.-inline-block {
        margin-bottom: calc(var(--bs-body-font-size-md) * 1.2);
    }
}

.list-basic.-inline-block>li {
    display: inline-block;
    margin-right: 0.6rem;
    margin-left: 15px;
    font-size: var(--bs-body-font-size);
}

@media (min-width: 768px),
print {
    .list-basic.-inline-block>li {
        margin-right: 15px;
        font-size: var(--bs-body-font-size-md);
    }
}

.list-basic.-flex {
    padding-left: 0;
}

.list-basic.-flex>li {
    display: flex;
    align-items: baseline;
    padding-left: 0;
}

.list-basic.-flex>li::before {
    position: static;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 0.2em;
    transform-origin: center center;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-parentheses {
    padding-left: 0.1em;
    list-style: none;
}

.list-parentheses>li {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.2em;
    counter-increment: parenNum;
}

.list-parentheses>li::before {
    flex-shrink: 0;
    margin-right: 0.5rem;
    content: counter(parenNum) ") ";
}

.list-num {
    padding-left: 0.1em;
    list-style: none;
}

.list-num>li {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.2em;
    font-weight: 700;
    color: #48a242;
    counter-increment: parenNum;
}

.list-num>li::before {
    flex-shrink: 0;
    margin-right: 0.5rem;
    content: counter(parenNum) ".";
}

.list-num.-inline-block {
    padding-left: 0;
    margin-bottom: calc(var(--bs-body-font-size) * 1.2);
    margin-left: -15px;
    font-size: 0;
}

@media (min-width: 768px),
print {
    .list-num.-inline-block {
        margin-bottom: calc(var(--bs-body-font-size-md) * 1.2);
    }
}

.list-num.-inline-block>li {
    display: inline-block;
    margin-right: 0.6rem;
    margin-left: 15px;
    font-size: var(--bs-body-font-size);
}

@media (min-width: 768px),
print {
    .list-num.-inline-block>li {
        margin-right: 15px;
        font-size: var(--bs-body-font-size-md);
    }
}

.overview {
    padding: 3.8rem 0 3.5rem;
    border-top: 1px solid rgba(var(--bs-teal-rgb), 0.5);
}

@media (min-width: 768px),
print {
    .overview {
        padding: 8rem 0 6.5rem;
    }
}

.page-index .overview {
    border-top: none;
}

@media (min-width: 768px),
print {
    .overview-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.overview-logo {
    display: block;
    width: 26rem;
    padding-right: 0.9rem;
    margin: 0 auto 2.7rem;
}

@media (min-width: 768px),
print {
    .overview-logo {
        width: 40.6rem;
        padding-right: 0;
        margin: 0 auto 7.2rem;
    }
}

.overview-col-left {
    padding-bottom: 2.3rem;
}

@media (min-width: 768px),
print {
    .overview-col-left {
        width: 57.6rem;
        padding-bottom: 0;
    }
}

@media (min-width: 768px),
print {
    .overview-col-right {
        width: 57.6rem;
    }
}

.overview-list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0;
    font-size: 1.1rem;
}

@media (min-width: 768px),
print {
    .overview-list {
        font-size: 1.8rem;
    }
}

.overview-list dt {
    display: flex;
    align-items: flex-start;
    width: 6rem;
    padding: 0 0.4rem 1.1rem 0;
    font-family: var(--font-noto-sans);
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}

@media (min-width: 768px),
print {
    .overview-list dt {
        width: 12.8rem;
        padding: 0 0.8rem 1.7rem 0;
    }
}

.overview-list dt>span {
    display: block;
    width: 100%;
    padding: 0.4em 0;
    background: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .overview-list dt>span {
        padding: 0.46em 0;
    }
}

.overview-list dd {
    width: calc(100% - 6rem);
    padding: 0 0 0.4rem 0.7rem;
    margin: 0 0 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 768px),
print {
    .overview-list dd {
        width: calc(100% - 12.8rem);
        padding: 0 0 0.7rem 3.9rem;
        margin: 0 0 1.5rem;
        line-height: 1.55;
    }
}

.overview-tel {
    display: flex;
    align-items: center;
    font-family: var(--font-noto-sans);
    font-size: 1.6rem;
    line-height: 1;
    color: var(--bs-primary);
    letter-spacing: 0;
    white-space: nowrap;
}

@media (min-width: 768px),
print {
    .overview-tel {
        font-size: 2.8rem;
    }
}

.overview-tel i::before {
    margin: 0 0.36em 0.1em 0;
    font-size: 87%;
}

.overview-tel a {
    color: var(--bs-primary);
}

.timetable {
    --border-color: #ccc;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
}

@media (min-width: 768px),
print {
    .timetable {
        font-size: 1.8rem;
    }
}

.timetable caption {
    padding: 0.6rem 0 0;
    line-height: 1.55;
    letter-spacing: 0;
}

@media (min-width: 768px),
print {
    .timetable caption {
        padding: 0.9rem 0 0;
        line-height: 1.7;
    }
}

.timetable tr {
    margin: 0;
    vertical-align: middle;
}

.timetable tr> :last-child {
    width: 3.7rem;
    padding-right: 0.6rem;
}

@media (min-width: 768px),
print {
    .timetable tr> :last-child {
        width: 8.9rem;
        padding-right: 1.5rem;
    }
}

.timetable th {
    padding: 0.7rem 0;
    font-family: var(--font-noto-sans);
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .timetable th {
        padding: 1.7rem 0;
        letter-spacing: 0.05em;
    }
}

.timetable th.time {
    width: 8.5rem;
}

@media (min-width: 768px),
print {
    .timetable th.time {
        width: 16.6rem;
    }
}

.timetable td {
    padding: 1rem 0;
    color: var(--bs-teal);
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
}

@media (min-width: 768px),
print {
    .timetable td {
        padding: 1.7rem 0;
    }
}

.timetable td.time2 {
    color: var(--bs-body-color);
}

@media (min-width: 768px),
print {
    .timetable td.time2 {
        padding-right: 3.4rem;
        text-align: right;
    }
}

.main .timetable {
    --border-color: var(--bs-primary);
    border: 1px solid var(--border-color);
}

@media (min-width: 768px),
print {
    .main .timetable caption {
        padding-top: 1.1rem;
        font-size: 1.8rem;
    }

    .main .timetable tr> :last-child {
        width: 12.4rem;
        padding-right: 3.4rem;
    }

    .main .timetable th {
        padding: 1.6rem 0;
        font-size: 2rem;
    }

    .main .timetable th.time {
        width: 27.6rem;
        letter-spacing: 0.08em;
    }

    .main .timetable td {
        padding: 1.7rem 0;
        font-size: 1.8rem;
    }

    .main .timetable td.time2 {
        padding-right: 7.6rem;
        letter-spacing: 0.08em;
    }
}

.yahoo-map div:not([class]) {
    padding-top: 116% !important;
}

@media (min-width: 768px),
print {
    .yahoo-map div:not([class]) {
        padding-top: 400px !important;
    }
}

.page-access .yahoo-map div:not([class]) {
    padding-top: 130% !important;
}

@media (min-width: 768px),
print {
    .page-access .yahoo-map div:not([class]) {
        padding-top: 52% !important;
    }
}

.sticky-btn {
    display: none;
}

@media (min-width: 768px),
print {
    .sticky-btn {
        position: fixed;
        top: 18.5rem;
        right: 0;
        z-index: 9;
        display: block;
        width: clamp(8rem, 14.7692vh, 9.6rem);
        padding: 0;
        margin: 0;
        list-style: none;
    }
}

@media (min-width: 768px) and (min-height: 650px),
print and (min-height: 650px) {
    .sticky-btn {
        width: 9.6rem;
    }
}

.sticky-btn>li:not(:first-child) {
    margin-top: 1rem;
}

.sticky-btn a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: clamp(1.4rem, 2.6153vh, 1.7rem) 0;
    font-size: clamp(1.4rem, 2.4615vh, 1.6rem);
    font-weight: 500;
    line-height: 1;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    background: var(--bs-primary);
    border-radius: 1rem 0 0 1rem;
    transition: filter 0.25s;
}

@media (min-height: 650px) {
    .sticky-btn a {
        padding: 1.7rem 0;
        font-size: 1.6rem;
    }
}

.sticky-btn a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    filter: brightness(109%);
}

.sticky-btn [class^=icon-]::before,
.sticky-btn [class*=" icon-"]::before {
    margin: 0 0 0.5rem;
    font-size: 165%;
    letter-spacing: 0;
}

.page-top {
    position: fixed;
    right: 0.7rem;
    bottom: 4.5rem;
    z-index: 999;
    display: block;
    width: 4rem;
    aspect-ratio: 1;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 1;
    color: #fff;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    visibility: hidden;
    background: var(--bs-secondary);
    border: none;
    opacity: 0;
    transition: background-color 0.4s, opacity 0.4s, visibility 0s 0.4s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px),
print {
    .page-top {
        right: 3rem;
        bottom: 3rem;
        width: 5.6rem;
        font-size: 1.6rem;
    }
}

.page-top.is-scroll {
    visibility: visible;
    opacity: 1;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s, visibility 0.4s;
}

.page-top.is-scroll:hover {
    background-color: var(--bs-primary);
    transition: background-color 0.25s, color 0.25s, opacity 0.25s;
}

.page-top:focus {
    outline: none;
}

.page-top:focus-visible {
    outline: 1px solid #4b81f3;
}

.page-top i {
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    translate: -50% -50%;
}

.page-top i::before {
    margin: 0;
    font-size: 2.3rem;
}

@media (min-width: 768px),
print {
    .page-top i::before {
        font-size: 3.3rem;
    }
}

.sticky-contact {
    position: sticky;
    bottom: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.45s, opacity 0.45s, visibility 0s 0.45s;
    transform: translateY(100%);
}

.sticky-contact.is-scroll {
    visibility: visible;
    opacity: 1;
    transition: transform 0.6s, opacity 0.6s, visibility 0.6s;
    transform: translateY(0);
}

.sp-sticky-contact {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #ddd;
    box-shadow: 0 -0.1rem 0.5rem rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px),
print {
    .sp-sticky-contact {
        display: none !important;
    }
}

.sp-sticky-contact>li {
    flex-basis: 50%;
}

.sp-sticky-contact>li:not(:first-child) {
    border-left: 1px solid #eee;
}

.sp-sticky-contact>li.-tel a {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    background-color: var(--bs-primary);
}

.sp-sticky-contact>li.-access a {
    background-color: var(--bs-teal);
}

.sp-sticky-contact>li.-reserve a {
    text-transform: uppercase;
}

.sp-sticky-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.6rem;
    font-family: var(--font-noto-sans);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    letter-spacing: 0.025em;
}

.sp-sticky-contact [class^=icon-]::before,
.sp-sticky-contact [class*=" icon-"]::before {
    margin: 0 0.4rem 0 0;
    font-size: 1.4rem;
}

.splide {
    margin: 0 auto;
    cursor: grab;
}

@media (min-width: 768px),
print {
    .splide {
        width: 75rem;
    }
}

.splide .splide__slide.is-active figcaption {
    opacity: 1;
    transform: translateY(0);
}

.splide figure {
    position: relative;
    margin: 0;
}

.splide figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0.5rem;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #009bc8;
    text-align: center;
    text-shadow: 0 0 0.25em #fff, 0 0 0.3em #fff, 0 0 0.35em #fff, 0 0 0.4em #fff;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
    transform: translateY(0.7em);
}

@media (min-width: 768px),
print {
    .splide figcaption {
        padding: 1.1rem;
        font-size: 2rem;
    }
}

.splide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.splide--nav {
    box-sizing: border-box;
    margin-top: 1rem;
}

.splide--nav .splide__slide {
    border: 0.3rem solid transparent !important;
    opacity: 0.85;
}

@media (min-width: 768px),
print {
    .splide--nav .splide__slide {
        border-width: 0.4rem !important;
    }
}

.splide--nav .splide__slide.is-active {
    border-color: var(--bs-primary) !important;
    opacity: 1;
}

.splide--nav .splide__arrow:focus {
    outline: none;
}

.splide--nav .splide__arrow--prev {
    left: -10px;
}

@media (min-width: 768px),
print {
    .splide--nav .splide__arrow--prev {
        left: -2.7em;
    }
}

.splide--nav .splide__arrow--next {
    right: -10px;
}

@media (min-width: 768px),
print {
    .splide--nav .splide__arrow--next {
        right: -2.7em;
    }
}

.inview-fade-in {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(0.39, 0.4, 0.21, 0.83), transform 0.7s cubic-bezier(0.39, 0.4, 0.21, 0.83), filter 0.7s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}

.inview-fade-in.is-active {
    visibility: visible;
    opacity: 1;
}

.inview-fade-in.-delay01 {
    transition-delay: 0.2s;
}

.inview-fade-in.-delay02 {
    transition-delay: 0.4s;
}

@media (min-width: 768px),
print {
    .inview-fade-in.-delay-md-01 {
        transition-delay: 0.2s;
    }
}

@media (min-width: 768px),
print {
    .inview-fade-in.-delay-md-02 {
        transition-delay: 0.4s;
    }
}

.inview-fade-in.-fade-in-up {
    transform: translateY(1.7rem);
}

.inview-fade-in.-fade-in-up.is-active {
    transform: translateY(0);
}

.inview-fade-in.-fade-in-down {
    transform: translateY(-2rem);
}

.inview-fade-in.-fade-in-down.is-active {
    transform: translateY(0);
}

.inview-fade-in.-fade-in-left {
    transform: translate3d(-2rem, 0, 0);
}

@media (min-width: 768px),
print {
    .inview-fade-in.-fade-in-left {
        transform: translate3d(-4rem, 0, 0);
    }
}

.inview-fade-in.-fade-in-left.is-active {
    transform: translate3d(0, 0, 0);
}

.inview-fade-in.-fade-in-right {
    transform: translate3d(2rem, 0, 0);
}

@media (min-width: 768px),
print {
    .inview-fade-in.-fade-in-right {
        transform: translate3d(4rem, 0, 0);
    }
}

.inview-fade-in.-fade-in-right.is-active {
    transform: translate3d(0, 0, 0);
}

.inview-fade-in.-fade-in-blur {
    filter: blur(2rem);
}

.inview-fade-in.-fade-in-blur.is-active {
    filter: blur(0);
}

.low-img-basic {
    display: block;
    width: 100%;
    padding-top: 0.3em;
    margin: 0 auto 1.4em;
}

@media (min-width: 768px),
print {
    .low-img-basic {
        width: auto;
        margin: 0 0 1.4em;
    }
}

.low-img-basic.-doctor {
    width: 70%;
}

@media (min-width: 768px),
print {
    .low-img-basic.-doctor {
        width: auto;
    }
}

.low-img-basic img {
    width: 100%;
}

.low-img-basic02 {
    display: block;
    width: 100%;
    padding-top: 0.3em;
    margin: 0 auto 1.4em;
}

@media (min-width: 768px),
print {
    .low-img-basic02 {
        float: right;
        width: calc((100% + 3rem) * 0.5 - 3rem);
        margin: 0 0 1.4em 3rem;
    }
}

.low-img-basic02 img {
    width: 100%;
}

.low-img-basic02.-doctor {
    width: 70%;
}

@media (min-width: 768px),
print {
    .low-img-basic02.-doctor {
        width: 36rem;
    }
}

@media (min-width: 768px),
print {
    .low-img-basic02.-left {
        float: left;
        margin: 0 3rem 1.2em 0;
    }
}

@media (min-width: 768px),
print {
    .low-img-basic02.-lg {
        width: calc((100% + 3rem) * 0.5 - 3rem);
    }
}

.bg-highlight {
    padding: 1.7rem 1.8rem;
    margin-bottom: 1.9rem;
    background-color: var(--bs-blue-200);
    border-radius: 1rem;
}

@media (min-width: 768px),
print {
    .bg-highlight {
        padding: 2.8rem 3.2rem;
        margin-bottom: 2.4rem;
        border-radius: 1.6rem;
    }
}

.bg-highlight.-color03 {
    background-color: #fff1f1;
}

.bg-highlight> :last-child {
    margin-bottom: 0;
}

.bg-highlight> :last-child> :last-child {
    margin-bottom: 0;
}

.list-frame {
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}

@media (min-width: 768px),
print {
    .list-frame {
        margin-top: 2.2rem;
        margin-bottom: 2.2rem;
    }
}

.list-frame>div:not(:last-child) {
    margin-bottom: 1.5em;
}

.list-frame dt {
    padding: 0.9rem 1.3rem 0.7rem;
    font-size: 112.5%;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    background: #25ceff;
}

@media (min-width: 768px),
print {
    .list-frame dt {
        padding: 1.1rem 2rem 0.9rem;
    }
}

.list-frame dt:first-child {
    border-radius: 0.36rem 0.36rem 0 0;
}

@media (min-width: 768px),
print {
    .list-frame dt:first-child {
        border-radius: 0.6rem 0.6rem 0 0;
    }
}

.list-frame dd {
    padding: 0.8rem 1.3rem 1.4rem;
    margin: 0;
    border: 2px solid #25ceff;
    border-top: 0;
    border-bottom-width: 0;
}

@media (min-width: 768px),
print {
    .list-frame dd {
        padding: 1.2rem 1.9rem 2.1rem;
    }
}

.list-frame dd:last-child {
    border-bottom-width: 2px;
    border-radius: 0 0 0.36rem 0.36rem;
}

@media (min-width: 768px),
print {
    .list-frame dd:last-child {
        border-radius: 0 0 0.6rem 0.6rem;
    }
}

.list-frame dd> :last-child {
    margin-bottom: 0;
}

.list-frame dd> :last-child> :last-child {
    margin-bottom: 0;
}

.btn-basic {
    z-index: 0;
    display: inline-block;
    padding: 0.9rem 1.5rem;
    margin: 0 0.3rem 0.6rem;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bs-body-color);
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    background: var(--bs-secondary);
    border: 2px solid var(--bs-secondary);
    transition: background-color 0.25s, color 0.25s;
}

@media (min-width: 768px),
print {
    .btn-basic {
        padding: 1.4rem 2.8rem;
        margin: 0 0.4rem 0.8rem;
        font-size: 2rem;
    }
}

.btn-basic:any-link:hover {
    color: var(--bs-primary);
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #fff;
}

.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
    margin: 0;
}

.btn-basic.-color02 {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    box-shadow: 0 0.24rem 0.72rem rgba(138, 186, 51, 0.4);
}

@media (min-width: 768px),
print {
    .btn-basic.-color02 {
        box-shadow: 0 0.4rem 1.2rem rgba(138, 186, 51, 0.4);
    }
}

.btn-basic.-color02:hover {
    color: var(--bs-secondary);
}

.btn-basic.-color03 {
    color: #fff;
    background-color: #004619;
    border-color: #fff;
}

.btn-basic.-color03:hover {
    color: #004619;
    background-color: #fff;
}

.btn-basic.-arrow {
    position: relative;
    display: block;
}

.btn-basic.-arrow::after {
    position: absolute;
    top: 50%;
    right: 0.9rem;
    font-family: fontello, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\eb33";
    transition: transform 0.25s;
    transform: translate(0, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px),
print {
    .btn-basic.-arrow::after {
        right: 1rem;
        font-size: 1.9rem;
    }
}

.btn-basic.-greeting {
    font-size: 1.3rem;
}

@media (min-width: 768px),
print {
    .btn-basic.-greeting {
        font-size: 2.2rem;
    }
}

.accordion-panel {
    padding-bottom: 1.5rem;
}

@media (min-width: 768px),
print {
    .accordion-panel {
        padding-bottom: 3rem;
    }
}

.pagenav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    margin: 2rem auto;
    list-style: none;
}

@media (min-width: 768px),
print {
    .pagenav-list {
        justify-content: center;
        margin: 5rem auto 2rem;
    }
}

.pagenav-list li {
    min-width: 83%;
    margin: 0 0.3rem 0.5rem;
}

@media (min-width: 768px),
print {
    .pagenav-list li {
        min-width: inherit;
        margin: 0 1rem 1rem;
    }

    .pagenav-list li:first-of-type {
        margin-left: 0;
    }
}

.pagenav-list a {
    z-index: 0;
    display: inline-block;
    width: 100%;
    padding: 0.8rem 1.7rem;
    margin: 0 0.3rem 0.6rem;
    overflow: hidden;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: var(--bs-secondary);
    border: 0.16rem solid var(--bs-secondary);
    border-radius: 10rem;
    transition: background-color 0.25s, color 0.25s;
}

@media (min-width: 768px),
print {
    .pagenav-list a {
        padding: 1.1rem 2.8rem;
        margin: 0 0.4rem 0.8rem;
        font-size: 1.6rem;
        border-width: 0.2rem;
    }
}

.pagenav-list a:hover {
    color: var(--bs-secondary);
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #fff;
}

.flow-list {
    padding: 0;
    margin: 1.8rem 0;
    list-style: none;
    counter-reset: flow-counter;
}

.flow-list>li {
    position: relative;
    padding: 2rem 1.8rem;
    margin: 0 0 3.4rem;
    background: var(--bs-blue-200);
    border-radius: 1rem;
}

@media (min-width: 768px),
print {
    .flow-list>li {
        padding: 3.2rem 3.4rem;
        margin-bottom: 5.6rem;
        border-radius: 1.6rem;
    }
}

.flow-list>li::after {
    position: absolute;
    right: 0;
    bottom: -2.6rem;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-top: 1.2em solid var(--bs-primary);
    border-right: 1.4em solid transparent;
    border-left: 1.4em solid transparent;
}

@media (min-width: 768px),
print {
    .flow-list>li::after {
        bottom: -4.2rem;
    }
}

.flow-list>li:last-of-type {
    margin-bottom: 0;
}

.flow-list>li:last-of-type::after {
    display: none;
}

.flow-list>li> :last-child {
    margin-bottom: 0;
}

.flow-list .flow-tit {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 0.7rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .flow-list .flow-tit {
        margin-bottom: 0.9rem;
        font-size: 2.4rem;
    }
}

.flow-list .flow-tit::before {
    display: grid;
    place-content: center;
    width: 2.3rem;
    height: 2.3rem;
    padding: 0 0 0.06em 0.04em;
    margin: 0 0.6rem -0.1rem -0.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    content: counter(flow-counter);
    counter-increment: flow-counter;
    background: var(--bs-primary);
    border-radius: 50%;
}

@media (min-width: 768px),
print {
    .flow-list .flow-tit::before {
        width: 4rem;
        height: 4rem;
        margin: 0 1rem -0.1rem -0.4rem;
        font-size: 2.2rem;
    }
}

.sp_n {
    display: none;
}

@media (min-width: 768px),
print {
    .sp_n {
        display: block;
    }
}

@media (min-width: 768px),
print {
    .pc_n {
        display: none;
    }
}

.cf::after {
    display: block;
    clear: both;
    content: "";
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.txt_c {
    text-align: center;
}

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.img_l {
    float: left;
}

.img_r {
    float: right;
}

.mt_0 {
    margin-top: 0px !important;
}

.mr_0 {
    margin-right: 0px !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}

.ml_0 {
    margin-left: 0px !important;
}

.pt_0 {
    padding-top: 0px !important;
}

.pr_0 {
    padding-right: 0px !important;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.pl_0 {
    padding-left: 0px !important;
}

.page-index .keyv {
    position: relative;
    margin: 0 0 4.6rem;
}

@media (min-width: 768px),
print {
    .page-index .keyv {
        margin: 0 0 8rem;
    }
}

.page-index .swiper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

.page-index .swiper.swiper-initialized .swiper-wrapper {
    opacity: 1;
}

.page-index .swiper-wrapper {
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.39, 0.4, 0.21, 0.83);
}

.page-index .swiper-slide>img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    object-position: 55% 50%;
}

@media (min-width: 768px),
print {
    .page-index .swiper-slide>img {
        object-position: 50% 50%;
    }
}

.page-index .swiper-pagination {
    --swiper-pagination-bottom: -2.2rem;
}

@media (min-width: 768px),
print {
    .page-index .swiper-pagination {
        --swiper-pagination-bottom: -2.6rem;
    }
}

.page-index .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 0.7rem;
    --swiper-pagination-bullet-horizontal-gap: 0.5rem;
    --swiper-pagination-bullet-inactive-color: #ccc;
    --swiper-pagination-bullet-inactive-opacity: 0.8;
}

@media (min-width: 768px),
print {
    .page-index .swiper-pagination-bullet {
        --swiper-pagination-bullet-size: 0.8rem;
    }
}

.page-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
    --swiper-pagination-color: #666;
}

.page-index .keyv-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 23rem;
    padding: 0 1.5rem;
}

@media (min-width: 768px),
print {
    .page-index .keyv-inner {
        height: 64rem;
        padding: 0 7.1rem 2.5rem 1.5rem;
    }
}

.page-index .keyv-logo {
    width: 15.6rem;
    margin: 0;
}

@media (min-width: 768px),
print {
    .page-index .keyv-logo {
        width: 33.3rem;
    }
}

.page-index .keyv-logo img {
    width: 100%;
    filter: drop-shadow(0 0 0.125em #fff) drop-shadow(0 0 0.15em #fff) drop-shadow(0 0 0.175em #fff);
}

.page-index .keyv-copy {
    margin-top: 1rem;
    font-family: var(--font-noto-sans);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.57;
    text-align: left;
    text-shadow: 0 0 0.125em #fff, 0 0 0.15em #fff, 0 0 0.175em #fff, 0 0 0.2em #fff, 0 0 0.225em #fff;
    letter-spacing: 0;
    white-space: nowrap;
}

@media (min-width: 768px),
print {
    .page-index .keyv-copy {
        margin-top: 6.1rem;
        font-size: 2.6rem;
        line-height: 1.74;
        letter-spacing: 0.03em;
    }
}

.page-index .keyv-copy p {
    margin: 0;
}

.page-index .keyv-badge {
    position: absolute;
    right: 0.9rem;
    bottom: -0.9rem;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.2rem;
    aspect-ratio: 1;
    padding: 0.2rem 0 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--bs-primary);
    text-align: center;
    letter-spacing: 0;
    background: linear-gradient(143deg, #fff, #fec2c0);
    border-radius: 50%;
}

@media (min-width: 768px),
print {
    .page-index .keyv-badge {
        right: 3.4rem;
        bottom: 0.9rem;
        width: 19.2rem;
        padding: 0.3rem 0 0;
        font-size: 2.2rem;
    }
}

.page-index .keyv-badge::before {
    position: absolute;
    inset: 0.2rem;
    z-index: -1;
    margin: auto;
    content: "";
    border: 0.1rem dashed #e934a1;
    border-radius: 50%;
    opacity: 0.9;
}

@media (min-width: 768px),
print {
    .page-index .keyv-badge::before {
        inset: 0.7rem;
    }
}

.page-index .keyv-badge .fz-lg {
    font-size: 118.1818%;
}

.page-index .keyv-badge .fz-2l {
    font-size: 145.4545%;
}

.page-index .tit-index {
    position: relative;
    padding: 0;
    margin: 5.2rem 0 2.2rem 0.03em;
    font-family: var(--font-noto-sans);
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0;
}

@media (min-width: 768px),
print {
    .page-index .tit-index {
        margin: 10.5rem 0 5.4rem;
        font-size: 3rem;
    }
}

.page-index .tit-index::first-letter {
    color: var(--bs-primary);
}

.page-index .tit-index .caption {
    display: block;
    margin-top: 0.6em;
    font-size: 1rem;
    color: var(--bs-teal);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 768px),
print {
    .page-index .tit-index .caption {
        margin-top: 1.05em;
        font-size: 1rem;
    }
}

.page-index .tit-index.-wh {
    color: #fff;
}

.page-index .tit-index.-wh::first-letter {
    color: var(--bs-secondary);
}

.page-index .tit-index.-wh .caption {
    color: #fff;
}

@keyframes show-pop {
    0% {
        opacity: 0;
        transform: translateY(1.7rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-index .notice-area {
    position: relative;
    z-index: 0;
    padding: 1.5rem 0 4.8rem;
    background: #fff;
}

@media (min-width: 768px),
print {
    .page-index .notice-area {
        min-height: 48.4rem;
        padding: 6.6rem 0 10rem;
    }
}

.page-index .notice-area::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - 1.5rem);
    height: 7.5rem;
    content: "";
    background: var(--bs-primary) url("../img/index_news_bg.png") repeat-y right -1rem top -0.5rem/auto 7.8rem;
}

@media (min-width: 768px),
print {
    .page-index .notice-area::before {
        width: calc(50% - 30rem);
        height: calc(100% + 8rem);
        background-position: right -1.9rem top -0.8rem;
        background-size: auto;
    }
}

@media (min-width: 768px),
print {
    .page-index .notice-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 0 4.8rem 0 7.4rem;
    }
}

@media (min-width: 768px),
print {
    .page-index .notice-col-right {
        width: 85.2rem;
        padding-left: 4.6rem;
    }
}

.page-index .notice-frame {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-index .notice-frame .notice-box {
    position: relative;
    padding: 0 0.6rem 0 0.2rem;
    margin: 0;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .notice-box {
        padding: 0 0 0 0.2rem;
    }
}

.page-index .notice-frame .notice-box::-webkit-scrollbar {
    width: 4px;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .notice-box::-webkit-scrollbar {
        width: 8px;
    }
}

.page-index .notice-frame .notice-box::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10rem;
}

.page-index .notice-frame .notice-box::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10rem;
}

.page-index .notice-frame .notice-border {
    border-bottom: 1px solid #ccc;
}

.page-index .notice-frame .news_title {
    padding: 0;
    margin: 0;
}

.page-index .notice-frame .news_title:first-of-type .news_trigger {
    border-top: none;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .news_title:first-of-type .news_trigger {
        padding-top: 0.6rem;
    }
}

.page-index .notice-frame .news_trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.7rem 0 1.7rem 2.3rem;
    font-family: var(--font-noto-sans);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.35;
    color: var(--bs-teal);
    text-align: left;
    letter-spacing: 0.04em;
    cursor: pointer;
    background: none;
    border: none;
    border-top: 1px solid #ccc;
    transition: color 0.25s;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .news_trigger {
        display: flex;
        align-items: baseline;
        padding: 2.8rem 0 2.8rem 3.2rem;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
    }
}

.page-index .notice-frame .news_trigger:focus {
    outline: none;
}

.page-index .notice-frame .news_trigger:focus-visible {
    border-radius: 2px;
    outline: 2px solid rgba(7, 79, 233, 0.5);
}

.page-index .notice-frame .news_trigger .i-toggle {
    position: absolute;
    left: 0.3rem;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .news_trigger .i-toggle {
        left: 0;
    }
}

.page-index .notice-frame .news_trigger .i-toggle::before {
    display: inline-block;
    font-family: fontello, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    content: "\e80f";
    transition: scale 0.25s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-index .notice-frame .news_trigger:hover {
    color: var(--bs-primary);
}

.page-index .notice-frame .news_trigger[aria-expanded=false] .i-toggle::before {
    scale: 1 -1;
}

.page-index .notice-frame .news_date {
    display: block;
    font-weight: 400;
    color: var(--bs-body-color);
    white-space: nowrap;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .news_date {
        flex-shrink: 0;
        padding-right: 0.7em;
    }
}

.page-index .notice-frame .news_body {
    display: none;
    padding: 0;
    margin: 0;
    line-height: 1.45;
    opacity: 0;
    transition: translate 0.3s 0.35s, opacity 0.5s;
    translate: 0;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .news_body {
        padding: 0 0 0.9rem;
        font-size: 1.8rem;
        line-height: 1.6;
    }
}

.page-index .notice-frame .news_body[aria-hidden=false] {
    opacity: 1;
    translate: 0 -0.6rem;
}

@media (min-width: 768px),
print {
    .page-index .notice-frame .news_body[aria-hidden=false] {
        translate: 0 -1rem;
    }
}

.page-index .timetable-area {
    padding: 5.6rem 0 4.8rem;
    background: #eff9f8 url("../images/index_bg_pattern01.webp") repeat 50% 0/15rem;
}

@media (min-width: 768px),
print {
    .page-index .timetable-area {
        padding: 16rem 0 8rem;
        background-size: auto;
    }
}

.page-index .timetable-box {
    padding: 0.1rem 1.4rem 2rem;
    background: #fff;
    border-radius: 1rem;
}

@media (min-width: 768px),
print {
    .page-index .timetable-box {
        padding: 0.1rem 8rem 7.4rem;
        margin: 0 5rem;
        border-radius: 1.6rem;
    }
}

.page-index .timetable-box>*:first-child {
    margin-top: -1.6rem;
}

@media (min-width: 768px),
print {
    .page-index .timetable-box>*:first-child {
        margin-top: -2.1rem;
    }
}

@media (min-width: 768px),
print {
    .page-index .calendar-row {
        display: flex;
        justify-content: space-between;
        padding-top: 1.5rem;
    }
}

@media (min-width: 768px),
print {
    .page-index .calendar-item {
        width: calc(50% - 2rem);
    }
}

.page-index .calendar-item+.calendar-item {
    margin-top: 2rem;
}

@media (min-width: 768px),
print {
    .page-index .calendar-item+.calendar-item {
        margin: 0;
    }
}

@media (min-width: 768px),
print {
    .page-index .timetable-row {
        display: flex;
        justify-content: space-between;
        padding: 0 4.6rem;
    }
}

@media (min-width: 768px),
print {
    .page-index .timetable-col-left {
        width: 53rem;
    }
}

.page-index .timetable-col-right {
    padding-bottom: 6.5rem;
    margin-top: 2.4rem;
    background: url("../img/index_timetable_bg@2x.png") no-repeat right 0 bottom 0/auto 7.8rem;
}

@media (min-width: 768px),
print {
    .page-index .timetable-col-right {
        width: 53rem;
        padding-bottom: 22rem;
        margin-top: 0;
        background-position: right 1.7rem bottom 1rem;
        background-size: auto 22rem;
    }
}

.page-index .calendar-cellcolor {
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0;
    text-align: center;
    list-style: none;
}

@media (min-width: 768px),
print {
    .page-index .calendar-cellcolor {
        margin: 0.4rem 0 0;
    }
}

.page-index .calendar-cellcolor>li {
    display: inline-flex;
    align-items: center;
    margin-top: 0.5em;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: 0;
}

@media (min-width: 768px),
print {
    .page-index .calendar-cellcolor>li {
        font-size: 2rem;
    }
}

.page-index .calendar-cellcolor>li+li {
    padding-left: 1.5em;
}

@media (min-width: 768px),
print {
    .page-index .calendar-cellcolor>li+li {
        padding-left: 2em;
    }
}

.page-index .calendar-cellcolor>li::before {
    flex-shrink: 0;
    width: 1.1em;
    height: 1.3em;
    margin-right: 0.4em;
    content: "";
    background: #fff;
    border: 1px solid #ccc;
}

@media (min-width: 768px),
print {
    .page-index .calendar-cellcolor>li::before {
        width: 1.3em;
        margin-right: 0.5em;
    }
}

.page-index .calendar-cellcolor>li.-color02::before {
    background-color: var(--bs-green-300);
}

.page-index .calendar-cellcolor>li.-color03::before {
    background-color: var(--bs-teal-300);
}

.page-index .treatment-area {
    padding: 4rem 0 6rem;
}

@media (min-width: 768px),
print {
    .page-index .treatment-area {
        padding: 7.3rem 0 8rem;
    }
}

.page-index .treatment-index-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list {
        gap: 1.6rem;
        padding: 0;
    }
}

.page-index .treatment-index-list.is-active>li {
    animation: show-pop 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83) 0s both;
}

.page-index .treatment-index-list>li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(50% - 0.5rem);
    opacity: 0;
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list>li {
        width: calc(25% - 1.2rem);
    }
}

.page-index .treatment-index-list>li:nth-child(2) {
    animation-delay: 0.11s;
}

.page-index .treatment-index-list>li:nth-child(3) {
    animation-delay: 0.22s;
}

.page-index .treatment-index-list>li:nth-child(4) {
    animation-delay: 0.33s;
}

.page-index .treatment-index-list>li:nth-child(5) {
    animation-delay: 0.44s;
}

.page-index .treatment-index-list>li:nth-child(6) {
    animation-delay: 0.55s;
}

.page-index .treatment-index-list>li:nth-child(7) {
    animation-delay: 0.66s;
}

.page-index .treatment-index-list>li:nth-child(8) {
    animation-delay: 0.77s;
}

.page-index .treatment-index-list>li:nth-child(9) {
    animation-delay: 0.88s;
}

.page-index .treatment-index-list>li:nth-child(10) {
    animation-delay: 0.99s;
}

.page-index .treatment-index-list>li:nth-child(11) {
    animation-delay: 1.1s;
}

.page-index .treatment-index-list>li:nth-child(12) {
    animation-delay: 1.21s;
}

.page-index .treatment-index-list>li:nth-child(13) {
    animation-delay: 1.32s;
}

.page-index .treatment-index-list>li:nth-child(14) {
    animation-delay: 1.43s;
}

.page-index .treatment-index-list>li:nth-child(15) {
    animation-delay: 1.54s;
}

.page-index .treatment-index-list>li:nth-child(16) {
    animation-delay: 1.65s;
}

.page-index .treatment-index-list>li:nth-child(17) {
    animation-delay: 1.76s;
}

.page-index .treatment-index-list a {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 16rem;
    padding: 10.1rem 0 0;
    font-family: var(--font-noto-sans);
    font-size: 1.4rem;
    line-height: 1.15;
    color: var(--bs-primary);
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    letter-spacing: 0;
    background: var(--bs-secondary);
    border-radius: 1.44rem;
    transition: filter 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list a {
        height: 27.2rem;
        padding: 16.8rem 0 0;
        font-size: 2.6rem;
        border-radius: 2.4rem;
    }
}

@media screen and (max-width: 767.98px) {
    .page-index .treatment-index-list a:is(:nth-child(4n+2) > *, :nth-child(4n+3) > *) {
        background-color: var(--bs-blue-300);
    }
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list a:is(:nth-child(8n+2) > *, :nth-child(8n+4) > *, :nth-child(8n+5) > *, :nth-child(8n+7) > *) {
        background-color: var(--bs-blue-300);
    }
}

.page-index .treatment-index-list a:hover {
    filter: brightness(102%);
    box-shadow: 0 0.3rem 1.7rem -0.2rem rgba(46, 73, 96, 0.4);
    transition: filter 0.4s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-0.3rem);
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list a:hover {
        box-shadow: 0 0.6rem 2.3rem -0.2rem rgba(46, 73, 96, 0.4);
        transform: translateY(-0.6rem);
    }
}

.page-index .treatment-index-list i {
    position: absolute;
    top: 2.2rem;
    right: 0;
    left: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.6rem;
    aspect-ratio: 1;
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    --width: 8.6rem;
    --width-md: 12.8rem;
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list i {
        top: 3.8rem;
        width: 12.8rem;
    }
}

.page-index .treatment-index-list i::before {
    width: var(--width);
    aspect-ratio: 1;
    margin: 0;
    content: "";
    background: no-repeat 50% 50%/contain;
    transition: transform 0.3s ease-out;
}

@media (min-width: 768px),
print {
    .page-index .treatment-index-list i::before {
        width: var(--width-md);
    }
}

.page-index .treatment-index-list i.i-high-blood-pressure::before {
    background-image: url("../images/icon_high-blood-pressure.svg");
}

.page-index .treatment-index-list i.i-diabetes::before {
    background-image: url("../images/icon_diabetes.svg");
}

.page-index .treatment-index-list i.i-thyroid::before {
    background-image: url("../images/icon_thyroid.svg");
}

.page-index .treatment-index-list i.i-kidney::before {
    background-image: url("../images/icon_kidney.svg");
}

.page-index .treatment-index-list i.i-male::before {
    background-image: url("../images/icon_male.svg");
}

.page-index .treatment-index-list i.i-checkup::before {
    background-image: url("../images/icon_checkup.svg");
}

.page-index .treatment-index-list i.i-vaccination::before {
    background-image: url("../images/icon_vaccination.svg");
}

.page-index .philosophy-area {
    padding: 6rem 0 4.8rem;
    background: #eff9f8 url("../images/index_bg_pattern01.webp") repeat 50% 0/15rem;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-area {
        padding: 9.4rem 0 8rem;
        background-size: auto;
    }
}

.page-index .philosophy-box {
    padding: 0.1rem 1.4rem 2rem;
    background: #fff;
    border-radius: 1rem;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-box {
        padding: 0.1rem 8rem 7.4rem;
        margin: 0 5rem;
        border-radius: 1.6rem;
    }
}

.page-index .philosophy-box>*:first-child {
    margin-top: -1.6rem;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-box>*:first-child {
        margin-top: -2.1rem;
    }
}

.page-index .philosophy-list {
    --font-regular: "游ゴシック Regular", "游ゴシック体", "Yu Gothic Regular", "Yu Gothic", yugothic, -apple-system, blinkmacsystemfont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: philosophy-number;
}

.page-index .philosophy-list.is-active>* {
    animation: show-pop 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83) 0s both;
}

.page-index .philosophy-list>li {
    position: relative;
    z-index: 0;
    display: flex;
    padding: 0 0 0.8rem 4.8rem;
    font-family: var(--font-noto-sans);
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    border-bottom: 0.12rem solid var(--bs-secondary);
    opacity: 0;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-list>li {
        padding: 0 0 3.7rem 15.6rem;
        font-size: 2.4rem;
        border-width: 0.2rem;
    }
}

.page-index .philosophy-list>li:nth-child(2) {
    animation-delay: 0.13s;
}

.page-index .philosophy-list>li:nth-child(3) {
    animation-delay: 0.26s;
}

.page-index .philosophy-list>li:nth-child(4) {
    animation-delay: 0.39s;
}

.page-index .philosophy-list>li:nth-child(5) {
    animation-delay: 0.52s;
}

.page-index .philosophy-list>li:nth-child(6) {
    animation-delay: 0.65s;
}

.page-index .philosophy-list>li:nth-child(7) {
    animation-delay: 0.78s;
}

.page-index .philosophy-list>li:nth-child(8) {
    animation-delay: 0.91s;
}

.page-index .philosophy-list>li:nth-child(9) {
    animation-delay: 1.04s;
}

.page-index .philosophy-list>li:nth-child(10) {
    animation-delay: 1.17s;
}

.page-index .philosophy-list>li:nth-child(11) {
    animation-delay: 1.3s;
}

.page-index .philosophy-list>li:not(:first-child) {
    margin-top: 2.2rem;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-list>li:not(:first-child) {
        margin-top: 5.8rem;
    }
}

.page-index .philosophy-list>li::before {
    position: absolute;
    top: 0.2rem;
    left: 0;
    font-family: var(--font-regular);
    font-size: 3.3rem;
    font-weight: 400;
    line-height: 0.8;
    color: var(--bs-secondary);
    white-space: nowrap;
    content: counter(philosophy-number, decimal-leading-zero);
    counter-increment: philosophy-number;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-list>li::before {
        top: 0.3rem;
        font-size: 8rem;
    }
}

.page-index .philosophy-list .icon-stop::before {
    margin: 0 0.2rem 0 0;
    color: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .page-index .philosophy-list .icon-stop::before {
        margin: 0;
    }
}

.page-index .philosophy-list .en {
    position: absolute;
    right: -0.5em;
    bottom: 0;
    z-index: -1;
    font-family: var(--font-regular);
    font-size: 2rem;
    font-weight: 400;
    line-height: 0.75;
    color: var(--bs-secondary);
    letter-spacing: 0.5em;
    cursor: default;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-list .en {
        font-size: 4rem;
    }
}

.page-index .philosophy-closing {
    margin: 1.8rem 0 0;
    font-size: 1.3rem;
    line-height: 1.55;
    text-align: center;
}

@media (min-width: 768px),
print {
    .page-index .philosophy-closing {
        margin-top: 5.7rem;
        font-size: 2.3rem;
        line-height: 1.75;
        letter-spacing: 0;
    }
}

.page-index .feature-area {
    padding: 4rem 0.3rem 4.5rem;
    background: url("../images/index_feature_bg@2x.webp") repeat-x 50% 100%/auto 52rem, linear-gradient(#fff 16%, #bbf0fe);
}

@media (min-width: 768px),
print {
    .page-index .feature-area {
        padding: 6.8rem 0 7.4rem;
        background-size: 62rem, auto;
    }
}

.page-index .feature-box {
    counter-reset: feature-number;
}

@media (min-width: 768px),
print {
    .page-index .feature-box {
        display: flex;
        flex-wrap: wrap;
        gap: 5.7rem 15.2rem;
        justify-content: center;
    }
}

.page-index .feature-box.is-active>* {
    animation: show-pop 0.6s cubic-bezier(0.39, 0.4, 0.21, 0.83) 0s both;
}

.page-index .feature-item {
    position: relative;
    padding: 17.6rem 0 0;
    opacity: 0;
}

@media (min-width: 768px),
print {
    .page-index .feature-item {
        width: 44.8rem;
        padding: 28rem 0 0;
        margin: 0;
        line-height: 1.73;
        letter-spacing: 0;
    }
}

.page-index .feature-item:not(:first-child) {
    margin-top: 3rem;
}

@media (min-width: 768px),
print {
    .page-index .feature-item:not(:first-child) {
        margin-top: 0;
    }
}

.page-index .feature-item> :last-child {
    margin-bottom: 0;
}

.page-index .feature-item> :last-child> :last-child {
    margin-bottom: 0;
}

.page-index .feature-item p {
    text-align: justify;
}

.page-index .feature-item:nth-child(2) {
    animation-delay: 0.13s;
}

.page-index .feature-item:nth-child(3) {
    animation-delay: 0.26s;
}

.page-index .feature-item:nth-child(4) {
    animation-delay: 0.39s;
}

.page-index .feature-item:nth-child(5) {
    animation-delay: 0.52s;
}

.page-index .feature-item:nth-child(6) {
    animation-delay: 0.65s;
}

.page-index .feature-item:nth-child(7) {
    animation-delay: 0.78s;
}

.page-index .feature-item:nth-child(8) {
    animation-delay: 0.91s;
}

.page-index .feature-item:nth-child(9) {
    animation-delay: 1.04s;
}

.page-index .feature-item:nth-child(10) {
    animation-delay: 1.17s;
}

.page-index .feature-item:nth-child(11) {
    animation-delay: 1.3s;
}

.page-index .feature-tit {
    position: relative;
    width: 100%;
    padding: 0 0 0.3rem;
    margin: 0 0 1.1rem;
    font-family: var(--font-noto-sans);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--bs-primary);
    text-align: center;
    letter-spacing: 0;
    border-bottom: 1px solid var(--bs-primary);
}

@media (min-width: 768px),
print {
    .page-index .feature-tit {
        padding: 0 0 0.3rem;
        margin: 0 0 0.9rem;
        font-size: 2.4rem;
    }
}

.page-index .feature-tit::before {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.11em 0.06em;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    content: counter(feature-number, decimal-leading-zero);
    counter-increment: feature-number;
    background: var(--bs-primary);
}

@media (min-width: 768px),
print {
    .page-index .feature-tit::before {
        font-size: 3.2rem;
    }
}

.page-index .feature-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0.5rem 0.4rem 0 var(--bs-teal-300);
}

@media (min-width: 768px),
print {
    .page-index .feature-img {
        box-shadow: 0.7rem 0.6rem 0 var(--bs-teal-300);
    }
}

.page-index .feature-img>img {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

.page-index .affiliations-area {
    padding: 6rem 0 4.8rem;
    background: #eff9f8 url("../images/index_bg_pattern01.webp") repeat 50% 0/15rem;
}

@media (min-width: 768px),
print {
    .page-index .affiliations-area {
        padding: 9.4rem 0 8rem;
        background-size: auto;
    }
}

.page-index .affiliations-box {
    padding: 0.1rem 1.4rem 2rem;
    background: #fff;
    border-radius: 1rem;
}

@media (min-width: 768px),
print {
    .page-index .affiliations-box {
        padding: 0.1rem 8rem 7.4rem;
        margin: 0 5rem;
        border-radius: 1.6rem;
    }
}

.page-index .affiliations-box>*:first-child {
    margin-top: -1.6rem;
}

@media (min-width: 768px),
print {
    .page-index .affiliations-box>*:first-child {
        margin-top: -2.1rem;
    }
}

.page-index .affiliations-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 768px),
print {
    .page-index .affiliations-list {
        gap: 4rem;
    }
}

.page-index .affiliations-list>li {
    width: 100%;
}

@media (min-width: 768px),
print {
    .page-index .affiliations-list>li {
        display: flex;
        width: calc(50% - 2rem);
    }
}

.page-index .affiliations-list>li> :is(a, span) {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    font-family: var(--font-noto-sans);
    font-size: 1.3rem;
    line-height: 1.25;
    color: var(--bs-body-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    letter-spacing: 0;
    background: var(--bs-green-300);
    transition: background-color 0.2s;
}

@media (min-width: 768px),
print {
    .page-index .affiliations-list>li> :is(a, span) {
        padding: 1.7rem 2.4rem;
        font-size: 2.4rem;
    }
}

.page-index .affiliations-list>li> :is(a, span) .icon-icon05 {
    flex-shrink: 0;
    margin-left: auto;
}

.page-index .affiliations-list>li> :is(a, span) .icon-icon05::before {
    margin: 0 -0.3em 0 0.3em;
    transition: translate 0.2s;
    transform: scale(0.6);
}

.page-index .affiliations-list>li> :is(a, span):is(a):hover {
    background-color: var(--bs-teal-300);
}

.page-index .affiliations-list>li> :is(a, span):is(a):hover i::before {
    translate: 0.15em 0;
}

.page-doctor .list-career {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.65em;
}

.page-doctor .list-career dt {
    width: 5.4em;
}

@media (min-width: 768px),
print {
    .page-doctor .list-career dt {
        width: 6.2em;
    }
}

.page-doctor .list-career dd {
    width: calc(100% - 5.4em);
    padding-bottom: 0.4em;
    margin-bottom: 0;
}

@media (min-width: 768px),
print {
    .page-doctor .list-career dd {
        width: calc(100% - 6.2em);
        padding-bottom: 0.45em;
    }
}

.page-doctor .list-career dd:last-child {
    padding-bottom: 0;
}

@media (min-width: 768px),
print {
    .page-doctor .list-career dt.-width02 {
        width: 15em;
    }
}

@media (min-width: 768px),
print {
    .page-doctor .list-career dd.-width02 {
        width: calc(100% - 15em);
    }
}

.page-clinic .equipment-box {
    padding: 0;
    margin-bottom: 0.5rem;
    list-style: none;
}

@media (min-width: 768px),
print {
    .page-clinic .equipment-box {
        justify-content: flex-start;
    }
}

.page-clinic .equipment-box>li {
    margin-bottom: 1.2rem;
}

@media (min-width: 768px),
print {
    .page-clinic .equipment-box>li {
        margin-bottom: 2rem;
    }
}

@media (min-width: 768px),
print {
    .page-clinic .equipment-box>li:nth-child(2n+1) {
        padding-right: 2rem;
    }
}

@media (min-width: 768px),
print {
    .page-clinic .equipment-box>li:nth-child(2n) {
        padding-left: 2rem;
    }
}

.page-clinic .equipment-box figure {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.page-clinic .equipment-box img {
    order: -1;
    width: 95%;
    min-height: 1%;
    margin: 0 auto;
}

@media (min-width: 768px),
print {
    .page-clinic .equipment-box img {
        width: 100%;
    }
}

.page-clinic .equipment-box figcaption {
    padding: 0;
    margin: 1.1rem 0 0.4rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--bs-primary);
    text-align: center;
}

@media (min-width: 768px),
print {
    .page-clinic .equipment-box figcaption {
        margin: 1.7rem 0 0.7rem;
        font-size: 2.2rem;
    }
}

@media (min-width: 768px),
print {
    .page-access .address-br {
        display: none;
    }
}

.page-faq .list-faq {
    margin: 1.2em 0;
    border-bottom: 1px dashed #a3b1b7;
}

.page-faq .list-faq.-bdb-n {
    border-bottom: none;
}

.page-faq .list-faq dt {
    position: relative;
    padding: 1.55em 0.7em 0.7em 2.2em;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
    color: var(--bs-primary);
    border-top: 1px dashed #a3b1b7;
}

.page-faq .list-faq dt::before {
    position: absolute;
    top: 1.5em;
    left: 0;
    width: 1.6em;
    padding: 0.3em 0;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    content: "Q";
    background: var(--bs-primary);
    border-radius: 0.2rem;
}

.page-faq .list-faq dd {
    position: relative;
    padding: 0.2em 0 1.45em 2.2em;
    margin: 0;
}

.page-faq .list-faq dd::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1.6em;
    padding: 0.3em 0;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    content: "A";
    background: var(--bs-secondary);
    border-radius: 0.2rem;
}

.page-faq .list-faq dd> :last-child {
    margin-bottom: 0;
}

.page-faq .list-faq dd> :last-child> :last-child {
    margin-bottom: 0;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-md {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px),
print {

    .container-md,
    .container {
        max-width: 1230px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-md: 768px;
}

.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 768px),
print {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

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

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

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

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -3rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -3rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -3rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

@media (min-width: 768px),
print {
    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-inline-grid {
        display: inline-grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

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

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

    .ms-md-5 {
        margin-left: 3rem !important;
    }

    .ms-md-auto {
        margin-left: auto !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -3rem !important;
    }

    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -1rem !important;
    }

    .me-md-n4 {
        margin-right: -1.5rem !important;
    }

    .me-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-left: -3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

    .pe-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-inline-grid {
        display: inline-grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

:root {
    --bs-font-sans-serif: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    --bs-font-serif: "游明朝 Medium", "游明朝体", "Yu Mincho Medium", "Yu Mincho", "YuMincho", "游明朝", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
    --bs-root-font-size: calc(100vw / 32);
    --bs-root-font-size-md: 62.5%;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1.2rem;
    --bs-body-font-size-md: 1.8rem;
    --font-noto-sans: "Noto Sans JP", sans-serif;
    --bs-body-color: #333;
    --bs-body-color-rgb: 51, 51, 51;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #00b3e7;
    --bs-link-color-rgb: 0, 179, 231;
    --bs-link-hover-color: #59c4c0;
    --bs-link-hover-color-rgb: 89, 196, 192;
    --bs-primary: #00b3e7;
    --bs-primary-rgb: 0, 179, 231;
    --bs-secondary: #e4ec9d;
    --bs-secondary-rgb: 228, 236, 157;
    --bs-blue-200: #e2f7fe;
    --bs-blue-200-rgb: 226, 247, 254;
    --bs-blue-300: #ccf0fa;
    --bs-blue-300-rgb: 204, 240, 250;
    --bs-blue: #00b3e7;
    --bs-blue-rgb: 0, 179, 231;
    --bs-red: #c93746;
    --bs-red-rgb: 201, 55, 70;
    --bs-green-300: #f1f5ce;
    --bs-green-300-rgb: 241, 245, 206;
    --bs-green: #e4ec9d;
    --bs-green-rgb: 228, 236, 157;
    --bs-teal-300: #ace1df;
    --bs-teal-300-rgb: 172, 225, 223;
    --bs-teal: #59c4c0;
    --bs-teal-rgb: 89, 196, 192;
}

@media print {
    a:not(.btn) {
        -webkit-text-decoration: underline;
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
        border: 1px solid #adb5bd;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 1230px !important;
    }

    .container {
        min-width: 1230px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

@media print {
    * {
        -webkit-print-color-adjust: exact !important;
    }

    a:not(.btn) {
        -webkit-text-decoration: none;
        text-decoration: none;
    }

    abbr[title]::after {
        content: normal;
    }

    .navbar {
        position: static;
        display: block;
    }

    .page-top {
        display: none !important;
    }
}

/*# sourceMappingURL=style.css.map */


/* ──────────────── fontello.css ──────────────── */
/*!
Font license info

## Font Awesome

   Copyright (C) 2016 by Dave Gandy

   Author:    Dave Gandy
   License:   SIL ()
   Homepage:  http://fortawesome.github.com/Font-Awesome/

## Web Symbols

   Copyright (c) 2011 by Just Be Nice studio. All rights reserved.

   Author:    Just Be Nice studio
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://www.justbenicestudio.com/

## Entypo

   Copyright (C) 2012 by Daniel Bruce

   Author:    Daniel Bruce
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://www.entypo.com

## Iconic

   Copyright (C) 2012 by P.J. Onori

   Author:    P.J. Onori
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://somerandomdude.com/work/iconic/


## MFG Labs

   Copyright (C) 2012 by Daniel Bruce

   Author:    MFG Labs
   License:   SIL (http://scripts.sil.org/OFL)
   Homepage:  http://www.mfglabs.com/
*/
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?94509731');
    src: url('../fonts/fontello.eot?94509731#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2?94509731') format('woff2'),
        url('../fonts/fontello.woff?94509731') format('woff'),
        url('../fonts/fontello.ttf?94509731') format('truetype'),
        url('../fonts/fontello.svg?94509731#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'fontello';
      src: url('../font/fontello.svg?94509731#fontello') format('svg');
    }
  }
  */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-angle-right:before {
    content: '\32';
}

/* '2' */
.icon-angle-up:before {
    content: '\33';
}

/* '3' */
.icon-angle-down:before {
    content: '\34';
}

/* '4' */
.icon-left-circle:before {
    content: '\e4a1';
}

/* '' */
.icon-right-circle:before {
    content: '\e4a2';
}

/* '' */
.icon-star:before {
    content: '\e724';
}

/* '' */
.icon-down-circle:before {
    content: '\e800';
}

/* '' */
.icon-phone:before {
    content: '\e801';
}

/* '' */
.icon-menu:before {
    content: '\e802';
}

/* '' */
.icon-up-circle:before {
    content: '\e803';
}

/* '' */
.icon-play:before {
    content: '\e804';
}

/* '' */
.icon-location:before {
    content: '\e805';
}

/* '' */
.icon-cancel-1:before {
    content: '\e806';
}

/* '' */
.icon-ok:before {
    content: '\e807';
}

/* '' */
.icon-check:before {
    content: '\e808';
}

/* '' */
.icon-icon03:before {
    content: '\e809';
}

/* '' */
.icon-icon02:before {
    content: '\e80a';
}

/* '' */
.icon-icon01:before {
    content: '\e80b';
}

/* '' */
.icon-icon04:before {
    content: '\e80c';
}

/* '' */
.icon-icon06:before {
    content: '\e80d';
}

/* '' */
.icon-icon05:before {
    content: '\e80e';
}

/* '' */
.icon-icon07:before {
    content: '\e80f';
}

/* '' */
.icon-stop:before {
    content: '\e810';
}

/* '' */
.icon-up-open-2:before {
    content: '\e8a3';
}

/* '' */
.icon-down-open-1:before {
    content: '\f004';
}

/* '' */
.icon-up-open-1:before {
    content: '\f005';
}

/* '' */
.icon-right-open-1:before {
    content: '\f006';
}

/* '' */
.icon-left-open:before {
    content: '\f007';
}

/* '' */
.icon-link-ext:before {
    content: '\f08e';
}

/* '' */
.icon-circle:before {
    content: '\f111';
}

/* '' */
.icon-file-pdf:before {
    content: '\f1c1';
}

/* '' */
.icon-circle-thin:before {
    content: '\f1db';
}

/* '' */



/* ──────────────── 追加 ──────────────── */
#contents_wp a:not([class]) {
    color: #1A0DAB;
    transition: .2s;
}

#contents_wp a:not([class]):hover {
    color: #5e55b0;
}

.pankuzu-tit {
    overflow: hidden;
    flex-shrink: 1;
}

.post-thumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.post-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
}


#contents_wp h2:first-of-type,
#contents_wp h2+h3,
#contents_wp h3+h4,
#contents_wp h4+h5 {
    margin-top: 0;
}

#contents_wp textarea {
    width: 100%;
    height: 200px;
}


h2 {
    position: relative;
    z-index: 0;
    padding: 0 0 1.1rem;
    margin: 4.2rem 0 1.8rem 0.05em;
    font-family: var(--font-noto-sans);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--bs-primary);
    text-align: center;
    letter-spacing: 0.05em;
}

h2::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 2.1333em;
    height: 0.12rem;
    margin: 0 auto;
    content: "";
    background: var(--bs-teal);
}

h3 {
    padding: 0.6rem 1.2rem;
    margin: 3.3rem -0.2rem 1.2rem;
    font-family: var(--font-noto-sans);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    letter-spacing: 0.05em;
    background: var(--bs-primary);
}

h4 {
    position: relative;
    padding: 0 0 1rem 1rem;
    margin: 2.1rem 0 0.9rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}

h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    content: "";
    background: radial-gradient(#c1c1c1 25%, transparent 25%);
    background-size: 0.65rem 0.65rem;
}


.subtit {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 2.1rem 0 0.9rem;
}

.subtit::before {
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    background: var(--bs-primary);
    flex-shrink: 0;
}

.green {
    color: var(--bs-teal);
}

.blue {
    color: var(--bs-primary);
}

.pink {
    color: #ED7581;
}

.caution {
    display: inline-block;
    font-size: max(11px, .8rem);
    margin-bottom: 1em;
}

.bold {
    font-weight: bold;
}

.marker {
    font-weight: bold;
    background: linear-gradient(transparent 60%, var(--bs-secondary) 10%);
}

.full-img {
    width: 100%;
    height: auto;
    margin: 26px 0;
}

.full-img img {
    display: block;
    width: 100%;
    height: 100%;
}

#contents_wp table {
    --border-color: var(--bs-primary);
    border: 1px solid var(--border-color);
    width: 100%;
    font-size: 1rem;
    margin-bottom: 26px;
}

#contents_wp table .caution {
    margin: 0;
}

#contents_wp table .c-btn,
#contents_wp table .c-btn_pink {
    margin: 0 auto;
    min-width: 220px;
}

#contents_wp table th {
    padding: 0.8rem;
    font-family: var(--font-noto-sans);
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: var(--bs-primary);
}

#contents_wp table thead th+th {
    border-left: 1px solid var(--bs-blue-200);
}


#contents_wp table tbody th {
    background: var(--bs-blue-200);
    color: var(--bs-body-color);
    border-bottom: 1px solid var(--border-color);
}

#contents_wp table tr {
    margin: 0;
    vertical-align: middle;
}

#contents_wp table td {
    padding: 0.8rem;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-bottom: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}


.simplelbox {
    width: 100%;
    padding: 18px;
    border: 1px solid var(--bs-primary);
    margin-bottom: 26px;
}

.simplelbox:has(+.simplelbox) {
    margin-bottom: 10px;
}

#contents_wp .simplelbox p {
    margin-bottom: 0.8em;
}

.box-ttl {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-ttl:has(.num-c) {
    position: relative;
    padding-left: 9%;
}

.num-c {
    position: absolute;
    left: 0;
    top: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #00b3e7;
    color: #fff;
    font-weight: bold;
    font-size: 1.3rem;
}

#contents_wp ol:not([class]) {
    padding-left: 1.7rem;
    margin-bottom: 26px;
}

#contents_wp ol:not([class]) li {
    list-style-type: decimal;
    margin-bottom: 0.15em;
}

.check-list {}

.check-list li {
    position: relative;
    padding-left: 1.4em;
    list-style-type: none;
    margin-bottom: 0.15em;
}

.check-list li::before {
    position: absolute;
    left: 0;
    top: 0.1em;
    content: '';
    display: block;
    width: 4vw;
    aspect-ratio: 1 / 1;
    background: url(../img/check-icon.svg) center center / contain no-repeat;
}

#contents_wp .simplelbox *:last-child {
    margin-bottom: 0;
}

#contents_wp *[data-type="lightblue"] {
    background: var(--bs-blue-200);
    border: none;
}

#contents_wp ul:not([class]) {
    list-style: none;
    padding-left: 0.3rem;
}

#contents_wp ul:not([class]) li {
    position: relative;
    padding-left: 1.05em;
    margin-bottom: 0.15em;
    list-style: none;
}

#contents_wp ul:not([class]) li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    color: var(--bs-primary);
    content: "●";
    transform: scale(0.6);
    transform-origin: left center;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 26px;
}

.grid img {
    width: 100%;
    height: auto;
}

.float {
    margin-bottom: 26px;
}

.float img {
    float: left;
    max-width: 48%;
    margin: 0 14px 10px 0;
}

.flex-txt *:last-child,
.float-txt *:last-child {
    margin-bottom: 0;
}

.arrow-down {
    width: 0;
    height: 0;
    margin: 1em auto 1em;
    border-top: 1.2em solid var(--bs-primary);
    border-right: 1.4em solid transparent;
    border-left: 1.4em solid transparent;
}

.quotebox {
    background: var(--bs-blue-200);
    padding: 3.2em 1.8em 1.4em 1.8em;
    position: relative;
    margin-bottom: 26px;
}

.quotebox *:first-child {
    margin-top: 0;
}

.quotebox *:last-child {
    margin-bottom: 0;
}

.quotebox *:has(+ .right-txt) {
    margin-bottom: 10px;
}

.quotebox::before,
.quotebox::after {
    display: inline-block;
    position: absolute;
    width: 4em;
    height: 4em;
    content: '';
}

.quotebox::before {
    top: 0;
    left: 0;
    border-top: 3px solid var(--bs-primary);
    border-left: 3px solid var(--bs-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4.58341 17.3211C3.55316 16.2274 3 15 3 13.0103C3 9.51086 5.45651 6.37366 9.03059 4.82318L9.92328 6.20079C6.58804 8.00539 5.93618 10.346 5.67564 11.822C6.21263 11.5443 6.91558 11.4466 7.60471 11.5105C9.40908 11.6778 10.8312 13.159 10.8312 15C10.8312 16.933 9.26416 18.5 7.33116 18.5C6.2581 18.5 5.23196 18.0095 4.58341 17.3211ZM14.5834 17.3211C13.5532 16.2274 13 15 13 13.0103C13 9.51086 15.4565 6.37366 19.0306 4.82318L19.9233 6.20079C16.588 8.00539 15.9362 10.346 15.6756 11.822C16.2126 11.5443 16.9156 11.4466 17.6047 11.5105C19.4091 11.6778 20.8312 13.159 20.8312 15C20.8312 16.933 19.2642 18.5 17.3312 18.5C16.2581 18.5 15.232 18.0095 14.5834 17.3211Z' fill='%232589d0'%3E%3C/path%3E%3C/svg%3E");
    background-position: top 35% left 35%;
    background-size: 2em;
    background-repeat: no-repeat;
}

.quotebox::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid var(--bs-primary);
    border-right: 3px solid var(--bs-primary);
}

.right-txt {
    text-align: right;
}

.fukidashi {
    position: relative;
    background: var(--bs-primary);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 16px;
    font-size: 1.4rem;
    margin-bottom: 50px;
    line-height: 1.3;
}

.fukidashi::after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    margin: 0 auto 0;
    content: "";
    border-top: 1.2em solid var(--bs-primary);
    border-right: 1.4em solid transparent;
    border-left: 1.4em solid transparent;
    transform: translate(-50%, 50%);
}

.matomebox {
    width: 100%;
    padding: 18px;
    background: var(--bs-green-300);
    margin-bottom: 26px;
}

.matomebox-tit {
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 2px solid var(--bs-teal);
    line-height: 1.3;
    font-size: 1.3rem;
}

.matomebox *:last-child {
    margin-bottom: 0;
}

.surveybox {
    width: 100%;
    padding: 18px;
    margin-bottom: 26px;
    font-size: 1rem;
}

#contents_wp .surveybox *:last-child {
    margin-bottom: 0;
}

.surveybox-tit {
    text-align: center;
    font-weight: bold;
    margin-bottom: 8px;
}

.hosokubox {
    padding: 18px;
    margin-bottom: 26px;
    font-size: 1rem;
}

.hosokubox-tit {
    font-weight: bold;
    margin-bottom: 8px;
}

.c-btn,
.c-btn_pink {
    width: fit-content;
    margin: 40px auto;
    font-size: 1.3rem;
    width: fit-content;
    min-width: 300px;
}

.c-btn a,
.c-btn_pink a {
    display: block;
    padding: 30px;
    border-radius: 1.44rem;
    color: var(--bs-primary);
    text-decoration: none;
    text-align: center;
    font-family: var(--font-noto-sans);
    transition: filter 1s,
        transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
        box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.c-btn a {
    background: var(--bs-secondary);
}

.c-btn_pink a {
    color: #fff;
    background: #ED7581;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;

}

.c-btn a:hover,
.c-btn_pink a:hover {
    filter: brightness(102%);
    box-shadow: 0 0.3rem 1.7rem -0.2rem rgba(46, 73, 96, 0.4);
    transition: filter 0.4s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-0.3rem);
}

.taglist {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 26px;
}

.taglist li {
    font-size: 1rem;
    padding: 6px 10px;
    background: #f3f3f3;
    border-radius: 6px;
}

.taglist .on {
    background: var(--bs-blue-300);
}

.scrolltable {
    overflow-x: scroll;
    margin-bottom: 26px;
}

.scrolltable table {
    min-width: 100%;
    word-break: break-all;
    table-layout: fixed;
}

#contents_wp .scrolltable table {
    margin-bottom: 0;
}

.scrolltable table th:first-of-type {
    width: min(40vw, 200px);
}

.scrolltable thead th:not(.scrolltable thead th:first-of-type) {
    width: min(46vw, 300px);
}

.scrolltable .c-btn {
    min-width: auto !important;
}

.scrolltable .c-btn-link {
    padding: 20px;
}

.jumplist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
    padding-left: 0;
    gap: 8px;
    margin-bottom: 36px;
    text-align: center;
}

.jumplist li {
    list-style-type: none;
}

.jumplist a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 26px;
    border-radius: 1.44rem;
    color: var(--bs-primary);
    background: var(--bs-secondary);
    text-decoration: none;
    font-family: var(--font-noto-sans);
    transition: filter 1s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.jumplist li:nth-child(4n+2) a,
.jumplist li:nth-child(4n+3) a {
    background: var(--bs-blue-300);
}

.jumplist a:hover {
    filter: brightness(102%);
    box-shadow: 0 0.3rem 1.7rem -0.2rem rgba(46, 73, 96, 0.4);
    transition: filter 0.4s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-0.3rem);
}

.numlist {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    counter-reset: number 0;
    margin-bottom: 36px;
    list-style-type: none;
    padding-left: 0;
}

#contents_wp div.numlist-block *:last-child {
    margin-bottom: 0px;
}

.numlist-tit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: var(--font-noto-sans);
    margin-bottom: 10px;
}

.numlist-num::before {
    display: block;
    content: counter(number);
    counter-increment: number 1;
    color: var(--bs-primary);
    font-size: 1.8rem;
    line-height: 1;
}

.rank {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    border-left: 6px solid var(--bs-primary);
    margin-bottom: 20px;
}

.rank span {
    font-size: 1rem;
}

.rank a {
    display: block;
    width: fit-content;
    font-weight: bold;
    font-family: var(--font-noto-sans);
    font-size: 1.3rem;
}

.ranking-i {
    margin-bottom: 20px;
}

.ranking a {
    font-size: 1.3rem;
    font-weight: bold;
}

.ranking-inner {
    font-size: 1.25em;
}

.ranking-catch {
    display: block;
    font-size: 1rem;
}

.ranking-icon-block {
    position: relative;
    padding-top: 10px;
    padding-left: 50px;
    margin-bottom: 14px;
    border-top: 3px dotted var(--bs-primary);
}

.ranking-icon {
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background: url(../img/rank-04.svg) center center / contain no-repeat;
    width: 34px;
    aspect-ratio: 1 / 1;
}

.ranking-icon-block .ranking-icon_01 {
    background: url(../img/rank-01.svg) center center / contain no-repeat;
}

.ranking-icon-block .ranking-icon_02 {
    background: url(../img/rank-02.svg) center center / contain no-repeat;
}

.ranking-icon-block .ranking-icon_03 {
    background: url(../img/rank-03.svg) center center / contain no-repeat;
}

.flow-wrap {
    margin: 36px 0;
    counter-reset: number 0;
}

.flow {
    padding: 22px;
    background: var(--bs-blue-200);
    border-radius: 1rem;
}

.flow *:last-child {
    margin-bottom: 0;
}

.flow-tit {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    line-height: 1.2;
    color: var(--bs-primary);
    font-weight: bold;
}

.flow-num {
    position: relative;
    display: block;
    width: min(8vw, 40px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: var(--bs-primary);
    flex-shrink: 0;
}

.flow-num:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: counter(number);
    counter-increment: number 1;
    color: #fff;
    letter-spacing: 0em;
    transform: translate(-50%, -50%);
    font-weight: normal;
}

.picup {
    margin: 50px 0;
}

.picup-tit {
    text-align: center;
    background: var(--bs-blue-200);
    font-weight: bold;
    text-align: center;
    padding: 12px 16px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.3;
}

.picup-wrap {
    display: grid;
    gap: 12px 8px;
    grid-template-columns: repeat(2, 1fr);
}

.picup-post-ttl {
    font-size: 1rem;
    margin-bottom: 0;
}

.faq {
    margin-bottom: 30px;
}

.faq:has(+.faq) {
    margin-bottom: 10px;
}

.faqQ {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #ddd;
    margin: 0;
    padding: 15px 45px 11px 20px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

.faqQ__btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    aspect-ratio: 1 / 1;
}

.faqQ__btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--bs-primary);
}

.faqQ__btn::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: var(--bs-primary);
}

.faqQ.action .faqQ__btn::after {
    display: none;
}

.faqA {
    display: none;
    padding: 15px 20px 15px;
    background: var(--bs-blue-200);
}

.faqA.action {
    display: block;
}

.review-scroll {
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.review-wrap {
    width: 100%;
    min-width: 86%;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid var(--bs-primary);
    white-space: normal;
    overflow: hidden;
    scroll-snap-align: center;
}

.review-top {
    width: 100%;
    margin-bottom: 0;
}

.review-profile {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.review-icon img {
    display: block;
    max-width: 65px;
    height: auto;
    margin: 0;
    margin-right: 10px;
}

.review-icon-w,
.review-icon-m {
    display: block;
    width: 50px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.review-icon-w {
    background: #f8f8f8 url(../img/review-icon-woman.svg) center center / contain no-repeat;
}

.review-icon-m {
    background: #f8f8f8 url(../img/review-icon-man.svg) center center / contain no-repeat;
}

.review-name {
    font-weight: 700;
    margin-right: 10px;
    font-size: 1.2rem;
}

.review-course {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    list-style: none;
    margin-left: 0;
    margin-top: 16px;
    padding-left: 0;
    font-size: 1rem;
}

.review-course span {
    display: inline-block;
    padding: 2px 4px;
    border-radius: 10px;
    margin-right: 8px;
    background: var(--bs-primary);
    color: #fff;
    font-weight: bold;
}

.review_bottom {}

.review-bottom-inner {
    margin-top: 10px;
}

.review-bottom img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

/* ポジショニングマップ */
.posMap {
    margin-bottom: 20px;
}

.posMap__top .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.posMap__top-subTtl {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}

.posMap__top-notes {
    font-size: 0.8rem;
    text-align: right;
    margin-top: 2px;
}

.posMap__top-ttl {
    width: 100%;
    padding: 10px 8px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    text-align: center;
    background: var(--bs-primary);
    border-bottom: 4px solid var(--bs-secondary);
}

.posMap__inner {
    background: repeating-linear-gradient(90deg, #F4F5F0, #F4F5F0 1px, transparent 1px, transparent 32px),
        repeating-linear-gradient(0deg, #F4F5F0, #F4F5F0 1px, #fff 1px, #fff 32px);
    background-size: 32px 32px;
    background-position: 50% 50%;
    width: 100%;
    aspect-ratio: 3 / 4;
    position: relative;
}

.posMap__inner::before {
    content: "";
    display: inline-block;
    background: var(--bs-secondary);
    border-radius: 50%;
    width: 38%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 4%;
    right: 2%;
}

.posMap__inner-bg {
    display: inline-block;
    width: 64%;
    height: 100%;
    position: absolute;
    top: 5%;
    left: 48.5%;
    transform: translateX(-50%);
}

.posMap__label,
.posMap__subLabel {
    position: absolute;
    z-index: 2;
}

.posMap__subLabel {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
}

.posMap__label-01,
.posMap__label-02 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 7vw;
    aspect-ratio: 1 / 1;
}

.posMap__label-01 {
    background: #589BC0;
    top: 7.5%;
    left: 50%;
    transform: translateX(-50%);
}

.posMap__label-02 {
    background: #707F89;
    top: 89%;
    left: 50%;
    transform: translateX(-50%);
}

.posMap__label-03,
.posMap__label-04 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.17;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px;
}

.posMap__label-03 {
    background: #589BC0;
    top: 54.8%;
    transform: translateY(-50%);
    right: 20px;
}

.posMap__label-04 {
    background: #707F89;
    top: 54.8%;
    transform: translateY(-50%);
    left: 20px;
}

.posMap__item-logo {
    width: auto;
    height: min(4vw, 20px);
}

.posMap__item {
    display: inline-block;
    background: #fff;
    border: 1px solid #707F89;
    border-radius: 4px;
    box-shadow: 0 4px #707F89;
    padding: 6px 12px;
    position: absolute;
    z-index: 1;
}

a.posMap__item {
    text-decoration: none;
}

.posMap__item-catch {
    font-size: 1rem;
    margin: 6px 0 0;
    color: #333;
}

.posMap__item-02 {
    border-color: #a71616;
    box-shadow: 0 4px #A71616;
    padding: 10px 12px 6px;
    z-index: 1;
    top: 29%;
    right: 11%;
}


.posMap__item-link {
    display: block;
}

.tab-wrap {
    margin-bottom: 26px;
}

.tab-list {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.tab-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    gap: 5px;
    border-bottom: 2px solid var(--bs-primary);
    margin: 24px 0 10px;
}

.tab.active {
    background-color: var(--bs-blue-200);
    position: relative;
}

.tab {
    border-radius: 5px 5px 0 0;
    flex: auto;
    text-align: center;
    border: 2px solid var(--bs-primary);
    border-bottom: none;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4;
    font-size: .8rem;
}

.tab-container {
    display: none;
}

.tab-container.show {
    display: block;
}

.meritdemerit {
    margin-bottom: 26px;
}

.meritdemerit:has(+.meritdemerit) {
    margin-bottom: 10px;
}

.meritdemerit[data-type="merit"] {
    border: 2px solid #f19ecd;
}

.meritdemerit[data-type="merit"] .meritdemerit-ttl {
    background: #f19ecd;
    border-bottom: 2px solid #f19ecd;
    color: #fff;
}

.meritdemerit[data-type="demerit"] {
    border: 2px solid #bfbbbe;
}

.meritdemerit[data-type="demerit"] .meritdemerit-ttl {
    background: #f8f8f8;
    border-bottom: 2px solid #bfbbbe;
}

.meritdemerit-ttl {
    padding: 10px 20px;
    font-weight: bold;
}

.meritdemerit-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    position: relative;
    padding: 14px 20px;
    margin: 0;
}

.meritdemerit-list li {
    padding-left: 16px;
    position: relative;
}

.meritdemerit-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 100px;
}

.meritdemerit[data-type="merit"]>.meritdemerit-list li:before {
    background-color: #f19ecd;
    top: 10px;
}

.meritdemerit[data-type="demerit"]>.meritdemerit-list li:before {
    background-color: #45303e;
    top: 10px;
}

.map {
    margin-bottom: 26px;
}

.map-ttl {
    position: relative;
    background: var(--bs-blue-200);
    font-weight: bold;
    text-align: center;
    padding: 12px 16px;
    font-size: 1.4rem;
    margin-bottom: 36px;
    line-height: 1.3;
}

.map-ttl::after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 0;
    height: 0;
    margin: 0 auto 0;
    content: "";
    border-top: 1.2em solid var(--bs-blue-200);
    border-right: 1.4em solid transparent;
    border-left: 1.4em solid transparent;
    transform: translate(-50%, 50%);
}

.addressAco {
    margin-bottom: 26px;
}

.addressAco-ttl {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #ddd;
    line-height: 1.8;
    margin: 0;
    padding: 15px 45px 11px 20px;
    position: relative;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: bold;
}


.addressAco-info {
    display: none;
}

.addressAco-cont {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px 15px;
    background: var(--bs-blue-200);
}

.addressAco-subttl {
    flex-shrink: 0;
    font-weight: bold;
}

.aco-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    aspect-ratio: 1 / 1;
}

.aco-btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--bs-primary);
}

.aco-btn::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 2px;
    height: 100%;
    background: var(--bs-primary);
}

.addressAco-ttl.action .aco-btn::after {
    display: none;
}



/* 診断パーツ */
.shindan {
    background: #f3f3f3;
    border: 1px solid var(--bs-primary);
    padding: 20px 16px;
    margin-bottom: 26px;
}

.shindan-top {
    width: 100%;
    margin-bottom: 30px;
}

.shindan-ttl {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 20px;
    width: fit-content;
    background: linear-gradient(transparent 60%, var(--bs-secondary) 10%);
}

.shindan-txt {
    text-align: center;
    font-size: min(18px, 1.2rem);
    margin-bottom: 0;
}

.shindan .btn-wrap {
    width: fit-content;
    margin: 36px auto 0
}

.shindan .btn-wrap button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ED7581;
    width: 200px;
    height: 68px;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: min(18px, 1.2rem);
    cursor: pointer;
    border: none
}

.shindan .btn-wrap button.finish {
    background-color: #5c5e65;
}

.shindan .btn-wrap button:hover {
    opacity: .6
}

.shindan .btn-wrap button:disabled,
.shindan .btn-wrap button:disabled:hover {
    background: #9e9898;
    opacity: 1;
    cursor: default;
}

.faq-q .shindan-faq-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    line-height: 1.4;
}

.faq-q .shindan-faq-box+.shindan-faq-box {
    margin-top: 10px;
}

.shindan-faq-box .ttl {
    margin: 0;
    font-size: min(22px, 1.2rem);
}

.shindan-faq-box .ttl .num {
    font-weight: 700;
    color: var(--bs-primary);
}

.shindan-faq-box .select-wrap {
    flex-shrink: 0
}

.shindan-faq-box .select-wrap .select {
    padding: 8px 10px;
    background: #fff;
    border: 2px solid #d2d2d2;
    font-weight: 700;
    font-size: min(18px, 1.2rem);
    cursor: pointer;
}

.shindan-faq-box .select-wrap .select.yes {
    color: #ED7581;
}

.shindan-faq-box .select.yes.is-active {
    background-color: #fcedef;
    border: 2px solid #ED7581;
}

.shindan-faq-box .select-wrap .select.no {
    color: var(--bs-primary);
}

.shindan-faq-box .select.no.is-active {
    background-color: #e4f9ff;
    border: 2px solid var(--bs-primary);
}

.shindan-faq-box.result .ttl {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 14px;
}

.shindan .faq-a {
    display: none
}

.shindan2 {
    background: #f3f3f3;
    border: 1px solid var(--bs-primary);
    padding: 20px 16px;
    margin-bottom: 26px;
}

.shindan2-top {
    width: 100%;
    margin-bottom: 30px;
}

.shindan2-top:has(.shindan2-btn img) {
    margin-bottom: 0;
}

.shindan2-ttl {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 20px;
    width: fit-content;
    background: linear-gradient(transparent 60%, var(--bs-secondary) 10%);
}

.shindan2-txt {
    text-align: center;
    font-size: min(18px, 1.2rem);
    margin-bottom: 0;
}

.shindan2 .faq-q,
.shindan2 .faq-a {
    display: none;
}

.shindan2>* {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: min(300px, 40vh);
}

.shindan2 .start:has(.shindan2-btn.start img) {
    min-height: auto;
}

.shindan2>[data-shindanid2] {
    display: none;
}

.shindan2>.show {
    display: flex;
}


.shindan2-start_btn {
    width: fit-content;
    margin: 36px auto 0;
}

#contents_wp .shindan2-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: min(18px, 1.2rem);
    font-weight: 700;
    text-decoration: none;
    padding: 10px;
}

#contents_wp .shindan2-btn.start a {
    /*  background-color: #ED7581;*/
    width: 100%;
    height: 100%;
    /*  color: #fff;*/
}

#contents_wp .shindan2-btn.start a:has(img) {
    padding: 0;
}

#contents_wp .shindan2-btn.start a:hover {
    color: #fff;
}

.shindan2 .faq-q_ttl,
.shindan2 .faq-a_ttl {
    font-size: min(20px, 1.4rem);
    text-align: center;
    font-weight: 700;
    margin: 0 auto 30px;
}

.shindan2 .faq-q_txt {
    text-align: center;
}

.shindan2 .choices-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    width: 100%;
}

.shindan2-btn.choices {}

#contents_wp .shindan2-btn.choices a {
    background-color: var(--bs-secondary);
    width: 100%;
    height: fit-content;
    min-height: 60px;
    color: var(--bs-primary);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}

#contents_wp .shindan2-btn.choices a:hover {
    color: var(--bs-primary);
}


#contents_wp .shindan2-btn.finish a {
    background-color: #9e9898;
    width: 200px;
    height: 68px;
    color: #fff;
}

#contents_wp .shindan2-btn.finish a:hover {
    color: #fff;
}

#contents_wp .shindan2-btn.back {
    margin-top: 30px;
}

.post-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.1rem;
}

.pr-mark {
    display: inline-block;
    padding: .2rem .4rem;
    line-height: 1.4;
    border: 1px solid var(--bs-body-color);
}

.update {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
}

/* 診断3 */
[data-shindan3] {
    display: none !important;
}

[data-shindan3].show {
    display: block !important;
}

.shindan3 {
    background: #f3f3f3;
    margin-bottom: 26px;
    background-color: #f4fdff;
}

.shindan3 a {
    display: block;
    text-decoration: none;
    color: inherit !important;
}

.shindan3 a:visited {
    color: inherit;
}

.shindan-img {
    display: block;
    width: 100%;
    height: 100%;
}

.shindan3-faq {
    padding-bottom: 5px;
}

.shindan3-faq-ttl {
    display: flex;
    align-items: center;
    font-size: min(22px, 1.2rem);
    font-weight: 700;
    background-image: url("../img/tit_pagetitle.png");
    padding: 20px
}

.shindan3-faq-ttl-q {
    background-color: #00b3e7;
    color: white;
    margin-right: 10px;
    padding: 10px 10px;
}

.shindan3-faq-ttl p {
    margin: 0;
}

.shindan-item,
.shindan-list {
    margin: 0;
    text-decoration: none;
}

.shindan3-faq-txt {
    counter-reset: my-counter;
}

.shindan-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shindan-list li {
    counter-increment: my-counter;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.shindan-list li::before {
    content: counter(my-counter);
    background-color: #59c4c0;
    color: #fff;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.shindan-item {
    background-color: white;
    margin: 20px;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 13px -7px #a8b7bb;
    position: relative;
    border: 1px solid #cadee2;
}

.shindan-item a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.shindan3-result {
    background-color: #f4fdff;
    padding: 20px 15px;
}

.shindan3-result-ttl {
    text-align: center;
    margin-bottom: 20px;
}

.shindan-result-wrap {
    background-color: white;
    padding: 30px 15px;
    border: 1px solid #59c4c0;
}

.shindan3-result-ttl-text {
    margin: 0 auto 20px auto;
    padding-bottom: 15px;
    font-weight: 700;
    color: #59c4c0;
    text-align: center;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 97%, rgb(209, 235, 235) 97%, rgb(209, 235, 235) 100%, transparent 100%);
}

.shindan-default {
    margin: 0;
    font-weight: 700;
}

#result-base {
    margin: 5px auto 0 auto;
    font-weight: 700;
    width: 100%;
    font-size: clamp(16px, 6.5vw, 30px);
    line-height: 35px;
    color: var(--bs-primary);
}

#result-img-wrap {
    width: 100%;
    display: block;
    margin: 20px 0 20px 0;
    box-shadow: 0px 2px 15px -7px #c9c9c9;
}

#result-q2,
#result-q3 {
    margin: 0;
    display: inline;
}

.shindan-retry {
    display: flex;
    justify-content: center;
}

.shindan-retry button {
    background-color: #ED7581;
    border: none;
    width: 200px;
    height: 60px;
    color: #fff;
    position: relative;
}

.c-btn,
.c-btn_line {
    width: fit-content;
    margin: 40px auto;
    font-size: 1.5rem;
    width: fit-content;
    min-width: 300px;
}

.c-btn a,
.c-btn_line a {
    display: block;
    padding: 30px;
    border-radius: 1.44rem;
    color: var(--bs-primary);
    text-decoration: none;
    text-align: center;
    font-family: var(--font-noto-sans);
    transition: filter 1s,
        transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
        box-shadow 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}

.c-btn_line a {
    color: #fff;
    background: #06C755;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.c-btn a:hover,
.c-btn_line a:hover {
    filter: brightness(102%);
    box-shadow: 0 0.3rem 1.7rem -0.2rem rgba(46, 73, 96, 0.4);
    transition: filter 0.4s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-0.3rem);
}

.pinkbold {
    color: #ED7581;
    font-weight: 700;
}

.shindan-btn a::after {
    content: '';
    position: absolute;
    inset: 0;
}

.scrollBoxImg {
    width: 100%;
    background: #f5f5f5;
    padding: 26px;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 2em;
}

.scrollBoxImg-wrap {
    width: fit-content;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.scrollBoxImg-list {
    display: flex;
    align-items: stretch;
    padding: 0;
    margin: 0;
    gap: 14px;
    list-style: none;
}

.scrollBoxImg.center .scrollBoxImg-list {
    align-items: center;
}

/* リストアイテム */
.scrollBoxImg-list li {
    flex: 0 0 auto;
    max-width: none;
    min-width: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.scrollBoxImg-list li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 1px;
    width: 26px;
    background-color: transparent;
}

/* 画像 */
.scrollBoxImg-list img {
    width: auto;
    height: 200px;
    display: block;
    flex-shrink: 0;
    margin-bottom: 8px;
}

/* キャプション */
.scrollBoxImg-list .caption {
    display: block;
    width: 0;
    min-width: 100%;
    font-size: max(11px, .8rem);
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: left;
    box-sizing: border-box;
}

/* タイトル */
.scrollBoxImg-ttl {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    min-height: 4em;
    font-size: 1.15em;
    line-height: 1.4;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.scrollBoxImg-ttl .num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.8em;
    margin-right: 0.6em;
    aspect-ratio: 1 / 1;
    color: #fff;
    background: #0073cc;
}