﻿.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}}.slider{margin:0 auto 6rem;width:100%}@media screen and (min-width: 992px){.slider{margin:0 auto 8rem}}.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)}html{font-size:62.5%}body{font:1.6rem/2 "ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;font-feature-settings:"palt";letter-spacing:.1rem;-webkit-text-size-adjust:100%;width:100%;-webkit-font-smoothing:antialiased}a:link,a:visited{color:#111;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:3rem 1.5rem;width:100%}.container img{max-width:100%}@media screen and (min-width: 768px){.container{padding:5rem 1.5rem;max-width:1280px}}.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}}.m-bt1{margin:0 0 1rem !important}.m-y1{margin:1rem auto !important}.m-y3{margin:3rem auto !important}.bg-gold{background:linear-gradient(45deg, rgba(222, 179, 96, 0.2), rgba(222, 179, 96, 0.3))}.bg-beige{background:linear-gradient(180deg, rgba(190, 169, 130, 0.3), rgba(190, 169, 130, 0.6))}.g-nav{background:rgba(222,179,96,.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;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:rgba(222,179,96,.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:1280px;margin:auto;padding:0 2rem;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:1.2rem 0}@media screen and (min-width: 768px){.head_nav_list a{color:#111}}.head_nav_tel{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:#deb360;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:rgba(222,179,96,.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{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(222,179,96,.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{letter-spacing:2rem;margin:0 auto 2rem;text-align:center}@media screen and (min-width: 768px){.tit-h2{margin:0 auto 2rem}}.tit-h2-after{display:flex;justify-content:center;position:relative;padding:0 0 2rem;text-align:center}.tit-h2-after::after{position:absolute;content:"";display:block;border-bottom:solid 1px rgba(17,17,17,.5);bottom:-1px;width:30%}.tit-h3{font-weight:bold;letter-spacing:.5rem;position:relative;padding:0 0 1rem}@media screen and (min-width: 768px){.tit-h3{text-align:right}}.tit-h3::after{position:absolute;content:"";display:block;border-bottom:solid 1px rgba(222,179,96,.5);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(0,159,232,.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:#009fe8 !important}.txt-black{color:#111 !important}.txt-gold{color:#deb360 !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:calc(70vh + 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{font-weight:normal}}@media screen and (min-width: 768px){.table-box th{border-right:1px solid rgba(190,169,130,.5);display:table-cell;padding:1rem 3rem;text-align-last:justify;vertical-align:middle;width:30%}}.table-box td{display:block;border-collapse:collapse;border-bottom:1px solid rgba(222,179,96,.5);padding:0 1rem 1rem}@media screen and (min-width: 768px){.table-box td{border-bottom:none;display:table-cell;padding:1rem 2rem}}.txt-center{text-align:center}.txt-left{text-align:left}.txt-right{text-align:right}.header{display:grid;grid-template-columns:2fr .2fr;gap:1rem;align-items:end;margin:1rem auto;padding:1rem 1rem 0;max-width:1280px}@media screen and (min-width: 768px){.header{grid-template-columns:1fr 1fr;margin:3rem auto}}.header-logo a{color:#111;display:flex;flex-direction:row;align-items:center;line-height:1}.header-logo-img{margin:0 1rem 0 0;max-width:80%;width:7vh}.header-txt{border-left:1px solid rgba(222,179,96,.7);color:rgba(17,17,17,.7);font-weight:bold;padding:0 0 0 1rem}.header-box{display:none;font-weight:bold;padding:0 1rem}@media screen and (min-width: 768px){.header-box{display:flex;flex-direction:row-reverse;gap:3rem;align-items:center;justify-items:end}}.header-list{text-align:center}@media screen and (min-width: 768px){.header-list{font-size:1.4rem;font-weight:bold;line-height:1.6;text-align:left}}.header-list a{color:rgba(17,17,17,.8)}@media screen and (min-width: 768px){.header-list a{font-weight:bold}}.mainvisual{background:url(/images/ship.jpg) no-repeat;background-size:cover;background-position:60% 70%;height:100vw;max-width:1480px;margin:auto;position:relative}@media screen and (min-width: 768px){.mainvisual{background-position:0 30%;height:70vh;max-height:40vw}}.mainvisual-copy{color:#fff;position:absolute;bottom:0%;left:0%;transform:translate(2%, -30%);max-width:100%;text-shadow:0 0 1rem #fff}@media screen and (min-width: 768px){.mainvisual-copy{transform:translate(30%, -70%);line-height:2;letter-spacing:.8rem}}.idea{display:grid;justify-content:center;padding:4rem 1rem}.idea-txt{letter-spacing:1rem;margin:1rem auto 0}.idea-ol{margin:auto;text-align:center;letter-spacing:.5rem}.idea-list{margin:0 0 1.5rem;line-height:1.65}.idea-list::first-letter{font-size:calc(2.2rem + .4vw)}.business-content{margin:0 auto 4rem;max-width:1000px}@media screen and (min-width: 768px){.business-content{margin:0 auto 6rem;display:flex}}.business-content:nth-child(even){flex-direction:row-reverse}@media screen and (min-width: 768px){.business-box{width:70%}}.business-txt{padding:.8rem 0}@media screen and (min-width: 768px){.business-txt{padding:1rem 4rem 0}}@media screen and (min-width: 768px){.business-img{width:30%}}.greet-box{max-width:92vh}.greet-txt{line-height:3;letter-spacing:.4rem;text-indent:2rem}.footer{margin:0 auto 3rem}.footer-logo{display:flex;justify-content:center;margin:3rem auto 1rem;text-align:center}.footer-logo-img{max-width:15vh}.footer-copy{line-height:2}/*# sourceMappingURL=style.min.css.map */