@charset "UTF-8";
:root {
--font-base: clamp(1px, 1.6vw, 16px);
--font-middle: clamp(1px, 2vw, 20px);
--font-large: clamp(1px, 2.6vw, 26px);
--font-xlarge: clamp(1px, 3vw, 30px);
--space-sm: clamp(12px, 1.5vw, 16px);
--space-md: clamp(24px, 3vw, 32px);
--space-lg: clamp(36px, 5vw, 80px);
--space-mlg: clamp(80px, 8vw, 140px);
--font: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "メイリオ", Meiryo, "serif";
--bg-color: #fff;
--base-color: #F88300;
--accent-color: #00267F;
--border: 1px solid #707070;
}

body { font-family: var(--font); font-size: var(--font-base); font-weight: 500; line-height: 180%; color: #303030; word-break: break-all; background: var(--bg-color); }
img, video, iframe { inline-size:100%; max-inline-size: 100%; block-size: auto; vertical-align: bottom; }
a, a:hover { text-decoration: none; color: #303030; }
.head { color: #F88300; font-size: var(--font-middle); line-height: 1.3; padding-bottom: var(--space-lg);
    .head__en { display: block; font-family: "Big Shoulders Text", YuGothic, "Hiragino Sans", Meiryo, "sans-serif"; font-weight: bold; font-size: clamp(1px, 7vw, 70px); }
}
.gradation { background: rgb(255,147,0); background: linear-gradient(180deg, rgba(255,147,0,1) 0%, rgba(204,31,0,1) 100%); }
.w90 { inline-size: 90%; max-inline-size: 1280px; margin-inline: auto; }
.fadeUp{ animation-name:fadeUpAnime; animation-duration:0.5s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeUpAnime{ from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0); } }
.fadeBlur{ animation-name:fadeBlurAnime; animation-duration:0.5s; animation-fill-mode:forwards; opacity:0; }
@keyframes fadeBlurAnime{ 0% { opacity: 0; filter: blur(5px); } 60% { filter: blur(0); } 100% { opacity: 1; } }
.fadeUpTrigger, .fadeBlurTrigger{ opacity: 0; }
.movie-wrap { position: relative; padding-bottom: 56.25%; block-size: 0; overflow: hidden;
    iframe { position: absolute; top: 0; left: 0; inline-size: 100%; block-size: 100%; }
}
a.btn { display: block; margin-inline: auto; position: relative; font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif"; font-size: var(--font-middle); }
a.btn:before { position: absolute; top: 50%; transform: translateY(-50%); content: '\f054'; font-family: "Font Awesome 5 Pro"; }

.header { position: fixed; z-index: 1000; inline-size: 100%; background: #fff; box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.1); font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
    .header__contents { position: relative; }
}
#header.UpMove { animation: UpAnime 0.5s forwards; }
@keyframes UpAnime { from {opacity: 1; transform: translateY(0);} to {opacity: 0; transform: translateY(-100px);} }
#header.DownMove { animation: DownAnime 0.5s forwards; }
@keyframes DownAnime { from {opacity: 0; transform: translateY(-100px);}to {opacity: 1; transform: translateY(0);} }
.el_humburger { position: absolute; top: 0; right: 0; z-index: 20; block-size: 100%; box-sizing: border-box; cursor: pointer; pointer-events: auto; text-align: center; background: rgb(255,147,0); background: linear-gradient(180deg, rgba(255,147,0,1) 0%, rgba(204,31,0,1) 100%);
    .el_humburger_wrapper { display: inline-block; }
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu { display: none; }
.el_humburger_text.el_humburger_text__close { display: none; }
.js_humburgerOpen .el_humburger_text.el_humburger_text__close { display: block; }
.el_humburger span.el_humburger_bar { display: block; inline-size: 100%; background: #fff; transition: all .2s ease-in-out; }
.el_humburger span.el_humburger_bar:last-child { margin-bottom: 0; }
.js_humburgerOpen .el_humburger span.el_humburger_bar { background: #fff; }
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle { opacity: 0; }

.navi { position: fixed; top: 0; right: 0; z-index: 3; block-size: 100vh; background: #3B4043; transition: all 300ms ease-out; transform:translateZ(0) translateX(100%); display: grid; place-items: center; overflow: auto; color: #fff;
    .navi__contents { inline-size: 90%;
        a { color: #fff; }
        .navi__contents-header { display: flex;
            a.home { display: table; padding-right: var(--space-sm);
                span { font-weight: bold; font-size: var(--font-large); }
                i { display: none; }
            }
            .navi__contents-header-sns { display: flex; list-style-type: none; border-left: 1px solid #fff; padding-left: var(--space-sm); margin-left: var(--space-sm);
                li { padding-inline: var(--space-sm);
                    a { font-size: var(--font-large); }
                }
            }
        }
        .navi__contents-main { display: flex; justify-content: space-between; flex-wrap: wrap;
            .navi__contents-item { inline-size: 48%;
                p { font-weight: bold; font-size: var(--font-middle); padding-bottom: var(--space-sm); color: #fff; color: var(--base-color);}
                ul { list-style-type: none; padding-bottom: var(--space-md); display: flex; flex-wrap: wrap;
                    li { padding-bottom: 8px; padding-right: var(--space-sm);
                        a { display: block; font-size: var(--font-base); border-bottom: 1px solid #fff; line-height: 1.5;
                            span { display: inline-block; font-size: 0.8em; }
                        }
                        a::before { content: "- "; }
                    }
                    li:last-child { padding-right: 0;}
                }
            }
        }
    }
}
.js_humburgerOpen .navi {
transform:translateZ(0) translateX(0);
}

.business { padding-bottom: var(--space-mlg);
    .business__title,.business__catch { text-align: center; }
    .business__catch { padding-bottom: var(--space-lg); font-size: var(--font-large); line-height: 1.5;
        span { display: block; font-size: clamp(1px, 6vw, 60px); padding-bottom: var(--space-sm); }
    }
    .business__grid {
        .business__card { display: block; position: relative; background: #000;
            span { position: absolute; top: 50%; left: 50%; z-index: 1; transform: translate(-50%,-50%); color: #fff; font-weight: bold; white-space: nowrap; font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif"; text-align: center; font-size: var(--font-middle); }
            picture { opacity: .5; }
        }
    }
}

.top-banners { padding-bottom: var(--space-mlg);
    .top-banners__grid {
        .top-banners__item { display: block; margin-bottom: var(--space-md); }
        .top-banners__item:last-child { margin-bottom: 0; }
    }
}

.access { padding-bottom: var(--space-mlg);
    .access__title { text-align: center; }
    .access__map { block-size: 500px;
        iframe { inline-size: 100%; block-size: 100%; }
    }
}

.footer { font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
    .footer__inner { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: auto 1fr; gap: var(--space-sm); padding-bottom: var(--space-lg);
        .footer__nav { display: flex; justify-content: space-between; grid-column: span 2 / span 2; padding-bottom: var(--space-md);
            .footer__nav-group { font-size: var(--font-middle);
                .footer__nav-title { font-weight: bold; font-family: var(--font-middle); padding-bottom: var(--space-sm); color: var(--base-color); }
                .footer__nav-list { list-style-type: none;
                    li {
                        a { font-size: var(--font-base);
                            > span { display: inline-block; }
                        }
                        a::before { content: "- "; }
                    }
                }
            }
        }
        .footer__sub { grid-column: span 2 / span 2; grid-column-start: 1; grid-row-start: 2; display: flex; align-items: center;
            ul { list-style-type: none; }
            .footer__sub-links { display: flex;
                li { border-right: 1px solid var(--base-color); padding-inline: var(--space-sm);
                    a { display: grid; place-items: center; text-align: center; block-size: 100%; font-size: var(--font-base); color: var(--base-color); }
                }
                li:last-child { border-right: none; }
            }
            .footer__sns { display: flex;
                li { padding-left: 10px;
                    a { line-height: 2;
                        img { inline-size: 18px; filter: invert(100%); vertical-align: bottom; }
                        i { font-size: 2em; line-height: 1.3; }
                    }
                }
            }
        }
        .footer__company { grid-row: span 2 / span 2; grid-column-start: 3; grid-row-start: 1; margin-left: auto;
            img { max-inline-size: 250px; display: block; margin-left: auto; padding-bottom: var(--space-sm); }
            address { font-style: normal; }
        }
    }
    .footer__copyright { display: block; background: #3B4043; padding-block: 10px;
        .w90 { display: block; font-size: 12px; color: #fff; }
    }
}

#floating { position: fixed; bottom: 0; left: 0; z-index: 5; inline-size: 100%;background: var(--accent-color); opacity: 0; visibility: hidden;transition: opacity 0.3s ease, visibility 0.3s ease;
    ul { max-inline-size: 960px; margin-inline: auto; list-style-type: none; display: flex; justify-content: space-between;
        li { border-radius: 8px;
            a { display: block; font-size: var(--font-middle); font-weight: bold; font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
                i { font-size: 1.2em; }
            }
        }
        li:nth-child(-n+2){ background: #fff;
            a { display: flex; align-items: center; justify-content: center; block-size: 100%; color: var(--accent-color); }
        }
        li:last-child {
            a {
                img { border-radius: 8px; }
            }
        }
    }
}
#floating.show { opacity: 1; visibility: visible; }

@media (max-width: 560px){
    .head { font-size: 4vw;
        .head__en { font-size: 8vw; }
    }

    a.btn { inline-size: 100%; padding: 12px 20px; font-size: 4vw; }

    .header {
        .header__contents {
            .header__logo { padding: 10px 0 10px 5%;
                .header__logo-img { inline-size: 40%; line-height: 100%; }
                .header__catch { inline-size: 60%; line-height: 100%; }
            }
        }
    }
    .el_humburger { inline-size: 80px;
        .el_humburger_wrapper { inline-size: 40px; }
        span.el_humburger_bar { block-size: 1px; margin: 0 auto 10px; }
    }
    .js_humburgerOpen .el_humburger span.el_humburger_bar.top { transform: translateY(10px) rotate(-45deg); }
    .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom { transform: translateY(-11px) rotate(45deg); }
    .el_humburger span.el_humburger_bar:first-child { margin-top: 24px; }

    .navi {
        .navi__contents {
            .navi__contents-header { margin-bottom: 20px;
                a.home {
                    span { display: none; }
                    i { display: inline; font-size: 4.5vw; }
                }
                .navi__contents-header-sns {
                    li {
                        a { font-size: 4.5vw; }
                        img { inline-size: 16px; }
                    }
                }
            }
            .navi__contents-main { flex-direction: column;
                .navi__contents-item { inline-size: 100%;
                    p { font-size: 3.5vw; padding-bottom: 4px; }
                    ul { padding-bottom: 10px;
                        li {
                            a { font-size: 3.2vw; border-bottom:none; text-decoration: underline; }
                            a::before { content: none; }
                        }
                    }
                }
            }
        }
    }

    .business {
        .business__catch { font-size: 4vw;
            span { font-size: 6vw; }
        }
        .business__grid {
            .business__card {
                span { font-size: 6vw; line-height: 1.5; }
            }
        }
    }
    .access {
        .access__map { block-size: 50vh; }
    }
    .footer {
        .footer__inner {
            .footer__company {
                address { font-size: 3.5vw; line-height: 1.8; text-align: center; }
            }
        }
        .footer__copyright { text-align: center; }
    }
    #floating { padding-block: 8px;
        ul { inline-size: 96%;
            li:first-child { inline-size: 40px; text-align: center;
                a {
                    i { font-size: 5vw; padding: 0; }
                    span { display: none; }
                }
            }
            li:nth-child(2) { inline-size: calc(48% - 40px);
                a {
                    i { display: none; }
                    span { font-size: 3.5vw; }
                }
            }
            li:last-child { inline-size: 48%; }
        }
    }
}

@media (max-width: 375px){
    .navi {
        .navi__contents {
            .navi__contents-main {
                .navi__contents-item {
                    ul {
                        li {
                            a { font-size: 3vw; }
                        }
                    }
                }
            }
        }
    }
}

@media (min-width: 561px){
    a[href^="tel:"] {
    pointer-events: none;
    }
    .nobr { display: none; }

    .el_humburger {
        span.el_humburger_bar { block-size: 2px; margin: 0 auto 15px; }
    }
    .js_humburgerOpen .el_humburger span.el_humburger_bar.top { transform: translateY(18px) rotate(-45deg); }
    .js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {transform: translateY(-15px) rotate(45deg); }
    .navi {
        .navi__contents {
            .navi__contents-header { padding-bottom: 40px;
                .navi__contents-header-sns {
                    li {
                        a {
                            img { inline-size: 22px; vertical-align: middle; }
                        }
                    }
                }
            }
        }
    }

    .business {
        .business__grid { display: flex; }
    }

    .top-banners {
        .top-banners__grid { display: flex; flex-wrap: wrap; justify-content: space-between;
            .top-banners__item { inline-size: 48%; }
            .top-banners__item:first-child { inline-size: 100%; }
            .top-banners__item:nth-last-child(2) { margin-bottom: 0; }
        }
    }

    #floating { padding-block: 20px;
        ul { inline-size: 90%;
            li {
                a {
                    i { padding-right: 8px; }
                }
            }
            li:nth-child(-n+2) {
                a { padding-block: 10px; }
            }
        }
    }
}

@media (min-width: 561px) and (max-width: 960px){
    a.btn { inline-size: 280px; padding: 8px 16px; }

    .header {
        .header__contents {
            .header__logo { padding: 10px 0 10px 16px;
                .header__logo-img { inline-size: 200px; }
                .header__catch { inline-size: 400px; }
            }
        }
    }
    .el_humburger { inline-size: 110px;
        .el_humburger_wrapper { inline-size: 55px; }
        span.el_humburger_bar:first-child { margin-top: 28px; }
    }

    .business {
        .business__grid { flex-wrap: wrap;
            .business__card { inline-size: 50%; }
        }
    }

    #floating {
        ul { flex-wrap: wrap;
            li:nth-child(-n+2){ inline-size: 48%; }
            li:last-child { margin-top: 20px; inline-size: 100%; padding-inline: 28%; }
        }
    }
}

@media (max-width: 960px){
    a.btn::before { right: 10px; }
    .header {
        .header__contents {
            .header__logo {
                .header__logo-img { padding-bottom: 10px; }
            }
        }
    }

    .navi { inline-size: 100%; }

    .footer {
        .footer__inner { display: table; margin-inline: auto;
            .footer__nav { display: none; }
            .footer__sub { display: none; }
            .footer__company {
                img { margin-right: auto; }
                address { font-size: 14px; display: table; margin-inline: auto; }
            }
        }
    }
}

@media (min-width: 961px){
    a.btn { inline-size: 320px; padding: 10px 20px; transition: .6s; }
    a.btn::before { right: 20px; transition: .3s; }
    a.btn:hover { box-shadow: 0 0 10px #000; }
    a.btn:hover::before { right: 15px;}

    .header {
        .header__contents {
            .header__logo { display: flex; align-items: center; justify-content: space-between; padding-block: 20px; }
        }
    }
    .navi { inline-size: 900px; }

    #floating {
        ul {
            li:nth-child(-n+2){ inline-size: 26%; }
            li:last-child { inline-size: 44%; }
        }
    }
    .business {
        .business__grid {
            .business__card { inline-size: 25%; overflow: hidden;
                picture { transition: .6s; }
            }
            .business__card:hover {
                picture { filter: blur(15px); transform: scale(1.1); }
            }
        }
    }
}

@media (min-width: 961px) and (max-width: 1280px){
    .header {
        .header__contents {
            .header__logo { inline-size: 700px; padding-left: 20px;
                .header__logo-img { inline-size: 200px; }
                .header__catch { inline-size: 460px; }
            }
        }
    }
    .el_humburger { inline-size: 100px;
        .el_humburger_wrapper { inline-size: 50px; }
        span.el_humburger_bar:first-child { margin-top: 20px; }
    }
}

@media (max-width: 1280px){
    .header {
        .header__contents { inline-size: 100%; }
    }
}

@media (min-width: 1281px){
    .header {
        .header__contents { inline-size: 1280px; margin-inline: auto;
            .header__logo { inline-size: 1020px;
                .header__logo-img { inline-size: 280px; }
                .header__catch { inline-size: 700px; }
            }
        }
    }
    .el_humburger { inline-size: 120px;
        .el_humburger_wrapper { inline-size: 60px; }
        span.el_humburger_bar:first-child { margin-top: 28px; }
    }
}