﻿.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;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;max-width:100%}.list-unstyled{list-style:none}.list-circle{list-style:circle;padding:0 0 0 2rem}.container{margin:0 auto 5rem;padding:0 1.5rem;width:100%}@media screen and (min-width: 768px){.container{margin:0 auto 10rem;padding:0}}.container img{max-width:100%}.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}}@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-sp{display:none}@media screen and (min-width: 768px){.none-sp{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}.bg-silver{background:#e6e6e8}.g-map{margin:auto;max-width:1280px;padding:0 1.5rem}.g-map-iframe{height:60vh;width:100%}.g-nav{background:linear-gradient(45deg, rgba(107, 195, 196, 0.9), rgba(78, 124, 186, 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;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{background:linear-gradient(90deg, rgba(78, 124, 186, 0.9), rgba(107, 195, 196, 0.9));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;max-width:900px;margin:auto;top:0;left:0;transform:none}}.head_nav_list{display:contents;text-align:center;opacity:0}@media screen and (min-width: 768px){.head_nav_list:not(:last-child)::after{content:"";border-right:#fff solid 1px}}.head_nav_list.hide{opacity:1;z-index:999}.head_nav_list a{color:#fff;display:block;padding:.5rem 0}.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}}.nav_toggle{background:linear-gradient(90deg, rgba(78, 124, 186, 0.9), rgba(107, 195, 196, 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}.foot_nav{background:linear-gradient(90deg, rgba(78, 124, 186, 0.9), rgba(107, 195, 196, 0.9));flex-basis:100%;flex-grow:1;align-items:center}.foot_nav_box{display:none}@media screen and (min-width: 768px){.foot_nav_box{display:flex;justify-content:space-evenly;position:relative;max-width:1280px;margin:auto;padding:0 2rem;top:0;left:0;transform:none}}.foot_nav_list{display:contents;text-align:center;opacity:0}@media screen and (min-width: 768px){.foot_nav_list:not(:last-child)::after{content:"";border-right:#fff solid 1px}}.foot_nav_list a{color:#fff;display:block;padding:1.2rem 0}#page-top{z-index:60;position:fixed;bottom:1rem;right:1rem;opacity:0;transform:translateY(200px)}#page-top a{color:rgba(107,195,196,.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.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{background:linear-gradient(90deg, rgba(78, 124, 186, 0.9), rgba(107, 195, 196, 0.9));color:#fff;font-weight:bold;letter-spacing:.5rem;line-height:1.2;padding:1rem 0;margin:0 -1.5rem 1rem;text-align:center}@media screen and (min-width: 768px){.tit-h2{letter-spacing:.7rem;margin:0 0 4rem}}.tit-h3{padding:0 0 1rem;position:relative;text-align:center}.tit-h3:after{content:"";width:3rem;position:absolute;display:inline-block}.tit-h3:after{border-bottom:solid 1px rgba(78,124,186,.4);bottom:0;left:50%}.tit-h4{font-style:italic}.tit-h5{border-left:solid 1rem rgba(78,124,186,.3)}.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:#4e7cba !important}.txt-black{color:#111 !important}.txt-gold{color:#d5b843 !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(78, 124, 186, 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:calc(80vh + 6vw)}}.table-box th{border-collapse:collapse;display:block;font-weight:bold;padding:1rem 1rem 0;text-align:start;width:100%}@media screen and (min-width: 768px){.table-box th{display:table-cell;font-weight:normal;padding:2rem;text-align-last:justify;vertical-align:top;width:20vh}}.table-box td{display:block;border-collapse:collapse;border-bottom:1px solid rgba(230,230,232,.5);padding:1rem}@media screen and (min-width: 768px){.table-box td{border-bottom:none;display:table-cell;padding:2rem}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.header{align-items:end;display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1rem auto;padding:1rem 1rem 0;max-width:1080px}@media screen and (min-width: 768px){.header{margin:2rem auto 3rem}}.header-logo-img{margin:0;width:20vh}@media screen and (min-width: 768px){.header-logo-img{width:25vh}}.header-ul{display:none;font-weight:bold;padding:0 1rem}@media screen and (min-width: 768px){.header-ul{display:grid;flex-direction:row-reverse;gap:0;align-items:center;justify-items:end}}.header-list{text-align:center}@media screen and (min-width: 768px){.header-list{font-size:1.8rem;line-height:1.6;text-align:left}}.header-list a{color:#111}.mainvisual{background:url(/images/main.jpg) no-repeat;background-size:cover;background-position:50% 50%;height:100vw;margin:auto;position:relative}@media screen and (min-width: 768px){.mainvisual{background-position:0 40%;height:80vh;max-height:90vw}}.mainvisual-h1{display:flex;flex-direction:column;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);max-width:100%}@media screen and (min-width: 992px){.mainvisual-h1{flex-direction:row}}.lead{margin:auto;margin:4rem auto}@media screen and (min-width: 768px){.lead{line-height:2.5;margin:8rem auto;text-align:center}}.engine-bg{margin:auto -1.5rem;padding:0 1.5rem 1px}@media screen and (min-width: 768px){.engine-bg{margin:auto;padding:0 0 1px}}.engine-txt{max-width:70vh;margin:auto}.engine-img{display:flex;margin:5rem auto}.network{max-width:980px}.network-box{display:grid;gap:3rem;margin:0 0 6rem;justify-content:center;align-content:stretch;grid-template-columns:1fr;grid-row:1/2}@media screen and (min-width: 768px){.network-box{gap:6rem;grid-template-columns:1fr 2fr}}.network-h3{background:rgba(230,230,232,.1);font-size:1.8rem;position:relative;padding:2rem;line-height:1.4;display:flex;align-items:center;justify-content:center;text-align:center}.network-h3:before,.network-h3:after{content:"";width:2rem;height:2rem;position:absolute;display:inline-block}.network-h3:before{border-top:solid 1px rgba(78,124,186,.4);border-left:solid 1px rgba(78,124,186,.4);top:0;left:0}.network-h3:after{border-right:solid 1px rgba(78,124,186,.4);border-bottom:solid 1px rgba(78,124,186,.4);bottom:0;right:0}.network-h3 span:before,.network-h3 span:after{content:"";width:2rem;height:2rem;position:absolute;display:inline-block}.network-h3 span:before{border-top:solid 1px rgba(78,124,186,.4);border-right:solid 1px rgba(78,124,186,.4);top:0;right:0}.network-h3 span:after{border-left:solid 1px rgba(78,124,186,.4);border-bottom:solid 1px rgba(78,124,186,.4);bottom:0;left:0}@media screen and (min-width: 768px){.network-img{grid-column:1/3}}.products-box{margin:auto;max-width:980px}.products-dl{display:grid;align-items:center;justify-items:center;grid-template-columns:1fr;gap:3rem;margin:3rem auto}@media screen and (min-width: 768px){.products-dl{grid-template-columns:1fr 1.5fr;justify-items:normal}}.products-dt{position:relative;padding:0;width:33vh;text-align:center}.products-dt:before,.products-dt:after{content:"";width:6rem;height:6rem;position:absolute;display:inline-block}.products-dt:before{border-top:solid 1px rgba(78,124,186,.7);top:-1.2rem;left:0}.products-dt:after{border-bottom:solid 1px rgba(78,124,186,.7);bottom:-1rem;right:0}.products-list{list-style-type:disc;list-style-position:inside;text-indent:-1.2em;padding:1.6rem 0 0 2.2em}.company-li{list-style-type:decimal;list-style-position:inside;text-indent:-1.3em;padding:0 0 2rem 1.2em}.contact{margin:0 auto 6rem;padding:0 1.5rem;max-width:70vh}@media screen and (min-width: 768px){.contact{margin:-2rem auto 10rem;padding:0}}.contact-dl{margin:3rem auto}.contact-dt{background:#fff}.contact-dd{border:solid .3rem rgba(17,17,17,.1);box-sizing:border-box;margin:.6rem 0 2rem;padding:.6rem 1rem}@media screen and (min-width: 768px){.contact-dd{margin:.6rem 0 4rem}}.footer{margin:0 auto 3rem}.footer-logo{display:flex;justify-content:center;margin:3rem auto 1rem;text-align:center}.footer-logo-img{margin:0 .5rem;width:5vh}.footer-logo-link{display:flex;align-items:center}.footer-copy{line-height:2}/*# sourceMappingURL=style.min.css.map */