﻿.animated{animation-duration:1s;animation-fill-mode:forwards}.fadeUp{animation-name:fadeUpAnime;animation-duration:2s;animation-fill-mode:forwards;opacity:0}@keyframes fadeUpAnime{from{opacity:0;transform:translate(0, 100px)}to{opacity:1;transform:translate(0, 0)}}.swing{animation-name:swing;transform-origin:top center}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.slideInLeft{animation:slideInLeft 1s forwards}@keyframes slideInLeft{from{transform:translate3d(-20%, 0, 0);opacity:0;visibility:visible}to{transform:translate3d(0, 0, 0);opacity:1}}.slideInRight{animation:slideInRight 1s forwards}@keyframes slideInRight{from{transform:translate3d(20%, 0, 0);opacity:0;visibility:visible}to{transform:translate3d(0, 0, 0);opacity:1}}.flipDown{animation:flipDownAnime 1.5s forwards;opacity:0}@keyframes flipDownAnime{from{transform:perspective(2500px) rotateX(100deg);opacity:0}to{transform:perspective(2500px) rotateX(0);opacity:1}}.splashbg{display:none}body.appear .splashbg{display:block;position:fixed;z-index:999;width:100%;height:100vh;top:0;left:0;transform:scaleY(0);background-color:#eb6100;animation-name:PageAnime;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}@keyframes PageAnime{0%{transform-origin:bottom;transform:scaleY(0)}50%{transform-origin:bottom;transform:scaleY(1)}50.001%{transform-origin:top}100%{transform-origin:top;transform:scaleY(0)}}#wrapper{opacity:0}body.appear #wrapper{animation-name:PageAnimeAppear;animation-duration:1s;animation-delay:.8s;animation-fill-mode:forwards;opacity:0}@keyframes PageAnimeAppear{0%{opacity:0}100%{opacity:1}}.bgextend{animation-name:bgextendAnimeBase;animation-duration:1s;animation-fill-mode:forwards;position:relative;overflow:hidden;opacity:0}@keyframes bgextendAnimeBase{from{opacity:0}to{opacity:1}}.bgappear{animation-name:bgextendAnimeSecond;animation-duration:1s;animation-delay:.6s;animation-fill-mode:forwards;opacity:0}@keyframes bgextendAnimeSecond{0%{opacity:0}100%{opacity:1}}.bgLRextend::before{animation-name:bgLRextendAnime;animation-duration:1s;animation-fill-mode:forwards;content:"";position:absolute;width:100%;height:100%;background:rgba(31,81,152,.7)}@keyframes bgLRextendAnime{0%{transform-origin:left;transform:scaleX(0)}50%{transform-origin:left;transform:scaleX(1)}50.001%{transform-origin:right}100%{transform-origin:right;transform:scaleX(0)}}.bgRLextend::before{animation-name:bgRLextendAnime;animation-duration:1s;animation-fill-mode:forwards;content:"";position:absolute;width:100%;height:100%;background:rgba(31,81,152,.7)}@keyframes bgRLextendAnime{0%{transform-origin:right;transform:scaleX(0)}50%{transform-origin:right;transform:scaleX(1)}50.001%{transform-origin:left}100%{transform-origin:left;transform:scaleX(0)}}.bgDUextend::before{animation-name:bgDUextendAnime;animation-duration:1s;animation-fill-mode:forwards;content:"";position:absolute;width:100%;height:100%;background:rgba(31,81,152,.7)}@keyframes bgDUextendAnime{0%{transform-origin:bottom;transform:scaleY(0)}50%{transform-origin:bottom;transform:scaleY(1)}50.001%{transform-origin:top}100%{transform-origin:top;transform:scaleY(0)}}.bgUDextend::before{animation-name:bgUDextendAnime;animation-duration:1s;animation-fill-mode:forwards;content:"";position:absolute;width:100%;height:100%;background:rgba(31,81,152,.7)}@keyframes bgUDextendAnime{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}50.001%{transform-origin:bottom}100%{transform-origin:bottom;transform:scaleY(0)}}#splash{color:#1f5198;height:100%;width:100%;position:fixed;text-align:center;z-index:9999999}#splash-txt{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.slider{margin:0 auto;width:100%}@media screen and (min-width: 768px){.slider{margin:0 auto}}.slider .gallery-cell{width:85%;margin:0 5px;counter-increment:gallery-cell}@media screen and (min-width: 768px){.slider .gallery-cell{width:75%;max-width:100%}}.slider .gallery-cell img{filter:brightness(0.7);opacity:.7;display:block;max-width:100%}.slider .is-selected img{filter:brightness(1);opacity:1;display:block;max-width:100%}.slick-prev,.slick-next{position:absolute;top:50%;background:rgba(196,186,147,.4);width:32px;height:32px;font-weight:bold;border-radius:50%;line-height:0;font-size:24px;border:none;font-family:"Old Standard TT",serif;color:#fff;margin-top:-20px !important}.slick-prev{margin-left:8px !important;left:-5px;padding:0 3px 0 0}.slick-next{margin-right:8px !important;right:-5px;padding:0 0 0 3px}.slick-prev:hover,.slick-next:hover{background:rgba(1,1,1,.5)}html{font-size:62.5%}body{background:rgba(17,17,17,.025);font:1.6rem/2 "ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;color:rgba(17,17,17,.9);font-feature-settings:"palt";letter-spacing:.1rem;-webkit-text-size-adjust:100%;width:100%;-webkit-font-smoothing:antialiased}a:link,a:visited{color:rgba(17,17,17,.8);text-decoration:none}a:hover{opacity:.7;transition:.3s ease-in-out}a i{margin:0 .25rem 0 0}strong{font-weight:bold}img{height:auto;vertical-align:top;margin:0 auto}.w100{width:100% !important;max-width:100% !important}.list-unstyled{list-style:none !important}.list-circle{list-style:circle;padding:0 0 0 2rem}.content{margin:auto;padding:2rem 1.5rem 10rem;width:100%}@media screen and (min-width: 768px){.content{padding:2rem 1.5rem 16rem;max-width:1280px}}.block{display:block}.block-md{display:block}@media screen and (min-width: 768px){.block-md{display:contents}}.flex{display:flex;flex-direction:column}.grid{display:grid;justify-content:center}.grid-2{grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-2{gap:2rem;grid-template-columns:repeat(2, 1fr)}}.grid-3{grid-template-columns:1fr}@media screen and (min-width: 576px){.grid-3{gap:2rem;grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 768px){.grid-3{gap:2rem;grid-template-columns:repeat(3, 1fr)}}.grid-4{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-4{gap:2rem;grid-template-columns:repeat(4, 1fr)}}.grid-5{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-5{gap:2rem;grid-template-columns:repeat(5, 1fr)}}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.gap-3{gap:4rem}.gap-5{gap:5rem}@media screen and (min-width: 768px){.none-link{pointer-events:none !important;opacity:1 !important}}.none-pc{display:flex}@media screen and (min-width: 768px){.none-pc{display:none}}.none-pc-lg{display:flex}@media screen and (min-width: 992px){.none-pc-lg{display:none}}.none-sp{display:none}@media screen and (min-width: 768px){.none-sp{display:flex}}.none-sp-lg{display:none}@media screen and (min-width: 992px){.none-sp-lg{display:flex}}.mb1{margin:0 auto 1rem !important}.mb2{margin:0 auto 2rem !important}.mb3{margin:0 auto 3rem !important}.mb4{margin:0 auto 4rem !important}.mb5{margin:0 auto 5rem !important}.my1{margin:1rem auto !important}.my2{margin:2rem auto !important}.my3{margin:3rem auto !important}.my4{margin:4rem auto !important}.my5{margin:5rem auto !important}.f-left{float:left}.f-right{float:right}.bg-blue{background:#4a75ad}.bg-emerald{background:rgba(48,205,166,.3)}.bg-green{background:rgba(31,144,19,.1)}.bg-orange{background:rgba(255,96,0,.3)}.bg-pink02{background:linear-gradient(45deg, rgba(226, 162, 177, 0.3) 0%, rgba(226, 162, 177, 0.15) 100%)}@media screen and (min-width: 768px){.bg-pink02{background:linear-gradient(to right, rgba(226, 162, 177, 0.4) 0%, rgba(226, 162, 177, 0.2) 60%, #fff 40%, #fff 100%)}}.bg-navy{background:#1d2087 !important;margin:0 0 5rem;padding:4rem 0rem 0}@media screen and (min-width: 768px){.bg-navy{margin:0 0 8rem}}.bg-silver{background:#a3aaba}#page-top{z-index:60;position:fixed;bottom:1rem;right:1rem;opacity:0;transform:translateY(200px)}#page-top a{color:rgba(31,81,152,.5);font-size:4rem;position:relative}#page-top a>i{position:absolute;color:#fff !important;width:100%;height:100%;left:0;font-size:2.5rem;padding:.75rem 0;text-align:center}#page-top.UpMove{animation:UpAnime .5s forwards}@keyframes UpAnime{from{opacity:0;transform:translateY(200px)}to{opacity:1;transform:translateY(0)}}#page-top.DownMove{animation:DownAnime .5s forwards}@keyframes DownAnime{from{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(200px)}}.font-cho{font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif}.font-you{font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif}.font-1{font-size:calc(3rem + .4vw);letter-spacing:.2rem;line-height:1.6}.font-2{font-size:calc(2.7rem + .4vw);letter-spacing:.2rem;line-height:1.8}.font-3{font-size:calc(1.6rem + .4vw);line-height:1.8}.font-4{font-size:calc(1.5rem + .4vw);line-height:1.8}.font-5{font-size:calc(1.3rem + .4vw);line-height:1.8}.font-b{font-weight:bold}.font-min{font-size:1.4rem;line-height:1.8;letter-spacing:0}.txt-right{text-align:right}.txt-left{text-align:left}.txt-intro{margin:0 0 1rem;text-align:left}@media screen and (min-width: 768px){.txt-intro{text-align:center}}.txt-center-pc{text-align:left}@media screen and (min-width: 768px){.txt-center-pc{text-align:center}}.txt-blue{color:#4a75ad !important}.txt-black{color:#111 !important}.txt-beige{color:#f3f2f0 !important}.txt-gold{color:#d5b843 !important}.txt-red{color:#ff4a5b !important}.txt-pink{color:rgba(255,74,91,.4) !important}.txt-white{color:#fff !important}.txt-bold{font-weight:bold}.txt-line{display:initial;margin:0;background:linear-gradient(transparent 70%, rgba(74, 117, 173, 0.3) 70%)}.tit-h2{display:flex;flex-direction:column-reverse;font-size:calc(1.4rem + .2vw);margin:0 auto 3rem;text-align:center}@media screen and (min-width: 768px){.tit-h2{margin:0 auto 6rem}}.tit-h2 span{font-style:italic;font-size:calc(2.6rem + .4vw)}.tit-h3{letter-spacing:.5rem;margin:0 auto 2rem}.tit-h4{font-style:italic}.tit-h5{border-left:solid 1rem rgba(74,117,173,.3)}.footer{background:#1f5198;color:#fff;padding:5rem 0;text-align:center}.footer-area{display:grid;align-items:center;justify-content:center}.footer-logo{display:flex;font-size:2.4rem;align-items:center;padding:.2rem}.footer-logo-img{margin:0 1rem 0 0;width:5vh}@media screen and (min-width: 768px){.footer-logo-img{margin:0 2rem 0 0}}.footer-logo-link{color:#fff !important;font-size:calc(3rem + .4vw);font-weight:bold;letter-spacing:.2rem;line-height:1.2}.head_nav{flex-basis:100%;flex-grow:1;align-items:center}.head_nav_box{display:none;position:absolute;top:30%;left:50%;transform:translate(-50%, -40%);max-width:1280px;width:100%;z-index:999}@media screen and (min-width: 768px){.head_nav_box{display:flex;position:relative;margin:1.5rem auto 0;top:0;left:0;transform:none;width:auto}}.head_nav_list{display:contents;text-align:center;opacity:0}@media screen and (min-width: 768px){.head_nav_list{display:block;margin:0;opacity:1}}.head_nav_list.hide{opacity:1;z-index:999}.head_nav_list a{color:#fff;border-radius:1rem;display:block;padding:1.2rem 0}@media screen and (min-width: 768px){.head_nav_list a{margin:0 .7rem;padding:0 .5rem}}@media screen and (min-width: 768px)and (min-width: 768px){.head_nav_list a:hover{background:rgba(31,81,152,.8);color:#fff}}.g-nav{background:rgba(31,81,152,.95);height:100vh;opacity:0;position:fixed;transition:all .5s;top:0;left:0;width:100%;z-index:-1}@media screen and (min-width: 768px){.g-nav{background:none;height:auto;position:unset;opacity:1;width:auto;z-index:1}}.g-nav.open{opacity:1;z-index:999}.g-nav.open .head_nav_box{display:flex;flex-direction:column;flex-wrap:wrap}.g-nav.hide{opacity:1;z-index:999}.nav_toggle{background:#1f5198;border-radius:.4rem;cursor:pointer;position:fixed;top:3rem;right:1rem;height:3.5rem;width:4rem;z-index:9999;display:flex;justify-content:space-evenly;opacity:.7}@media screen and (min-width: 768px){.nav_toggle{display:none}}.nav_toggle span{background:#fff;border-radius:.2rem;height:.3rem;transition:all .4s;position:absolute;width:50%}@media screen and (min-width: 768px){.nav_toggle span{transition:all 0}}.nav_toggle span:nth-child(1){top:.8rem}.nav_toggle span:nth-child(2){top:1.6rem}.nav_toggle span:nth-child(3){top:2.4rem}@media screen and (min-width: 768px){.contact-btn{background:#fff;border-radius:8rem;display:flex;margin:-0.5rem 0 .5rem 1rem;padding:.5rem}.contact-btn a{color:#1f5198}.contact-btn a:hover{background:rgba(31,81,152,.1)}}.header{background:#1f5198;padding:2rem 0}@media screen and (min-width: 768px){.header{padding:4rem 0}}.header-area{display:grid;grid-template-columns:2fr .2fr;align-items:end;margin:auto;padding:1rem;width:100%}@media screen and (min-width: 768px){.header-area{display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1280px}}.header-logo{display:flex;font-size:2.4rem;align-items:center;padding:.2rem}.header-logo-img{margin:0 1rem 0 0;width:5vh}@media screen and (min-width: 768px){.header-logo-img{margin:0 2rem 0 0}}.header-logo-link{color:#fff !important;font-size:calc(3rem + .4vw);font-weight:bold;letter-spacing:.2rem;line-height:1.2}.table-box{border-collapse:collapse;border-bottom:none;margin:0 auto;max-width:100%;width:100%}@media screen and (min-width: 768px){.table-box{width:calc(65vh + 1vw)}}.table-box th{background:#fff;border-collapse:collapse;display:block;font-weight:bold;padding:.5rem 1rem;text-align:start;width:100%}@media screen and (min-width: 768px){.table-box th{background:none;display:table-cell;font-weight:normal;padding:1rem 2rem;text-align-last:justify;vertical-align:middle;width:9em}}.table-box td{display:block;border-collapse:collapse;padding:0 1rem 1rem}@media screen and (min-width: 768px){.table-box td{display:table-cell;padding:1rem 2rem;letter-spacing:.2rem}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.shop-txt{margin:0 auto 3rem}@media screen and (min-width: 768px){.shop-txt{max-width:100vh;text-align:center}}.shop-map{display:grid}.shop-map-iframe{margin:auto;height:60vh;width:96%}@media screen and (min-width: 768px){.shop-map-iframe{width:80%}}.philosophy{margin:auto;padding:4rem 0 0;position:relative;text-align:center;max-width:1440px}.philosophy-bg{background:rgba(31,81,152,.08);padding:8rem 0 24rem}.philosophy-txt{position:relative;line-height:2.4;letter-spacing:.1rem;margin:0 1rem;padding:1rem 3rem;display:inline-block}@media screen and (min-width: 768px){.philosophy-txt{letter-spacing:.2rem;padding:1rem 10rem}}.philosophy-txt:before,.philosophy-txt:after{content:"";width:3rem;height:2rem;position:absolute;display:inline-block}.philosophy-txt:before{border-left:solid 1px rgba(31,81,152,.8);border-top:solid 1px rgba(31,81,152,.8);top:0;left:0}.philosophy-txt:after{border-right:solid 1px rgba(31,81,152,.8);border-bottom:solid 1px rgba(31,81,152,.8);bottom:0;right:0}.message{margin:-16rem auto 12rem;padding:0 2rem;max-width:800px;width:100%}@media screen and (min-width: 768px){.message{padding:0}}.message-bg{box-shadow:1rem 1rem rgba(17,17,17,.1);background:#f3f2f0;padding:8rem 2rem}@media screen and (min-width: 768px){.message-bg{box-shadow:2rem 2rem rgba(17,17,17,.2);padding:8rem}}.message-txt{letter-spacing:.1rem}@media screen and (min-width: 768px){.message-txt{line-height:2.4;letter-spacing:.3rem}}.business-area{margin:0 0 5rem}@media screen and (min-width: 768px){.business-area{display:flex;margin:0 0 15rem;position:relative}.business-area::after{content:"";position:absolute;width:70%;height:3rem;background:#1f5198;bottom:-3rem;z-index:20}.business-area:nth-child(odd)::after{left:0%}.business-area:nth-child(even)::after{right:0%}}.business-area:nth-child(even){flex-direction:row-reverse}.business-area:last-child{margin:0}.business-area-box{background:#1f5198;display:flex;align-items:center;flex-direction:column;justify-content:center;margin:5rem auto 0;padding:2rem}@media screen and (min-width: 768px){.business-area-box{position:relative;justify-content:start;margin:16rem auto 0;padding:5rem}}.business-area-h3{color:#fff;line-height:1.6;font-size:calc(1.8rem + .4vw);font-weight:bold}@media screen and (min-width: 768px){.business-area-h3{color:#1f5198;position:absolute;top:-5rem}}.business-area-txt{color:#fff}.business-area-img{background:#1f5198;max-width:100%;padding:0 2rem 2rem 2rem}@media screen and (min-width: 768px){.business-area-img{padding:0;width:50%;z-index:30}}.company{margin:auto}/*# sourceMappingURL=style.min.css.map */