@import"../../../../../../../fonts.googleapis.com/css2@family=Cormorant+Infant%253Awght@500&family=Shippori+Mincho%253Awght@500&family=Zen+Kaku+Gothic+New&display=swap.css";
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:where([hidden]:not([hidden=until-found])) {
    display: none !important
}

:where(html) {
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    scrollbar-gutter: stable
}

:where(html:has(dialog:modal[open])) {
    overflow: clip
}

@media(prefers-reduced-motion: no-preference) {
    :where(html: focus-within) {
        scroll-behavior:smooth
    }
}

:where(body) {
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased
}

:where(button) {
    all: unset
}

:where(input, button, textarea, select) {
    font: inherit;
    color: inherit
}

:where(textarea) {
    resize: vertical;
    resize: block
}

:where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer
}

:where(:disabled) {
    cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
    cursor: not-allowed
}

:where(a) {
    color: inherit;
    text-underline-offset: .2ex
}

:where(ul, ol) {
    list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block
}

:where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
    font-weight: normal;
    overflow-wrap: break-word
}

:where(h1, h2, h3) {
    line-height: calc(1em + .5rem);
    /*text-wrap: balance*/
}

:where(hr) {
    border: none;
    -webkit-border-before: 1px solid;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible
}

:where(dialog) {
    border: none;
    background: none;
    inset: unset;
    max-width: unset;
    max-height: unset
}

:where(dialog:not([open])) {
    display: none !important
}

:where(:focus-visible) {
    outline: 3px solid CanvasText;
    -webkit-box-shadow: 0 0 0 5px Canvas;
    box-shadow: 0 0 0 5px Canvas;
    outline-offset: 1px
}

:where(:focus-visible, :target) {
    scroll-margin-block: 8vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important
}

html {
    font-size: 62.5%
}

body {
    position: relative;
    width: 100%;
    background-color: #fff;
    color: #282b2c;
    font-family: "Shippori Mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    letter-spacing: .05em;
    line-break: strict;
    line-height: 1.75;
    text-align: justify
}

body.fixed {
    position: fixed
}

a {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto;
    shape-margin: .75rem;
    background-repeat: no-repeat;
    background-size: cover;
    font-style: italic;
    vertical-align: middle
}

address {
    font-style: normal
}

th {
    font-weight: normal
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

.en_font {
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    font-style: normal
}

.en_font.bold {
    font-weight: 700
}

.en_font.light {
    font-weight: 300
}

.bold {
    font-weight: 500
}

.light {
    font-weight: 400
}

.sup {
    font-size: 1rem
}

.kakko {
    display: inline-block
}

.kakko.start {
    margin-left: -0.25em
}

.kakko.end {
    margin-right: -0.25em
}

.dash {
    display: inline-block;
    letter-spacing: 0
}

@media screen and (max-width: 768px) {
    .pc {
        display: none
    }
}

.tb {
    display: none
}

@media screen and (max-width: 1024px) {
    .tb {
        display: block
    }
}

.sp {
    display: none
}

@media screen and (max-width: 768px) {
    .sp {
        display: block
    }
}

.page-wrapper {
    position: relative;
    /*padding-top: 30px;*/
    padding-bottom: clamp(100px, 18.0555555556vw, 260px);
    background: #f6f3ec;
/*    background-image: url(../img/common/texture.webp);
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain*/
}

.home .page-wrapper {
    padding-top: 0
}

@media screen and (max-width: 768px) {
    .page-wrapper {
        /*padding-top: 55px*/
    }
    .home .page-wrapper {
        padding-bottom: 20px;
    }
}

/* .page-wrapper::before {
    content: "";
    position: absolute;
    bottom: clamp(-260px, -18.0555555556vw, -95px);
    left: -6.25vw;
    aspect-ratio: 44/39;
    width: clamp(220px, 42.7777777778vw, 616px);
    background-image: url(../img/common/botanical/botanical4.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10
} */

.sp_btn-container {
    display: none;
    grid-template-columns: repeat(1, 1fr);
    position: fixed;
    bottom: -180px;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 43, 44, .1);
    box-shadow: 0 0 10px 0 rgba(40, 43, 44, .1);
    -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 9999
}

@media screen and (max-width: 768px) {
    .sp_btn-container {
        display: grid
    }
}

.sp_btn-container.active {
    bottom: 0;
    -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.sp_btn-container .list-item {
    position: relative;
    background-color: #2a79c1;
    color: #fff
}

.sp_btn-container .list-item:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(244, 244, 244, .7)
}

.sp_btn-container .item-link {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    padding: .75em;
    line-height: 1.4;
    text-align: center
}

.sec-title .top-text {
    height: clamp(35px, 3.125vw, 45px)
}

.home .sec-title .top-text {
    height: clamp(27px, 3.6805555556vw, 53px)
}

.sec-title .bottom-text {
    margin-top: 1em;
    color: #3B86C0;
    font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
    font-weight: 500
}

.home .sec-title .bottom-text {
    font-size: clamp(1.3rem, 1.25vw, 1.8rem)
}

.area-title {
    color: #3B86C0;
    font-size: clamp(2.6rem, 2.5vw, 3.6rem);
    text-align: center
}

.frame-box {
    position: relative
}

.frame-box::before,
.frame-box::after {
    content: "";
    position: absolute;
    z-index: 20
}

.frame-box .frame {
    position: absolute;
    aspect-ratio: 1/1;
    z-index: 20
}

.frame-box .frame.frame01 {
    top: 0;
    left: 0
}

.frame-box .frame.frame02 {
    top: 0;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.frame-box .frame.frame03 {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.frame-box .frame.frame04 {
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#fff, #fff) 100% 100%/0 1px no-repeat;
    -webkit-transition: background-size 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: background-size 1s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    will-change: background-size
}

.link-btn {
    display: block;
    position: relative;
    width: clamp(220px, 20.8333333333vw, 300px);
    margin-top: clamp(30px, 4.1666666667vw, 60px);
    padding: 1.25em 1.5em;
    padding-right: 60px;
    border: 1px solid #2a79c1;
    color: #2a79c1;
    font-size: 1.6rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn:hover::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn:hover::after {
    background-color: #fff;
    -webkit-transform: translateX(7px) translateY(-50%);
    transform: translateX(7px) translateY(-50%);
    -webkit-transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn:hover .btn-text {
    color: #fff;
    -webkit-transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2a79c1;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background-color: #2a79c1;
    -webkit-clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.link-btn .btn-text {
    position: relative;
    z-index: 20;
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    text-align: left;
    word-break: keep-all;
    overflow-wrap: break-word
}

.link-btn.page-link-btn {
    display: grid;
    place-content: center start;
    width: min(610px, 42.3611111111vw);
    margin: 120px auto 0;
    font-size: clamp(1.8rem, 1.6666666667vw, 2.4rem)
}

@media screen and (max-width: 1024px) {
    .link-btn.page-link-btn {
        width: min(434px, 90%);
        margin-top: 80px
    }
}

.intro-area .intro-topic,
.intro-area .intro-text {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.intro-area .intro-topic.active,
.intro-area .intro-text.active {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all .5s cubic-bezier(0.46, 0.03, 0.52, 0.96)
}

.header {
    position: sticky;
    top: 30px;
    margin-bottom: 10px;
    margin-inline: auto;
    width: 95%;
    z-index: 1000
}

@media screen and (max-width: 768px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        margin-bottom: 0
    }
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: max(40px, 5%);
    position: relative;
    width: 100%;
    height: 90px;
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1024px) {
    .header .wrapper {
        gap: 3%
    }
}

@media screen and (max-width: 768px) {
    .header .wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: max(10px, 5%);
        height: 55px;
        padding: 2px 10px 2px clamp(165px, 45vw, 205px);
        border-bottom: 1px solid #a9abab;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 20
    }
}

@media screen and (max-width: 768px) {
    .header .wrapper .header-logo {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.header .wrapper .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.header .wrapper .header-logo-img {
    display: block;
    /*aspect-ratio: 1/.39;*/
    width: clamp(60px, 8.7638888889vw, 95px);
    max-width: none;
    height: 100%
}

.header .wrapper .header-logo-text {
    color: #2a79c1;
    font-size: clamp(16px, 1.35vw, 21px);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.3;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .header .wrapper .header-logo {
        gap: 6px;
    }
    .header .wrapper .header-logo-text {
        width: 6.5em;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 1.2;
        white-space: normal;
    }
}

.header .wrapper .header-tel-link {
    display: none;
    padding: 0
}

@media screen and (max-width: 768px) {
    .header .wrapper .header-tel-link {
        position: relative;
        display: grid;
        display: none;
    }
    .header .tel-link.header-tel-link span {
        font-size: 2rem;
    }
}

.header .wrapper .header-tel-link::before {
    content: none
}

.header .menubtn {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    padding: 7px 13px 8px 7px;
    background-color: #2a79c1;
    border-radius: 999rem;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.05em
}

@media screen and (max-width: 768px) {
    .header .menubtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header .menubtn.active .btn-border.border01,
.header .menubtn.active .btn-border.border02 {
    -webkit-transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.header .menubtn.active .btn-border.border01 {
    top: 8px;
    left: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .menubtn.active .btn-border.border02 {
    top: 8px;
    left: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .menubtn::after {
    content: "MENU";
    font-size: 1.1rem
}

.header .menubtn .border {
    position: relative;
    aspect-ratio: 1/1;
    width: 15px
}

.header .menubtn .btn-border {
    position: absolute;
    width: 10px;
    height: 1px;
    background-color: #fff
}

.header .menubtn .btn-border.border01,
.header .menubtn .btn-border.border02 {
    -webkit-transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.header .menubtn .btn-border.border01 {
    top: 6px;
    left: 3px
}

.header .menubtn .btn-border.border02 {
    top: 9px;
    left: 3px
}

.header .header-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%
}

@media screen and (max-width: 768px) {
    .header .header-area {
        position: absolute;
        top: 55px;
        right: 0;
        width: 100%;
        height: calc(100vh - 55px);
        height: calc(100dvh - 55px);
        background-color: #fff;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        z-index: 10
    }
}

.header .header-area.panelactive {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .header-area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: max(40px, 3%);
    height: 100%;
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    .header .header-area .inner {
        gap: 2%
    }
}

@media screen and (max-width: 768px) {
    .header .header-area .inner {
        display: block;
        height: calc(100% - 100px);
        padding: 40px 5% 20px;
        overflow-y: auto;
        margin-right: auto;
    }
}

.header .gnav-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    height: 100%;
    margin-top: .25em;
    font-size: 1.6rem
}

@media screen and (max-width: 1024px) {
    .header .gnav-list {
        gap: 3%
    }
}

@media screen and (max-width: 768px) {
    .header .gnav-list {
        display: block;
        height: auto
    }
}

.header .gnav-list .list-item {
    position: relative;
    height: 100%
}

@media screen and (max-width: 768px) {
    .header .gnav-list .list-item {
        border-bottom: 1px solid #a9abab;
        height: auto
    }
}

.header .gnav-list .list-item:hover::before {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.header .gnav-list .list-item.current::before {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.header .gnav-list .list-item.current .top-text {
    color: #2a79c1
}

.header .gnav-list .list-item::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-color: #2a79c1;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

@media screen and (max-width: 768px) {
    .header .gnav-list .list-item::before {
        content: none
    }
}

.header .gnav-list .list-item .nav-link {
    display: grid;
    place-content: center;
    height: 100%;
    padding-top: .25em
}

@media screen and (max-width: 768px) {
    .header .gnav-list .list-item .nav-link {
        display: block;
        height: auto;
        padding: 10px 0
    }
}

@media screen and (max-width: 768px) {
    .header .gnav-list .nav-link,
    .header .gnav-list .nav-item {
        display: block;
        width: 100%
    }
}

.header .gnav-list .bottom-text {
    display: block;
    color: #2a79c1;
    font-size: 1.3rem;
    letter-spacing: -0.025em
}

.header .gnav-list .drawer-item {
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: .25em
}

@media screen and (max-width: 768px) {
    .header .gnav-list .drawer-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0
    }
}

.header .gnav-list .drawer-item.active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.header .gnav-list .drawer-item::after {
    content: "";
    display: inline-block;
    position: relative;
    top: -10px;
    width: 8px;
    height: 8px;
    margin-left: .5em;
    border-top: 1px solid #2a79c1;
    border-right: 1px solid #2a79c1;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (max-width: 768px) {
    .header .gnav-list .drawer-item::after {
        position: absolute;
        top: 25px;
        right: 20px;
        -webkit-transition: all .3s;
        transition: all .3s
    }
}

.header .gnav-list .gnav-sub-list {
    display: none;
    cursor: default;
    position: absolute;
    top: 80px;
    left: -1em;
    width: 260px;
    padding: 2em;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .header .gnav-list .gnav-sub-list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        padding: 1em 2em;
        border-radius: 0;
        z-index: 10
    }
}

.header .gnav-list .gnav-sub-list .sub-list-item:not(:first-of-type) {
    margin-top: .75em
}

@media screen and (max-width: 768px) {
    .header .gnav-list .gnav-sub-list .sub-list-item:not(:first-of-type) {
        margin-top: 1em
    }
}

.header .gnav-list .gnav-sub-list .nav-link {
    display: block;
    line-height: 2
}

.header .gnav-list .gnav-sub-list .nav-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% .5px
}

@media screen and (max-width: 768px) {
    .header .gnav-list .gnav-sub-list .nav-link {
        display: block;
        width: 100%;
        padding: 0
    }
}

.header .gnav-sub-list .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .gnav-sub-list .nav-link::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: .25em;
    background-image: url(../img/common/header_arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.header .other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px 1.5em;
    font-size: 1.3rem
}

@media screen and (max-width: 1400px) {
    .header .other-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 768px) {
    .header .other-list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1.25em 0
    }
}

.header .other-list .nav-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% .5px
}

.header .other-list .nav-link.outside-link::after {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: .9em;
    margin-left: .25em;
    background-color: #282b2c;
    -webkit-mask-image: url(../img/common/link_icon.svg);
    mask-image: url(../img/common/link_icon.svg);
    -webkit-mask-position: 50% 70%;
    mask-position: 50% 70%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: -0.25em
}

.header .tel-link {
    display: grid;
    place-content: center;
    position: relative;
    height: 100%;
    padding: 10px 10px 14px 30px
}

@media screen and (max-width: 1280px) {
    .header .tel-link {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .header .tel-link {
        display: block;
        height: auto;
        padding: 30px 0
    }
}

.header .tel-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
    background-color: #d4cec9
}

@media screen and (max-width: 768px) {
    .header .tel-link::before {
        top: 0;
        -webkit-transform: none;
        transform: none;
        width: 160px;
        height: 1px
    }
}

.header .tel-link .telno {
    width: min(195px, 13.5416666667vw)
}

@media screen and (max-width: 768px) {
    .header .tel-link .telno {
        width: min(230px, 61.3333333333vw)
    }
}
.header .tel-link span{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #2a79c1;
    font-size: 2.6rem;
}
.header .contact-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 89px;
    right: 20px;
    background-color: #2a79c1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    z-index: -2
}

@media screen and (max-width: 768px) {
    .header .contact-link-list {
        top: auto;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 90px;
        border-radius: 0
    }
}

@media screen and (max-width: 768px) {
    .header .contact-link-list .list-item {
        width: 100%;
        height: 100%;
        text-align: center
    }
}

.header .contact-link-list .list-item:not(:first-of-type) .contact-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: rgba(244, 244, 244, .7)
}

.header .contact-link-list .contact-link {
    display: block;
    position: relative;
    padding: .75em 1.75em
}

@media screen and (max-width: 768px) {
    .header .contact-link-list .contact-link {
        display: grid;
        place-content: center;
        height: 100%
    }
}

.header .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#282b2c), to(#282b2c)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#282b2c, #282b2c) 100% 100%/0 1px no-repeat
}

.footer {
    position: relative;
    color: #fff
}

.footer .wrapper {
    position: relative;
    z-index: 20
}

.footer .top-area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1px;
    background-color: #fff
}

@media screen and (max-width: 768px) {
    .footer .top-area-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer .top-area-list .list-item {
    width: 100%;
    background-color: #2a79c1;
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

@media screen and (max-width: 768px) {
    .footer .top-area-list .list-item {
        width: calc((100% - 1px)/2)
    }
}

.footer .top-area-list .list-item:hover {
    background-color: #fff;
    color: #2a79c1;
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.footer .top-area-list .list-item:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% .5px
}

.footer .top-area-list .item-link {
    display: grid;
    place-content: center;
    width: 100%;
    height: clamp(100px, 9.7222222222vw, 140px);
    font-size: clamp(1.8rem, 1.3888888889vw, 2rem)
}

@media screen and (max-width: 768px) {
    .footer .top-area-list .item-link {
        height: min(100px, 26.6666666667vw)
    }
}

.footer .top-area-list .item-link .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#2a79c1), to(#2a79c1)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#2a79c1, #2a79c1) 100% 100%/0 1px no-repeat
}

.footer .middle-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: min(440px, 30.5555555556vw);
    padding: 0 10%;
    background-image: url(../img/common/ft-img.webp);
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 768px) {
    .footer .middle-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: min(450px, 120vw);
        background-position: 50%
    }
}

.footer .middle-area .top-container {
    display: grid;
    place-content: center;
    width: 100%
}

.footer .middle-area .top-container .top-text {
    height: clamp(32px, 3.4722222222vw, 50px)
}

.footer .middle-area .top-container .bottom-text {
    display: block;
    margin-top: 1em;
    color: #fff;
    font-size: clamp(1rem, 1.25vw, 1.8rem)
}

.footer .middle-area .bottom-container {
    display: grid;
    place-content: center;
    width: 100%
}

@media screen and (max-width: 768px) {
    .footer .middle-area .bottom-container {
        display: block
    }
}

.footer .middle-area .tel-box {
    width: 100%
}

@media screen and (max-width: 768px) {
    .footer .middle-area .tel-box {
        margin-top: 30px;
        text-align: center
    }
}

.footer .middle-area .tel-box .topic {
    font-size: clamp(1rem, 1.1111111111vw, 1.6rem)
}

.footer .middle-area .tel-link{
    display: block;
    color: rgba(244, 244, 244, 0);
    position:relative;
}
.footer .middle-area .telno {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 5rem;
}

@media screen and (max-width: 768px) {
    .footer .middle-area .telno {
        margin-top: 10px;
        font-size: 2.8rem;
        margin-inline: auto
    }
}

.footer .middle-area .btn-box {
    width: 100%;
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .footer .middle-area .btn-box {
        margin-top: 50px;
        margin-inline: auto
    }
}

.footer .middle-area .contact-btn {
    display: block;
    aspect-ratio: 6/1;
    width: min(300px, 100%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

@media screen and (max-width: 768px) {
    .footer .middle-area .contact-btn {
        margin-inline: auto
    }
}

.footer .middle-area .contact-btn:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.footer .middle-area .contact-btn:hover .btn-link::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.footer .middle-area .contact-btn:hover .btn-link::after {
    background-color: #3B86C0;
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    -webkit-transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.footer .middle-area .contact-btn:hover .btn-text {
    color: #3B86C0;
    -webkit-transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s .1s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.footer .middle-area .contact-btn:not(:first-of-type) {
    margin-top: 20px
}

.footer .middle-area .btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1em 1.5em;
    background-color: #3B86C0;
    text-align: left
}

.footer .middle-area .btn-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95)
}

.footer .middle-area .btn-link::after {
    content: "";
    width: 25px;
    height: 20px;
    -webkit-clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    clip-path: polygon(76% 30%, 100% 48%, 100% 52%, 0 52%, 0 48%, 94% 48%, 76% 36%);
    background-color: #fff
}

.footer .middle-area .btn-link .btn-text {
    position: relative;
    color: #fff;
    font-size: clamp(1.5rem, 1.1111111111vw, 1.6rem);
    line-height: 1;
    z-index: 20
}

.footer .bottom-area {
    position: relative;
    padding: 6% 6% 4%;
    background-color: #3B86C0;
    /*background-image: url(../img/common/ft-bg.webp);*/
    background-position: 50%;
    background-repeat: repeat;
    background-size: contain;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .footer .bottom-area {
        padding: 50px 5% 270px;
        background-size: 200%
    }
}

/*.footer .bottom-area::before {
    content: "";
    position: absolute;
    top: -14.9305555556vw;
    right: -12.5vw;
    aspect-ratio: 275/277;
    width: max(336px, 38.1944444444vw);
    background-image: url(../img/common/botanical/botanical5.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10
}*/

@media screen and (max-width: 768px) {
    /*    .footer .bottom-area::before {
            top: auto;
            right: -115px;
            bottom: -50px;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }*/
}

.footer .bottom-area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px 1em;
    width: 69.4444444444vw
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.footer .bottom-area .top-container {
    font-size: 1.2rem
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .top-container {
        font-size: 1.3rem
    }
}

.footer .bottom-area .logo-link {
    display: block;
    width: min(260px, 18.0555555556vw);
    color: #2a79c1
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .logo-link {
        width: min(310px, 82.6666666667vw);
        font-size: 1.5rem
    }
}

.footer .bottom-area .address {
    margin-top: 2em;
    font-style: normal
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .address {
        margin-top: 1.5em
    }
}

.footer .bottom-area .number-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1em;
    margin-top: .5em
}

.footer .bottom-area .middle-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: grid;
    grid-template-columns: minmax(195px, 1fr) repeat(2, 1fr);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5%;
    max-width: 550px
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .middle-container {
        grid-template-columns: repeat(2, auto);
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        gap: 20px
    }
}

.footer .bottom-area .middle-container .list-item {
    margin-top: .25em
}

.footer .bottom-area .middle-container .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25em;
    padding: .25em 0;
    font-size: 1.6rem;
    line-height: 1.7
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .middle-container .item-link {
        font-size: 1.4rem
    }
}

.footer .bottom-area .middle-container .item-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% .5px
}

.footer .bottom-area .middle-container .item-link::before {
    content: "";
    display: inline-block;
    width: .5em;
    height: 1px;
    margin-top: .25em;
    background-color: #fff
}

.footer .bottom-area .middle-container .item-link.outside-link::after {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: 1em;
    margin-left: .1em;
    background-color: #fff;
    -webkit-mask-image: url(../img/common/link_icon.svg);
    mask-image: url(../img/common/link_icon.svg);
    -webkit-mask-position: 50% 70%;
    mask-position: 50% 70%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: -0.25em
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .middle-container .middle-area-nav:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/2
    }
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .middle-container .middle-area-nav:nth-child(2) {
        grid-column: 1/2;
        grid-row: 2/3
    }
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .middle-container .middle-area-nav:nth-child(3) {
        grid-column: 2/3;
        grid-row: 1/3
    }
}

@-moz-document url-prefix() {
    @media screen and (max-width: 768px) {
        .footer .bottom-area .middle-container {
            display:flex;
            flex-wrap: wrap
        }
    }
    @media screen and (max-width: 768px) {
        .footer .bottom-area .middle-container .middle-area-nav:nth-child(1) {
            order: 0
        }
    }
    @media screen and (max-width: 768px) {
        .footer .bottom-area .middle-container .middle-area-nav:nth-child(2) {
            order: 1
        }
    }
    @media screen and (max-width: 768px) {
        .footer .bottom-area .middle-container .middle-area-nav:nth-child(3) {
            order: 2
        }
    }
}

.footer .bottom-area .nav-list-box .topic {
    padding: .5em 0 .25em;
    color: #2a79c1;
    font-size: 1.6rem;
    line-height: 1.7
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .nav-list-box .topic {
        font-size: 1.4rem
    }
}

.footer .bottom-area .bottom-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    padding-top: 1em;
    border-top: 1px solid #fff;
    z-index: 20
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .bottom-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer .bottom-area .bottom-container .copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 1em;
    text-indent: -1em;
    font-size: clamp(1rem, .7638888889vw, 1.1rem);
    letter-spacing: -0.05em;
    text-align: left
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .bottom-container .copyright {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.footer .bottom-area .bottom-container .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .75em 0;
    font-size: clamp(1.1rem, .8333333333vw, 1.2rem)
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .bottom-container .nav-list {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.footer .bottom-area .bottom-container .list-item {
    margin-left: 1.25em;
    line-height: 1
}

@media screen and (max-width: 768px) {
    .footer .bottom-area .bottom-container .list-item {
        margin-left: 0;
        margin-right: 1.25em
    }
}

.footer .bottom-area .bottom-container .list-item:not(:last-of-type) {
    padding-right: 1.25em;
    border-right: 1px solid rgba(244, 244, 244, .7)
}

.footer .bottom-area .bottom-container .item-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% .5px
}

.main {
    /*padding-top: min(150px, 10.4166666667vw)*/
}

.home .main {
    padding-top: 0
}

.page-title-container {
    color: #3B86C0;
    text-align: center
}

/*.page-title-container::before {
    content: "";
    display: block;
    aspect-ratio: 4/1;
    width: clamp(40px, 4.1666666667vw, 60px);
    margin-inline: auto;
    background-image: url(../img/common/subtitle_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}*/

.page-title-container::after {
    content: "";
    display: block;
    aspect-ratio: 11/3;
    width: 100%;
    margin-top: clamp(40px, 6.9444444444vw, 100px);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 768px) {
    .page-title-container::after {
        aspect-ratio: 75/38
    }
}

.page-title-container .page-title {
    margin-top: 1.5em;
    font-size: clamp(2.8rem, 3.75vw, 5.4rem);
    letter-spacing: .075em
}

.page-title-container .bottom-text {
    margin-top: 1em;
    font-size: clamp(1.3rem, 1.25vw, 1.8rem)
}

.archive-page .page-title-container::after,
.single-page .page-title-container::after {
    content: none
}

.post-page-wrapper {
    display: grid;
    grid-template-columns: clamp(250px, 23.6111111111vw, 340px) 1fr;
    gap: 7%;
    width: min(1200px, 90%);
    margin-inline: auto;
    padding-top: 150px
}

@media screen and (max-width: 768px) {
    .post-page-wrapper {
        grid-template-columns: auto;
        gap: 0;
        padding-top: 80px
    }
}

.post-page-wrapper .aside-inner .container {
    padding: 20px 1em 20px 0;
    border-top: 1px solid #2a79c1
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .container {
        padding-right: 0
    }
}

.post-page-wrapper .aside-inner .container:not(:first-of-type) {
    margin-top: 100px
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .container:not(:first-of-type) {
        margin-top: 0
    }
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .container.select-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1em
    }
}

.post-page-wrapper .aside-inner .aside-topic {
    position: relative;
    color: #2a79c1;
    font-size: clamp(1.6rem, 1.6666666667vw, 2.4rem)
}

.post-page-wrapper .aside-inner .aside-topic.cat-topic.open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-page-wrapper .aside-inner .aside-topic.cat-topic::before,
.post-page-wrapper .aside-inner .aside-topic.cat-topic::after {
    content: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #2a79c1
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .aside-topic.cat-topic::before,
    .post-page-wrapper .aside-inner .aside-topic.cat-topic::after {
        content: ""
    }
}

.post-page-wrapper .aside-inner .aside-topic.cat-topic::before {
    right: 20px;
    width: 11px;
    height: 1px
}

.post-page-wrapper .aside-inner .aside-topic.cat-topic::after {
    right: 25px;
    width: 1px;
    height: 11px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-page-wrapper .aside-inner .cat-list {
    margin-top: 30px
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .cat-list {
        display: none
    }
}

.post-page-wrapper .aside-inner .cat-list-item:not(:first-of-type) {
    margin-top: .25em
}

.post-page-wrapper .aside-inner .cat-link {
    display: inline-block;
    margin-top: .25em;
    font-size: clamp(1.4rem, 1.25vw, 1.8rem)
}

.post-page-wrapper .aside-inner .cat-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% 1px
}

.post-page-wrapper .aside-inner .cat-link::before {
    content: "";
    display: inline-block;
    width: .5em;
    height: 1px;
    margin-right: .75em;
    background-color: #2a79c1;
    vertical-align: .25em
}

.post-page-wrapper .aside-inner .cat-link .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#282b2c), to(#282b2c)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#282b2c, #282b2c) 100% 100%/0 1px no-repeat
}

.post-page-wrapper .aside-inner .select-box {
    position: relative;
    width: clamp(160px, 13.8888888889vw, 200px);
    margin-top: 30px
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .select-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-top: 0
    }
}

.post-page-wrapper .aside-inner .select-box::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    aspect-ratio: 1/1;
    width: 7px;
    border-top: 1px solid #a9abab;
    border-right: 1px solid #a9abab
}

.post-page-wrapper .aside-inner .select-box #post_monthselect {
    width: 100%;
    padding: .5em 1em;
    background-color: inherit;
    border: 1px solid #a9abab;
    border-radius: 5px;
    color: #a9abab
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .select-box #post_monthselect {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-top: 0
    }
}

.post-page-wrapper .aside-inner .select-box #post_monthselect:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.post-page-wrapper .aside-inner .blog-link {
    display: inline-block;
    position: relative;
    margin-top: 1em;
    color: #2a79c1
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .aside-inner .blog-link {
        display: none
    }
}

.post-page-wrapper .aside-inner .blog-link:hover::before {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: opacity 0s 1s;
    transition: opacity 0s 1s
}

.post-page-wrapper .aside-inner .blog-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% 1px
}

.post-page-wrapper .aside-inner .blog-link::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2a79c1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: opacity 0s 1s, -webkit-clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0s 1s, -webkit-clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s;
    transition: clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s, -webkit-clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.post-page-wrapper .aside-inner .blog-link .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#2a79c1), to(#2a79c1)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#2a79c1, #2a79c1) 100% 100%/0 1px no-repeat
}

.post-page-wrapper .article-inner {
    border-top: 1px solid #d4cec9
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner {
        margin-top: 120px
    }
}

.single-page .post-page-wrapper .article-inner {
    padding: clamp(30px, 2.7777777778vw, 40px)
}

@media screen and (max-width: 768px) {
    .single-page .post-page-wrapper .article-inner {
        padding: 30px 0
    }
}

.post-page-wrapper .article-inner .post-list-item {
    overflow: hidden;
    border-bottom: 1px solid #d4cec9;
    font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem);
    overflow: hidden
}

.post-page-wrapper .article-inner .post-list-item .item-link {
    display: grid;
    gap: .75em 0;
    position: relative;
    padding: clamp(30px, 2.7777777778vw, 40px)
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner .post-list-item .item-link {
        gap: 1.25em 0;
        padding: 30px 0
    }
}

.post-page-wrapper .article-inner .post-list-item .item-link:hover::before {
    background-color: #2a79c1;
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.post-page-wrapper .article-inner .post-list-item .item-link:hover .post-title {
    color: #2a79c1;
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.post-page-wrapper .article-inner .post-list-item .item-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% 1px
}

.post-page-wrapper .article-inner .post-list-item .item-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    aspect-ratio: 1/1;
    width: 15px;
    background-color: #282b2c;
    border-radius: 100%;
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner .post-list-item .item-link::before {
        right: 0
    }
}

.post-page-wrapper .article-inner .post-list-item .item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 44px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    aspect-ratio: 1/1;
    width: 6px;
    background-color: #fff;
    -webkit-clip-path: polygon(30% 0, 80% 49%, 30% 100%, 15% 100%, 65% 50%, 15% 0);
    clip-path: polygon(30% 0, 80% 49%, 30% 100%, 15% 100%, 65% 50%, 15% 0)
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner .post-list-item .item-link::after {
        right: 4px
    }
}

.post-page-wrapper .article-inner .post-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .25em 2em
}

.post-page-wrapper .article-inner .post-date {
    color: #2a79c1;
    letter-spacing: normal
}

.post-page-wrapper .article-inner .post-cat-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .5em
}

.post-page-wrapper .article-inner .post-cat {
    padding: 0 1.5em;
    border: 1px solid #2a79c1;
    border-radius: 999rem;
    color: #2a79c1
}

.post-page-wrapper .article-inner .post-cat.important {
    color: #fff;
    background-color: #2a79c1
}

.archive-page .post-page-wrapper .article-inner .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-right: 3.5em;
    font-size: clamp(1.5rem, 1.25vw, 1.8rem);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden
}

.single-page .post-page-wrapper .article-inner .post-title {
    margin-top: 100px;
    font-size: clamp(1.8rem, 1.6666666667vw, 2.4rem);
    text-align: center
}

@media screen and (max-width: 768px) {
    .single-page .post-page-wrapper .article-inner .post-title {
        margin-top: 70px
    }
}

.post-page-wrapper .article-inner .post-title .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#2a79c1), to(#2a79c1)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#2a79c1, #2a79c1) 100% 100%/0 1px no-repeat
}

.post-page-wrapper .article-inner .post-content {
    margin: 100px auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal
}

.archive-page .post-page-wrapper .article-inner .post-content {
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner .post-content {
        margin-top: 70px;
        padding: 0 1.5em
    }
}

.post-page-wrapper .article-inner .post-content p {
    max-width: 100%;
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner .post-content p {
        font-size: 1.6rem
    }
}

.post-page-wrapper .article-inner .post-content p:not(:first-of-type) {
    margin-top: 2em
}

.post-page-wrapper .article-inner .post-content a {
    color: #2a79c1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px
}

.post-page-wrapper .article-inner .post-content a::after {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: 1em;
    margin: 0 .25em;
    background-image: url(../img/common/link_icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -0.25em
}

.post-page-wrapper .article-inner .post-content figure {
    margin-top: 2em
}

.post-page-wrapper .article-inner .post-content .wp-block-columns {
    gap: 20px
}

.post-page-wrapper .article-inner .post-content .wp-block-file object+a {
    color: #2a79c1;
    text-decoration: underline;
    text-underline-offset: 2px
}

.post-page-wrapper .article-inner .post-content .wp-block-file a::after {
    content: none
}

.post-page-wrapper .article-inner .post-content .wp-block-file__button {
    padding: .5em 2em;
    border: 2px solid #2a79c1;
    background-color: #2a79c1;
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-page-wrapper .article-inner .post-content .wp-block-file__button:hover {
    background-color: #fff;
    color: #2a79c1;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s
}

.post-page-wrapper .article-inner .post-content .is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.post-page-wrapper .article-inner .post-none {
    margin: clamp(50px, 6.9444444444vw, 100px) 0 100px
}

.post-page-wrapper .article-inner .post-bottom-box,
.post-page-wrapper .article-inner .pagination {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 3px 0px;
    font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem)
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .article-inner .post-bottom-box,
    .post-page-wrapper .article-inner .pagination {
        padding-top: 50px
    }
}

.post-page-wrapper .article-inner .post-bottom-box .post-bottom-box,
.post-page-wrapper .article-inner .pagination .post-bottom-box {
    border-top: 1px solid #a9abab
}

.post-page-wrapper .article-inner .post-bottom-box .pagination,
.post-page-wrapper .article-inner .pagination .pagination {
    border-top: 1px solid #d4cec9
}

.post-page-wrapper .article-inner .post-bottom-box a[rel=prev],
.post-page-wrapper .article-inner .post-bottom-box a[rel=next],
.post-page-wrapper .article-inner .post-bottom-box .prev,
.post-page-wrapper .article-inner .post-bottom-box .next,
.post-page-wrapper .article-inner .post-bottom-box .page-back-btn,
.post-page-wrapper .article-inner .pagination a[rel=prev],
.post-page-wrapper .article-inner .pagination a[rel=next],
.post-page-wrapper .article-inner .pagination .prev,
.post-page-wrapper .article-inner .pagination .next,
.post-page-wrapper .article-inner .pagination .page-back-btn {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.post-page-wrapper .article-inner .post-bottom-box a[rel=prev],
.post-page-wrapper .article-inner .post-bottom-box .prev,
.post-page-wrapper .article-inner .pagination a[rel=prev],
.post-page-wrapper .article-inner .pagination .prev {
    grid-column: 1/2;
    margin-inline: 0 auto
}

.post-page-wrapper .article-inner .post-bottom-box a[rel=prev]::before,
.post-page-wrapper .article-inner .post-bottom-box .prev::before,
.post-page-wrapper .article-inner .pagination a[rel=prev]::before,
.post-page-wrapper .article-inner .pagination .prev::before {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: 5px;
    margin-right: .5em;
    border-top: 1px solid #282b2c;
    border-left: 1px solid #282b2c;
    -webkit-transform: rotate(-45deg) translateY(-3px);
    transform: rotate(-45deg) translateY(-3px)
}

.post-page-wrapper .article-inner .post-bottom-box .page-back-btn,
.post-page-wrapper .article-inner .post-bottom-box .pagination-list,
.post-page-wrapper .article-inner .pagination .page-back-btn,
.post-page-wrapper .article-inner .pagination .pagination-list {
    grid-column: 2/3;
    margin-inline: auto
}

.post-page-wrapper .article-inner .post-bottom-box a[rel=next],
.post-page-wrapper .article-inner .post-bottom-box .next,
.post-page-wrapper .article-inner .pagination a[rel=next],
.post-page-wrapper .article-inner .pagination .next {
    grid-column: 3/4;
    margin-inline: auto 0
}

.post-page-wrapper .article-inner .post-bottom-box a[rel=next]::after,
.post-page-wrapper .article-inner .post-bottom-box .next::after,
.post-page-wrapper .article-inner .pagination a[rel=next]::after,
.post-page-wrapper .article-inner .pagination .next::after {
    content: "";
    display: inline-block;
    aspect-ratio: 1/1;
    width: 5px;
    margin-left: .5em;
    border-top: 1px solid #282b2c;
    border-right: 1px solid #282b2c;
    -webkit-transform: rotate(45deg) translateY(-3px);
    transform: rotate(45deg) translateY(-3px)
}

.post-page-wrapper .article-inner .pagination .limit_page {
    display: none
}

.post-page-wrapper .pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.post-page-wrapper .pagination-list li {
    display: grid;
    place-content: center;
    aspect-ratio: 1/1;
    width: 40px;
    background-color: #fff;
    border-radius: 100%;
    color: #282b2c
}

.post-page-wrapper .pagination-list li.current {
    background-color: #2a79c1;
    color: #fff
}

.post-page-wrapper .blog-link-btn {
    text-align: right
}

.post-page-wrapper .blog-link {
    display: none;
    position: relative;
    margin-top: 5em;
    color: #2a79c1;
    font-size: clamp(1.3rem, 1.1111111111vw, 1.6rem)
}

@media screen and (max-width: 768px) {
    .post-page-wrapper .blog-link {
        display: inline-block
    }
}

.post-page-wrapper .blog-link:hover::before {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    -webkit-transition: opacity 0s 1s;
    transition: opacity 0s 1s
}

.post-page-wrapper .blog-link:hover .text-inner {
    background-position: 0 100%;
    background-size: 100% 1px
}

.post-page-wrapper .blog-link::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2a79c1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: opacity 0s 1s, -webkit-clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: opacity 0s 1s, -webkit-clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s;
    transition: clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s, -webkit-clip-path 2s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.post-page-wrapper .blog-link .text-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#2a79c1), to(#2a79c1)) 100% 100%/0 1px no-repeat;
    background: linear-gradient(#2a79c1, #2a79c1) 100% 100%/0 1px no-repeat
}

.tribe-events-page-template .main::before {
    content: "";
    display: block;
    aspect-ratio: 1/.184;
    width: clamp(350px, 52.1527777778vw, 751px);
    margin-inline: auto;
    background-image: url(../img/calendar/ttl-rec_pc.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 768px) {
    .tribe-events-page-template .main::before {
        aspect-ratio: 1/.227;
        width: min(400px, 90%);
        background-image: url(../img/calendar/ttl-rec_sp.svg)
    }
}

.tribe-events .tribe-events-header__events-bar {
    display: none
}

.tribe-events .tribe-events-calendar-month__header-column {
    padding: .5em;
    background-color: #3B86C0
}

.tribe-events .tribe-events-calendar-month__day::after {
    content: none !important
}

.tribe-events .tribe-events-calendar-month__header-column-title {
    color: #fff;
    font-weight: bold;
    text-align: center !important
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date-link {
    color: #fff
}

.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: inherit;
    opacity: .5
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
    background-color: inherit
}

.tribe-events .tribe-events-calendar-month__calendar-event-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.tribe-events .tribe-events-calendar-month__multiday-event--end .tribe-events-calendar-month__multiday-event-bar {
    border-radius: 999rem
}

.tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none
}

@media screen and (max-width: 768px) {
    .tribe-events .tribe-events-calendar-month__day {
        min-height: 70px;
        background-color: #fff;
        border-radius: 0 !important
    }
}

@media screen and (max-width: 768px) {
    .tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event,
    .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: inherit
    }
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__mobile-events-icon--event::after,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event::after {
    content: "★";
    display: block;
    padding-top: 10px;
    color: #282b2c;
    font-size: 1.5rem;
    font-style: normal
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
    background-color: inherit;
    border: 2px solid #2d8a46
}

.tribe-events .tribe-events-calendar-month__day-date-link {
    color: #fff !important
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    display: none !important
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-cell--desktop {
    background-color: #fff
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
    font-size: clamp(1.5rem, 1.25vw, 1.8rem)
}

.tribe-common .tribe-common-h8 {
    font-size: clamp(1.4rem, 1.1111111111vw, 1.6rem)
}

@media screen and (max-width: 768px) {
    .tribe-common a:not(.tribe-common-anchor--unstyle) {
        color: #282b2c !important
    }
}

.tribe-events-calendar-month__calendar-event-datetime {
    letter-spacing: normal
}

.tribe-events-calendar-month__calendar-event-title-link.tribe-common-anchor-thin {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date {
        width: 100%
    }
}

.tribe-events-calendar-month__week .tribe-events-calendar-month__day:not(:nth-of-type(1), :nth-of-type(7)) .tribe-events-calendar-month__day-date {
    background-color: #2a79c1
}

.tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date-daynum {
    color: #fff
}

.tribe-events-calendar-month__week .tribe-events-calendar-month__day:nth-of-type(1) .tribe-events-calendar-month__day-date {
    background-color: #cf4747
}

.tribe-events-calendar-month__week .tribe-events-calendar-month__day:nth-of-type(7) .tribe-events-calendar-month__day-date {
    background-color: #6f90b5
}

.tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__events {
    padding: 20px 5px 0
}

.tribe-events-single a {
    color: #282b2c !important
}

.error404 .page-inner {
    width: min(600px, 90%);
    margin: 70px auto;
    text-align: center
}

.error404 .page-topic {
    font-size: 2rem
}

.error404 .page-text {
    margin-top: 2em
}

.error404 .top-page-link {
    display: inline-block;
    margin-top: 3em;
    margin-inline: auto;
    color: #2a79c1;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px
}

.grecaptcha-badge {
    visibility: hidden
}
.section_title{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #3B86C0;
    font-size: 6.5rem;
    letter-spacing: 2px;
    margin:0 !Important;
}
.intro-top-topic .section_title{
    font-size: 10rem
}
.footer .section_title{
    color: rgb(255, 255, 255);
    font-size: 6rem;
}
@media(max-width:767px){
    .section_title{
        font-size: 3.2rem;
    }
    .intro-top-topic .section_title{
        font-size: 3rem
    }
    .footer .section_title{
        font-size: 3.8rem;
    }
}

.footer .middle-area{
    position: relative;
    background: none;
    overflow: hidden;
}
.footer .middle-area:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
    content: "";
}
.footer .middle-area .bg-movie{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding-bottom: 56.25%;
    z-index: -2;
}
.footer .middle-area .bg-movie video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.keyvisual .swiper-slide-active .swiper-img,
.keyvisual .swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
    animation: zoomUp 7s linear 0s normal both;
}
.keyvisual .swiper-slide img {
    height: auto;
    width: 100%;
}
/* ============================================
   ヘッダー Instagramバナー
   ============================================ */

/* PC：バナー追加分の横幅を確保（元々ヘッダーが横にはみ出していたため調整） */
@media screen and (min-width: 769px) {
    .header .wrapper {
        gap: clamp(16px, 2%, 40px)
    }
    .header .header-area .inner {
        gap: clamp(16px, 2%, 40px)
    }
    .header .gnav-list {
        gap: clamp(14px, 2.2vw, 50px)
    }
    .header .gnav-list .list-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        white-space: nowrap
    }
    .header .tel-link {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-left: 20px
    }
}

/* タブレット〜小さめPC：はみ出し防止（元々この幅で横スクロールが出ていた） */
@media screen and (min-width: 769px) and (max-width: 1150px) {
    .header .gnav-list {
        gap: clamp(10px, 1.7vw, 30px);
        font-size: 1.4rem
    }
    .header .gnav-list .bottom-text {
        font-size: 1.1rem
    }
    .header .header-insta {
        padding: 6px
    }
    .header .header-insta-icon {
        width: 22px;
        height: 22px
    }
}

.header .header-insta {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    padding: 8px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border-radius: 999rem;
    color: #fff;
    line-height: 1;
    -webkit-box-shadow: 0 2px 8px rgba(214, 36, 159, .25);
    box-shadow: 0 2px 8px rgba(214, 36, 159, .25);
    -webkit-transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.header .header-insta:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: .88;
    -webkit-box-shadow: 0 5px 14px rgba(214, 36, 159, .35);
    box-shadow: 0 5px 14px rgba(214, 36, 159, .35)
}

.header .header-insta-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 26px;
    height: 26px
}

.header .header-insta-icon svg {
    display: block;
    width: 100%;
    height: 100%
}

/* テキストは十分に幅がある画面でのみ表示 */
.header .header-insta-text {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 8px;
    white-space: nowrap
}

.header .header-insta-label {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .06em
}

@media screen and (min-width: 1600px) {
    .header .header-insta {
        padding: 8px 8px 8px 12px
    }
    .header .header-insta-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

/* SP：MENUボタンの左に配置 */
@media screen and (max-width: 768px) {
    .header .header-insta {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 6px;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header .header-insta-icon {
        width: 22px;
        height: 22px
    }
    .header .header-insta:hover {
        -webkit-transform: none;
        transform: none
    }
}
