@charset "UTF-8";
.l-wrapper ul {
    list-style: none;
}

/* ---------------------------------------------
*   l-breadcrumb
--------------------------------------------- */
.l-breadcrumb {
    padding: 17px 20px;
    background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
    .l-breadcrumb {
        padding-top: 3.9719626168vw;
        padding-right: 4.6728971963%;
        padding-bottom: 3.9719626168vw;
        padding-left: 4.6728971963%;
    }
}
.l-breadcrumb__list {
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
}
.l-breadcrumb__list::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 768px) {
    .l-breadcrumb__list {
        max-width: none;
    }
}
.page-detail .l-breadcrumb__list {
    max-width: 990px;
}
@media screen and (max-width: 768px) {
    .page-detail .l-breadcrumb__list {
        max-width: none;
    }
}

.l-breadcrumb__item:not(:first-of-type)::before {
    content: "›";
    margin-right: 0.5em;
    margin-left: 0.5em;
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .l-breadcrumb__item:not(:first-of-type)::before {
        font-size: 3.2710280374vw;
    }
}
.l-breadcrumb__txt {
    font-size: 0.875rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .l-breadcrumb__txt {
        font-size: 3.2710280374vw;
    }
}
.l-breadcrumb__txt[href] {
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-breadcrumb__txt[href]:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-top: 90px;
    padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .l-contents {
        padding-bottom: 14.0186915888vw;
    }    
}
@media screen and (max-width: 480px) {
    .l-contents-derail {
        padding-top: 14.0186915888vw;
    }
}
@media screen and (max-width: 320px) {
    .l-contents-derail {
        padding-top: 1rem;
    }
}
.page-top .l-contents {
    padding-bottom: 0;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    color: #fff;
    background-color: #21358D;
}
@media screen and (max-width: 1280px) {
    .l-footer {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 768px) {
    .l-footer {
        padding-bottom: 0;
    }
}
.l-footer__container {
    display: grid;
    place-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 20px 46px;
}
@media screen and (max-width: 768px) {
    .l-footer__container {
        max-width: none;
        padding-top: 14.0186915888%;
        padding-right: 4.6728971963%;
        padding-left: 4.6728971963%;
        padding-bottom: 36.9158878505%;
    }
}
.l-footer__logo {
    width: 150px;
}
@media screen and (max-width: 768px) {
    .l-footer__logo {
        width: 36.0824742268%;
    }
}
.l-footer__logo img {
    display: block;
    width: 100%;
}
.l-footer__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
.l-footer__link {
    display: block;
    margin-top: 40px;
    font-size: 0.875rem;
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .l-footer__link {
        margin-top: 14.0186915888vw;
        font-size: 3.2710280374vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer__link:hover {
        text-decoration: none;
    }
}
.l-footer__copyright {
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .l-footer__copyright {
        margin-top: 14.0186915888vw;
    }
}
.l-footer__copyright-txt {
    display: block;
    font-size: 0.6875rem;
}
@media screen and (max-width: 768px) {
    .l-footer__copyright-txt {
        font-size: 2.5700934579vw;
    }
}
.l-footer__company {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .l-footer__company {
        margin-top: 9.3457943925vw;
    }
}
.l-footer__company-logo {
    display: block;
    width: 288px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .l-footer__company-logo {
        width: 74.2268041237%;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer__company-logo {
        transition: opacity 300ms;
    }
    .l-footer__company-logo:hover {
        opacity: 0.8;
    }
}
.l-footer__company-logo img {
    display: block;
    width: 100%;
}
.l-footer__company-txt {
    margin-top: 20px;
    font-size: 0.625rem;
}
@media screen and (max-width: 768px) {
    .l-footer__company-txt {
        margin-top: 4.6728971963vw;
        font-size: 2.3364485981vw;
    }
}

/*  l-footer-fixed-wrap
--------------------------------------------- */
.l-footer-fixed-wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}
.l-footer-fixed-wrap__inner {
    position: absolute;
    bottom: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 12px;
}
@media screen and (max-width: 768px) {
    .l-footer-fixed-wrap__inner {
        bottom: 20px;
        right: 20px;
        left: 0;
        -moz-column-gap: 2.8037383178%;
             column-gap: 2.8037383178%;
    }
}
.l-footer-fixed-wrap__link {
    display: block;
    padding: 24px 35px;
    border-radius: 35px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(120deg, #ffe53b 0%, #ff2525 100%);
}
@media screen and (max-width: 768px) {
    .l-footer-fixed-wrap__link {
        padding-top: 5.6074766355vw;
        padding-right: 8.1775700935vw;
        padding-bottom: 5.6074766355vw;
        padding-left: 8.1775700935vw;
        font-size: 3.2710280374vw;
        border-radius: 8.1775700935vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer-fixed-wrap__link {
        transition: opacity 300ms;
    }
    .l-footer-fixed-wrap__link:hover {
        opacity: 0.8;
    }
}
.l-footer-fixed-wrap__pagetop {
    display: block;
    width: 69px;
}
@media screen and (max-width: 768px) {
    .l-footer-fixed-wrap__pagetop {
        width: 16.1214953271vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer-fixed-wrap__pagetop {
        transition: opacity 300ms;
    }
    .l-footer-fixed-wrap__pagetop:hover {
        opacity: 0.8;
    }
}
.l-footer-fixed-wrap__pagetop img {
    display: block;
    width: 100%;
}

/*  l-footer-sns
--------------------------------------------- */
.l-footer-sns {
    display: flex;
    align-items: center;
    gap: 0 26px;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .l-footer-sns {
        -moz-column-gap: 6.0747663551vw;
             column-gap: 6.0747663551vw;
        margin-top: 9.3457943925vw;
    }
}
.l-footer-sns__item--twitter {
    width: 34px;
}
@media screen and (max-width: 768px) {
    .l-footer-sns__item--twitter {
        width: 7.9439252336vw;
    }
}
.l-footer-sns__item--facebook {
    width: 33px;
}
@media screen and (max-width: 768px) {
    .l-footer-sns__item--facebook {
        width: 7.7102803738vw;
    }
}
.l-footer-sns__item--instagram {
    width: 29px;
}
@media screen and (max-width: 768px) {
    .l-footer-sns__item--instagram {
        width: 6.7757009346vw;
    }
}
.l-footer-sns__item img {
    display: block;
    width: 100%;
}
.l-footer-sns__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer-sns__link {
        transition: opacity 300ms;
    }
    .l-footer-sns__link:hover {
        opacity: 0.8;
    }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav {
    max-width: 780px;
    width: 100%;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .l-footer-nav {
        max-width: none;
        margin-top: 9.3457943925vw;
    }
}
.l-footer-nav__list {
    display: flex;
    gap: 2px 0.2564102564%;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .l-footer-nav__list {
        flex-wrap: wrap;
        row-gap: 0.4672897196vw;
        -moz-column-gap: 0.5154639175%;
             column-gap: 0.5154639175%;
    }
}
.l-footer-nav__item {
    width: 24.7435897436%;
}
@media screen and (max-width: 768px) {
    .l-footer-nav__item {
        width: 49.7422680412%;
    }
}
.l-footer-nav__link {
    position: relative;
    display: block;
    padding: 15px 30px 15px 10px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
    .l-footer-nav__link {
        padding-top: 7.7720207254%;
        padding-right: 15.5440414508%;
        padding-bottom: 7.7720207254%;
        padding-left: 5.1813471503%;
        font-size: 3.2710280374vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.8;
    }
}
.l-footer-nav__link::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_arrow_white.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .l-footer-nav__link::before {
        right: 2.3364485981vw;
        width: 3.2710280374vw;
        height: 2.8037383178vw;
    }
}

/*  l-footer-contact
--------------------------------------------- */
.l-footer-contact {
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .l-footer-contact {
        margin-top: 8.1775700935vw;
    }
}
.l-footer-contact__head {
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .l-footer-contact__head {
        font-size: 3.2710280374vw;
    }
}
.l-footer-contact__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 9px;
    margin-top: 20px;
    padding: 18px 52px;
    border: 2px solid #fff;
    border-radius: 31px;
}
@media screen and (max-width: 768px) {
    .l-footer-contact__link {
        -moz-column-gap: 2.1028037383vw;
             column-gap: 2.1028037383vw;
        margin-top: 4.6728971963vw;
        padding-top: 4.2056074766vw;
        padding-right: 12.1495327103vw;
        padding-bottom: 4.2056074766vw;
        padding-left: 12.1495327103vw;
        border-radius: 7.2429906542vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-footer-contact__link {
        transition: opacity 300ms;
    }
    .l-footer-contact__link:hover {
        opacity: 0.8;
    }
}
.l-footer-contact__icon {
    width: 20px;
}
@media screen and (max-width: 768px) {
    .l-footer-contact__icon {
        width: 4.6728971963vw;
    }
}
.l-footer-contact__icon img {
    display: block;
}
.l-footer-contact__txt {
    font-size: 0.875rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .l-footer-contact__txt {
        font-size: 3.2710280374vw;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 100px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .l-header {
        height: 108px;
    }
}
.l-header__container {
    position: relative;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto;
    height: 76px;
}
@media screen and (max-width: 768px) {
    .l-header__container {
        height: 66px;
    }
}
.l-header__header {
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
    color: #FFF;
    text-align: center;
    font-size: 0.75rem;
    padding: 2px 0;
}
@media screen and (max-width: 768px) {
    .l-header__header {
        font-size: 0.6875rem;
        padding: 3px 5px;
    }
}
.l-header__logo {
    position: relative;
    width: 110px;
}
@media screen and (max-width: 768px) {
    .l-header__logo {
        width: 100px;
    }
}
.l-header__logo img {
    max-width: initial;
    width: 100%;
}
.l-header__logo-link {
    position: relative;
    display: block;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}
.l-header__logo-link--white {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
.is-menu-opened .l-header__logo-link--white {
    visibility: visible;
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-header__logo-link--white:hover {
        opacity: 0.8;
    }
}
.l-header__menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding-top: 140px;
    padding-bottom: 40px;
    background-color: #21358D;
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
    .l-header__menu {
        padding-top: 126px;
        padding-bottom: 40px;
        padding-right: 40px;
        padding-left: 40px;
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0.5128205128%;
    max-width: 780px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
}
@media screen and (max-width: 768px) {
    .l-header-nav__list {
        display: block;
        max-width: none;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.l-header-nav__item {
    width: 49.7435897436%;
}
@media screen and (max-width: 768px) {
    .l-header-nav__item {
        width: 100%;
        margin-top: 2px;
    }
    .l-header-nav__item:first-of-type {
        margin-top: 0;
    }
}
.l-header-nav__link {
    position: relative;
    display: block;
    padding: 22px 30px 22px 11px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 768px) {
    .l-header-nav__link {
        padding-top: 22px;
        padding-right: 30px;
        padding-bottom: 22px;
        padding-left: 10px;
        font-size: 14px;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.8;
    }
}
.l-header-nav__link::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    width: 16px;
    height: 13px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_arrow_white.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .l-header-nav__link::before {
        right: 10px;
        width: 14px;
        height: 11px;
    }
}

/*  l-header-sns
--------------------------------------------- */
.l-header-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 26px;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .l-header-sns {
        justify-content: flex-start;
        margin-top: 30px;
    }
}
.l-header-sns__item--twitter {
    width: 34px;
}
.l-header-sns__item--facebook {
    width: 33px;
}
.l-header-sns__item--instagram {
    width: 29px;
}
.l-header-sns__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-header-sns__link {
        transition: opacity 300ms;
    }
    .l-header-sns__link:hover {
        opacity: 0.8;
    }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    z-index: 100;
}
@media screen and (max-width: 768px) {
    .l-header-menu-button {
        right: 26px;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .l-header-menu-button {
        transition: opacity 300ms;
    }
    .l-header-menu-button:hover {
        opacity: 0.8;
    }
}
.l-header-menu-button__lines {
    position: relative;
    display: block;
    width: 26px;
    height: 12px;
}
.l-header-menu-button__line {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 2px;
    background-color: #21358D;
    transition: 0.3s;
}
.is-menu-opened .l-header-menu-button__line {
    background-color: #fff;
}

.l-header-menu-button__line--top {
    top: 0;
}
.is-menu-opened .l-header-menu-button__line--top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--bottom {
    bottom: 0;
    width: 80.7692307692%;
}
.is-menu-opened .l-header-menu-button__line--bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
    width: 100%;
}

/* ---------------------------------------------
*   c-article
--------------------------------------------- */
.c-article {
    width: 100%;
}
.c-article__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .c-article__info {
        margin-bottom: 4.6728971963vw;
    }
}
.c-article__cat {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 15px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
}
@media screen and (max-width: 768px) {
    .c-article__cat {
        padding-top: 1.1682242991vw;
        padding-right: 3.5046728972vw;
        padding-bottom: 1.1682242991vw;
        padding-left: 3.5046728972vw;
        font-size: 2.8037383178vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-article__cat {
        transition: opacity 300ms;
    }
    .c-article__cat:hover {
        opacity: 0.8;
    }
}
.c-article__date {
    font-size: 0.875rem;
    font-family: "Quicksand", sans-serif;
    color: #666;
}
@media screen and (max-width: 768px) {
    .c-article__date {
        font-size: 2.8037383178vw;
    }
}
.c-article__note {
    margin-top: 20px;
    margin-bottom: 35px;
    line-height: 1.25 !important;
}
@media screen and (max-width: 768px) {
    .c-article__note {
        margin-top: 5.1401869159vw;
        margin-bottom: 8.1775700935vw;
    }
}
.c-article__terms-note {
    margin-top: 30px;
    line-height: 1.25 !important;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .c-article__terms-note {
        margin-top: 7.0093457944vw;
    }
}
.c-article h1 {
    position: relative;
    margin-bottom: 20px;
    padding: 14px 0 14px 20px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
    .c-article h1 {
        margin-bottom: 4.6728971963vw;
        padding-top: 0vw;
        padding-bottom: 0vw;
        padding-left: 4.6728971963vw;
    }
}
.c-article h1::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 100%;
    background: linear-gradient(#8bc6ec 0%, #9599e2 100%);
}
@media screen and (max-width: 768px) {
    .c-article h1::before {
        width: 1.4018691589vw;
    }
}
.c-article h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-article h2 {
        margin-top: 4.6728971963vw;
        margin-bottom: 3.5046728972vw;
        padding: 3.2710280374vw;
        font-size: 3.738317757vw;
    }
}
.c-article h3, .c-article h4, .c-article h5 {
    position: relative;
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .c-article h3, .c-article h4, .c-article h5 {
        margin-top: 3.5046728972vw;
        margin-bottom: 3.5046728972vw;
        padding-left: 4.6728971963vw;
        font-size: 3.738317757vw;
    }
}
@media screen and (max-width: 768px) {
    .c-article h3::before, .c-article h4::before, .c-article h5::before {
        display: block;
        content: "";
        position: absolute;
        top: 1.8691588785vw;
        left: 0;
        width: 2.1028037383vw;
        height: 2.1028037383vw;
        background: linear-gradient(#8bc6ec 0%, #9599e2 100%);
        border-radius: 50%;
    }
}
.c-article p {
    font-size: 1rem;
    line-height: 1.875;
}
@media screen and (max-width: 768px) {
    .c-article p {
        font-size: 3.2710280374vw;
        line-height: 2.1;
    }
}
.c-article img {
    width: 100%;
}
.c-article .wp-block-image {
    margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
    .c-article .wp-block-image {
        margin-bottom: 1.8691588785vw;
    }
}
.c-article .wp-block-image.alignright {
    float: right;
    margin: 0 0 12px 24px;
}
@media screen and (max-width: 768px) {
    .c-article .wp-block-image.alignright {
        margin-bottom: 2.8037383178vw;
        margin-left: 4.6728971963vw;
    }
}
.c-article .wp-block-columns {
    display: flex;
    gap: 14px;
}
@media screen and (max-width: 768px) {
    .c-article .wp-block-columns {
        gap: 1.8691588785vw;
    }
}
.c-article .wp-block-column {
    width: 100%;
}
.c-article .wp-block-table table {
    width: 100%;
}
.c-article .wp-block-table tr {
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .c-article .wp-block-table tr {
        font-size: 3.2710280374vw;
    }
}
.c-article .wp-block-table tr:nth-of-type(2n+1) {
    background-color: #EBEBEB;
}
.c-article .wp-block-table tr td {
    padding: 15px 10px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
    .c-article .wp-block-table tr td {
        padding-top: 3.738317757vw;
        padding-right: 2.1028037383vw;
        padding-bottom: 3.738317757vw;
        padding-left: 2.1028037383vw;
        line-height: 1.6;
    }
}
.c-article .wp-block-table tr td:first-of-type {
    width: 118px;
}
@media screen and (max-width: 768px) {
    .c-article .wp-block-table tr td:first-of-type {
        width: 27.5700934579vw;
    }
}
.c-article .wp-block-table tr td a {
    color: #6FA8E3;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-article .wp-block-table tr td a:hover {
        text-decoration: none;
    }
}
.c-article .wp-block-buttons {
    margin: 30px auto;
}
.c-article .squote {
    color: #999;
    margin-top: 30px;
    text-align: right;
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .c-article .squote {
        font-size: 3.2710280374vw;
    }
}
.c-article .column_wrap h2 {
    font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap h2 {
        font-size: 3.738317757vw;
    }
}
.c-article .column_wrap h3, .c-article .column_wrap h4, .c-article .column_wrap h5 {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap h3, .c-article .column_wrap h4, .c-article .column_wrap h5 {
        font-size: 3.738317757vw;
    }
}
.c-article .column_wrap .btn a {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap .btn a {
        font-size: 3.738317757vw;
    }
}
.c-article .column_wrap .txtbox {
    margin-bottom: 30px;
}
.c-article .column_wrap .pageindex {
    margin: 0;
}
.c-article .column_wrap .pageindex p, .c-article .column_wrap .pageindex ol {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap .pageindex p, .c-article .column_wrap .pageindex ol {
        font-size: 3.738317757vw;
    }
}
.c-article .column_wrap .listTab {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap .listTab {
        font-size: 3.2710280374vw;
    }
}
.c-article .column_wrap .listTab table th {
    font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap .listTab table th {
        font-size: 3.738317757vw;
    }
}
.c-article .column_wrap .borderbox {
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .c-article .column_wrap .borderbox {
        font-size: 3.2710280374vw;
    }
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    margin-top: 40px;
    padding: 60px 20px;
    background: #E3F3FF url(/img/top/bg_search.webp) top center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .c-block {
        margin-top: 0;
        padding-top: 14.0186915888vw;
        padding-right: 9.3457943925%;
        padding-bottom: 14.4859813084vw;
        padding-left: 9.3457943925%;
        background-color: transparent;
        background-image: url(/img/top/sp/bg_search.webp);
    }
}

/*  c-block-2
--------------------------------------------- */
.c-block-2 {
    padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
    .c-block-2 {
        padding-top: 7.0093457944vw;
    }
}
.c-block-2__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 130px 60px;
    background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
    .c-block-2__container {
        max-width: none;
        padding-top: 0;
        padding-right: 4.6728971963%;
        padding-bottom: 18.691588785vw;
        padding-left: 4.6728971963%;
    }
}

/*  c-block-3
--------------------------------------------- */
.c-block-3 {
    padding: 40px 20px 0;
}
@media screen and (max-width: 768px) {
    .c-block-3 {
        padding-top: 7.0093457944vw;
        padding-right: 4.6728971963%;
        padding-left: 4.6728971963%;
    }
}
.c-block-3__container {
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-block-3__container {
        max-width: none;
    }
}

/*  c-block-4
--------------------------------------------- */
.c-block-4 {
    padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
    .c-block-4 {
        padding-top: 7.0093457944vw;
        padding-right: 0;
        padding-left: 0;
    }
}
.c-block-4__container {
    display: flex;
    align-items: flex-start;
    gap: 0 2.0202020202%;
    max-width: 990px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-block-4__container {
        display: block;
        max-width: none;
    }
}
.c-block-4__main {
    width: 62.6262626263%;
}
@media screen and (max-width: 768px) {
    .c-block-4__main {
        width: 100%;
        padding-bottom: 14.0186915888vw;
        padding-left: 4.6728971963%;
        padding-right: 4.6728971963%;
    }
}
.c-block-4__side {
    width: 35.3535353535%;
}
@media screen and (max-width: 768px) {
    .c-block-4__side {
        width: 100%;
        padding-top: 11.6822429907vw;
        padding-left: 4.6728971963%;
        padding-right: 4.6728971963%;
        border-top: 1.8691588785vw solid #EDEDED;
    }
}

/*  c-block-5
--------------------------------------------- */
.c-block-5 {
    padding: 40px 20px 0;
}
@media screen and (max-width: 768px) {
    .c-block-5 {
        padding-top: 5.8411214953vw;
        padding-right: 4.6728971963%;
        padding-left: 4.6728971963%;
    }
}
.c-block-5__container {
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-block-5__container {
        max-width: none;
    }
}
.c-block-5__search {
    /* margin-bottom: 20px; */
    margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
    .c-block-5__search {
        /* margin-bottom: 8.1775700935vw; */
    }
}
.c-block-5__error {
    text-align: center;
}
.c-block-5__error .ttls {
    font-size: 1.0625rem;
    font-weight: bold;
    margin-top: 20px;
}
.c-block-5__error .txt {
    font-size: 0.875rem;
    margin-top: 20px;
}
.c-block-5__error .c-btn-5 {
    margin-top: 40px;
}
.c-block-5__txt {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
    .c-block-5__txt {
        font-size: 3.5046728972vw;
        text-align: left;
        margin-top: 7.0093457944vw;
    }
}
.c-block-5__txt a {
    text-decoration: none;
    color: #8bc6ec;
}
.c-block-5__txt a:hover {
    color: #21358d;
}
.c-block-5 .nomatch {
    padding: 40px 0;
    text-align: center;
    font-size: 0.875rem;
}
.c-block-5__head {
    position: relative;
    padding: 18px 22px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    /* background: linear-gradient(#033350 0%, #B2B4B5 100%); */
    background: linear-gradient(#033350 0%, #82B4B5 100%);
}
@media screen and (max-width: 768px) {
    .c-block-5__head {
        padding-top: 4.2056074766vw;
        padding-right: 4.6728971963vw;
        padding-bottom: 4.2056074766vw;
        padding-left: 4.6728971963vw;
        font-size: 3.2710280374vw;
        border-radius: 3.5046728972vw;
    }
}
.c-block-5__head::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 8px;
    background-color: #82B4B5;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
    .c-block-5__head::before {
        bottom: -1.8691588785vw;
        width: 3.5046728972vw;
        height: 1.8691588785vw;
    }
}
.c-block-5__form {
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .c-block-5__form {
        margin-top: 4.6728971963vw;
    }
}
.c-block-5__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2.5641025641%;
}
@media screen and (max-width: 768px) {
    .c-block-5__inner {
        display: block;
    }
}
.c-block-5__list {
    /* width: 47.4358974359%; */
    width: 48.7%;
}
@media screen and (max-width: 768px) {
    .c-block-5__list {
        width: 100%;
        margin-top: 2.3364485981vw;
    }
    .c-block-5__list:first-of-type {
        margin-top: 0;
    }
}
.c-block-5__term {
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .c-block-5__term {
        margin-bottom: 1.8691588785vw;
        font-size: 3.2710280374vw;
    }
}
.c-block-5__desc input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 1em 20px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .c-block-5__desc input {
        height: 14.0186915888vw;
        padding-right: 4.6728971963vw;
        padding-left: 4.6728971963vw;
        border-radius: 2.3364485981vw;
        font-size: 3.2710280374vw;
    }
}
.c-block-5__desc input::-moz-placeholder {
    color: #999;
}
.c-block-5__desc input::placeholder {
    color: #999;
}
.c-block-5__desc input::-moz-placeholder {
    opacity: 1;
}
.c-block-5__select {
    position: relative;
    width: 100%;
}
.c-block-5__select::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 9px;
    height: 6px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_arrow_select.svg) 0 0 no-repeat;
    background-size: contain;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    .c-block-5__select::before {
        right: 4.6728971963vw;
        width: 2.1028037383vw;
        height: 1.4018691589vw;
    }
}
.c-block-5__select select {
    display: block;
    width: 100%;
    height: 60px;
    padding: 1em 20px;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: bold;
    color: inherit;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    background-image: none;
}
@media screen and (max-width: 768px) {
    .c-block-5__select select {
        height: 14.0186915888vw;
        padding-right: 4.6728971963vw;
        padding-left: 4.6728971963vw;
        border-radius: 2.3364485981vw;
        font-size: 3.2710280374vw;
    }
}
.c-block-5__btn {
    display: block;
    position: relative;
    width: 277px;
    margin: 20px auto 0;
    padding: 20px 1em;
    font-size: 0.875rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    background-color: #002F4F;
    border-radius: 31px;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .c-block-5__btn {
        width: 64.7196261682vw;
        margin-top: 4.6728971963vw;
        padding-top: 4.6728971963vw;
        padding-bottom: 4.6728971963vw;
        font-size: 3.2710280374vw;
        border-radius: 7.2429906542vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-block-5__btn {
        transition: opacity 300ms;
    }
    .c-block-5__btn:hover {
        opacity: 0.8;
    }
}
.c-block-5__btn::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_search.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .c-block-5__btn::before {
        right: 6.308411215vw;
        width: 2.8037383178vw;
        height: 2.8037383178vw;
    }
}

/*  c-block-6
--------------------------------------------- */
.c-block-6 {
    padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
    .c-block-6 {
        padding-top: 6.308411215vw;
        padding-right: 0;
        padding-left: 0;
    }
}
.c-block-6__container {
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-block-6__container {
        max-width: none;
    }
}
.c-block-6__ttl {
    font-size: 1.125rem;
    font-weight: bold;
    color: #002F4F;
}
@media screen and (max-width: 768px) {
    .c-block-6__ttl {
        font-size: 3.738317757vw;
        padding-right: 4.6728971963%;
        padding-left: 4.6728971963%;
    }
}
.c-block-6__map {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 62.179%;
}
@media screen and (max-width: 768px) {
    .c-block-6__map {
        margin-top: 4.6728971963vw;
        margin-bottom: 4.6728971963vw;
        padding-top: 64%;
    }
}
.c-block-6__map iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.c-block-6__btn {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .c-block-6__btn {
        margin-top: 4.6728971963vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 330px;
    margin: 0 auto;
    padding: 22px 40px;
    border-width: 2px;
    border-style: solid;
    border-radius: 37px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-btn {
        min-width: auto;
        width: 64.7196261682vw;
        padding-top: 4.2056074766vw;
        padding-right: 9.3457943925vw;
        padding-bottom: 4.2056074766vw;
        padding-left: 9.3457943925vw;
        border-radius: 7.2429906542vw;
        font-size: 3.2710280374vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-btn {
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}
.c-btn--bd-black {
    border-color: #333;
}
.c-btn--bd-gray {
    border-color: #E5E5E5;
}
.c-btn--bd-green {
    border-color: #003333;
}
.c-btn::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 17px;
    height: 14px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_arrow_black.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .c-btn::before {
        right: 5.8411214953vw;
        width: 3.2710280374vw;
        height: 2.8037383178vw;
    }
}

/*  c-btn-2
--------------------------------------------- */
.c-btn-2 {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 348px;
    margin: 40px auto 0;
    padding: 27px 40px;
    border-radius: 49px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    background: linear-gradient(120deg, #ffe53b 0%, #ff2525 100%);
}
@media screen and (max-width: 768px) {
    .c-btn-2 {
        min-width: auto;
        width: 100%;
        margin-top: 14.0186915888vw;
        padding-top: 6.5420560748vw;
        padding-left: 9.3457943925vw;
        padding-bottom: 6.5420560748vw;
        padding-right: 9.3457943925vw;
        border-radius: 11.6822429907vw;
        font-size: 3.2710280374vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-btn-2 {
        transition: opacity 300ms;
    }
    .c-btn-2:hover {
        opacity: 0.8;
    }
}
.c-btn-2::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_arrow_white.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .c-btn-2::before {
        right: 5.8411214953vw;
        width: 3.2710280374vw;
        height: 2.8037383178vw;
    }
}

/*  c-btn-3
--------------------------------------------- */
.c-btn-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    width: 388px;
    margin: 0 auto 20px;
    padding: 18px 1em;
    border: 2px solid #DDD;
    border-radius: 9px;
    color: inherit;
}
@media screen and (max-width: 768px) {
    .c-btn-3 {
        -moz-column-gap: 1.4018691589vw;
             column-gap: 1.4018691589vw;
        width: 100%;
        margin-bottom: 2.3364485981vw;
        padding-top: 4.6728971963vw;
        padding-bottom: 4.6728971963vw;
        border-radius: 2.1028037383vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-btn-3 {
        transition: opacity 300ms;
    }
    .c-btn-3:hover {
        opacity: 0.8;
    }
}
.c-btn-3__txt {
    font-size: 1rem;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .c-btn-3__txt {
        font-size: 3.2710280374vw;
    }
}
.c-btn-3__icon {
    width: 12px;
}
@media screen and (max-width: 768px) {
    .c-btn-3__icon {
        width: 2.3364485981vw;
    }
}
.c-btn-3__icon img {
    width: 100%;
    display: block;
}

/*  c-btn-4
--------------------------------------------- */
.c-btn-4 {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 330px;
    margin: 0 auto;
    padding: 18px 50px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #002F4F;
    border-radius: 31px;
    text-decoration: none;
}
.c-btn-4:hover {
    color: #fff !important;
}
@media screen and (max-width: 768px) {
    .c-btn-4 {
        min-width: auto;
        width: 64.7196261682vw;
        padding-top: 4.6728971963vw;
        padding-right: 9.3457943925vw;
        padding-bottom: 4.6728971963vw;
        padding-left: 9.3457943925vw;
        font-size: 3.2710280374vw;
        border-radius: 7.2429906542vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-btn-4 {
        transition: opacity 300ms;
    }
    .c-btn-4:hover {
        opacity: 0.8;
    }
}
.c-btn-4::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_link.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .c-btn-4::before {
        right: 6.308411215vw;
        width: 2.8037383178vw;
        height: 2.8037383178vw;
    }
}

/*  c-btn-5
--------------------------------------------- */
.c-btn-5 {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 330px;
    margin: 30px auto 0;
    padding: 18px 50px;
    font-size: 1rem;
    font-weight: bold;
    color: #002F4F;
    text-align: center;
    border: 2px solid #002F4F;
    border-radius: 31px;
    text-decoration: none;
}
.c-btn-5:hover {
    color: #002F4F !important;
}
@media screen and (max-width: 768px) {
    .c-btn-5 {
        min-width: auto;
        width: 64.7196261682vw;
        margin-top: 4.6728971963vw;
        padding-top: 4.2056074766vw;
        padding-right: 9.3457943925vw;
        padding-bottom: 4.2056074766vw;
        padding-left: 9.3457943925vw;
        font-size: 3.2710280374vw;
        border-radius: 7.2429906542vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-btn-5 {
        transition: opacity 300ms;
    }
    .c-btn-5:hover {
        opacity: 0.8;
    }
}
.c-btn-5::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    width: 14px;
    height: 12px;
    background: url(/wp-content/themes/jeisys/img/clinic_search/icon_arrow_blue.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .c-btn-5::before {
        left: 6.0747663551vw;
        width: 3.2710280374vw;
        height: 2.8037383178vw;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    display: flex;
    align-items: center;
    height: 380px;
    background: url(/img/top/img_kv.webp) center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .c-kv {
        height: 119.3925233645vw;
        background-image: url(/img/top/sp/img_kv.webp);
    }
}
.c-kv__container {
    display: grid;
    place-items: center;
    place-content: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .c-kv__container {
        place-items: flex-start;
        place-content: baseline;
        max-width: none;
        width: 100%;
        padding-right: 4.6728971963%;
        padding-left: 4.6728971963%;
    }
}
.c-kv__lead {
    width: 400px;
}
@media screen and (max-width: 768px) {
    .c-kv__lead {
        width: 100%;
    }
}
.c-kv__lead img {
    width: 100%;
}
.c-kv__ttl {
    margin-top: 30px;
    width: 400px;
}
@media screen and (max-width: 768px) {
    .c-kv__ttl {
        margin-top: 4.6728971963vw;
        width: 90.1869158879vw;
    }
}
.c-kv__ttl img {
    width: 100%;
}

/*  c-kv-2
--------------------------------------------- */
.c-kv-2 {
    position: relative;
    width: 100%;
    height: 217px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: overlay;
}
@media screen and (max-width: 768px) {
    .c-kv-2 {
        height: 34.3457943925vw;
        background-color: transparent;
    }
}
.c-kv-2::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.page-news .c-kv-2 {
    background-image: url(/img/news/img_kv.webp);
}

.page-column .c-kv-2 {
    background-image: url(/img/column/img_kv.webp);
}

.page-special .c-kv-2 {
    background-image: url(/img/special/img_kv.webp);
}

.page-search .c-kv-2 {
    background-image: url(/img/search/img_kv.webp);
}

.c-kv-2__container {
    max-width: 780px;
    height: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .c-kv-2__container {
        max-width: none;
    }
}
.page-news .c-kv-2__container {
    background-image: url(/img/news/img_kv.webp);
}

.page-column .c-kv-2__container {
    background-image: url(/img/column/img_kv.webp);
}

.page-special .c-kv-2__container {
    background-image: url(/img/special/img_kv.webp);
}

.page-search .c-kv-2__container {
    background-image: url(/img/search/img_kv.webp);
}

.c-kv-2__ttl {
    height: 100%;
    display: grid;
    place-items: center;
    place-content: center;
    position: relative;
    font-weight: bold;
    color: #fff;
}
.c-kv-2__ttl-main {
    display: block;
    font-size: 2.25rem;
    font-family: "Quicksand", sans-serif;
}
@media screen and (max-width: 768px) {
    .c-kv-2__ttl-main {
        font-size: 6.5420560748vw;
    }
}
.c-kv-2__ttl-sub {
    display: block;
    font-size: 1rem;
}
@media screen and (max-width: 768px) {
    .c-kv-2__ttl-sub {
        margin-top: 1.8691588785vw;
        font-size: 3.2710280374vw;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list--news-list {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .c-list--news-list {
        margin-bottom: 9.3457943925vw;
    }
}
.c-list__item {
    border-bottom: 1px solid #E5E5E5;
}
.c-list__item:first-of-type {
    border-top: 1px solid #E5E5E5;
}
.c-list--news-list .c-list__item:first-of-type {
    border-top: none;
}
.c-list__link {
    display: block;
    padding: 20px 0 22px;
}
@media screen and (max-width: 768px) {
    .c-list__link {
        padding-top: 4.6728971963vw;
        padding-bottom: 4.6728971963vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-list__link {
        transition: opacity 300ms;
    }
    .c-list__link:hover {
        opacity: 0.8;
    }
}
.c-list__date {
    display: block;
    font-size: 0.875rem;
    font-family: "Quicksand", sans-serif;
    color: #666;
}
@media screen and (max-width: 768px) {
    .c-list__date {
        font-size: 2.8037383178vw;
    }
}
.c-list__txt {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-list__txt {
        font-size: 3.2710280374vw;
    }
}

/*  c-list-2
--------------------------------------------- */
.c-list-2--column-list {
    margin-bottom: 60px;
}
.c-list-2__item {
    border-bottom: 1px solid #E5E5E5;
}
.c-list-2__item:first-of-type {
    border-top: 1px solid #E5E5E5;
}
.c-list-2--column-list .c-list-2__item:first-of-type {
    border-top: none;
}
.c-list-2__link {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    padding: 20px 0;
}
@media screen and (max-width: 768px) {
    .c-list-2__link {
        -moz-column-gap: 3.2710280374vw;
             column-gap: 3.2710280374vw;
        padding-top: 4.6728971963vw;
        padding-bottom: 4.6728971963vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-list-2__link {
        transition: opacity 300ms;
    }
    .c-list-2__link:hover {
        opacity: 0.8;
    }
}
.c-list-2__thumb {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .c-list-2__thumb {
        width: 24.2990654206vw;
        height: 24.2990654206vw;
    }
}
.c-list-2__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.c-list-2__content {
    flex: 1;
}
.c-list-2__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.c-list-2__cat {
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
}
@media screen and (max-width: 768px) {
    .c-list-2__cat {
        padding-top: 1.1682242991vw;
        padding-right: 3.5046728972vw;
        padding-bottom: 1.1682242991vw;
        padding-left: 3.5046728972vw;
        font-size: 2.8037383178vw;
    }
}
@media screen and (min-width: 769px) {
    .windows.firefox .c-list-2__cat {
        padding-top: 2px;
        padding-bottom: 3px;
    }
}

.c-list-2__date {
    font-size: 0.875rem;
    font-family: "Quicksand", sans-serif;
    color: #666;
}
@media screen and (max-width: 768px) {
    .c-list-2__date {
        font-size: 2.8037383178vw;
    }
}
.c-list-2__txt {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-list-2__txt {
        margin-top: 1.1682242991vw;
        margin-bottom: 2.3364485981vw;
        font-size: 3.2710280374vw;
        line-height: 1.6;
    }
}

/*  c-list-3
--------------------------------------------- */
.c-list-3 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
@media screen and (max-width: 768px) {
    .c-list-3 {
        gap: 2.3364485981vw;
    }
}
.c-list-3__item {
    font-size: 1rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .c-list-3__item {
        font-size: 3.2710280374vw;
    }
}

/*  c-list-4
--------------------------------------------- */
.c-list-4 {
    margin-bottom: 40px;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .c-list-4 {
        margin-bottom: 9.3457943925vw;
    }
}
.c-list-4__item {
    border-bottom: 1px solid #E5E5E5;
}
.c-list-4__item:first-of-type {
    border-top: 1px solid #E5E5E5;
}
.c-list-4__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px 25px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .c-list-4__link {
        padding-top: 6.0747663551vw;
        padding-right: 4.6728971963vw;
        padding-bottom: 7.476635514vw;
        padding-left: 4.6728971963vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-list-4__link {
        transition: opacity 300ms;
    }
    .c-list-4__link:hover {
        opacity: 0.8;
    }
}
.c-list-4__info {
    margin-right: 1em;
}
.c-list-4__name {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
    color: #7e7e7e;
}
@media screen and (max-width: 768px) {
    .c-list-4__name {
        margin-bottom: 1.1682242991vw;
        font-size: 3.2710280374vw;
    }
}
.c-list-4__name:last-child {
    margin-bottom: 0;
}
.c-list-4__place {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.5;
    color: #7e7e7e;
}
@media screen and (max-width: 768px) {
    .c-list-4__place {
        font-size: 3.2710280374vw;
    }
}
.c-list-4__btn {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 14px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    background-color: #002F4F;
    border-radius: 31px;
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
    .c-list-4__btn {
        margin-top: 2.3364485981vw;
        padding-top: 1.1682242991vw;
        padding-right: 3.2710280374vw;
        padding-bottom: 1.1682242991vw;
        padding-left: 3.2710280374vw;
        font-size: 2.8037383178vw;
        border-radius: 7.2429906542vw;
    }
}

/*  c-list-5
--------------------------------------------- */
.c-list-5 {
    margin-top: 20px;
    padding: 0;
}
@media screen and (max-width: 768px) {
    .c-list-5 {
        padding-top: 2.3364485981vw;
        padding-right: 4.6728971963%;
        padding-left: 4.6728971963%;
    }
}
.c-list-5__item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
    .c-list-5__item {
        padding-top: 4.4392523364vw;
        padding-bottom: 4.4392523364vw;
    }
}
.c-list-5__item:first-of-type {
    border-top: 1px solid #E5E5E5;
}
.c-list-5__icon--map {
    width: 16px;
    margin-right: 19px;
}
@media screen and (max-width: 768px) {
    .c-list-5__icon--map {
        width: 3.738317757vw;
        margin-right: 4.4392523364vw;
    }
}
.c-list-5__icon--tel {
    width: 18px;
    margin-right: 17px;
}
@media screen and (max-width: 768px) {
    .c-list-5__icon--tel {
        width: 4.2056074766vw;
        margin-right: 3.9719626168vw;
    }
}
.c-list-5__txt {
    font-size: 1rem;
    color: #333;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .c-list-5__txt {
        font-size: 3.2710280374vw;
    }
}

/* ---------------------------------------------
*   c-modal
--------------------------------------------- */
.c-modal {
    max-width: 780px;
    margin: 0 auto;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .c-modal {
        max-width: 90.6542056075%;
    }
}
.c-modal__head {
    padding: 20px 1em;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .c-modal__head {
        padding-top: 4.6728971963vw;
        padding-bottom: 4.6728971963vw;
        font-size: 3.738317757vw;
    }
}
.c-modal__content {
    height: 332px;
    padding: 30px 52px;
    overflow-y: auto;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
    .c-modal__content {
        max-height: 70vh;
        max-height: 70dvh;
        height: 157.2429906542vw;
        padding-top: 5.8411214953vw;
        padding-right: 7.0093457944vw;
        padding-bottom: 5.8411214953vw;
        padding-left: 7.0093457944vw;
    }
}
.c-modal__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .c-modal__list {
        gap: 4.6728971963vw 7.0093457944vw;
    }
}
.c-modal__link {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .c-modal__link {
        font-size: 3.738317757vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-modal__link:hover {
        text-decoration: none;
    }
}
.c-modal__close {
    padding: 30px 1em;
}
@media screen and (max-width: 768px) {
    .c-modal__close {
        padding-top: 4.6728971963vw;
        padding-bottom: 4.6728971963vw;
    }
}
.c-modal__btn {
    display: block;
    width: 277px;
    margin: 0 auto;
    padding: 16px 1em;
    border: 2px solid #333;
    border-radius: 31px;
    font-size: 1rem;
    font-weight: bold;
    color: inherit;
}
@media screen and (max-width: 768px) {
    .c-modal__btn {
        width: 64.7196261682vw;
        padding-top: 4.2056074766vw;
        padding-bottom: 4.2056074766vw;
        border-radius: 7.2429906542vw;
        font-size: 3.2710280374vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-modal__btn {
        transition: opacity 300ms;
    }
    .c-modal__btn:hover {
        opacity: 0.8;
    }
}

@media screen and (min-width: 769px) {
    .mfp-container {
        padding-top: 50px;
    }
}

@media screen and (min-width: 769px) {
    .mfp-content {
        vertical-align: top;
    }
}

/* -- Fade Animation -- */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
    background: #000;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.3;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* ---------------------------------------------
*   wp-pagenavi
--------------------------------------------- */
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}
@media screen and (max-width: 768px) {
    .wp-pagenavi {
        -moz-column-gap: 7.0093457944vw;
             column-gap: 7.0093457944vw;
    }
}
.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 1.1875rem;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 3.738317757vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .wp-pagenavi a {
        transition: opacity 300ms;
    }
    .wp-pagenavi a:hover {
        opacity: 0.8;
    }
}
.wp-pagenavi .page {
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .wp-pagenavi .page:hover {
        text-decoration: none;
    }
}
.wp-pagenavi .pages {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px;
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    padding: 50px 20px 60px;
}
@media screen and (max-width: 768px) {
    .c-section {
        padding-top: 14.0186915888vw;
        padding-right: 9.3457943925%;
        padding-bottom: 15.8878504673vw;
        padding-left: 9.3457943925%;
    }
}
.c-section__container {
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section__container {
        max-width: none;
    }
}
.c-section__content {
    margin-top: 50px;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
@media screen and (max-width: 768px) {
    .c-section__content {
        margin-top: 8.1775700935vw;
        margin-bottom: 9.3457943925vw;
        display: block;
    }
}
.c-section__img {
    width: 49.8333333333%;
    margin-right: -6.6666666667%;
}
@media screen and (max-width: 768px) {
    .c-section__img {
        width: 100%;
        margin-right: 0;
    }
}
.c-section__txt {
    width: 52.6666666667%;
    margin-bottom: -19px;
    padding: 30px 23px;
    font-size: 1rem;
    line-height: 2;
    background-color: #F4F9FF;
}
@media screen and (max-width: 768px) {
    .c-section__txt {
        width: 100%;
        margin-top: 5.8411214953vw;
        margin-bottom: 0;
        padding: 0;
        font-size: 3.2710280374vw;
        line-height: 2.1;
        background-color: transparent;
    }
}

/*  c-section-2
--------------------------------------------- */
.c-section-2 {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
    .c-section-2 {
        max-width: none;
        padding-bottom: 0;
    }
}
.c-section-2__container {
    max-width: 780px;
    margin: 0 auto;
    padding: 32px 130px 60px;
    background-color: #FAFAFA;
}
@media screen and (max-width: 768px) {
    .c-section-2__container {
        max-width: none;
        padding-top: 7.0093457944vw;
        padding-right: 4.6728971963%;
        padding-bottom: 11.6822429907vw;
        padding-left: 4.6728971963%;
    }
}
.c-section-2__content {
    margin-top: 35px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .c-section-2__content {
        margin-top: 9.3457943925vw;
        margin-bottom: 9.3457943925vw;
    }
}

/*  c-section-3
--------------------------------------------- */
.c-section-3 {
    padding: 50px 20px 60px;
    border-top: 8px solid #FAFAFA;
}
@media screen and (max-width: 768px) {
    .c-section-3 {
        padding-top: 12.8504672897vw;
        padding-right: 4.6728971963%;
        padding-bottom: 14.0186915888vw;
        padding-left: 4.6728971963%;
        border-width: 1.8691588785vw;
    }
}
.c-section-3__container {
    max-width: 780px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-3__container {
        max-width: none;
    }
}
.c-section-3__content {
    margin: 40px 0;
}
@media screen and (max-width: 768px) {
    .c-section-3__content {
        margin-top: 9.3457943925vw;
        margin-bottom: 9.3457943925vw;
    }
}

/* ---------------------------------------------
*   c-sidebar
--------------------------------------------- */
.c-sidebar {
    margin-top: -10px;
}
@media screen and (max-width: 768px) {
    .c-sidebar {
        margin-top: 0;
    }
}
.c-sidebar__ttl {
    text-align: center;
}
.c-sidebar__ttl-main {
    display: block;
    font-size: 1.75rem;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    color: transparent;
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
    -webkit-background-clip: text;
}
@media screen and (max-width: 768px) {
    .c-sidebar__ttl-main {
        font-size: 6.5420560748vw;
    }
}
.c-sidebar__ttl-sub {
    display: block;
    margin-top: 5px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #21358D;
}
@media screen and (max-width: 768px) {
    .c-sidebar__ttl-sub {
        margin-top: 1.1682242991vw;
        font-size: 3.2710280374vw;
    }
}
.c-sidebar__list {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .c-sidebar__list {
        margin-top: 4.6728971963vw;
    }
}
.c-sidebar__item {
    border-bottom: 1px solid #E5E5E5;
}
.c-sidebar__link {
    display: flex;
    align-items: flex-start;
    gap: 0 5.7142857143%;
    padding: 20px 0 24px;
}
@media screen and (max-width: 768px) {
    .c-sidebar__link {
        -moz-column-gap: 3.2710280374vw;
             column-gap: 3.2710280374vw;
        padding-top: 4.6728971963vw;
        padding-bottom: 7.0093457944vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 769px) {
    .c-sidebar__link {
        transition: opacity 300ms;
    }
    .c-sidebar__link:hover {
        opacity: 0.8;
    }
}
.c-sidebar__thumb {
    width: 24.8571428571%;
    flex-shrink: 0;
    padding-top: 24.8571428571%;
    position: relative;
}
.c-sidebar__thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
@media screen and (max-width: 768px) {
    .c-sidebar__thumb {
        width: 24.2990654206vw;
    }
}
.c-sidebar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .c-sidebar__head {
        margin-bottom: 1.1682242991vw;
    }
}
.c-sidebar__cat {
    width: dit-content;
    margin-right: 1em;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
}
@media screen and (max-width: 768px) {
    .c-sidebar__cat {
        padding-top: 1.1682242991vw;
        padding-right: 3.9719626168vw;
        padding-bottom: 1.1682242991vw;
        padding-left: 3.9719626168vw;
        font-size: 2.8037383178vw;
    }
}
.c-sidebar__date {
    font-size: 0.75rem;
    color: #666;
}
@media screen and (max-width: 768px) {
    .c-sidebar__date {
        font-size: 2.8037383178vw;
    }
}
.c-sidebar__txt {
    font-size: 0.875rem;
    font-weight: bold;
    color: #21358D;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .c-sidebar__txt {
        font-size: 3.2710280374vw;
    }
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    text-align: center;
}
.c-ttl__main {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 2.25rem;
    font-weight: bold;
    font-family: "Quicksand", sans-serif;
    color: transparent;
    background: linear-gradient(120deg, #8bc6ec 0%, #9599e2 100%);
    -webkit-background-clip: text;
}
@media screen and (max-width: 768px) {
    .c-ttl__main {
        font-size: 6.5420560748vw;
    }
}
.c-ttl--search .c-ttl__main {
    background: linear-gradient(120deg, #ffe53b 0%, #ff2525 100%);
    -webkit-background-clip: text;
}
.c-ttl--small .c-ttl__main {
    font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
    .c-ttl--small .c-ttl__main {
        font-size: 6.5420560748vw;
    }
}
.c-ttl__sub {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    color: #21358D;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .c-ttl__sub {
        font-size: 3.2710280374vw;
        margin-top: 1.6355140187vw;
    }
}
.c-ttl--search .c-ttl__sub {
    color: #9F3808;
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .c-ttl--search .c-ttl__sub {
        font-size: 3.2710280374vw;
    }
}
.c-ttl--small .c-ttl__sub {
    margin-top: 10px;
    font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
    .c-ttl--small .c-ttl__sub {
        margin-top: 2.3364485981vw;
        font-size: 2.8037383178vw;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

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

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

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

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

.js-tel-disabled {
    display: inline-block;
    pointer-events: none;
}

@media print and (min-width: 769px), screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 1.1682242991vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.3364485981vw !important;
    }
    .mgt-sp--15 {
        margin-top: 3.5046728972vw !important;
    }
    .mgt-sp--20 {
        margin-top: 4.6728971963vw !important;
    }
    .mgt-sp--25 {
        margin-top: 5.8411214953vw !important;
    }
    .mgt-sp--30 {
        margin-top: 7.0093457944vw !important;
    }
    .mgt-sp--35 {
        margin-top: 8.1775700935vw !important;
    }
    .mgt-sp--40 {
        margin-top: 9.3457943925vw !important;
    }
    .mgt-sp--45 {
        margin-top: 10.5140186916vw !important;
    }
    .mgt-sp--50 {
        margin-top: 11.6822429907vw !important;
    }
    .mgt-sp--55 {
        margin-top: 12.8504672897vw !important;
    }
    .mgt-sp--60 {
        margin-top: 14.0186915888vw !important;
    }
    .mgt-sp--65 {
        margin-top: 15.1869158879vw !important;
    }
    .mgt-sp--70 {
        margin-top: 16.3551401869vw !important;
    }
    .mgt-sp--75 {
        margin-top: 17.523364486vw !important;
    }
    .mgt-sp--80 {
        margin-top: 18.691588785vw !important;
    }
    .mgt-sp--85 {
        margin-top: 19.8598130841vw !important;
    }
    .mgt-sp--90 {
        margin-top: 21.0280373832vw !important;
    }
    .mgt-sp--95 {
        margin-top: 22.1962616822vw !important;
    }
    .mgt-sp--100 {
        margin-top: 23.3644859813vw !important;
    }
    .mgt-sp--105 {
        margin-top: 24.5327102804vw !important;
    }
    .mgt-sp--110 {
        margin-top: 25.7009345794vw !important;
    }
    .mgt-sp--115 {
        margin-top: 26.8691588785vw !important;
    }
    .mgt-sp--120 {
        margin-top: 28.0373831776vw !important;
    }
    .mgt-sp--125 {
        margin-top: 29.2056074766vw !important;
    }
    .mgt-sp--130 {
        margin-top: 30.3738317757vw !important;
    }
    .mgt-sp--135 {
        margin-top: 31.5420560748vw !important;
    }
    .mgt-sp--140 {
        margin-top: 32.7102803738vw !important;
    }
    .mgt-sp--145 {
        margin-top: 33.8785046729vw !important;
    }
    .mgt-sp--150 {
        margin-top: 35.046728972vw !important;
    }
    .mgt-sp--155 {
        margin-top: 36.214953271vw !important;
    }
    .mgt-sp--160 {
        margin-top: 37.3831775701vw !important;
    }
    .mgt-sp--165 {
        margin-top: 38.5514018692vw !important;
    }
    .mgt-sp--170 {
        margin-top: 39.7196261682vw !important;
    }
    .mgt-sp--175 {
        margin-top: 40.8878504673vw !important;
    }
    .mgt-sp--180 {
        margin-top: 42.0560747664vw !important;
    }
    .mgt-sp--185 {
        margin-top: 43.2242990654vw !important;
    }
    .mgt-sp--190 {
        margin-top: 44.3925233645vw !important;
    }
    .mgt-sp--195 {
        margin-top: 45.5607476636vw !important;
    }
    .mgt-sp--200 {
        margin-top: 46.7289719626vw !important;
    }
    .mgt-sp--205 {
        margin-top: 47.8971962617vw !important;
    }
    .mgt-sp--210 {
        margin-top: 49.0654205607vw !important;
    }
    .mgt-sp--215 {
        margin-top: 50.2336448598vw !important;
    }
    .mgt-sp--220 {
        margin-top: 51.4018691589vw !important;
    }
    .mgt-sp--225 {
        margin-top: 52.5700934579vw !important;
    }
    .mgt-sp--230 {
        margin-top: 53.738317757vw !important;
    }
    .mgt-sp--235 {
        margin-top: 54.9065420561vw !important;
    }
    .mgt-sp--240 {
        margin-top: 56.0747663551vw !important;
    }
    .mgt-sp--245 {
        margin-top: 57.2429906542vw !important;
    }
    .mgt-sp--250 {
        margin-top: 58.4112149533vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 1.1682242991vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.3364485981vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 3.5046728972vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 4.6728971963vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 5.8411214953vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 7.0093457944vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 8.1775700935vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 9.3457943925vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 10.5140186916vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 11.6822429907vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 12.8504672897vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 14.0186915888vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 15.1869158879vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 16.3551401869vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 17.523364486vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 18.691588785vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 19.8598130841vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 21.0280373832vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 22.1962616822vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 23.3644859813vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 24.5327102804vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 25.7009345794vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 26.8691588785vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 28.0373831776vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 29.2056074766vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 30.3738317757vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 31.5420560748vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 32.7102803738vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 33.8785046729vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 35.046728972vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 36.214953271vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 37.3831775701vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 38.5514018692vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 39.7196261682vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 40.8878504673vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 42.0560747664vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 43.2242990654vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 44.3925233645vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 45.5607476636vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 46.7289719626vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 47.8971962617vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 49.0654205607vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 50.2336448598vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 51.4018691589vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 52.5700934579vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 53.738317757vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 54.9065420561vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 56.0747663551vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 57.2429906542vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 58.4112149533vw !important;
    }
}