/*reste_css*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
    display: none !important
}

:where(html) {
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    tab-size: 2;
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
    line-height: 1.5
}

: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: inherit;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased
}

:where(button) {
    all: unset
}

:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit
}

:where(textarea) {
    resize: vertical;
    resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer
}

:where(:disabled, label:has(>:disabled, +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) {
    overflow-wrap: break-word
}

:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
    text-wrap: balance
}

:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible
}

:where(dialog, [popover]) {
    border: none;
    background: none;
    color: inherit;
    inset: unset;
    max-width: unset;
    max-height: unset;
    overflow: unset
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
    display: none !important
}

:where(:focus-visible) {
    outline: 3px solid CanvasText;
    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)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
    user-select: none !important
}

/*style*/

html {
    scroll-behavior: smooth;
    background: url(/img/bgimg.webp);
}

body {
    font-size: 18px;
    font-family: "Noto Sans", sans-serif, YakuHanJPs, 游ゴシック体, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: #333;
}

header {
    width: 100%;
}



.kv {
    height: 80vh;
    width: 80%;
    max-width: 1800px;
    max-height: 1100px;
    background: url(/img/kv.webp) no-repeat center center;
    background-size: cover;
    border-radius: 1000px 1000px 0 0;
    margin: 0 auto 16rem;
    opacity: 0;
    animation: kvfadeIn 2s forwards;
    position: relative;

    @media screen and (max-width: 768px) {
        height: 55vh;
        margin: 0 auto 4rem;
    }
}

.kv_parts1 {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 70%;
    max-width: 500px;
    height: auto;

    @media screen and (max-width: 768px) {

        right: 5px;
        filter: invert(100%);
    }
}

.kv_parts2 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 20%;
    max-width: 140px;
    height: auto;

    @media screen and (max-width: 768px) {
        bottom: 40%;
        left: 10px;
        filter: invert(100%);
    }
}

@keyframes kvfadeIn {
    to {
        opacity: 1;
    }
}

.main {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}

section {
    padding-bottom: 6rem;

    @media screen and (max-width: 768px) {
        padding-bottom: 3rem;
    }

}

h1 {
    a {
        display: block;
        width: 30%;
        max-width: 140px;
        margin: 2rem auto;
    }

    img {
        width: 100%;
        height: auto;
    }
}

h2 {
    text-align: center;
    font-size: 3rem;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 566;
    font-style: normal;
    padding: 2em 0;
    width: 100%;

    @media screen and (max-width: 768px) {
        padding: 1em 0;
    }
}

h3 {
    font-size: 1.6rem;
    font-weight: normal;
    padding-bottom: 1.6em;
     @media screen and (max-width: 768px) {
       padding-bottom: 1.6rem;
    }

    span {
        display: block;
        font-size: 1rem;
        padding-top: 1rem;
    }
}

p {
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.06em;
    text-align: left;
}

.con1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

    p {
        width: 100%;
    }

    strong {
        writing-mode: vertical-rl;
        font-size: 2.7rem;
        font-weight: 400;
        line-height: 2em;
        letter-spacing: .1em;

        @media screen and (max-width: 768px) {
            margin-bottom: 4rem;
            font-size: 2rem;
            text-align: left;
        }
    }

    @media screen and (max-width: 768px) {
        display: block;
        text-align: center;
    }

}

.con1_img1 {
    width: 60%;
    height: auto;
    border-radius: 2rem;
    float: left;
    margin-bottom: 6rem;

    @media screen and (max-width: 768px) {
        display: none;
    }
}


.con1_imgttl{
    width: 10%;
    height: auto;
    @media screen and (max-width: 768px) {
        width: 20%;
        max-width: 100px;
        margin:0 auto 4rem;
    }
}

.con1_img2 {
    width: 50%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 200px -60px 0px 0px rgba(193, 224, 228, .5);
    margin: 6rem 0 0 40%;
    display: block;

    @media screen and (max-width: 768px) {
        display: none;
    }
}

.con2_img {
    width: 34%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 60px -60px 0px 0px rgba(193, 224, 228, .5);
    margin-left: auto;
    display: block;

    @media screen and (max-width: 768px) {
        width: 100%;
        margin-top: 4rem;
        box-shadow: 20px -30px 0px 0px rgba(193, 224, 228, .5);
    }
}

.cmn_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

    @media screen and (max-width: 768px) {

        display: block;
    }

}

.cmn_con_img {
    width: 30%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: -60px -60px 0px 0px rgba(193, 224, 228, .5);

    @media screen and (max-width: 768px) {
        width: 100%;
        margin-bottom: 2rem;
        box-shadow: -20px -30px 0px 0px rgba(193, 224, 228, .5);
    }
}

.cmn_con_txt {
    width: 60%;

    @media screen and (max-width: 768px) {
        width: 100%;
        text-align: center;
    }
}


.cmn_con_btn {
    background: #C1E0E4;
    display: inline-block;
    padding: 1em 2em;
    border-radius: 50px;
    text-decoration: none;
    margin: 2em 0 3em 0;
    transition: all 0.5s ease 0s;

    @media screen and (max-width: 768px) {

        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

.cmn_con_btn_img {
    background: #C1E0E4;
    display: inline-block;
    padding: 2.5em;
    border-radius: 100px;
    text-decoration: none;
    margin: 2em 0 3em 0;
    font-size: 12px;
    text-align: center;
    transition: all 0.5s ease 0s;

    img {
        width: 40px;
        height: auto;
        margin: 0 auto;
    }

    @media screen and (max-width: 768px) {

        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

.btm_btn {
    background: #C1E0E4;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease 0s;
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-decoration: none;

    @media screen and (max-width: 768px) {
        width: 100px;
        height: 100px;
        bottom: 20px;
        right: 20px;
        font-size: 1rem;
        background: #333;
        color: #fff;
    }

}

.btm_btn .ring {
    background: #C1E0E4;
    position: absolute;
    z-index: -1;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    top: 50px;
    left: 50px;
    animation: pulsate 2s ease-out infinite;

    @media screen and (max-width: 768px) {
        height: 40px;
        width: 40px;
        top: 30px;
        left: 30px;
        background: #333;
    }
}

@keyframes pulsate {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(4, 4);
        opacity: 0.0;
    }
}

.cmn_con_btn:hover,
.cmn_con_btn_img:hover,
.btm_btn:hover,
.btm_btn:hover .ring {
    background: #fff;
    color:#333;
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1s;

    &.fadein-left {
        transform: translate(-50px, 0);
    }

    &.fadein-right {
        transform: translate(50px, 0);
    }

    &.fadein-up {
        transform: translate(0, 100px);
    }

    &.scrollin {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }
}

.maps {
    width: 100%;
    height: 500px;
    margin: 0px auto 40px;
    position: relative;
    overflow: hidden;

    iframe {
        width: 100%;
        height: 100%;
    }
}

.map_txt {
    text-align: center;
}

.qa_ttl {
    font-size: 1.4rem;
    padding-bottom: 1em;
}

.copyright {
    padding: 2rem 0;
    text-align: center;
    font-size: 12px;
    background: #fff;
}


.scroll_infinity_wrap {
    display: flex;
    overflow: hidden;
}

.scroll_infinity_list {
    display: flex;
}

.scroll_infinity_list_left {
    animation: infinity_scroll_left 30s infinite linear 0.5s both;
}

@keyframes infinity_scroll_left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll_infinity_list_right {
    animation: infinity_scroll_right 30s infinite linear 0.5s both;
}

@keyframes infinity_scroll_right {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.scroll_infinity_item {
    width: calc(100vw / 2.5);

    @media screen and (max-width: 768px) {
        width: calc(100vw / 1);
    }

}


.scroll_infinity_item img {
    width: 100%;
}




.menu_openarea {
    width: 100%;
    height: 100%;
    padding: 100px 40px 40px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    background: url(/img/bgimg.webp);
    display: none;
    z-index: 1;
    animation: fadeInAnime 0.2s alternate ease-in-out;

    @media screen and (max-width: 768px) {
        padding: 100px 20px 40px;

    }
}


@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu_openarea.open {
    display: block;
    z-index: 999;
    overflow: auto;
}


.toggle_menu ul li {
    margin-bottom: 20px;
    animation: 1s fadeup_li ease-in-out forwards;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

@keyframes fadeup_li {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.toggle_menu ul li a {
    color: #333;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 500;
    display: block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}



.toggle_menu ul li a:hover {
    opacity: .2;
}


.toggle {
    width: 30px;
    height: 30px;
    top: 35px;
    right: 30px;
    position: fixed;
    z-index: 99999999;
    transition: all 0.3s ease 0s;
     visibility: visible !important;
}


#toggle_btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

#toggle_btn-icon::before,
#toggle_btn-icon::after {
    width: 30px;
    height: 3px;
    background-color: #333;
    top: 50%;
    left: 0px;
    display: block;
    position: absolute;
    content: "";
    transition: all 0.3s ease 0s;
    border-radius: 99999px;
}

#toggle_btn-icon::before {
    margin-top: -6px;
}

#toggle_btn-icon::after {
    margin-top: 3px;
}

#toggle_btn .close {
    background: transparent;
}

#toggle_btn .close::before,
#toggle_btn .close::after {
    margin-top: 0px;
    background-color: #333;
}

#toggle_btn .close::before {
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

#toggle_btn .close::after {
    -webkit-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    transform: rotate(-145deg);
}

#toggle_btn:hover #toggle_btn-icon::before {
    margin-top: -5px;
}

#toggle_btn:hover #toggle_btn-icon::after {
    margin-top: 2px;
}

#toggle_btn:hover #toggle_btn-icon.close::before {
    margin-top: 0px;
}

#toggle_btn:hover #toggle_btn-icon.close::after {
    margin-top: 0px;
}




