﻿.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}}html{font-size:62.5%;scroll-behavior:smooth}body{background:rgba(123,104,238,.045);font:1.6rem/2 "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-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;max-width:100%}.w100{width:100% !important;max-width:100% !important}.list-unstyled{list-style:none}.list-circle{list-style:circle;padding:0 0 0 2rem}.content{margin:auto;padding:3rem 1.5rem 6rem;width:100%}@media screen and (min-width: 768px){.content{padding:4rem 1.5rem 10rem;max-width:1280px}}.bg-blue{background:#4a75ad}.bg-pink{background:rgba(226,162,177,.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:#00437c !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}.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}}.f-left{float:left}.f-right{float:right}.m-auto{margin:auto !important}.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}.mb6{margin:0 auto 6rem !important}.mb7{margin:0 auto 7rem !important}.mb8{margin:0 auto 8rem !important}.mb9{margin:0 auto 9rem !important}.mb10{margin:0 auto 10rem !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}.slider{filter:grayscale(20%);opacity:.7;overflow:hidden;position:relative;width:100%;z-index:-10}@media screen and (min-width: 992px){.slider{height:85vh;width:82vw;border-radius:10rem 1rem}}.slider::after{bottom:0}.slider-box{position:relative;width:100%;overflow:hidden;height:90vh}.slider_img:nth-child(2) img{animation-delay:8s}.slider_img:nth-child(3) img{animation-delay:16s}.slider_img:nth-child(4) img{animation-delay:24s}.slider_img img{animation:slideshow 32s linear infinite;min-height:100%;height:auto;position:absolute;object-fit:cover;background-size:cover;opacity:0;width:100%}.slider2 img{width:100%;height:auto}.slider2 .slick-slide{margin:0 10px}@keyframes slideshow{0%{opacity:0;transform:scale(1)}5%{opacity:1}25%{opacity:1}30%{opacity:0}100%{opacity:0}}button{display:none !important}.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(3.2rem + .4vw);letter-spacing:.2rem;line-height:1.6}.font-2{font-size:calc(2.8rem + .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-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:#c2b591 !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:inline-block;font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;letter-spacing:.5rem;margin:0 auto 3rem;padding:0 6rem;position:relative;text-align:center}@media screen and (min-width: 768px){.tit-h2{letter-spacing:1rem;margin:0 auto 4rem;padding:0 7rem}}.tit-h2::before,.tit-h2::after{content:"";background:linear-gradient(45deg, rgba(0, 67, 124, 0.7), rgba(123, 104, 238, 0.7));display:inline-block;position:absolute;top:50%;height:2px;width:5rem}.tit-h2::before{left:0}.tit-h2::after{right:0}.tit-h3{font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;display:flex;align-items:center;letter-spacing:.5rem;margin:0 0 1rem}.tit-h3::before,.tit-h3::after{content:"";background:linear-gradient(45deg, rgba(0, 67, 124, 0.7), rgba(123, 104, 238, 0.7));margin:0 .7rem;height:1px;width:2.6rem;transform:rotate(-60deg)}.tit-h3::before{left:0}.tit-h3::after{right:0}.tit-h4{font-style:italic}.tit-h5{border-left:solid 1rem rgba(74,117,173,.3)}.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(100vh + 6vw)}}.table-box th{background:rgba(123,104,238,.15);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{border-bottom:1px solid rgba(255,255,255,.7);display:table-cell;font-weight:normal;padding:1rem 2rem;text-align-last:end;vertical-align:middle;width:25%}}.table-box td{display:block;border-collapse:collapse;padding:0 1rem 1rem}@media screen and (min-width: 768px){.table-box td{border-bottom:1px solid rgba(123,104,238,.15);display:table-cell;padding:1rem 2rem}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.formUs-area{margin:1rem auto}@media screen and (min-width: 768px){.formUs-area{width:80%}}.formUs-btn{text-align:center}.formUs-btn input{background:#fd8136;border-radius:.4rem;border:none;color:#fff;font-size:calc(1.4rem + .4vw);line-height:1.8;padding:1rem 6rem}.formUs-rei{color:rgba(17,17,17,.6);font-size:1.4rem}.formUs-rei::before{content:"例) "}.formUs .required{color:rgba(255,74,91,.7);font-size:1.2rem;margin:0 0 0 .3rem}.contactTable th{padding:0 1rem;background:rgba(38,238,240,.2)}@media screen and (min-width: 768px){.contactTable th{border-bottom:1px solid rgba(255,255,255,.5);text-align-last:end;vertical-align:middle}}.contactTable td{display:block;padding:0 1rem}.contactTable td:nth-of-type(2n){margin:0 0 4rem}form label{line-height:2}form input[type=text],form input[type=tel],form input[type=email]{border:1px solid #ccc;border-radius:4px;font-size:1.6rem;margin:.5rem 0;padding:1rem .5rem;width:100%}@media screen and (min-width: 768px){form input[type=text],form input[type=tel],form input[type=email]{width:96%}}form textarea{border-radius:4px;border:1px solid #ccc;font-size:1.6rem;padding:1rem;min-height:8em;width:96%}form select{border-radius:4px;border:1px solid #ccc;height:20rem;padding:1rem .5rem;height:4.5rem;width:100%}form .btnBox{font-size:2rem;margin:auto;width:20rem}form .btnBox input{background:rgba(74,117,173,.8);border-radius:.4rem;border:none;color:#fff;font-size:calc(1.4rem + .4vw);line-height:1.8;padding:1rem 6rem}form .btnBox input:hover{cursor:pointer;transition:all .3s ease-out;opacity:.7}form .btnBox button[type=submit]{background:#d5b843;border:none;border-radius:1rem;box-shadow:0 3px 0 #7d7256;color:#fff;cursor:pointer;font-size:1.8rem;font-weight:bold;margin:auto;padding:1rem !important;text-align:center;text-transform:uppercase;width:90%}form input,form select{vertical-align:baseline}form .wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.footer{background:linear-gradient(45deg, rgba(0, 67, 124, 0.9), rgba(123, 104, 238, 0.9));color:#fff;padding:2rem 0 3rem;text-align:center}.footer-logo{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;margin:auto;padding:2rem 1rem}@media screen and (min-width: 768px){.footer-logo{justify-content:space-between;max-width:100vh}}.footer-logo-img{margin:0 0 2rem;max-width:12vh}.foot_nav_list{display:block;gap:2rem;margin:0 0 0 1rem}@media screen and (min-width: 768px){.foot_nav_list{display:inline-flex;opacity:1}.foot_nav_list:not(:last-of-type):after{content:"/";font-size:1.4rem;display:flex;align-items:center}}.foot_nav_list a{color:#fff}.main-nav{flex-basis:100%;flex-grow:1;align-items:center}.main-nav-ul{display:none;position:absolute;top:30%;left:50%;transform:translate(-50%, -40%);width:100%;z-index:999}@media screen and (min-width: 768px){.main-nav-ul{font-size:calc(1.45rem + .2vh);display:flex;position:relative;margin:auto;top:0;left:0;transform:none;width:auto}}.main-nav-list{display:contents;text-align:center;opacity:0}@media screen and (min-width: 768px){.main-nav-list{margin:0;opacity:1}.main-nav-list:not(:last-of-type):after{content:"/";font-size:1.4rem;display:flex;align-items:center}}.main-nav-list.hide{opacity:1;z-index:999}.main-nav-list a{color:#fff;display:block;margin:0;padding:1.2rem 0}@media screen and (min-width: 768px){.main-nav-list a{color:#111;padding:0 .5rem}}@media screen and (min-width: 768px)and (min-width: 768px){.main-nav-list a:hover{background:linear-gradient(-45deg, rgba(123, 104, 238, 0.9), rgba(0, 67, 124, 0.9));border-radius:.2rem;color:#fff}}@media screen and (min-width: 992px){.main-nav-list a{margin:0 .8rem;padding:0 1rem}}.main-nav-tel{color:#fff;display:grid;justify-items:center;line-height:2.5;margin:auto;position:absolute;top:100%;left:50%;transform:translate(-50%, 10%);width:100%}@media screen and (min-width: 768px){.main-nav-tel{display:none}}.main-nav-tel a{color:#fff}.g-nav{background:linear-gradient(-45deg, rgba(123, 104, 238, 0.9), rgba(0, 67, 124, 0.9));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 .main-nav-ul{display:flex;flex-direction:column;flex-wrap:wrap}.g-nav.hide{opacity:1;z-index:999}.nav-toggle{background:linear-gradient(45deg, rgba(123, 104, 238, 0.9), rgba(0, 67, 124, 0.9));border-radius:.4rem;cursor:pointer;position:fixed;top:1rem;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}.header{display:grid;grid-template-columns:2fr .2fr;align-items:end;padding:1rem}@media screen and (min-width: 768px){.header{margin:auto;display:flex;align-items:center;justify-content:center}}.header-logo{padding:1rem;width:16vh}@media screen and (min-width: 992px){.header-logo{width:18vh}}@media screen and (min-width: 768px){.header-tel-call{background:linear-gradient(45deg, rgba(123, 104, 238, 0.8), rgba(0, 67, 124, 0.8));border-radius:.2rem;color:#fff;text-align:center;padding:0 .5rem}}@media screen and (min-width: 992px){.header-tel-call{padding:0 1rem}}.access-area{background:#fff;display:grid;grid-template-columns:1fr;gap:2rem;margin:0 auto;padding:2rem}@media screen and (min-width: 992px){.access-area{gap:4rem;grid-template-columns:1fr 1.8fr}}.access-table{margin:1rem;width:100%}@media screen and (min-width: 768px){.access-table th{text-align-last:center;min-width:8rem}}.access-map-iframe{min-height:60vh;width:100%}@media screen and (min-width: 768px){.access-map-iframe{min-height:50vh;width:100%}}.access-map-dl{display:flex;flex-direction:column;justify-content:center;align-items:center;letter-spacing:.3rem;padding:0 0 2rem}.access-map-dd{margin:1rem auto 3rem;text-align:center}.access-map-link{border:solid 1px rgba(194,181,145,.7);padding:1rem 2rem}@media screen and (min-width: 992px){.access-map-link:hover{background:rgba(226,162,177,.95);border:solid 1px rgba(226,162,177,.7);color:#fff}}.face{position:relative;background:url("/images/face.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:1rem auto 4rem;height:70vh;width:100%}@media screen and (min-width: 768px){.face{height:80vh;width:90%;z-index:-10}}.face-h1{position:fixed;top:16rem;left:8%;font-weight:bold;letter-spacing:.5rem;color:#fff}.face-h1.UpMove{animation:UpAnime .1s forwards}@keyframes UpAnime{from{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.face-h1.DownMove{animation:DownAnime .1s forwards}@keyframes DownAnime{from{opacity:0;transform:translateY(0)}to{opacity:0;transform:translateY(0)}}.greet{margin:auto}.greet-bg{position:relative;background:url("/images/bg02.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0 0 8rem;height:50vh;width:100%}@media screen and (min-width: 768px){.greet-bg{width:90%}}@media screen and (min-width: 768px){.greet-txt{text-align:center;line-height:3}}.about{flex-wrap:wrap;align-items:center}.about-bg{position:relative;background:url("/images/bg01.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0 0 8rem;height:50vh;width:100%}@media screen and (min-width: 768px){.about-bg{width:90%}}@media screen and (min-width: 768px){.about-lead{text-align:center}}.about-col{margin:4rem auto -4rem}@media screen and (min-width: 768px){.about-col{display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:space-evenly;margin:4rem auto -8rem}}.about-area{margin:2rem auto}@media screen and (min-width: 768px){.about-area{min-height:30vh;width:45%}.about-area:nth-child(odd){margin:6rem 0 0}.about-area:nth-child(even){margin:0 0 3rem}}.snap{display:flex;margin:auto;overflow-x:auto;scroll-snap-type:x mandatory}.snap-area{display:grid;flex-shrink:0;place-items:center;scroll-snap-align:start;width:40%}.event-h3{letter-spacing:1rem;margin:0 1rem 1rem}@media screen and (min-width: 576px){.event-h3{margin:0 3rem}}.event-h3 span{border:1px solid rgba(17,17,17,.5);padding:1rem}@media screen and (min-width: 576px){.event-area{display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:space-evenly}}.event-area-box{justify-content:center;height:50%}@media screen and (min-width: 576px){.event-area-box{text-orientation:upright;writing-mode:vertical-rl}.event-area-box li span{text-combine-upright:all}}.event-area-box-ul{line-height:2.5;padding:1rem 2rem}@media screen and (min-width: 576px){.event-area-box-ul{line-height:3;padding:1rem}}.event-area-box-list{list-style-type:initial}.event-area-box-list::marker{color:rgba(194,181,145,.7)}.event-area-img{background:url("/images/bg03.jpg") no-repeat center;background-size:cover;height:50vh;width:100%}@media screen and (min-width: 768px){.event-area-img{width:50%}}.visit{counter-increment:number 0}.visit-area-dt::before{counter-increment:number 1;content:"0" counter(number) ".";color:rgba(17,17,17,.4);font-size:2rem;font-style:italic;font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif}.visit-area-dl{margin:0 0 2rem}.visit-area-img{justify-items:center;padding:0 1rem}@media screen and (min-width: 768px){.visit-area-img{width:80%}}.visit-bg{position:relative;background:url("/images/bg04.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0 0 8rem;height:50vh;width:100%}@media screen and (min-width: 768px){.visit-bg{width:90%}}/*# sourceMappingURL=style.min.css.map */