﻿html{font-size:62.5%;scroll-behavior:smooth}body{font:1.6rem/2.4 "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",sans-serif;color:rgba(17,17,17,.95);font-feature-settings:"palt";letter-spacing:.2rem;width:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased}body.lang-cn{font:1.6rem/2.4 "Microsoft YaHei",sans-serif}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%}.img-cover{width:100%;height:100%;object-fit:cover;min-width:40vh;min-height:40vh}.list-unstyled{list-style:none}.list-circle{list-style:circle;padding:0 0 0 2rem}.list-disc{list-style:disc;list-style-position:inside;padding:0 0 0 1rem}.layout{margin:auto;padding:5rem 1.5rem;width:100%}@media screen and (min-width: 768px){.layout{padding:8rem 1.5rem;max-width:1280px}}.animated{animation-duration:1s;animation-fill-mode:forwards}.showDelay>*,.rotaOn>*{opacity:0;transform:translate(0, 60px)}.showDelay,.fadeUp,.slideInLeft,.slideInRight,.flipDown,.feedDown,.zoomIn{opacity:1;transform:none;transition:opacity .6s ease-out,transform .6s ease-out}.show{opacity:0;transform:translate(0, 60px)}.fadeUp{animation:fadeUpAnime 1.5s ease-out forwards;opacity:0}@keyframes fadeUpAnime{from{opacity:0;transform:translate(0, 60px)}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}}.rotateIn{opacity:0;animation:rotateInAnime 1.5s forwards}@keyframes rotateInAnime{0%{opacity:0;transform:perspective(2500px) rotateX(100deg)}100%{opacity:1;transform:perspective(2500px) rotateX(0)}}.zoomImg img{border-radius:1rem;transition:scale 1s;height:100%;width:100%}.zoomImg img:hover{scale:1.2}.block{display:block}.block-md{display:block}@media screen and (min-width: 768px){.block-md{display:contents}}.flex{display:flex;flex-direction:column;place-items:center}.grid{display:grid;place-items:center}.grid-1{gap:1rem;grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-1{gap:2rem;grid-template-columns:repeat(1, 1fr)}}.grid-2{gap:1rem;grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-2{gap:2rem;grid-template-columns:repeat(2, 1fr)}}.grid-2-5{gap:1rem;grid-template-columns:1fr}@media screen and (min-width: 768px){.grid-2-5{gap:2rem;grid-template-columns:1.5fr 1fr}}.grid-3{gap:1rem;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-3-1{gap:1rem}@media screen and (min-width: 576px){.grid-3-1{gap:2rem;grid-template-columns:1fr}}@media screen and (min-width: 768px){.grid-3-1{gap:2rem;grid-template-columns:repeat(3, 1fr)}}.grid-3-3{gap:1rem;grid-template-columns:repeat(3, 1fr)}.grid-4{gap:1rem;grid-template-columns:repeat(2, 1fr)}@media screen and (min-width: 768px){.grid-4{gap:2rem;grid-template-columns:repeat(4, 1fr)}}.grid-5{gap:1rem;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-4{gap:4rem}.gap-5{gap:5rem}.gap-6{gap:6rem}.w100{width:100% !important;max-width:100% !important}.w800{max-width:800px}.w960{max-width:960px}.w1080{max-width:1080px}.w1280{max-width:1280px}@media screen and (min-width: 768px){.vertical-type{text-orientation:upright;writing-mode:vertical-rl}}.just-center{justify-items:center}.just-stretch{justify-content:stretch !important}.just-self{justify-self:center}.align-center{align-items:center}.align-stretch{align-items:stretch !important}.align-start{align-items:start}@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 !important}}.none-pc-lg{display:flex}@media screen and (min-width: 992px){.none-pc-lg{display:none !important}}.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}.snap{display:flex;gap:2rem;padding:1rem;overflow:auto;scroll-snap-type:x mandatory;max-width:1280px}.snap-card{flex:none;display:grid;border-radius:1rem;box-shadow:0 0 1rem rgba(17,17,17,.15);place-items:center;max-width:210px;min-height:160px;width:40%}.snap-card a{display:grid;place-items:center;width:100%;height:100%}@media screen and (min-width: 768px){.snap-card{scroll-snap-align:none;scroll-snap-align:center}}.bg-main{background:#4f88b1}.bg-main-alpha{background:rgba(79,136,177,.5)}.bg-second{background:#f6faf9}.bg-second-alpha{background:rgba(246,250,249,.5)}.bg-beige{background:#d7c28e}.bg-beige-alpha{background:rgba(215,194,142,.5)}.bg-blue{background:#198dc3}.bg-blue-alpha{background:rgba(25,141,195,.5)}.bg-black{background:#111}.bg-black-alpha{background:rgba(17,17,17,.5)}.bg-gray{background:rgba(17,17,17,.5)}.bg-gray-alpha{background:rgba(17,17,17,.05)}.bg-green{background:#045c47}.bg-green-alpha{background:rgba(4,92,71,.5)}.bg-red{background:#e95352}.bg-red-alpha{background:rgba(233,83,82,.5)}.bg-yellow{background:#f5ce33}.bg-yellow-alpha{background:rgba(245,206,51,.5)}.bg-white{background:#fff}.bg-white-alpha{background:hsla(0,0%,100%,.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-wrap{margin:auto;padding:4rem 1.5rem;width:100%}@media screen and (min-width: 768px){.bg-wrap{max-width:1280px}}.bg-txt-green{background:#045c47}.bg-txt-blue{background:#198dc3}.bg-txt-beige{background:#d7c28e}.bg-txt-yellow{background:#f5ce33}.brad-1{border-radius:1rem}.brad-50{border-radius:50rem}.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}.mt1{margin:1rem auto 0 !important}.mt2{margin:2rem auto 0 !important}.mt3{margin:3rem auto 0 !important}.mt4{margin:4rem auto 0 !important}.mt5{margin:5rem auto 0 !important}.mt6{margin:6rem auto 0 !important}.mt7{margin:7rem auto 0 !important}.mt8{margin:8rem auto 0 !important}.mt9{margin:9rem auto 0 !important}.mt10{margin:10rem auto 0 !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}.my6{margin:6rem auto !important}.my7{margin:7rem auto !important}.my8{margin:8rem auto !important}.my9{margin:9rem auto !important}.my10{margin:10rem auto !important}.mnb1{margin:0 auto -1rem !important}.mnb2{margin:0 auto -2rem !important}.mnb3{margin:0 auto -3rem !important}.mnb4{margin:0 auto -4rem !important}.mnb5{margin:0 auto -5rem !important}.p1{padding:1rem !important}.p2{padding:2rem !important}.p3{padding:3rem !important}.p4{padding:4rem !important}.p5{padding:5rem !important}.p6{padding:6rem !important}.p7{padding:7rem !important}.p8{padding:8rem !important}.pb1{padding:0 0 1rem !important}.pb2{padding:0 0 2rem !important}.pb3{padding:0 0 3rem !important}.pb4{padding:0 0 4rem !important}.pb5{padding:0 0 5rem !important}.pb6{padding:0 0 6rem !important}.pb7{padding:0 0 7rem !important}.pb8{padding:0 0 8rem !important}.pb9{padding:0 0 9rem !important}.pb10{padding:0 0 10rem !important}.py1{padding:1rem 0 !important}.py2{padding:2rem 0 !important}.py3{padding:3rem 0 !important}.py4{padding:4rem 0 !important}.py5{padding:5rem 0 !important}.py6{padding:6rem 0 !important}.py7{padding:7rem 0 !important}.py8{padding:8rem 0 !important}.py9{padding:9rem 0 !important}.px1{padding:0 1rem !important}.px2{padding:0 2rem !important}.px3{padding:0 3rem !important}.px4{padding:0 4rem !important}.px5{padding:0 5rem !important}.px6{padding:0 6rem !important}.px7{padding:0 7rem !important}.px8{padding:0 8rem !important}.px9{padding:0 9rem !important}.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%}}.btn a{background:#4f88b1;border-radius:50rem;color:#fff;display:block;padding:.5rem 2rem}.table-box{border-collapse:collapse;border-bottom:none;margin:0 auto;max-width:800px;width:100%}.table-box th{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{display:table-cell;font-weight:normal;padding:1rem 2rem;text-align-last:justify;vertical-align:middle;vertical-align:top;width:25%}}.table-box td{display:block;border-bottom:1px solid hsla(0,0%,100%,.5);border-collapse:collapse;padding:0 1rem 1rem}@media screen and (min-width: 768px){.table-box td{border-bottom:none;display:table-cell;padding:1rem 2rem}}.contact{margin:auto}.cta{margin:auto;max-width:680px;padding:4rem 2rem;width:96%}.cta-btn{background:#f5ce33;border-radius:50rem;margin:auto;width:90%;max-width:400px}.cta-btn a{background:#4f88b1;border-radius:50rem;color:#fff;display:block;padding:.5rem 2rem}.cta-btn::before{content:"";border:.2rem solid rgba(89,64,56,.9);border-radius:50rem}.formUs-area{margin:1rem auto}@media screen and (min-width: 992px){.formUs-area{width:85%}}.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(233,83,82,.7);font-size:1.2rem;margin:0 0 0 .3rem}.contactTable th{background:rgba(79,136,177,.2);border-radius:.4rem;padding:0 1rem}@media screen and (min-width: 768px){.contactTable th{border-bottom:1px solid hsla(0,0%,100%,.5);text-align-last:end;vertical-align:middle;width:27%}}.contactTable td{display:block;padding:0 .7rem 1.5rem}.contactTable td:nth-of-type(2n){margin:0 0 4rem}@media screen and (min-width: 768px){.contactTable td{padding:1rem 1.5rem}}form label{line-height:2}form input[type=text],form input[type=tel],form input[type=email]{border:1px solid rgba(17,17,17,.2);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 rgba(17,17,17,.2);font-size:1.6rem;padding:1rem;min-height:8em;width:96%}form select{border-radius:4px;border:1px solid rgba(17,17,17,.2);height:20rem;margin:1rem 0;padding:1rem .5rem;height:4.5rem;width:96%}@media screen and (min-width: 768px){form select{margin:auto}}form .btnBox{font-size:2rem;margin:auto;width:20rem}form .btnBox input{background:#fd8136;border-radius:50rem;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:#b49964;border:none;border-radius:1rem;box-shadow:0 3px 0 #b49964;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:rgba(233,83,82,.8);font-size:1em;font-weight:400;display:block}form .wpcf7-list-item{margin:.5rem 0 0 1em}.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}.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-mana{font-family:Manrope,Zen Kaku Gothic New,-apple-system,BlinkMacSystemFont,Helvetica Neue,Hiragino Sans,"ヒラギノ角ゴProN W3",Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Verdana,Meiryo,"M+ 1p",sans-serif}.font-simple{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue","Arial","Noto Sans JP","游ゴシック","Yu Gothic","メイリオ",sans-serif}.font-helve{font-family:"Helvetica Neue",Helvetica,Arial,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ ProN W6","Hiragino Kaku Gothic ProN W6","メイリオ",Meiryo,sans-serif}.font-inspir{font-family:InspireTWDC,AvenirNext,Matterhorn,InspireTWDC,Helvetica,sans-serif}.font-cour{font-family:Consolas,"Courier New",Courier,"Source Han Code JP","Noto Sans Mono CJK JP","ＭＳ ゴシック","MS Gothic",monospace}.font-casual{font-family:"Comic Sans MS","Chalkboard SE","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","HG丸ｺﾞｼｯｸM-PRO","メイリオ",Meiryo,sans-serif}.font-mag{font-family:"Didot","Bodoni MT","Times New Roman",Georgia,serif,"ヒラギノ明朝 ProN W6","HiraMinProN-W6","游明朝体","Yu Mincho",YuMincho,"MS PMincho","MS 明朝"}.font-serif{font-family:Georgia,"Times New Roman",Times,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN","MS PMincho","MS 明朝",serif}.font-1{font-size:calc(4.4rem + .4vw);letter-spacing:.2rem;line-height:1.6}.font-2{font-size:calc(3.6rem + .4vw);line-height:1.8}.font-3{font-size:calc(3.2rem + .4vw);line-height:1.8}.font-4{font-size:calc(2.8rem + .4vw);line-height:1.8}.font-5{font-size:calc(2.4rem + .4vw);line-height:1.8}.font-6{font-size:calc(2rem + .4vw);line-height:1.8}.font-7{font-size:calc(1.8rem + .4vw);line-height:1.8}.font-8{font-size:calc(1.4rem + .4vw);line-height:1.8}.font-9{font-size:calc(1.2rem + .2vw);line-height:1.8}.font-min{font-size:1.2rem;letter-spacing:0}.font-bold{font-weight:bold}.font-bold-no{font-weight:normal}@media screen and (min-width: 768px){.txt-lead{text-align:center}}.txt-right{text-align:right}.txt-right-pc{text-align:left}@media screen and (min-width: 768px){.txt-right-pc{text-align:right !important}}.txt-left{text-align:left}.txt-center{text-align:center}.txt-center-pc{text-align:left}@media screen and (min-width: 768px){.txt-center-pc{text-align:center}}.txt-bold{font-weight:bold}.txt-bold-no{font-weight:normal}.txt-upp{text-transform:uppercase}.txt-line{display:initial;margin:0;background:linear-gradient(transparent 70%, rgba(79, 136, 177, 0.3) 70%)}.color-main{color:#4f88b1 !important}.color-second{color:#f6faf9 !important}.color-black{color:#111 !important}.color-beige{color:#d7c28e !important}.color-blue{color:#198dc3 !important}.color-brown{color:#594038 !important}.color-emerald{color:#00a6a4 !important}.color-gray{color:rgba(17,17,17,.6) !important}.color-green{color:#045c47 !important}.color-gold{color:#b49964 !important}.color-orange{color:#fd8136 !important}.color-pink{color:rgba(233,83,82,.4) !important}.color-red{color:#e95352 !important}.color-yellow{color:#f5ce33 !important}.color-white{color:#fff !important}.lets01{letter-spacing:.1rem}.lets02{letter-spacing:.2rem}.lets03{letter-spacing:.3rem}.lets04{letter-spacing:.4rem}.lets05{letter-spacing:.5rem}.lets06{letter-spacing:.6rem}.lets07{letter-spacing:.7rem}.lets08{letter-spacing:.8rem}.lets09{letter-spacing:.9rem}.lets10{letter-spacing:1rem}.line10{line-height:1}.line12{line-height:1.2}.line14{line-height:1.4}.line16{line-height:1.6}.line18{line-height:1.8}.line20{line-height:2}.line22{line-height:2.2}.line24{line-height:2.4}.line26{line-height:2.6}.line28{line-height:2.8}.line30{line-height:3}.line32{line-height:3.2}.my-element{background:url("/images/") no-repeat center}.title-bg-h1{position:absolute;top:50%;left:50%;letter-spacing:1rem;transform:translate(-50%, -50%);text-align:center;width:100%;z-index:999}.title-bg-company{background:url("/images/company/main.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0;height:30vh;width:100%;position:relative}.title-bg-contact{background:url("/images/contact/main.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0;height:30vh;width:100%;position:relative}.title-bg-consult{background:url("/images/consult/main.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0;height:30vh;width:100%;position:relative}.title-bg-essence{background:url("/images/essence/main.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0;height:30vh;width:100%;position:relative}.title-bg-logistic{background:url("/images/logistic/main.jpg") no-repeat center;background-size:cover;background-attachment:fixed;margin:0;height:30vh;width:100%;position:relative}.tit-a{letter-spacing:.6rem;margin:0 auto 4rem;text-align:center}.tit-a span{color:rgba(17,17,17,.7);font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;font-size:1.4rem;font-style:italic;display:block;line-height:1.4;letter-spacing:.1rem;text-transform:capitalize}.tit-b{letter-spacing:.5rem;text-align:center;position:relative}.tit-b span{display:block;letter-spacing:0;text-transform:uppercase;position:absolute;top:40%;left:50%;transform:translate(-50%, -40%);opacity:.05;z-index:30}@media screen and (min-width: 768px){.tit-b span{letter-spacing:.2rem;font-size:11rem}}.tit-c{font-size:calc(1rem + .4vw);display:grid;letter-spacing:.2rem;line-height:1.6;position:relative;padding:0 0 0 5rem;max-width:1280px}.tit-c::before{background:rgba(79,136,177,.7);content:"";position:absolute;height:1px;top:50%;width:5rem}.tit-c span{font-size:calc(3.2rem + .4vw);display:block;padding:0 0 0 1rem}.tit-d{display:flex;font-weight:500;flex-direction:column-reverse;letter-spacing:.1rem}.tit-d span{color:rgba(17,17,17,.7);font-size:1.4rem;font-weight:300;text-transform:capitalize}.tit-e{display:flex;align-items:center;letter-spacing:.5rem}.tit-e::before,.tit-e::after{content:"";background:linear-gradient(45deg, rgba(79, 136, 177, 0.7), rgba(79, 136, 177, 0.7));margin:0 .7rem;height:1px;width:2.6rem;transform:rotate(-60deg)}.tit-e::before{left:0}.tit-e::after{right:0}.tit-f{border-bottom:.1rem solid rgba(79,136,177,.5);margin:0 auto 3rem;max-width:960px;padding:1rem 2.5rem 0;position:relative;width:100%}.tit-f::before{content:"";background:rgba(79,136,177,.5);display:block;position:absolute;bottom:-1rem;left:1rem;height:80%;width:.1rem}.tit-f::before,.tit-f::after{box-sizing:border-box}.tit-g{position:relative;letter-spacing:.5rem;text-align:center}.tit-g::after{position:absolute;content:"";display:block;border-bottom:solid .5rem rgba(79,136,177,.2);border-radius:.5rem;left:calc(50% - 3rem);bottom:-1.4rem;width:6rem}.tit-h{display:inline-block;letter-spacing:.5rem;padding:0 6rem;position:relative;text-align:center}@media screen and (min-width: 768px){.tit-h{letter-spacing:1rem;padding:0 7rem}}.tit-h::before,.tit-h::after{content:"";background:linear-gradient(45deg, rgba(79, 136, 177, 0.7), rgba(79, 136, 177, 0.7));display:inline-block;position:absolute;top:50%;height:2px;width:5rem}.tit-h::before{left:0}.tit-h::after{right:0}.tit-i{letter-spacing:.2rem;position:relative;padding:0 0 1rem}.tit-i::after{content:"";border-bottom:solid 1px rgba(79,136,177,.7);bottom:-1px;display:block;position:absolute;width:100%}@media screen and (min-width: 768px){.tit-i span{padding:0 4rem}}.tit-j{background:#4f88b1;padding:1rem 2rem;position:relative;top:0;line-height:1.6;width:90%}.tit-j::before{position:absolute;content:"";top:100%;left:0;border:none;border-bottom:solid 2rem rgba(0,0,0,0);border-right:solid 2rem rgba(79,136,177,.7)}.tit-k{border-left:solid 2rem rgba(79,136,177,.15);color:#4f88b1;letter-spacing:.2rem;padding:0 0 0 .2rem;position:relative}.tit-k::before{content:"";border-style:solid;border-color:rgba(0,0,0,0) #fff rgba(0,0,0,0) rgba(0,0,0,0);border-width:1.8rem 1.8rem 1.8rem 0;margin:auto;position:absolute;left:-1.8rem}.tit-l{align-items:center;display:flex;border-bottom:1px solid #4f88b1}.tit-l-text{background:#4f88b1;color:#fff;display:grid;justify-content:space-between;align-items:center;width:8rem;height:8rem;font-size:1.2rem;padding:.5rem 0;writing-mode:vertical-rl}.tit-l-text::before{counter-increment:number 1;content:counter(number);font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;font-size:6rem;line-height:1.7;writing-mode:initial}.tit-m{line-height:1.6;color:#4f88b1;font-size:calc(2rem + .4vw);font-weight:bold}.tit-m::before{counter-increment:number 1;content:"0" counter(number) ".";color:#4f88b1;font-size:5rem;font-style:italic;font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","游明朝体","Yu Mincho",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;font-weight:normal !important;display:block;letter-spacing:0}.tit-m span{position:relative;letter-spacing:.5rem;text-align:center}.tit-m span::after{position:absolute;content:"";border-bottom:solid 1px rgba(17,17,17,.1);bottom:-1.4rem;display:block;left:calc(50% - 3rem);width:6rem}@media screen and (min-width: 768px){.tit-m span{left:0%;width:30rem}}.tit-n{display:inline-block;position:relative}.tit-n::after{background:#4f88b1;content:"";position:absolute;display:block;width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none;z-index:-1;clip-path:polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)}.tit-o{margin:auto;padding:2rem 1rem;position:relative;max-width:1000px}.tit-o::before,.tit-o::after{content:"";width:5rem;height:5rem;position:absolute;display:inline-block}.tit-o::before{border-left:solid .2rem #4f88b1;border-top:solid .2rem #4f88b1;top:0;left:0}.tit-o::after{border-right:solid .2rem #4f88b1;border-bottom:solid .2rem #4f88b1;bottom:0;right:0}.tit-p{margin:auto;padding:2rem 1rem;position:relative;max-width:1000px}.tit-p::before,.tit-p::after{content:"";width:5rem;height:5rem;position:absolute;display:inline-block}.tit-p::before{border-left:solid .2rem #4f88b1;border-bottom:solid .2rem #4f88b1;bottom:0;left:0}.tit-p::after{border-right:solid .2rem #4f88b1;border-top:solid .2rem #4f88b1;top:0;right:0}.tit-q{display:flex;align-items:center;font-size:1.1rem;gap:.5rem;margin:0 0 2rem}.tit-q::before{content:"▶";color:#4f88b1;font-size:1rem;line-height:1}.tit-r{background:rgba(79,136,177,.1);border-left:.5rem solid rgba(79,136,177,.8);border-radius:1rem;padding:.5rem .5rem .5rem 1rem}.tit-s{letter-spacing:.2rem;position:relative;padding:0 0 1rem}.tit-s::after{content:"";border-bottom:solid 1px rgba(79,136,177,.7);bottom:-1px;display:block;position:absolute;width:100%}@media screen and (min-width: 768px){.tit-s span{padding:0 4rem}}.tit-h5{border-left:solid 1rem rgba(79,136,177,.3)}.mainvisual{position:relative}.slider-a{opacity:1;overflow:hidden;position:relative;width:100%;z-index:-10}.slider-a::after{bottom:0}.slider-a-box{position:relative;width:100%;overflow:hidden;height:85vh}.slider-a_img:nth-child(2) img{animation-delay:8s}.slider-a_img:nth-child(3) img{animation-delay:16s}.slider-a_img:nth-child(4) img{animation-delay:24s}.slider-a_img img{animation:slideshow 32s linear infinite;min-height:100%;min-width:100%;height:auto;position:absolute;opacity:0;object-fit:cover;top:0;left:0;transform:translate(0, 0)}@keyframes slideshow{0%{opacity:0}5%{opacity:1}25%{opacity:1}30%{opacity:0}100%{opacity:0;transform:scale(1.2)}}.slider-a button{display:none !important}.slider-a-face{align-content:center;color:#fff;display:grid;grid-template-areas:"h1" "p";mix-blend-mode:luminosity;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%, -60%);text-shadow:1px 1px 1rem #111,-1px -1px 1rem #111,-1px 1px 1rem #111,1px -1px 1rem #111,0 1px 1rem #111,0 -1px 1rem #111,-1px 0 1rem #111,1px 0 1rem #111;opacity:1;padding:1.5rem;width:100%;z-index:-1}@media screen and (min-width: 768px){.slider-a-face{max-width:70%;transform:translate(-70%, -100%)}}.slider-a-face-h1{grid-area:h1}.slider-a-face-p{grid-area:p}.footer{background:#fff;padding:6rem 2rem;text-align:center}.footer-area{display:grid;align-items:center;justify-content:center}.footer-logo-img{max-width:150px}.foot-nav{margin:2rem 0}.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}}.header-a{background:#4f88b1;padding:2rem 0}@media screen and (min-width: 768px){.header-a{padding:4rem 0}}.header-a-area{display:grid;grid-template-columns:2fr .2fr;align-items:end;margin:auto;padding:1rem;width:100%}@media screen and (min-width: 768px){.header-a-area{display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1280px}}.header-a-logo{display:flex;font-size:2.4rem;align-items:center;padding:.2rem}.header-a-logo-img{margin:0 1rem 0 0;max-width:100px}@media screen and (min-width: 768px){.header-a-logo-img{margin:0 2rem 0 0}}.header-a-logo-link{color:#fff !important;font-size:calc(3rem + .4vw);font-weight:bold;letter-spacing:.2rem;line-height:1.2}.header-b{align-items:center;display:grid;grid-template-columns:1fr auto;gap:1rem;margin:auto;padding:2rem 1rem;max-width:1080px}@media screen and (min-width: 768px){.header-b{padding:3rem 1rem}}.header-b-logo-img{margin:0 1rem 0 0;max-width:140px}.header-b-logo-link{display:flex}.header-b-right{display:flex;align-items:center;gap:1rem}.header-b-ul{display:none;font-weight:bold;padding:0 1rem}@media screen and (min-width: 768px){.header-b-ul{display:grid;flex-direction:row-reverse;gap:0;align-items:center;justify-items:end}}.header-b-list{text-align:center}@media screen and (min-width: 768px){.header-b-list{font-size:1.8rem;line-height:1.6;text-align:left}}.header-b-list a{color:#111}.header-c{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:auto;padding:2rem 1.5rem;max-width:1280px;width:100%}@media screen and (min-width: 992px){.header-c{box-sizing:border-box;padding:2.5rem 1.5rem}}.header-c-logo{max-width:100px}.header-c-area{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.header-c-area-box{align-items:center;display:flex;gap:1rem}.header-c-area-tel{display:none;font-size:1.8rem;font-weight:bold;padding:0 1rem}@media screen and (min-width: 992px){.header-c-area-tel{display:flex}}.header-c-area-contact{display:none}@media screen and (min-width: 992px){.header-c-area-contact{display:block}}.header-c-area-contact a{display:block;background:#f5ce33;border-radius:50rem;font-weight:bold;padding:.8rem 2.5rem;position:relative;text-align:center}.header-c-area-contact a::before{content:"";border:.2rem solid rgba(89,64,56,.9);border-radius:50rem;top:-0.5rem;left:-0.6rem;position:absolute;width:100%;height:100%}.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%);max-width:1440px;width:100%;z-index:999}@media screen and (min-width: 768px){.main-nav-ul{display:flex;align-items:center;justify-content:space-evenly;position:relative;max-width:1280px;margin:-0.1rem auto 0;padding:1rem 0;top:0;left:0;transform:none}}.main-nav-list{display:contents;text-align:center;opacity:0}.main-nav-list.hide{opacity:1;z-index:999}.main-nav-list a{color:#fff;display:block;padding:.5rem 0}.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%);text-align:center;width:100%}@media screen and (min-width: 768px){.main-nav-tel{display:none}}.g-nav{background:rgba(79,136,177,.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:#4f88b1;height:auto;position:unset;opacity:1;z-index:1}}.g-nav.hide{opacity:1;z-index:999}.g-nav.open{opacity:1;z-index:999}.g-nav.open .main-nav-ul{display:flex;flex-direction:column;flex-wrap:wrap}.nav-toggle{background:linear-gradient(90deg, rgba(79, 136, 177, 0.9), rgba(79, 136, 177, 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}.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)}.my-element{background:url("/images/") no-repeat center}.balance-a{display:grid;grid-template-columns:1fr;grid-template-areas:"box" "figure";place-items:center}.balance-a:first-of-type{counter-reset:number}@media screen and (min-width: 768px){.balance-a{grid-template-columns:1fr 1fr;grid-template-areas:"box figure"}.balance-a:nth-of-type(even){grid-template-areas:"figure box"}}.balance-a-box{grid-area:box}.balance-a-figure{grid-area:figure}.balance-a-number{line-height:1.6;color:#111;font-size:calc(2rem + .4vw);font-weight:bold}.balance-a-number::before{counter-increment:number 1;content:"0" counter(number) ".";color:#4f88b1;font-size:3rem;font-style:italic;font-family:"ヒラギノ明朝 ProN W3",serif;font-weight:normal !important;letter-spacing:0}.balance-a-img{max-width:100%;width:400px}.balance-d-area{display:grid;grid-template-columns:1fr;grid-template-areas:"figure" "box";gap:2rem;margin:0 0 4rem;max-width:2080px;padding:1rem;width:100%}@media screen and (min-width: 768px){.balance-d-area{grid-template-columns:2fr 1fr;grid-template-areas:"figure box";gap:4rem;padding:0}.balance-d-area:nth-of-type(even){grid-template-columns:1fr 2fr;grid-template-areas:"box figure"}}.balance-d-area:first-of-type{counter-reset:number}.balance-d-box{grid-area:box}.balance-d-number{line-height:1.6;color:#111;font-size:calc(2rem + .4vw);font-weight:bold}.balance-d-number::before{counter-increment:number 1;content:"0" counter(number) ".";color:#4f88b1;font-size:3rem;font-style:italic;font-family:"ヒラギノ明朝 ProN W3",serif;font-weight:normal !important;display:block;letter-spacing:0}.balance-d-one{background:url("https://wonder.octoli-marche.com/disney/51.jpg") no-repeat;background-position:center 0;background-size:cover;background-attachment:fixed;border-radius:1rem;margin:0 0 4rem;height:50vh;width:100%}@media screen and (min-width: 768px){.balance-d-one{background-position:center;background-size:cover;border-radius:0 1rem 1rem 0}}.balance-d-two{background:url("https://wonder.octoli-marche.com/disney/52.jpg") no-repeat;background-position:center 0;background-size:cover;background-attachment:fixed;border-radius:1rem;margin:0 0 4rem;height:50vh;width:100%}@media screen and (min-width: 768px){.balance-d-two{background-position:center;background-size:cover;border-radius:0 1rem 1rem 0}}.balance-d-three{background:url("https://wonder.octoli-marche.com/disney/53.jpg") no-repeat;background-position:center 0;background-size:cover;background-attachment:fixed;border-radius:1rem;margin:0 0 4rem;height:50vh;width:100%}@media screen and (min-width: 768px){.balance-d-three{background-position:center;background-size:cover;border-radius:0 1rem 1rem 0}}.balance-d-four{background:url("https://wonder.octoli-marche.com/disney/54.jpg") no-repeat;background-position:center 0;background-size:cover;background-attachment:fixed;border-radius:1rem;margin:0 0 4rem;height:50vh;width:100%}@media screen and (min-width: 768px){.balance-d-four{background-position:center;background-size:cover;border-radius:0 1rem 1rem 0}}@media screen and (min-width: 768px){.balance-d-two,.balance-d-four{border-radius:1rem 0 0 1rem}}.company-li{list-style-type:decimal;list-style-position:inside;text-indent:-1.3em;padding:0 0 2rem 1.2em}.contact{max-width:720px}.contact-dl{margin:3rem auto}.contact-dd{background:#fff;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}}/*# sourceMappingURL=style.min.css.map */