﻿.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 2s forwards}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);opacity:0;visibility:visible}to{transform:translate3d(0, 0, 0);opacity:1}}.slideInRight{animation:slideInRight 2s forwards}@keyframes slideInRight{from{transform:translate3d(100%, 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%}body{font:1.6rem/2 "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;color:#333;font-feature-settings:"palt";letter-spacing:.1rem;-webkit-text-size-adjust:100%;width:100%;-webkit-font-smoothing:antialiased}a:link,a:visited{color:#333;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}.list-unstyled{list-style:none}.list-circle{list-style:circle;padding:0 0 0 2rem}.container{margin:auto;padding:0 1.5rem 5rem;width:100%}.container img{max-width:100%}@media screen and (min-width: 768px){.container{padding:0 1.5rem 8rem;max-width:1440px}}.grid{display:grid;gap:1rem;justify-content:center}.grid-2{grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-2{gap:2rem !important;grid-template-columns:repeat(2, 1fr)}}.grid-3{grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-3{gap:2rem !important;grid-template-columns:repeat(3, 1fr)}}.grid-4{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-4{gap:2rem !important;grid-template-columns:repeat(4, 1fr)}}.grid-5{grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-5{gap:2rem !important;grid-template-columns:repeat(5, 1fr)}}.block-md{display:block}@media screen and (min-width: 768px){.block-md{display:contents}}.none-pc{display:none}@media screen and (min-width: 768px){.none-pc{display:flex}}.none-sp{display:flex}@media screen and (min-width: 768px){.none-sp{display:none}}.m-bt1{margin:0 0 1rem !important}.m-y3{margin:3rem auto !important}.header{display:grid;grid-template-columns:1fr .3fr;gap:1rem;align-items:end;margin:0 auto 2rem;width:100%}@media screen and (min-width: 768px){.header{grid-template-columns:.3fr 1fr;max-width:1440px;align-items:baseline;padding:1rem 1.5rem 0}}.header-right{display:none}@media screen and (min-width: 768px){.header-right{display:inline}.header-right p{line-height:1.25;text-align:center}}.header-menu{font-size:1.25rem;letter-spacing:0;display:flex;gap:2rem;flex-direction:row-reverse;margin:0 auto 2rem}.header-menu a{color:#999}.logo img{width:30vh;margin:1rem 0 0 1rem}@media screen and (min-width: 768px){.logo img{margin:0}}.tel{background:rgba(194,167,99,.8);border-radius:.3rem;color:#fff;padding:.3rem 1rem;display:none}@media screen and (min-width: 768px){.tel{display:grid;align-items:center;justify-content:center}}.tel span{font-size:1.8rem;margin:0 0 0 .5rem}.tel a{font-size:2rem}.footer{padding:4rem 2rem;background:rgba(51,51,51,.1) !important}.footer-box{display:none}@media screen and (min-width: 768px){.footer-box{display:grid;grid-template-columns:1fr 3fr 1.5fr;gap:2rem;margin:0 auto 3rem;max-width:1440px}}.footer-qr li{margin:2rem 1rem 0 0}.footer-qr li img{width:80%}.footer-ul{display:flex;justify-content:space-evenly}.footer-ul li{line-height:2.2 !important}#page-top{z-index:60;position:fixed;bottom:1rem;right:1rem;opacity:0;transform:translateY(200px)}#page-top a{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}.g-nav{background:rgba(0,67,124,.95);height:100vh;opacity:0;position:fixed;transition:all .5s;top:0;width:100%}@media screen and (min-width: 768px){.g-nav{background:none;height:auto;position:unset;opacity:1;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}.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:1440px;width:100%;z-index:999}@media screen and (min-width: 768px){.head_nav_box{display:flex;justify-content:space-evenly;position:relative;top:0;left:0;transform:none}}.head_nav_list{color:#fff;display:contents;line-height:1.4;opacity:0;text-align:center;position:relative}.head_nav_list_sub{display:none}@media screen and (min-width: 768px){.head_nav_list_sub:hover{display:block}.head_nav_list_sub:hover>.head_nav_list_sub{position:absolute;top:100%;left:50%;z-index:20;transform:translateX(-50%);display:block}.head_nav_list_sub:hover_menu{background:#ddd}}.head_nav_list.hide{opacity:1;z-index:999}.head_nav_list a{color:#fff;display:block;padding:1.2rem 0}@media screen and (min-width: 768px){.head_nav_list a{color:#333;font-weight:bold;font-size:calc(1.4rem + .2vw);padding:1rem 0}}.head_nav_list span{display:none}@media screen and (min-width: 768px){.head_nav_list span{color:rgba(0,67,124,.95);display:block;font-weight:bold;font-size:1.25rem;text-transform:uppercase}}.head_nav_tel{color:#fff;display:grid;justify-content:center;margin:0 2%;position:absolute;top:85%;left:50%;transform:translate(-55%, -75%);width:90%}@media screen and (min-width: 768px){.head_nav_tel{display:none}}.head_nav_qr{background:#fff;display:flex;padding:.5rem}.head_nav_qr img{display:flex;width:80%}.nav_toggle{background:#00437c;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}@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}.nav_toggle.active span:nth-child(1){top:1.5rem;transform:rotate(-30deg)}.nav_toggle.active span:nth-child(2),.nav_toggle.active span:nth-child(3){top:1.5rem;transform:rotate(30deg)}.font-cho{font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif}.font-1{font-size:calc(2.7rem + .4vw);letter-spacing:.2rem;line-height:1.6}.font-2{font-size:calc(2.2rem + .4vw);letter-spacing:.2rem;line-height:1.8}.font-3{font-size:calc(1.8rem + .4vw);line-height:1.8}.font-4{font-size:calc(1.6rem + .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}.tit-h2{font-weight:bold;margin:0 auto 1rem;text-align:center}@media screen and (min-width: 768px){.tit-h2{margin:0 auto 2rem}}.tit-h3{font-weight:bold;margin:0 auto 2rem}.tit-h3 span{font-weight:bold;background:linear-gradient(transparent 98%, rgba(51, 51, 51, 0.7) 98%);padding:0 0 1.5rem}.tit-h4{font-style:italic}.tit-h5{border-left:solid 1rem rgba(0,159,232,.3)}.txt-right{text-align:right}.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:#009fe8 !important}.txt-red{color:#f33 !important}.txt-pink{color:rgba(255,51,51,.4) !important}.txt-white{color:#fff !important}.txt-bold{font-weight:bold}.txt-line{display:initial;margin:0;background:linear-gradient(transparent 70%, rgba(0, 159, 232, 0.3) 70%)}.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}}.table-box{border-collapse:collapse;border-bottom:none;margin:0 auto 2rem;max-width:100%;width:100%}@media screen and (min-width: 768px){.table-box{width:80%}}.table-box th{background:rgba(0,159,232,.15);border-collapse:collapse;font-weight:bold;display:block;text-align:start;padding:1rem;width:100%}@media screen and (min-width: 768px){.table-box th{border-bottom:1px solid rgba(0,159,232,.2);display:table-cell;vertical-align:middle;width:30%}}.table-box td{display:block;border-collapse:collapse;border-bottom:1px solid rgba(0,159,232,.2);padding:1rem}@media screen and (min-width: 768px){.table-box td{display:table-cell}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.slider{margin:0 auto 40px;width:100%}@media screen and (min-width: 992px){.slider{margin:0 auto 60px}}.slider .gallery-cell{width:85%;margin:0 5px;counter-increment:gallery-cell}@media screen and (min-width: 992px){.slider .gallery-cell{width:75%;max-width:100%}}.slider .gallery-cell img{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)}.btn-more{background:rgba(255,51,51,.3);border-radius:5rem;margin:4rem auto 0;width:90%}@media screen and (min-width: 768px){.btn-more{width:calc(10vh + 27vw)}}.btn-more a{color:#666;display:block;padding:.5rem 0}.about-box{display:grid;align-items:center}@media screen and (min-width: 768px){.about-box{grid-template-columns:1fr .3fr;gap:4rem}}.about-txt{width:100%}@media screen and (min-width: 992px){.about-txt{width:80%}}.services-col{display:grid;margin:0 0 3rem}@media screen and (min-width: 768px){.services-col{grid-template-columns:.3fr 1fr;gap:2rem;margin:0;padding:1rem;min-height:22vh}}.services-dl{background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.services-dl dd{display:block}.services-ul{background:#fff;padding:2rem 1rem 2rem 4rem}.services-list{float:left;list-style:disc;margin:1rem 0;min-width:calc(30vh + 2vw)}@media screen and (min-width: 768px){.services-list{width:26vh}}.flow-ol{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem !important;margin:0 auto 5rem}@media screen and (min-width: 768px){.flow-ol{display:flex;gap:4rem !important;justify-content:space-around}}.flow-list{border:solid 1px rgba(0,67,124,.8);border-radius:1rem;margin:0;padding:1rem;align-self:stretch;text-align:center;min-width:calc(13% + 2vw);position:relative}@media screen and (min-width: 992px){.flow-list:last-child::after{content:none}.flow-list::after{content:"";background:url("../images/ya.png") no-repeat;position:absolute;top:50%;left:50%;transform:translate(55%, -10%);width:100%;height:100%}}.flow-ul{justify-items:center;margin:5rem auto 0;text-align:center}.advantages-col{background:#fff;display:grid;margin:0 0 3rem;padding:1rem 0}@media screen and (min-width: 768px){.advantages-col{grid-template-columns:.3fr 1fr;min-height:22vh}}.advantages-dl{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.advantages-dl dd{border-top:solid 1px rgba(51,51,51,.3);display:block;margin:2rem 0 0;padding:2rem 0 0}.advantages-ul{padding:0 1rem 2rem 4rem}@media screen and (min-width: 768px){.advantages-ul{padding:2rem}}.advantages-list{list-style:disc;margin:.5rem 0}.advantages-txt{margin:1.8rem 0 0;text-indent:-1rem}@media screen and (min-width: 768px){.advantages-txt{text-indent:-2rem}}.advantages-txt:first-child{margin:0}.clients-col{background:#fff}.clients-txt{padding:1.5rem}@media screen and (min-width: 768px){.clients-txt{padding:3rem}}.faq-box{background:#fff;margin:0 0 2rem;padding:2rem}@media screen and (min-width: 768px){.faq-box{padding:2rem 3rem}}.faq-q{font-style:italic}.faq-q::before{content:"Q.";font-size:2.2rem;color:#00437c;margin:0 .5rem 0 0}.faq-a::before{content:"A.";font-size:2.2rem;color:#f33;margin:0 .5rem 0 0}/*# sourceMappingURL=style.min.css.map */