﻿.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(255,96,0,.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(255,96,0,.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(255,96,0,.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(255,96,0,.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:#ff6000;height:100%;width:100%;position:fixed;text-align:center;z-index:9999999}#splash-txt{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.face{display:flex;justify-content:flex-end;position:relative;margin:0 auto}@media screen and (min-width: 768px){.face{top:0;margin:0}}.face-lead{background:linear-gradient(90deg, rgba(255, 96, 0, 0.65) 0%, rgba(255, 96, 0, 0.9) 100%);margin:0 1rem 0 0;padding:1rem;position:absolute;top:40%;left:5%}@media screen and (min-width: 768px){.face-lead{top:60%;left:5rem;text-align:center}}.face-slid{overflow:hidden;position:relative;width:100%;z-index:-10}@media screen and (min-width: 992px){.face-slid{height:85vh;width:82vw}}.face-slid::after{bottom:0}.face-slid-box{position:relative;width:100%;overflow:hidden;height:90vh}.face-slid-img:nth-child(2) img{animation-delay:8s}.face-slid-img:nth-child(3) img{animation-delay:16s}.face-slid-img img{animation:slideshow 24s linear infinite;min-height:100%;height:auto;position:absolute;object-fit:cover;background-size:cover;opacity:0;width:100%}.face-slid-txt{color:#111;background:rgba(255,255,255,.8);padding:1rem;position:absolute;bottom:1rem;margin:auto 1rem}@keyframes slideshow{0%{opacity:0;transform:scale(1)}5%{opacity:1}25%{opacity:1}30%{opacity:0}100%{opacity:0}}button{display:none !important}html{font-size:62.5%}body{background:rgba(17,17,17,.025);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}.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 6rem;width:100%}@media screen and (min-width: 768px){.content{padding:2rem 1.5rem 10rem;max-width:1440px}}.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:#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}#page-top{z-index:60;position:fixed;bottom:1rem;right:1rem;opacity:0;transform:translateY(200px)}#page-top a{color:rgba(255,96,0,.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(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:rgba(17,17,17,.7);display:inline-block;position:absolute;top:50%;height:2px;width:5rem}.tit-h2::before{left:0}.tit-h2::after{right:0}.tit-h2-white{color:#fff}.tit-h2-white::before,.tit-h2-white::after{background:rgba(255,255,255,.7)}.tit-h3{letter-spacing:.2rem;margin:0 0 1rem;position:relative;padding:0 0 1rem}.tit-h3::after{position:absolute;content:"";display:block;border-bottom:solid 1px rgba(194,181,145,.7);bottom:-1px;width:100%}@media screen and (min-width: 768px){.tit-h3 span{padding:0 4rem}}.tit-h4{font-style:italic}.tit-h5{border-left:solid 1rem rgba(74,117,173,.3)}.footer{background:rgba(17,17,17,.9);color:#fff;padding:5rem 0;text-align:center}.footer-area{display:grid;align-items:center;justify-content:space-around}@media screen and (min-width: 768px){.footer-area{display:flex}}.footer-logo{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;padding:2rem 1rem}@media screen and (min-width: 768px){.footer-logo{display:grid;justify-content:space-between;max-width:100vh}}.footer-logo-img{margin:0 1rem;max-width:18vh}.foot_nav{margin:0 0 2rem}@media screen and (min-width: 768px){.foot_nav{margin:0}}.foot_nav_list{display:inline-flex;text-align:center;text-transform:uppercase;gap:2rem;margin:0 0 0 1rem}@media screen and (min-width: 768px){.foot_nav_list{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}.head_nav{flex-basis:100%;flex-grow:1;align-items:center}.head_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){.head_nav_ul{font-size:calc(1.45rem + .2vh);display:flex;position:relative;margin:auto;top:0;left:0;transform:none;width:auto}}.head_nav_list{display:contents;text-align:center;text-transform:uppercase;opacity:0}@media screen and (min-width: 768px){.head_nav_list{margin:0;opacity:1}}.head_nav_list.hide{opacity:1;z-index:999}.head_nav_list a{color:#fff;display:block;margin:0;padding:1.2rem 0}@media screen and (min-width: 768px){.head_nav_list a{color:#111;padding:0 1.5rem}}@media screen and (min-width: 768px)and (min-width: 768px){.head_nav_list a:hover{background:rgba(255,96,0,.9);color:#fff}}.head_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){.head_nav_tel{display:none}}.head_nav_tel a{color:#fff}.g-nav{background:rgba(255,96,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 .head_nav_ul{display:flex;flex-direction:column;flex-wrap:wrap}.g-nav.hide{opacity:1;z-index:999}.nav_toggle{background:rgba(255,96,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}@media screen and (min-width: 768px){.contact-btn{background:rgba(17,17,17,.9);display:flex;margin:-1.5rem 0;padding:1.5rem}.contact-btn a{color:#fff}.contact-btn a:hover{background:rgba(17,17,17,.1)}}.header{display:grid;grid-template-columns:10% .2fr;align-items:end;padding:1rem}@media screen and (min-width: 768px){.header{display:flex;margin:auto;padding:2rem;align-items:center;justify-content:space-between}}.header-logo{display:flex;align-items:center;gap:1rem}.header-logo img{width:18vh}@media screen and (min-width: 768px){.header-tel-call{background:linear-gradient(45deg, rgba(255, 96, 0, 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}}.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(163,170,186,.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{background:#fff;display:block;border-collapse:collapse;padding:0 1rem 1rem}@media screen and (min-width: 768px){.table-box td{border-bottom:1px solid rgba(163,170,186,.15);display:table-cell;padding:1rem 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%}}.about{margin:auto;padding:5rem 2rem}@media screen and (min-width: 768px){.about{padding:10rem 2rem}}.about-bg{position:relative;margin:0 0 8rem;height:50vh;width:100%}@media screen and (min-width: 768px){.about-bg{width:90%}}.about-lead{margin:0 auto 2rem}@media screen and (min-width: 768px){.about-lead{text-align:center;width:100vh}}.about-area{gap:1rem;grid-template-columns:repeat(2, 1fr);justify-content:center;align-self:center}@media screen and (min-width: 768px){.about-area{gap:6rem;grid-template-columns:repeat(3, 1fr)}}.about-area-box{align-content:center;background:#fff;border-radius:100%;box-shadow:0 .5rem .3rem rgba(17,17,17,.15);height:20vh;width:20vh}@media screen and (min-width: 768px){.about-area-box{height:25vh;width:25vh}}.about-area-box-txt{padding:2rem;text-align:center}.about-area-box-txt span{display:block;color:#ff6000;font-weight:bold;font-size:2.2rem}.service{position:relative;text-align:center;padding:4rem 0}@media screen and (min-width: 768px){.service{padding:5rem 0}}.service-head{background:rgba(17,17,17,.9);padding:6rem 1.5rem}.service-area{background:#fff;position:relative;top:-4rem;margin:auto;padding:2rem;width:90%;z-index:2}@media screen and (min-width: 768px){.service-area{padding:2rem;width:70%}}.service-area-ul{display:grid;gap:2rem;grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.service-area-ul{grid-template-columns:repeat(3, 1fr)}}.service-area-list{border:solid 1px rgba(17,17,17,.5);align-content:center;padding:1rem}.service-area-list:not(:last-of-type):before{content:"NVIDA";margin:0 .5rem 0 0}@media screen and (min-width: 768px){.service-area-list{padding:2rem 1rem}}.service-area-figure{display:flex;gap:2rem;margin:2rem auto 0}@media screen and (min-width: 768px){.service-area-figure{gap:3rem;margin:3rem auto 0}}@media screen and (min-width: 768px){.service-area-figure img{width:70%}}.offer-area-ul{margin:2rem auto;gap:2rem}.offer-area-list{background:#fff;border:solid .05rem rgba(255,96,0,.2);border-radius:.2rem;box-sizing:border-box;display:grid;align-content:baseline;justify-items:center}.offer-area-list figcaption{padding:0 1rem}.offer-area-h4{background:rgba(255,96,0,.9);border-radius:.2rem .2rem 0 0;color:#fff;text-align:center;width:100%}.offer-area-img{display:flex;justify-items:center;padding:1rem;width:100%}@media screen and (min-width: 768px){.offer-area-img{width:80%}}.wolrd-content{position:relative;display:flex;flex-wrap:wrap}.wolrd-content:nth-last-of-type(even){flex-direction:row-reverse}.wolrd-content::after{content:"";position:absolute;width:80%;height:36rem;background:rgba(163,170,186,.3);right:10%;top:5%;z-index:-1}@media screen and (min-width: 768px){.wolrd-content{justify-content:center;gap:6rem;margin:2rem 0 8rem}}.wolrd-img{width:100%;z-index:10;filter:grayscale(40%)}@media screen and (min-width: 768px){.wolrd-img{object-fit:cover;object-position:top;width:40%}}.wolrd-area{background:#fff;box-shadow:0 0 .5rem rgba(163,170,186,.1);display:flex;flex-direction:column;padding:0 2rem 1rem;position:relative;top:0;opacity:1;height:100%;width:100%;z-index:10}@media screen and (min-width: 768px){.wolrd-area{top:5rem;width:40%}}.wolrd-area-h4{margin:3rem 0 1rem}.wolrd-area-h4 span{padding:1rem 4rem}.wolrd-area-h4-open{background:rgba(17,17,17,.9);color:#fff}.wolrd-area-h4-later{background:rgba(17,17,17,.5);color:#fff}.wolrd-area-list{list-style-type:disc;margin:0 2rem;position:relative}.wolrd-area-list span::before{content:"";background:rgba(255,96,0,.9);border-radius:50%;display:block;position:absolute;left:-1.4rem;top:1.4rem;height:5px;width:5px}.gpu-area{margin:0 0 5rem}@media screen and (min-width: 768px){.gpu-area{display:flex;padding:2rem 6rem}}.gpu-area:nth-child(odd){flex-direction:row-reverse}.gpu-area:last-child{margin:0}@media screen and (min-width: 768px){.gpu-area-box{margin:0 2rem;width:70%}}.gpu-img{margin:2rem auto;width:100%}@media screen and (min-width: 768px){.gpu-img{max-width:40%;margin:0 2rem}}.gpu-lead{display:flex;justify-content:center;margin:0 0 3rem}.solution{position:relative;text-align:center;padding:4rem 0}@media screen and (min-width: 768px){.solution{padding:5rem 0}}.solution-head{background:rgba(17,17,17,.9);padding:6rem 1.5rem}.solution-area{background:#fff;position:relative;top:-4rem;margin:auto;padding:2rem;width:90%;z-index:2}@media screen and (min-width: 768px){.solution-area{padding:2rem;width:70%}}.solution-area-ul{margin:2rem auto;gap:2rem}.solution-area-list{margin:0}.solution-area-img{display:flex;justify-items:center;padding:1rem;width:100%}@media screen and (min-width: 768px){.solution-area-img{max-width:270px}}/*# sourceMappingURL=style.min.css.map */