:root{--theme-color:#0c3c4a;--highlight-color:#c1b80e;--cta-bg-color:#e9de1d;--cta-border-color:#999f00}body{background-color:#fbfdf2;font-family:Merriweather,serif;font-size:1.6rem;font-weight:400;margin:0}html{font-size:62.5%;scroll-behavior:smooth}p{font-size:1.6rem}h2{font-size:3rem}img{height:100%;object-fit:cover;vertical-align:top;width:100%}a,button{display:inline-block;text-decoration:none;transition-duration:.3s}a:hover,button:hover{opacity:.7}._flex{align-items:center;display:flex}.page-width{margin:auto;width:90%}.__cta{background-color:#e9de1d;background-color:var(--cta-bg-color);border-bottom:5px solid #999f00;border-bottom:5px solid var(--cta-border-color);border-radius:3rem;color:#0c3c4a;color:var(--theme-color);display:block;font-size:1.8rem;font-weight:700;padding:.5rem 1rem;text-align:center}.highlight{color:#c1b80e;color:var(--highlight-color)}.fadeIn{animation:fadeIn 1s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.small-hide{display:none}}.App{font-size:1.6rem;padding-top:7.8rem;width:100%}@media screen and (max-width:749px){.App{padding-top:5rem}}header{display:flex;justify-content:space-between}.original__header{background-color:var(--theme-color);border-bottom:1px solid #fff;position:fixed;top:0;width:100%;z-index:100}.header__menulists{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.header__menulists .__logo{max-width:18rem}.header__menulists .__menu{width:60%}.header__menulists .__cta{width:15rem}.header__menulists h1{margin:0}.header__menulists .menulist-wrap{align-items:center;color:#fff;display:flex;font-size:1.6rem;gap:3rem;justify-content:end;list-style:none;margin:0;padding:1rem}@media screen and (max-width:749px){.header__menulists .menulist-wrap{display:none}}.header__menulists .menulist__btn{text-align:center;width:100%}a{cursor:pointer}.mainvisual{overflow:hidden}.mainvisual ._contents{background:#000;color:#fff;display:flex;height:80vh;justify-content:space-between;padding:5rem;position:relative}@media screen and (max-width:749px){.mainvisual ._contents{flex-direction:column;height:auto;padding:3rem}}.mainvisual h1,.mainvisual p{color:#fff}.mainvisual ._textfield{width:50%;z-index:3}.mainvisual ._imagefield{position:relative;width:50%;z-index:1}@media screen and (max-width:749px){.mainvisual ._imagefield,.mainvisual ._textfield{height:100%;width:100%}.mainvisual ._imagefield{height:35vh;order:1}.mainvisual ._textfield{order:2}}.mainvisual ._imagefield .image_wrap,.mainvisual ._imagefield .image_wrap img{border-radius:50%}.mainvisual ._imagefield .image_wrap{animation:slideInRight 5s forwards;border:5px solid #e3ff00;position:absolute}.mainvisual ._imagefield .image_wrap._mv1{animation-delay:0s;height:45rem;left:0;top:0;width:45rem}.mainvisual ._imagefield .image_wrap._mv2{animation-delay:1s;bottom:0;height:30rem;opacity:0;right:-5rem;width:30rem}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%) rotate(1turn)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@media screen and (max-width:749px){.mainvisual ._imagefield .image_wrap._mv1{left:3vw;top:-6rem}.mainvisual ._imagefield .image_wrap._mv2{bottom:-26rem;height:20rem;right:-8rem;width:20rem}}.mainvisual ._textfield ._inner{display:flex;flex-direction:column;height:100%;justify-content:center}.mainvisual ._textfield h2{color:#fff;font-size:clamp(4rem,2.7569rem + 5.3039vw,7rem);font-weight:700;line-height:1;text-shadow:2px 3px 3px #014b2b99}.mainvisual ._textfield p{font-size:2rem;line-height:1.2;text-shadow:2px 3px 3px #014b2b99}.mainvisual ._textfield a{font-size:2.5rem;margin:3rem 0;max-width:30rem;padding:1rem 2rem}.cta-contents{background-color:var(--theme-color);padding:5rem}.cta-contents .cta_wrap{margin:auto;width:50%}@media screen and (max-width:749px){.cta-contents .cta_wrap{width:100%}}.cta-contents .cta_wrap a{font-size:3rem;padding:1.3rem 1rem}.poyoyon{animation:poyoyon 2.5s infinite}@keyframes poyoyon{0%,40%{transform:skew(0deg,0deg)}5%{transform:skew(.3deg,.3deg)}10%{transform:skew(-.6deg,-.6deg)}15%{transform:skew(.3deg,.3deg)}20%{transform:skew(-.6deg,-.6deg)}25%{transform:skew(.3deg,.3deg)}30%{transform:skew(-.6deg,-.6deg)}35%{transform:skew(.3deg,.3deg)}}.body02{background-color:var(--theme-color);padding-bottom:10rem;padding-top:10rem}.body02 ._contents{margin:auto;max-width:100rem;position:relative;width:80%}@media screen and (max-width:749px){.body02 ._contents{width:90%}}.body02 ._flex{gap:2rem;justify-content:center}@media screen and (max-width:749px){.body02 ._flex{flex-wrap:wrap}}.body02 ._txtfeild{width:50%}@media screen and (max-width:749px){.body02 ._txtfeild{width:100%}}.body02 ._txtfeild h2,.body02 ._txtfeild h3,.body02 ._txtfeild h4,.body02 ._txtfeild p{color:#fff;line-height:1.4;margin:0}.body02 ._txtfeild h2,.body02 ._txtfeild h4,.body02 ._txtfeild p{font-weight:700}.body02 ._txtfeild h4{font-size:2rem}.body02 ._txtfeild h2{font-size:8rem}.body02 ._txtfeild p{font-size:2rem}.body04{position:relative}.body04 ._contents{padding-bottom:5rem;padding-top:5rem}.body04 ._content-flex{align-items:center;display:flex;gap:5%;justify-content:center;margin:auto;width:80%}@media screen and (max-width:749px){.body04 ._content-flex{flex-direction:column}}.body04 ._content-flex h2{font-size:5rem;font-weight:700}.body04 ._content-flex p{line-height:1.3}.body04 ._txtfeild-inner{width:50%}@media screen and (max-width:749px){.body04 ._txtfeild-inner{width:100%}}.body04 ._skill-wrap{align-items:center;display:flex;margin:-6rem 0 0 auto;width:70%}@media screen and (max-width:749px){.body04 ._skill-wrap{width:100%}}.body04 ._skill-wrap ul{display:flex;flex-wrap:wrap;gap:2rem;list-style:none}.body04 ._skills{margin-top:10rem;padding:1rem}.body04 .img_wrap{border:5px solid var(--cta-bg-color);border-radius:50%;height:30vw;padding:.2rem;width:30vw}@media screen and (max-width:749px){.body04 .img_wrap{height:auto;order:2;width:100%}}.body04 img{border-radius:50%}.body04 .chart_heading{font-size:4rem;text-transform:uppercase}@media screen and (max-width:749px){.body04 .chart_heading{letter-spacing:-10px;line-height:1;text-orientation:upright;writing-mode:vertical-rl}}.body04 .chart{align-items:center;background-color:#fff;border-radius:50%;box-sizing:border-box;display:flex;flex-direction:column;height:15rem;justify-content:center;line-height:1.3;margin:0 10px;position:relative;vertical-align:top;width:15rem}.body04 .chart span{display:block;font-size:4rem;font-weight:700}.body04 .chart canvas{left:0;position:absolute;top:0}.body04 .socialmedia{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;list-style:none;padding:0}.body04 .socialmedia li{width:3rem}.body04 .socialmedia li a{color:currentColor;display:inline-block;height:100%;text-decoration:none;width:100%}.body04 .socialmedia li svg{height:100%;width:100%}.body05{background-color:#0c3c4a;padding-bottom:5rem;padding-top:5rem}.body05 ._contents{background-color:#fff;border-top:5px solid var(--cta-bg-color);margin:auto;padding:3rem;width:70%}.body05 h2,.body05 h4{font-weight:700;text-align:center}.body05 ._flex{align-items:center;display:flex}@media screen and (max-width:749px){.body05 ._flex{flex-wrap:wrap}}.body05 ._description{line-height:2;padding-right:2rem;width:70%}@media screen and (max-width:749px){.body05 ._description{width:100%}}.body05 ._image-wrap{width:30%}@media screen and (max-width:749px){.body05 ._image-wrap{width:100%}}.body05 h4 span{font-size:2rem}.location{background-color:#0c3c4a}.location ._contents{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:auto;width:80%}@media screen and (max-width:749px){.location ._contents{flex-wrap:wrap;width:90%}}.location ._txtfeild{display:flex;flex-direction:column;gap:1rem;width:50%}@media screen and (max-width:749px){.location ._txtfeild{width:100%}}.location ._txtfeild h2,.location ._txtfeild h3,.location ._txtfeild h4,.location ._txtfeild p{color:#fff;line-height:1.4;margin:0}.location ._txtfeild h2,.location ._txtfeild h3,.location ._txtfeild h4{font-weight:700}.location ._txtfeild h4{font-size:2rem}.location ._txtfeild h2{font-size:6rem;line-height:1}.location ._txtfeild h3{font-size:4rem}.location ._txtfeild p{font-size:2rem}.location ._txtfeild p span{margin-right:1rem}.location ._mapfeild{width:50%}@media screen and (max-width:749px){.location ._mapfeild{width:100%}}.location .iframe-aspect{aspect-ratio:16/9;max-width:600px}.location .iframe-aspect iframe{height:100%;width:100%}.steps{background-color:var(--theme-color);padding-bottom:36px;padding-top:10rem}.steps h2,.steps h4{color:#fff;font-weight:700;line-height:1.4;margin:0;text-align:center}.steps h4{font-size:2rem}.steps h2{font-size:6rem;line-height:1}.gallery h2{font-size:5rem;font-weight:700;text-align:center}.gallery .gallery_grid{grid-gap:0;display:grid;gap:0;grid-template-areas:"label0 label1 label1 label2" "label0 label1 label1 label3" "label4 label5 label6 label6";grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;height:100%}.body03{background-color:#fbfdf2;overflow-x:hidden;padding:5rem 0}.body03 ._inner{margin-left:auto;margin-right:auto;max-width:1000px;width:calc(100% - 40px)}.body03 h2,.body03 h5,.body03 p{line-height:1.4;margin:0}.body03 ul{list-style:none;margin:0;padding:0}.body03 ._grid{align-items:center;display:flex;justify-content:flex-end}@media screen and (max-width:749px){.body03 ._grid{flex-wrap:wrap}}.body03 .img-feild{flex:0 0 auto;height:40rem;margin-right:-108px;position:relative;width:90rem}@media screen and (max-width:749px){.body03 .img-feild{height:30rem;margin-right:-8px;width:50rem}}.body03 ._list{margin-bottom:3rem;opacity:0;transition:opacity .3s ease-out}.body03 .img_inner{background-color:initial;height:100%;left:50%;pointer-events:none;position:absolute;top:0;transform:translateX(-50%) skewX(-18deg);width:87%}@media screen and (max-width:749px){.body03 .img_inner{transform:translateX(-50%) skewX(-10deg)}}.body03 ._txtfeild{background-color:#fff;border-top:5px solid var(--theme-color);box-shadow:10px 10px 33px -9px #000000bf;-webkit-box-shadow:10px 10px 33px -9px #000000bf;-moz-box-shadow:10px 10px 33px -9px #000000bf;flex:0 0 auto;opacity:1;padding-bottom:9rem;padding-top:5rem;transform:translateX(0) skewX(-18deg);transition:transform 1s,opacity 1s;width:60rem;z-index:1}@media screen and (max-width:749px){.body03 ._txtfeild{margin-top:-5rem;transform:translateX(0) skewX(0);width:100%}}.body03 ._txtfeild-inner{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:auto;transform:skewX(18deg);width:80%}@media screen and (max-width:749px){.body03 ._txtfeild-inner{transform:skewX(0)}}.body03 h2,.body03 h5{font-weight:700}.body03 h5{font-size:2rem}.body03 h2{font-size:4.5rem;line-height:1}.body03 .copy_wrap{align-items:center;background-color:#fff;border:1px solid var(--theme-color);bottom:30px;color:var(--theme-color);display:flex;height:37px;justify-content:center;min-width:375px;position:absolute;right:-26px;transform:translate(0) skew(-5deg)}@media screen and (max-width:749px){.body03 .copy_wrap{transform:skew(0)}}.body03 .copy_wrap p{font-size:2rem;font-weight:700;transform:skewX(18deg)}@media screen and (max-width:749px){.body03 .copy_wrap p{transform:skewX(0)}}.body03 .img_wrap{background-color:#000;height:40rem;overflow:hidden}@media screen and (max-width:749px){.body03 .img_wrap{height:30rem}}.body03 .img_wrap img{left:0;position:absolute;top:0;transition:transform 1s ease;width:100%}.background-image{height:auto;padding-bottom:5rem;padding-top:5rem;width:100%}.contact_contents{margin:auto;text-align:center;width:80%}@media screen and (max-width:749px){.contact_contents{width:90%}}.contact_contents h2{font-size:5rem}.btnfeild{align-items:center;display:flex;gap:3rem;justify-content:center}@media screen and (max-width:749px){.btnfeild{flex-direction:column;gap:1rem}}.svg-wrap{line-height:0}.btn_inner,.svg-wrap{align-items:center;display:flex}.btn_inner{gap:1rem;justify-content:center}.btnfeild a{border:3px solid #fff;border-radius:1rem;color:#fff;display:block;font-size:3rem;padding:2rem 3rem;text-shadow:1px 1px 3px #00000080}@media screen and (max-width:749px){.btnfeild a{font-size:2rem}}.send_email{background:#0f4a83}.send_whatsapp{background:#298252ee}.contact_contents .btn-wrap{width:100%}.whatcanido{padding:5rem}@media screen and (max-width:749px){.whatcanido{padding:1rem}}.whatcanido ._contents{align-items:center;display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:749px){.whatcanido ._contents{grid-template-columns:repeat(1,1fr)}}.whatcanido .grid-item{display:flex;flex-direction:column}.whatcanido h2{font-size:7rem;text-align:center}@media screen and (max-width:749px){.whatcanido h2{font-size:5rem}}.whatcanido ._details{border-left:1px solid #dedede;padding:0 4rem}@media screen and (max-width:749px){.whatcanido ._details{border-left:none;padding:2rem;text-align:center}}.whatcanido ._details h3{font-size:2.5rem;margin:0}.whatcanido ._details ul{list-style:none;margin-bottom:5rem;margin-top:.5rem;padding:0}.stories{overflow-x:hidden;padding:5rem 0}.stories ._contents{margin:auto;width:80%}@media screen and (max-width:749px){.stories ._contents{width:90%}}.stories ._contents ul{list-style:none;padding:0}.stories ._contents ._lists{margin-bottom:5rem}.stories ._contents ._inner{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:749px){.stories ._contents ._inner{grid-template-columns:repeat(1,1fr)}}.stories ._contents ._description,.stories ._contents ._info{padding:3.5rem}@media screen and (max-width:749px){.stories ._contents ._description,.stories ._contents ._info{padding:2rem}}.stories ._contents ._description{background-color:#e5db83;border-radius:1rem}.stories ._contents ._info{color:var(--theme-color)}@media screen and (max-width:749px){.stories ._contents ._description{order:2}.stories ._contents ._info{order:1}}.stories ._contents ._subtitle,.stories ._contents h2{text-align:center}.stories ._contents h2{font-size:5rem;margin-bottom:8rem;margin-top:0}@media screen and (max-width:749px){.stories ._contents h2{margin-bottom:3rem}}.stories ._contents h3{border-bottom:1px solid var(--theme-color);display:inline-block;font-size:2.3rem;padding-bottom:.5rem}.stories ._contents h4{font-size:2rem;margin-bottom:0}.stories ._contents p{margin-top:.5rem}.stories ._contents ._items li{align-items:center;border-bottom:1px dashed #dedede;display:flex;margin-bottom:1rem;margin-top:1rem;padding:1rem}.stories ._contents ._items li svg{height:3rem;margin-right:1rem;width:3rem}.stories ._contents ._items li span{font-size:2rem}.policy{margin:5rem auto;max-width:800px;width:80%}.original-footer{background-color:var(--theme-color);padding:2rem}.original-footer p{color:#fff;font-size:1rem;text-align:center}.policy_menus{align-items:center;display:flex;gap:2rem;justify-content:center;list-style:none}.policy_menus a{color:#fff;font-size:1.4rem}
/*# sourceMappingURL=main.1d9b91cf.css.map*/