.deco-bg{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;pointer-events:none}.deco-bg::after,.deco-bg::before{content:'';display:block;position:absolute;background-position:center;background-repeat:no-repeat;background-size:contain;pointer-events:none}.deco-bg::before{top:-60px;left:0;background-image:url(../images/service/bg-left.png);aspect-ratio:267/408;width:25vw;max-width:267px}@media print,screen and (min-width:40em){.deco-bg::before{width:calc(267 / 1920 * 100vw)}}.deco-bg::after{bottom:-3%;right:0;background-image:url(../images/service/bg-right.png);width:25vw;aspect-ratio:361/408;max-width:361px}@media print,screen and (min-width:40em){.deco-bg::after{bottom:100px;width:calc(361 / 1920 * 100vw)}}.step_mb_line{position:absolute;top:calc(var(--step-gap) * -1);left:calc(var(--step-circle-size) * .5 + var(--step-inner-padding));width:2px;height:calc(100% + var(--step-gap) * 3)}@media print,screen and (min-width:40em){.step_mb_line{display:none}}.step_mb_line .path{height:100%;background:var(--step-start-line-color);background:linear-gradient(180deg,var(--step-start-line-color) 0,var(--step-end-line-color) 33%,var(--step-end-line-color) 66%,var(--step-start-line-color) 100%)}.step_mb_line .dot{position:absolute;top:0;left:50%;transform:translate(-8px,-50%);width:16px;aspect-ratio:1;border-radius:50%;background-color:var(--step-start-line-color)}.step_mb_line .txt{position:absolute;bottom:calc(var(--step-gap) * -.5);left:calc(var(--step-circle-size) * .5 + 15px);font-weight:700;color:var(--step-start-line-color);white-space:nowrap;font-size:32px;font-style:italic;transform:translateY(20%)}.step_mb_line .finish{position:absolute;bottom:-10px;left:0;border-left:2px solid var(--step-start-line-color);border-bottom:2px solid var(--step-start-line-color);border-bottom-left-radius:10px;width:30px;aspect-ratio:1}.step_mb_line .finish::after{content:'';display:block;position:absolute;left:80%;top:100%;transform:translateY(-50%);width:0;height:0;border-style:solid;border-width:5px 0 5px 15px;border-color:transparent transparent transparent var(--step-start-line-color)}.step_line{position:absolute;z-index:1;top:calc(var(--step-circle-size) * .5);left:0;width:100%;height:calc(100% + var(--step-margin))}.step_line .path{position:absolute;width:calc(100% - var(--step-round-width));height:2px;background:var(--step-end-line-color);transition-timing-function:linear}.step_line .path_border{position:absolute;height:calc(100% + 2px);width:var(--step-round-width);left:calc(100% - var(--step-round-width));overflow:hidden;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;overflow:hidden}.step_line .path_border::after,.step_line .path_border::before{content:'';display:block;position:relative;width:100%;height:40px;border:2px solid var(--step-end-line-color);border-left:0;flex-shrink:0}.step_line .path_border::before{border-bottom:0;border-top-right-radius:40px}.step_line .path_border::after{border-top:0;border-bottom-right-radius:40px}.step_line .path_border .center-line{flex:1;width:100%;border:0;border-right:2px solid var(--step-end-line-color)}@media print,screen and (max-width:39.99875em){.step_line{display:none}}.step_line .arrow{position:absolute;top:50%;left:1px;transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:30px 10px 0 10px;border-color:var(--step-end-line-color) transparent transparent transparent}.service-steps_top .step_line .path{background:linear-gradient(90deg,var(--step-start-line-color) 0,var(--step-end-line-color) 33%)}.service-steps_top .step_line .arrow{left:calc(100% - 1px)}.service-steps_top .step_line .dot{position:absolute;top:0;left:0;transform:translate(-8px,-50%);width:16px;aspect-ratio:1;border-radius:50%;background-color:var(--step-start-line-color)}.service-steps_center .step_line .path{right:var(--step-round-width);width:calc(100% - var(--step-round-width) * 2)}.service-steps_center .step_line .path_border{transform:scaleX(-1);right:calc(100% - var(--step-round-width));left:auto}@media print,screen and (min-width:40em){.service-steps_bottom{padding-right:calc(var(--step-circle-size) + var(--step-round-width))}}.service-steps_bottom .step_line{height:auto;left:var(--step-round-width);width:calc(100% - var(--step-round-width) * 2 - var(--step-circle-size))}@media print,screen and (min-width:64em){.service-steps_bottom .step_line{width:calc(100% - var(--step-round-width) * 2 - var(--step-circle-size) - var(--step-gap))}}.service-steps_bottom .step_line .path{width:100%;left:0;background:linear-gradient(90deg,var(--step-end-line-color) 0,var(--step-start-line-color) 33%)}.service-steps_bottom .step_line .arrow{left:100%;transform:translateY(-50%);border-width:10px 0 10px 30px;border-color:transparent transparent transparent var(--step-start-line-color)}.service-steps_bottom .step_line .txt{position:absolute;top:50%;left:calc(100% + 48px);transform:translateY(-50%);font-weight:700;color:var(--step-start-line-color);white-space:nowrap;font-size:32px;font-style:italic}@media print,screen and (min-width:64em){.service-steps_bottom .step_line .txt{left:calc(100% + 68px)}}.service-steps{--step-circle-size:80px;--step-gap:40px;--step-margin:40px;--step-inner-padding:30px;--step-round-width:112px;--step-start-line-color:#9C7655;--step-end-line-color:#444444;position:relative;padding-bottom:200px}@-webkit-keyframes topLine{0%{width:0;height:2px}50%{width:var(--step-round-width);height:2px}99%{height:calc(100% + 2px - 40px)}100%{height:calc(100% + 2px);width:var(--step-round-width)}}@keyframes topLine{0%{width:0;height:2px}50%{width:var(--step-round-width);height:2px}99%{height:calc(100% + 2px - 40px)}100%{height:calc(100% + 2px);width:var(--step-round-width)}}@media print,screen and (min-width:40em){.service-steps{--step-circle-size:120px;--step-gap:30px}}@media print,screen and (min-width:64em){.service-steps{--step-circle-size:140px;--step-gap:70px}}@media screen and (min-width:75em){.service-steps{--step-circle-size:170px;--step-gap:110px;--step-margin:48px}}.service-steps_inner{position:relative;max-width:360px;margin-left:auto;margin-right:auto;padding-left:var(--step-inner-padding);padding-right:var(--step-inner-padding)}@media print,screen and (min-width:40em){.service-steps_inner{max-width:720px}}@media print,screen and (min-width:64em){.service-steps_inner{max-width:900px}}@media screen and (min-width:75em){.service-steps_inner{max-width:1285px}}.service-steps_top{display:grid;gap:var(--step-gap)}@media print,screen and (min-width:40em){.service-steps_top{position:relative;display:flex;justify-content:center;align-items:flex-start}}.service-steps_center{display:grid;gap:var(--step-gap);margin-top:var(--step-margin);margin-bottom:var(--step-margin)}@media print,screen and (min-width:40em){.service-steps_center{position:relative;display:flex;justify-content:center;align-items:flex-start;flex-direction:row-reverse;margin:var(--step-margin) 0}}.service-steps_bottom{display:grid;gap:var(--step-gap)}@media print,screen and (min-width:40em){.service-steps_bottom{position:relative;display:flex;justify-content:center;align-items:flex-start}}.service-steps.js-ani{--step-delay:0.36s}.service-steps.js-ani .step-item{opacity:0;transition:.54s;transform:translateY(10px)}.service-steps.js-ani .path_border{height:2px;width:0}@media print,screen and (min-width:40em){.service-steps.js-ani .service-steps_top .step-item{transform:translateX(-10px)}}.service-steps.js-ani .service-steps_top .step-item:nth-child(1){transition-delay:calc(0 * var(--step-delay))}.service-steps.js-ani .service-steps_top .step-item:nth-child(2){transition-delay:calc(1 * var(--step-delay))}.service-steps.js-ani .service-steps_top .step-item:nth-child(3){transition-delay:calc(2 * var(--step-delay))}.service-steps.js-ani .service-steps_top .step-item:nth-child(4){transition-delay:calc(3 * var(--step-delay))}.service-steps.js-ani .service-steps_top .path{width:0;transition:calc(4 * var(--step-delay))}.service-steps.js-ani .service-steps_top .arrow{opacity:0;transition:calc(var(--step-delay) * 2);transition-delay:calc(5.5 * var(--step-delay));transform:translate(-50%,-5px)}@media print,screen and (min-width:40em){.service-steps.js-ani .service-steps_center .step-item{transform:translateX(10px)}}.service-steps.js-ani .service-steps_center .step-item:nth-child(1){transition-delay:calc(5 * var(--step-delay))}.service-steps.js-ani .service-steps_center .step-item:nth-child(2){transition-delay:calc(6 * var(--step-delay))}.service-steps.js-ani .service-steps_center .step-item:nth-child(3){transition-delay:calc(7 * var(--step-delay))}.service-steps.js-ani .service-steps_center .step-item:nth-child(4){transition-delay:calc(8 * var(--step-delay))}.service-steps.js-ani .service-steps_center .path{width:0;transition:calc(4 * var(--step-delay));transition-delay:calc(6 * var(--step-delay))}.service-steps.js-ani .service-steps_center .arrow{opacity:0;transition:calc(var(--step-delay) * 2);transition-delay:calc(10 * var(--step-delay));transform:translate(-50%,-5px)}@media print,screen and (min-width:40em){.service-steps.js-ani .service-steps_bottom .step-item{transform:translateX(-10px)}}.service-steps.js-ani .service-steps_bottom .step-item:nth-child(1){transition-delay:calc(10 * var(--step-delay))}.service-steps.js-ani .service-steps_bottom .step-item:nth-child(2){transition-delay:calc(11 * var(--step-delay))}.service-steps.js-ani .service-steps_bottom .step_line .txt{opacity:0;transition:calc(2 * var(--step-delay));transition-delay:calc(14 * var(--step-delay))}.service-steps.js-ani .service-steps_bottom .path{width:0;transition:calc(4 * var(--step-delay));transition-delay:calc(10 * var(--step-delay))}.service-steps.js-ani .service-steps_bottom .arrow{opacity:0;transition:calc(var(--step-delay) * 2);transition-delay:calc(13.5 * var(--step-delay));transform:translate(-20px,-50%)}.service-steps.js-ani .step_mb_line .path{height:0;transition:calc(var(--step-delay) * 10) linear}.service-steps.js-ani .step_mb_line .finish{opacity:0;transform:translateY(-5px);transition:.32s all calc(var(--step-delay) * 10)}.service-steps.js-ani .step_mb_line .finish::after{transition:.32s all calc(var(--step-delay) * 10);transform:translate(-10px,-50%)}.service-steps.js-ani .step_mb_line .txt{opacity:0;transition:1s;transition-delay:calc(11 * var(--step-delay))}.service-steps.js-ani.is-animated .service-steps_top .path{width:calc(100% - var(--step-round-width))}.service-steps.js-ani.is-animated .service-steps_top .arrow{opacity:1;transform:translate(-50%,0)}.service-steps.js-ani.is-animated .service-steps_top .path_border{-webkit-animation:calc(var(--step-delay) * 2) topLine calc(var(--step-delay) * 4) forwards linear;animation:calc(var(--step-delay) * 2) topLine calc(var(--step-delay) * 4) forwards linear}.service-steps.js-ani.is-animated .service-steps_center .path{width:calc(100% - var(--step-round-width) * 2)}.service-steps.js-ani.is-animated .service-steps_center .arrow{opacity:1;transform:translate(-50%,0)}.service-steps.js-ani.is-animated .service-steps_center .path_border{-webkit-animation:calc(var(--step-delay) * 2) topLine calc(var(--step-delay) * 8.5) forwards linear;animation:calc(var(--step-delay) * 2) topLine calc(var(--step-delay) * 8.5) forwards linear}.service-steps.js-ani.is-animated .service-steps_bottom .path{width:100%}.service-steps.js-ani.is-animated .service-steps_bottom .arrow{opacity:1;transform:translate(0,-50%)}.service-steps.js-ani.is-animated .step_mb_line .path{height:100%}.service-steps.js-ani.is-animated .finish{opacity:1;transform:none}.service-steps.js-ani.is-animated .finish::after{transform:translate(0,-50%)}.service-steps.js-ani.is-animated .step-item{opacity:1;transform:none}.service-steps.js-ani.is-animated .step_line .txt,.service-steps.js-ani.is-animated .step_mb_line .txt{opacity:1}.step-item{--step-num-size:32px;--step-num-color:#444444;--step-color:#35312E;position:relative;z-index:5}@media print,screen and (max-width:39.99875em){.step-item{display:flex;align-items:center}}@media print,screen and (min-width:64em){.step-item{--step-num-size:48px}}.step-item.clr-brown{--step-num-color:#7D5E3E;--step-color:#724D27}.step-item.clr-brown .step_circle{background:url(../images/service/brown.png) no-repeat center}@media print,screen and (min-width:64em){.step-item:hover .step_circle::before{transform:translate(-50%,-50%) scale(1);opacity:1}}.step_icon{width:calc(88 / 170 * 100%)}.step_circle{position:relative;display:flex;justify-content:center;align-items:center;width:var(--step-circle-size);aspect-ratio:1;border-radius:50%;background:url(../images/service/gray.png) no-repeat center;flex-shrink:0}.step_circle::before{pointer-events:none;content:'';display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:calc(160 / 170 * 100%);aspect-ratio:1;border:1px solid #f19388;border-radius:50%;opacity:0;transition:.36s}.step_num{position:absolute;left:0;top:-40px;font-family:Inter,sans-serif}@media print,screen and (min-width:40em){.step_num{left:5px;top:-30px}}@media print,screen and (min-width:64em){.step_num{top:-15px}}.step_num_txt{fill:var(--step-num-color);font-size:var(--step-num-size);font-style:italic;font-family:Inter,sans-serif;font-weight:700}.step_info{margin-left:15px;letter-spacing:.3em;color:var(--step-color)}@media print,screen and (min-width:40em){.step_info{text-align:center;margin-top:12px;margin-left:0;width:var(--step-circle-size)}}@media print,screen and (min-width:64em){.step_info{font-size:20px}}.step_info .txt{margin-bottom:0}.step_info .more{font-weight:700;color:#df4c3a}
/*# sourceMappingURL=maps/service.min.css.map */
