@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);body{background-color:#fff;font-family:"Noto Sans JP",sans-serif}.en{font-family:Roboto,sans-serif}.flex{display:flex}.flex_between{justify-content:space-between}.flex_center{justify-content:center}.flex_end{justify-content:flex-end}.flex-3{gap:15px}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:center}.main-contents{padding-top:86px}@media screen and (max-width:767px){.main-contents{padding-top:68px}}.pc{display:block}.sp{display:none}@media screen and (max-width:767px){.pc{display:none}.sp{display:block}}body{margin:0;font-weight:700}.header{position:fixed;top:0;width:100%;z-index:999;background-color:#fff;box-shadow:0 0 30px 10px rgba(0,0,0,.1)}.header .btn-trigger{position:relative;aspect-ratio:1/1;cursor:pointer;background-color:#e00201;padding:20px;display:block;position:relative;width:60px;height:60px;z-index:999;display:none}@media screen and (max-width:767px){.header .btn-trigger{display:inline-block;width:70px;height:70px;position:relative;z-index:1000}}.header .btn-trigger .bar,.header .btn-trigger .bar::after,.header .btn-trigger .bar::before{width:100%;height:3px;background-color:#fff;transition:transform .3s}.header .btn-trigger .bar{display:grid}.header .btn-trigger .bar::after,.header .btn-trigger .bar::before{content:"";grid-area:1/1}.header .btn-trigger .bar::before{transform:translateY(-8px)}.header .btn-trigger .bar::after{transform:translateY(8px)}.header .btn-trigger.active .bar{background-color:transparent}.header .btn-trigger.active .bar::before{transform:rotate(45deg)}.header .btn-trigger.active .bar::after{transform:rotate(-45deg)}@media screen and (max-width:767px){.header__nav{display:none}.header__nav.active{display:block;width:100%;height:100vh;position:absolute;top:68px;background-color:#f4f5e1;padding-block:20px 80px;overflow:scroll;padding-bottom:200px}.header__nav.active .flex{flex-direction:column}}.header__inner{align-items:center}.header__logo{padding-left:30px;width:145px}@media screen and (max-width:767px){.header__logo{width:120px}}.header__logo img{width:100%;height:auto}.header__list{padding-left:0;gap:40px;align-items:center}@media screen and (max-width:767px){.header__list{flex-direction:column;row-gap:0}}.header__list--btn{margin:0;margin-left:30px;padding:0;height:87px;display:flex}@media screen and (max-width:767px){.header__list--btn{flex-direction:column;row-gap:10px;width:90%;height:auto;margin:40px auto 0}}.header__list--btn li{height:100%;background-color:#e00201}.header__list--btn li:nth-child(2){background-color:#51c75e}.header__list--btn a{font-size:18px;letter-spacing:.01em;font-weight:900;line-height:1.5;padding:0 10px;border-radius:4px;align-content:center;display:block;height:100%;color:#fff;width:230px;text-align:center}@media screen and (max-width:767px){.header__list--btn a{width:100%}}@media screen and (max-width:767px){.header__item{border-bottom:1px solid #fff;width:100%}}.header__item a{font-weight:900;position:relative}@media screen and (max-width:767px){.header__item a{padding-inline:25px;padding-block:20px;display:block;font-size:18px}}.dropdown{position:relative}.dropdown .dropdown-menu{position:absolute;top:60px;left:-50px;background-color:#fff;min-width:260px;box-shadow:0 4px 12px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;border-radius:5px;overflow:hidden}@media screen and (max-width:767px){.dropdown .dropdown-menu{position:unset;width:100%;height:0}}@media screen and (max-width:767px){.dropdown .dropdown-menu.open{opacity:1;box-shadow:none;visibility:visible;transform:unset;height:100%}}.dropdown .dropdown-menu ul{list-style:none}.dropdown .dropdown-menu ul li{margin:0}.dropdown .dropdown-menu ul li a{display:block;padding:12px 20px;color:#333;text-decoration:none;font-size:14px;transition:background-color .2s ease}@media (hover:hover){.dropdown .dropdown-menu ul li a:hover{background-color:#e00201;color:#fff}}@media screen and (max-width:767px){.dropdown-toggle::after,.dropdown-toggle::before{background:#e00201;content:"";height:2px;position:absolute;right:5%;top:50%;transition:transform .4s;width:20px}.dropdown-toggle::after{transform:rotate(90deg)}.dropdown-toggle.click::after{transform:rotate(0)}}@media (hover:hover){.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}}.sp_footer_cta{position:fixed;bottom:0;width:100%;z-index:999}.sp_footer_cta ul li{width:50%}.sp_footer_cta ul li:nth-child(1){background:#e00201}.sp_footer_cta ul li:nth-child(2){background:#51c75e}.sp_footer_cta ul li a{font-weight:900;display:block;padding:20px 10px;color:#fff}.side_cta{border:1px solid;background-color:#fff;width:140px;height:100px;border-radius:5px 0 0 5px;position:fixed;bottom:10%;right:-1px}.side_cta-link{padding:20px;font-size:14px;position:relative;display:flex;align-items:flex-end;justify-content:center;height:100%}.side_cta-link::before{content:"";position:absolute;top:20%;left:50%;transform:translateX(-50%);background-image:url(../../assets/img/common/entry_icon.svg);width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:center}.p-footer{padding:80px 0 40px;background-color:#d81513}@media screen and (max-width:767px){.p-footer{padding:40px 0 100px}}.p-footer__inner{max-width:1340px;margin:0 auto}.p-footer__inner__content{display:flex;justify-content:space-between;gap:40px;margin-bottom:40px}@media screen and (max-width:767px){.p-footer__inner__content{flex-direction:column}}.p-footer__inner__content__left{width:30%}@media screen and (max-width:767px){.p-footer__inner__content__left{width:100%}}.p-footer__inner__content__left img{margin-bottom:30px;width:240px}@media screen and (max-width:767px){.p-footer__inner__content__left img{margin:0 auto;display:block}}.p-footer__inner__content__right{width:70%;justify-content:end;gap:100px}@media screen and (max-width:767px){.p-footer__inner__content__right{width:100%;flex-direction:column;row-gap:5px}}.p-footer__inner__content__right__list{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:767px){.p-footer__inner__content__right__list{flex-wrap:wrap;flex-direction:unset;gap:30px 20px}}.p-footer__inner__content__right__list a{color:#fff}.p-footer__inner__content__right.flex{display:flex!important}@media screen and (max-width:767px){.p-footer__inner__content__right.flex{display:none!important}}.p-footer__inner__row{justify-content:space-between;align-items:center;color:#fff}@media screen and (max-width:767px){.p-footer__inner__row{border-top:1px solid #fff;padding-top:20px;width:100%;flex-direction:column;row-gap:0}}.p-footer__inner__row .left .flex{gap:40px}.p-footer__inner__row .left .flex a{color:#fff}@media screen and (max-width:767px){.p-footer__inner__row .left .flex a{font-size:12px}}.p-footer__inner__copyright{text-align:center;font-size:12px}@media screen and (max-width:767px){.p-footer__inner__copyright{margin-top:10px}}.key-color{color:#e00201}.sp{display:none}@media screen and (max-width:767px){.pc{display:none!important}.sp{display:unset}}.title{font-size:52px;margin-bottom:40px;font-weight:900}@media screen and (max-width:767px){.title{font-size:32px;margin-bottom:15px}}.title--sub{display:block;font-size:18px;font-weight:400}.title text{font-weight:800;font-size:52px;font-family:"Hiragino Sans",sans-serif;stroke:#fff;fill:#000;letter-spacing:5px;text-anchor:middle;dominant-baseline:alphabetic;letter-spacing:.01em}.title svg{max-height:80px}.title>svg>use:nth-of-type(1){stroke-width:12px;paint-order:stroke;stroke-linejoin:round}.title>svg>use:nth-of-type(2){stroke-width:0}.sub-title{font-size:24px;margin-bottom:25px;font-weight:400}.bg-title{background-color:#e00201;color:#fff;padding:10px 20px;border-radius:5px;font-size:24px;font-weight:500;margin-bottom:20px}.desc{margin-bottom:30px}.btn{width:-moz-fit-content;width:fit-content;min-width:240px;position:relative}.btn::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:15px;-webkit-mask-image:url(../img/common/icon-chevron-right-w.svg);mask-image:url(../img/common/icon-chevron-right-w.svg);-webkit-mask-position:center center;mask-position:center center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#fff;display:inline-block;width:8px;height:12px}.btn.key-color{background:#e00201}.btn a{color:#fff;display:block;width:100%;height:100%;padding:15px 60px 15px 30px;border-radius:50px;text-align:center}.arrow-link{position:relative}@media screen and (max-width:767px){.arrow-link{position:unset!important}}.arrow-link::after{content:"";background-image:url(../img/common/arrow_icon.svg);width:48px;height:48px;background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;bottom:20px;right:20px}@media screen and (max-width:767px){.arrow-link::after{width:25px;height:25px;background-image:url(../img/common/arrow_icon_r.svg);bottom:10px;right:10px}}.metal{background-color:#ff8e1d}.service{background-color:#ff9dc3}.build{background-color:#38af78}.life{background-color:#abce14}.consult{background-color:#dbc520}.machine{background-color:#eb5a2d}.material{background-color:#7089b9}.tech{background-color:#0391db}.electronic{background-color:#314a9e}.school{background-color:#9144dd}.accordion .panel{border:5px solid;margin-bottom:10px;overflow:hidden}.accordion .panel-header{width:100%;padding:15px 20px;display:flex;gap:30px;align-items:center;background:#fff;border:none;cursor:pointer;font-size:16px;text-align:left;position:relative}.accordion .panel-header::after,.accordion .panel-header::before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:20px;display:inline-block;width:20px;height:3px;background-color:#000;transition:transform .3s}@media screen and (max-width:767px){.accordion .panel-header::after,.accordion .panel-header::before{width:15px;height:2px;right:5px}}.accordion .panel-header::after{transform:translateY(-50%) rotate(90deg)}.accordion .panel-header.active::after{transform:translateY(-50%) rotate(0)}.accordion .panel-content{height:0;overflow:hidden;transition:height .3s ease-out}.accordion .panel-body{padding:20px;border-top:1px solid #eee;background-color:#fff;line-height:1.6em}.dot{padding-top:.4em;background-position:top left -2px;background-repeat:repeat-x;background-size:1em .3em;background-image:radial-gradient(.1em .1em at center center,#000,#000 100%,transparent);font-weight:900}@media screen and (max-width:767px){.dot{padding-top:.4em;line-height:2}}.content__box{margin-bottom:80px}.p-page-fv01{height:auto}.p-page-fv01__heading{font-size:min(5vw,72px);-webkit-text-stroke:15px #000;text-stroke:15px #000;paint-order:stroke;color:#fff;line-height:1em;text-align:center;width:-moz-fit-content;width:fit-content;color:#fdd116;font-weight:900;position:absolute;top:50%;left:55%;transform:translate(-50%,-50%);width:fit-content;white-space:nowrap}@media screen and (max-width:767px){.p-page-fv01__heading{font-size:42px;-webkit-text-stroke:7px #000;text-stroke:7px #000;top:20%;left:50%;transform:translateX(-50%)}}.p-page-fv01__heading span{font-size:64px;color:#fff;display:block;padding-bottom:20px}@media screen and (max-width:767px){.p-page-fv01__heading span{font-size:32px;padding-bottom:10px}}.kv img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.kv__inner{position:relative;height:85svh;background-color:#dfb267;overflow:hidden;margin-bottom:20px}@media screen and (max-width:767px){.kv__inner{height:90svh}}.kv__text{position:absolute;top:50%;transform:translateY(-50%);left:5%}@media screen and (max-width:767px){.kv__text{top:10%;transform:translateY(-10%)}}.kv__text-title{width:53.2638888889vw}@media screen and (max-width:767px){.kv__text-title{width:90%}}.kv__text-title span{display:block}.kv__img{position:absolute;bottom:2px;right:5%}.kv__img img{width:38.1944444444vw}@media screen and (max-width:767px){.kv__img img{width:80%;margin:0 auto}}.kv__catchup{overflow:hidden}.kv__catchup-title{background:#000;padding:10px;color:#fff;font-size:28px;font-weight:900}@media screen and (max-width:767px){.kv__catchup-title{font-size:20px}}.kv .s-kv{margin-bottom:80px}.kv .s-kv__inner{position:relative}.kv .s-kv__inner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.kv .s-kv__text{position:absolute;top:50%;left:150px;transform:translateY(-50%)}.kv .s-kv__text-title{font-size:32px;font-weight:500}.problem{position:relative;padding:100px 0 0}@media screen and (max-width:767px){.problem{padding:40px 0 0}}.problem__inner{max-width:1170px;margin:0 auto 80px}@media screen and (max-width:767px){.problem__inner{padding-inline:20px;margin-bottom:30px}}.problem__inner--sub{background-color:#f4f5e1;max-width:unset;margin:0 auto;padding:240px 0 100px;position:relative}@media screen and (max-width:767px){.problem__inner--sub{padding:80px 20px 60px}}.problem__inner--sub:before{content:"";position:absolute;top:0;left:0;width:100%;height:5.1677852349vw;background-image:url(../img/top/problem_bg.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.problem__inner--sub .problem__content{max-width:1170px;margin:0 auto;background-color:#fff;padding:60px 80px 50px;box-shadow:0 3px 18px 1px rgba(0,0,0,.1);border-radius:5px}@media screen and (max-width:767px){.problem__inner--sub .problem__content{padding:60px 20px 20px}}.problem__inner--sub img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-bottom:30px}.problem__inner--sub p{font-size:36px;font-weight:900;text-align:center}@media screen and (max-width:767px){.problem__inner--sub p{font-size:20px;letter-spacing:-.1em}}.problem__inner--sub p span{font-size:45px}@media screen and (max-width:767px){.problem__inner--sub p span{font-size:28px}}.problem__title{font-size:40px}@media screen and (max-width:767px){.problem__title{font-size:20px}}.problem__title span{font-size:54px}@media screen and (max-width:767px){.problem__title span{font-size:30px}}.problem__content{position:relative}.problem__content .sub-title{background-color:#e00201;color:#fff;margin:0 auto 0;padding:10px 60px;border-radius:50px;font-size:24px;font-weight:900;margin-bottom:20px;text-align:center;width:-moz-max-content;width:max-content;position:absolute;top:-30px;left:50%;line-height:1.4em;transform:translateX(-50%)}@media screen and (max-width:767px){.problem__content .sub-title{width:100%;font-size:18px;padding:15px 0;letter-spacing:-.1em}}.problem__content h4{font-size:45px;font-weight:900;margin-bottom:20px;text-align:center}@media screen and (max-width:767px){.problem__content h4{font-size:25px;letter-spacing:-.1em}}.problem__content h4 small{font-size:36px;color:#000;padding-left:5px}@media screen and (max-width:767px){.problem__content h4 small{font-size:20px}}.problem__list{gap:20px}@media screen and (max-width:767px){.problem__list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}}.problem__list-item{background-color:#e00201;padding:40px 10px;color:#fff;text-align:center;border-radius:5px}.problem__list-item p{font-weight:800}@media screen and (max-width:767px){.problem__list-item{flex-wrap:wrap;width:31%;padding:15px 0}.problem__list-item p{font-size:14px}}.page .problem__inner--sub{padding:140px 0 100px}.page .problem__inner--sub:before{display:none}.step{padding:100px 0}@media screen and (max-width:767px){.step{padding:60px 0}}.step__inner{max-width:1100px;margin:0 auto}@media screen and (max-width:767px){.step__inner{padding-inline:20px}}.step__title{font-size:40px;margin-bottom:100px}@media screen and (max-width:767px){.step__title{font-size:22px;margin-bottom:60px}}.step__title b{font-size:48px}@media screen and (max-width:767px){.step__title b{font-size:30px}}.step__title span{font-size:40px}@media screen and (max-width:767px){.step__title span{font-size:22px}}@media screen and (max-width:767px){.step__title .dot{padding-top:.1em;line-height:2.5em}}.step__list{gap:0 15px}@media screen and (max-width:767px){.step__list{grid-template-columns:1fr;row-gap:80px}}.step__list-item{border:5px solid #000;border-radius:10px;padding:25px 20px;position:relative}.step__list-item:before{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-20px;width:0;height:0;border-style:solid;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:15px solid #000;border-right:0}@media screen and (max-width:767px){.step__list-item:before{position:absolute;top:auto;bottom:-18px;left:50%;transform:translateX(-50%);border-style:solid;border-right:17px solid transparent;border-left:17px solid transparent;border-top:15px solid #000;border-bottom:0}}.step__list-item:nth-child(4):before{display:none}.step__list-item span{font-size:20px;font-weight:800;margin-bottom:15px;display:block}.step__list-item p{font-size:15px;font-weight:600}.step__list-item i{display:block;font-size:14px;font-weight:600;margin-top:10px;background-color:#fdd116;padding:10px 10px;border-radius:50px;font-style:normal;width:100%;text-align:center}.step__list-item-num{position:absolute;top:-50px;left:10px;width:-moz-fit-content;width:fit-content;height:50px;border-radius:10px 10px 0 0;background-color:#000;color:#fff;display:flex;justify-content:center;align-items:baseline;font-size:18px;font-weight:900!important;padding:0 20px;line-height:1.6}.step__list-item-num b{font-size:30px;padding-left:10px}.cta{background:#fdd116;background:linear-gradient(165deg,#fdd116 0,#ffa81d 100%);position:relative}@media screen and (max-width:767px){.cta{padding:20px 20px 40px}}.cta__inner{max-width:1440px;margin:0 auto;padding:60px 0 80px;background:url(../img/common/cta_woman.png) top left no-repeat;background-size:340px}@media screen and (max-width:767px){.cta__inner{background-size:166px;padding-bottom:0}}.cta__content{position:relative;z-index:1}.cta__btn{margin-top:40px;margin-inline:auto}.cta__title{font-size:40px;font-weight:900;margin-bottom:30px;-webkit-text-stroke:10px #fff;text-stroke:10px #fff;paint-order:stroke;letter-spacing:.05em;line-height:1.4em}@media screen and (max-width:767px){.cta__title{-webkit-text-stroke:7px #fff;text-stroke:7px #fff;font-size:22px}}.cta__title small{font-size:34px}@media screen and (max-width:767px){.cta__title small{font-size:22px}}.cta__title span{font-size:50px}@media screen and (max-width:767px){.cta__title span{font-size:30px}}.cta__desc{font-size:18px}.cta__list{max-width:1100px;margin-inline:auto;gap:20px;align-items:center}@media screen and (max-width:767px){.cta__list{flex-direction:column}}.cta__list-item{border-radius:50px;border:5px solid #000;box-shadow:0 11px 0 0 #000;width:50%;height:100px}@media screen and (max-width:767px){.cta__list-item{width:100%;height:80px;box-shadow:0 4px 0 0 #000}}.cta__list-item.tel{background:#e00201}.cta__list-item.line{background:#51c75e}.cta__list-item a{display:flex;justify-content:center;flex-direction:column;align-items:center;text-align:center;color:#fff;height:100%;padding:20px 30px;font-size:26px;font-weight:900;position:relative}@media screen and (max-width:767px){.cta__list-item a{font-size:18px;padding-left:40px;padding-right:10px}}.cta__list-item a::before{content:"";background-image:url(../img/common/arrow_icon_black.svg);width:48px;height:48px;background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;bottom:20px;left:25px}@media screen and (max-width:767px){.cta__list-item a::before{width:30px;height:30px;left:15px}}.cta__list-item a small{display:block;font-size:17px;line-height:1;font-weight:600}@media screen and (max-width:767px){.cta__list-item a small{font-size:15px}}.solution{padding:100px 0;background-image:url(../img/top/solution_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width:767px){.solution{padding:40px 0}}.solution__inner{max-width:1340px;margin:0 auto}@media screen and (max-width:767px){.solution__inner{padding-inline:20px}}.solution__list{gap:50px 60px;flex-wrap:wrap;justify-content:center}@media screen and (max-width:767px){.solution__list{row-gap:20px}}.solution__list-item{width:28%}@media screen and (max-width:767px){.solution__list-item{background-color:#fff;border-radius:5px;width:100%}.solution__list-item a{width:100%;display:flex;padding:5px;align-items:center;position:relative}}.solution__list-item-img{position:relative}@media screen and (max-width:767px){.solution__list-item-img{width:40%}}.solution__list-item-img:before{content:"";position:absolute;top:-25px;left:-25px;width:72px;height:72px;background-repeat:no-repeat;z-index:99}@media screen and (max-width:767px){.solution__list-item-img:before{top:-10px;left:-15px;width:55px;height:55px;background-size:contain}}.solution__list-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.solution__list-item:nth-child(1) figure:before{background-image:url(../img/common/service01.svg)}.solution__list-item:nth-child(2) figure:before{background-image:url(../img/common/service02.svg)}.solution__list-item:nth-child(3) figure:before{background-image:url(../img/common/service03.svg)}.solution__list-item:nth-child(4) figure:before{background-image:url(../img/common/service04.svg)}.solution__list-item:nth-child(5) figure:before{background-image:url(../img/common/service05.svg)}.solution__list-item:nth-child(6) figure:before{background-image:url(../img/common/service06.svg)}.solution__list-item:nth-child(7) figure:before{background-image:url(../img/common/service07.svg)}.solution__list-item:nth-child(8) figure:before{background-image:url(../img/common/service08.svg)}.solution__title{font-size:56px;-webkit-text-stroke:10px #000;text-stroke:10px #000;paint-order:stroke;letter-spacing:.05em;color:#fff;line-height:1.4em;margin-bottom:80px}@media screen and (max-width:767px){.solution__title{-webkit-text-stroke:7px #000;text-stroke:7px #000;font-size:22px;letter-spacing:-.05em;margin-bottom:30px}}.solution__title span{font-size:70px;-webkit-text-stroke:10px #000;text-stroke:10px #000;paint-order:stroke;letter-spacing:.05em;color:#fdd116}@media screen and (max-width:767px){.solution__title span{-webkit-text-stroke:7px #000;text-stroke:7px #000;font-size:28px}}.solution__content-text{color:#fff;line-height:1.8em;margin-top:20px}@media screen and (max-width:767px){.solution__content-text{color:#e00201;text-align:left;margin-top:0;padding:0 10px}}.solution__content-text-title{font-size:24px;font-weight:900}@media screen and (max-width:767px){.solution__content-text-title{font-size:18px;letter-spacing:-.05em}}.solution__content-text-price{font-size:16px;font-weight:900}@media screen and (max-width:767px){.solution__content-text-price{font-size:15px}}.logo-slider{width:100%;overflow:hidden;background:#fff;padding:15px 0;position:relative}.logo-track{display:flex;width:-moz-max-content;width:max-content;animation:scroll-left 20s linear infinite}.logo-track:hover{animation-play-state:paused}.logo-item{margin:0 30px;height:64px;width:128px;display:flex;align-items:center;justify-content:center;transition:filter .3s ease}@media screen and (max-width:767px){.logo-item{width:115px;height:30px;margin:0 15px}}.logo-item:hover{filter:grayscale(0)}.logo-item img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.swiper-button-next,.swiper-button-prev{height:60px;width:60px}@media screen and (max-width:767px){.swiper-button-next,.swiper-button-prev{height:30px;width:30px}}.swiper-button-prev{left:-70px}@media screen and (max-width:767px){.swiper-button-prev{left:0}}.swiper-button-next{right:-70px}@media screen and (max-width:767px){.swiper-button-next{right:0}}.swiper-button-next::after,.swiper-button-prev::after{content:"";position:absolute;background-repeat:no-repeat;background-size:contain;height:60px;width:60px;margin:auto}@media screen and (max-width:767px){.swiper-button-next::after,.swiper-button-prev::after{height:30px;width:30px}}.swiper-button-prev::after{background-image:url(../../assets/img/common/swiper_arrow_left.svg)}.swiper-button-next::after{background-image:url(../../assets/img/common/swiper_arrow_right.svg);background-position:right}.reason{padding:100px 0}@media screen and (max-width:767px){.reason{padding:40px 0}}.reason__inner{max-width:1100px;margin:0 auto}@media screen and (max-width:767px){.reason__inner{padding-inline:20px}}.reason__question{border:7px solid #000;border-radius:5px;padding:40px 25px;position:relative;margin-bottom:120px}@media screen and (max-width:767px){.reason__question{border:3px solid #000;padding:25px 15px}}.reason__question .title{font-size:34px;line-height:1.6em}@media screen and (max-width:767px){.reason__question .title{font-size:25px}}.reason__question:before{content:"";position:absolute;bottom:-90px;left:50%;transform:translateX(-50%);width:105px;height:50px;background:url(../img/common/row_arrow.svg);background-size:100% 100%;background-repeat:no-repeat;background-position:center}.reason__question p{margin-bottom:0;font-size:20px}@media screen and (max-width:767px){.reason__question p{font-size:14px;letter-spacing:-.01em;font-feature-settings:"palt"}}.reason__question .sub_desc{font-size:28px;font-weight:800;margin-bottom:0}@media screen and (max-width:767px){.reason__question .sub_desc{font-size:20px}}.reason__question .sub_desc .big{font-size:32px}.reason__point-title{font-size:42px;-webkit-text-stroke:10px #000;text-stroke:10px #000;paint-order:stroke;color:#fff}@media screen and (max-width:767px){.reason__point-title{-webkit-text-stroke:7px #000;text-stroke:7px #000;font-size:28px}}.reason__point-title span{font-size:56px;color:#fdd116}@media screen and (max-width:767px){.reason__point-title span{font-size:32px;font-feature-settings:"palt"}}.reason__point-list-item:not(:last-child){margin-bottom:30px}@media screen and (max-width:767px){.reason__point-list-item{flex-wrap:wrap;row-gap:10px}}.reason__point-list-item-left{width:35%}@media screen and (max-width:767px){.reason__point-list-item-left{width:40%}}.reason__point-list-item-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.reason__point-list-item-right{width:65%;padding-left:40px}@media screen and (max-width:767px){.reason__point-list-item-right{width:55%;border-left:2px solid #e00201;padding-left:10px;margin-left:15px}}.reason__point-list-item .company{font-size:14px}.reason__point-list-item .company b{font-size:14px;background-color:#f3f4e0;display:block;padding:5px 20px;border-radius:50px;margin-bottom:10px;width:-moz-fit-content;width:fit-content}.reason__point-list-item-title{font-size:28px;margin-bottom:15px;font-weight:900}@media screen and (max-width:767px){.reason__point-list-item-title{font-size:min(18px,6vw)}}.reason__point-list-item-title span{font-size:22px;display:inline-block;border-right:4px solid #e00201;padding-right:10px;margin-right:15px;text-align:center;line-height:1;font-weight:900}@media screen and (max-width:767px){.reason__point-list-item-title span{border-right:none;display:block;text-align:left;margin-bottom:20px}}.reason__point-list-item-title span i{font-size:10px;font-style:normal;text-align:center;display:block}@media screen and (max-width:767px){.reason__point-list-item-title span i{display:inline-block;padding-right:10px}}@media screen and (max-width:767px){.reason__point-list-item .desc{width:100%;font-size:14px;margin-bottom:10px}}.reason__cta{margin-top:120px}@media screen and (max-width:767px){.reason__cta{margin-top:60px}}.reason__cta img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-reason01{padding:80px 0}.p-reason01__inner{max-width:1170px;margin:0 auto}.p-reason01__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:40px;gap:20px}.p-reason01__list-item{width:32%}.p-reason01__service-slide{overflow:scroll}.p-reason__service{background-color:#f2f2f2}.p-reason__service-heading{font-size:52px;font-weight:900;-webkit-text-stroke:10px #fff;text-stroke:10px #fff;paint-order:stroke;letter-spacing:.05em;color:#e00201}.p-service-slide__container{overflow:visible;max-width:unset}.p-service-slide__container .swiper{overflow:visible;max-width:unset}.p-service-slide__container .swiper-button-next,.p-service-slide__container .swiper-button-prev{background-color:#fff;width:45px;border-radius:5px}.p-service-slide__card{border:5px solid #000;height:auto}.p-service-slide__title{font-size:32px;font-weight:900;border-bottom:0;padding-bottom:0;margin-bottom:10px;text-align:left}.p-service-slide__photo{aspect-ratio:468/280;height:280px;margin-top:0}.p-service-slide__desc{text-align:left;margin-top:10px}.p-service-slide__price{text-align:left;font-size:24px;font-weight:900}.p-service-slide__price b{font-size:30px}.area{padding:100px 0}@media screen and (max-width:767px){.area{padding:40px 0}}.area__inner{max-width:1300px;margin:0 auto;border:7px solid #000;box-shadow:10px 10px 0 0 #000;border-radius:10px;position:relative;overflow:hidden}@media screen and (max-width:767px){.area__inner{border:4px solid #000;box-shadow:none;width:90%}}.area__inner h2{border-bottom:7px solid #000;background-color:#fdd116;padding-block:20px;margin-bottom:0;-webkit-text-stroke:10px #fff;text-stroke:10px #fff;paint-order:stroke}.area__map{padding:40px 25px;align-items:center;justify-content:center;background-color:#fff}@media screen and (max-width:767px){.area__map{flex-direction:column;padding:0 0}}.area__map-left{max-width:540px}.area__map-left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.area__map-right{width:50%}@media screen and (max-width:767px){.area__map-right{width:100%}}.area__map-right-title{font-size:50px;margin-bottom:20px;font-weight:900}@media screen and (max-width:767px){.area__map-right-title{font-size:24px;margin-bottom:10px;padding-inline:20px}}.area__map-right ul{gap:15px 20px;flex-wrap:wrap;width:80%;margin-bottom:40px}@media screen and (max-width:767px){.area__map-right ul{width:100%;gap:10px 5px;padding-inline:20px}}.area__map-right ul li{width:-moz-fit-content;width:fit-content;font-size:34px;padding:0 10px;background-color:#e00201;color:#fff;font-weight:800}@media screen and (max-width:767px){.area__map-right ul li{width:-moz-fit-content;width:fit-content;font-size:16px}}.area__map-right-box{background-color:#f3f4e0;border-radius:15px;padding:20px 30px}@media screen and (max-width:767px){.area__map-right-box{padding:20px 15px;border-radius:0}}.area__map-right-box span{font-size:30px;font-weight:900;line-height:1.3;display:block;margin-bottom:20px}@media screen and (max-width:767px){.area__map-right-box span{font-size:18px;margin-bottom:10px;text-align:center;letter-spacing:-.1em}}.area__map-right-box-desc{position:relative;padding-left:1.5em;line-height:1.6em}.area__map-right-box-desc:not(:last-child){margin-bottom:10px}.area__map-right-box-desc::before{content:"";position:absolute;top:5px;left:0;width:0;height:0;border-style:solid;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:13px solid #e00201;border-right:0}.p-page-area .accordion .panel{border:5px solid #fdd116}.p-page-area .panel-header{background-color:#fdd116;color:#000;font-size:30px}@media screen and (max-width:767px){.p-page-area .panel-header{font-size:20px;padding:5px 20px}}.p-page-area .panel-header::after,.p-page-area .panel-header::before{background-color:#000}.flow{padding:60px 0;background-color:#f2f2f2}.flow__inner{max-width:1250px;margin:0 auto}@media screen and (max-width:767px){.flow__inner{padding-inline:20px}}.flow__list{justify-content:center;flex-wrap:wrap;gap:70px}@media screen and (max-width:767px){.flow__list{gap:30px}}.flow__list-item{width:370px;background-color:#e00201;position:relative}.flow__list-item .num{position:absolute;top:0;left:0;width:90px}@media screen and (max-width:767px){.flow__list-item .num{width:35px}}@media screen and (max-width:767px){.flow__list-item figure{aspect-ratio:16/9}}.flow__list-item figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.flow__list-item:nth-child(3) .flow__text::before,.flow__list-item:nth-child(5) .flow__text::before{display:none!important}@media screen and (max-width:767px){.flow__list-item:nth-child(3) .flow__text::before{display:unset!important}}.flow__title{font-size:52px;font-weight:900;margin-bottom:40px;-webkit-text-stroke:10px #000!important;text-stroke:10px #000!important;color:#fdd116;paint-order:stroke;letter-spacing:.05em}@media screen and (max-width:767px){.flow__title{font-size:32px;-webkit-text-stroke:5px #000!important;text-stroke:5px #000!important}}.flow__text{position:relative;padding:20px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:767px){.flow__text{padding:20px;text-align:center}}.flow__text span{font-size:24px;font-weight:800;color:#fff;line-height:1.4em;display:block;margin-bottom:20px}@media screen and (max-width:767px){.flow__text span{font-size:20px}}.flow__text p{font-size:16px;font-weight:800;color:#fff}@media screen and (max-width:767px){.flow__text p{font-size:14px}}.flow__text::before{content:"";width:0;height:0;border-style:solid;border-top:43px solid transparent;border-bottom:43px solid transparent;border-left:44px solid #e00201;border-right:0;position:absolute;top:50%;transform:translateY(-50%);right:-44px}@media screen and (max-width:767px){.flow__text::before{border-right:25px solid transparent;border-left:25px solid transparent;border-top:12px solid #e00201;border-bottom:0;position:absolute;top:auto;bottom:-10px;left:50%;right:auto;transform:translateX(-50%)}}.article{background-color:#f4f5e1;padding:100px 0}@media screen and (max-width:767px){.article{padding:60px 0}}.article__inner{max-width:1170px;margin:0 auto;position:relative}@media screen and (max-width:767px){.article__inner{padding-inline:20px}}.article .title{font-size:52px;font-weight:900;margin-bottom:40px;-webkit-text-stroke:10px #fff;text-stroke:10px #fff;paint-order:stroke;letter-spacing:.05em}@media screen and (max-width:767px){.article .title{font-size:32px;-webkit-text-stroke:5px #fff;text-stroke:5px #fff}}.article-list{justify-content:space-between}.article-list__item{width:32%;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.article-list__item figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-list__content{padding:5px 20px 20px}.article-list__content time{font-size:14px;color:#c9c9c9}.article .btn{position:absolute;top:25px;right:0}@media screen and (max-width:767px){.article .btn{margin-top:40px;position:relative;margin-inline:auto;top:auto}}.wisdom-bag__title{-webkit-text-stroke:10px #000!important;text-stroke:10px #000!important;color:#fdd116}.uservoice{padding:100px 0;background-image:url(../img/top/uservoice_bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.uservoice__inner{max-width:1170px;margin:0 auto}@media screen and (max-width:767px){.uservoice__inner{padding-inline:20px}}.uservoice__title{font-size:52px;font-weight:900;margin-bottom:100px;-webkit-text-stroke:10px #fff;text-stroke:10px #fff;paint-order:stroke;letter-spacing:.05em;color:#e00201}@media screen and (max-width:767px){.uservoice__title{font-size:32px;-webkit-text-stroke:5px #fff;text-stroke:5px #fff}}.uservoice__list{gap:20px;flex-wrap:wrap;justify-content:center}@media screen and (max-width:767px){.uservoice__list{grid-template-columns:1fr;row-gap:100px}}.uservoice__list-item{border:5px solid #000;border-radius:10px;padding:80px 30px 20px;background-color:#fff;position:relative}@media screen and (max-width:767px){.uservoice__list-item{padding:50px 20px 20px}}.uservoice__list-item figure{position:absolute;left:50%;transform:translateX(-50%);top:-70px;border:5px solid #000;border-radius:50%}.uservoice__list-item figure img{width:135px;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.uservoice__list-item figure img{width:96px}}.uservoice__list-item-title{font-size:24px;font-weight:900;margin-bottom:15px;display:block;line-height:1.5}@media screen and (max-width:767px){.uservoice__list-item-title{font-size:20px}}.uservoice__list-item .user_name{margin-bottom:10px;font-size:18px}.uservoice__list-item .user_name small{display:contents;font-size:16px}.uservoice__list-item small{display:block;font-size:14px;margin-bottom:15px;text-align:center}.faq{padding:80px 0}.faq__inner{max-width:940px;margin:0 auto}@media screen and (max-width:767px){.faq__inner{padding-inline:20px}}@media screen and (max-width:767px){.faq__title{text-align:center}}.faq .accordion .panel{border:5px solid #fdd116}.faq .panel-header{background-color:#fdd116;font-size:24px}@media screen and (max-width:767px){.faq .panel-header{padding:10px 20px 10px 5px;font-size:13px;letter-spacing:-.1em;gap:10px}.faq .panel-header i{width:30px;display:inline-block}}.info{background-color:#f8f8f8;padding:80px 0}@media screen and (max-width:767px){.info{padding:40px 0}}.info__inner{max-width:1170px;margin:0 auto;position:relative}@media screen and (max-width:767px){.info__inner{padding-inline:20px}}.info__inner .btn{position:absolute;top:25px;right:0}@media screen and (max-width:767px){.info__inner .btn{position:relative;margin:0 auto}}@media screen and (max-width:767px){.info__title{text-align:center}}.info__list{gap:20px}.info__list-item:not(:last-child){border-bottom:1px solid #707070}.info__list-item a{width:100%;padding:20px 0;display:flex;align-items:center;position:relative;font-size:20px;font-weight:900}@media screen and (max-width:767px){.info__list-item a{flex-direction:column;align-items:flex-start;font-size:16px}}.info__list-item a::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:15px;-webkit-mask-image:url(../img/common/arrow-right-g.svg);mask-image:url(../img/common/arrow-right-g.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:#707070;display:inline-block;width:9px;height:16px;-webkit-mask-position:center center;mask-position:center center}.info__list-item a time{font-size:16px;color:#939393;margin-right:30px}@media screen and (max-width:767px){.info__list-item a time{margin-right:0;font-size:14px}}.shop{padding:80px 0}.shop__inner{max-width:1170px;margin:0 auto;position:relative}@media screen and (max-width:767px){.shop__inner{padding-inline:20px}}.shop .btn{position:absolute;top:25px;right:0}@media screen and (max-width:767px){.shop .btn{display:none}}.shop .accordion .panel{border:5px solid #4d3e3e}.shop .panel-header{background-color:#4d3e3e;color:#fff;font-size:30px}@media screen and (max-width:767px){.shop .panel-header{font-size:20px;padding:5px 20px}}.shop .panel-header::after,.shop .panel-header::before{background-color:#fff}.shop__list-item:not(:last-child){margin-bottom:20px}.shop__list-meta{border-bottom:1px solid #dbdbdb;margin-bottom:20px;padding-bottom:10px}.shop-card{border:1px solid #dbdbdb;padding:20px;border-radius:10px}.shop-card__header{display:flex;align-items:center;justify-content:space-between;font-size:28px;margin-bottom:20px;padding:10px 0;border-bottom:1px solid #e0e0e0;position:relative}.shop-card__line-button{background:#51c75e;color:#fff;padding:16px 32px;font-size:18px;font-weight:900;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease;text-decoration:none}.shop-card__info-row{display:flex;align-items:center;font-size:22px}@media screen and (max-width:767px){.shop-card__info-row{flex-direction:column;align-items:flex-start;row-gap:10px}}.shop-card__info-row:not(:last-child){margin-bottom:10px}.shop-card__info-label{background:#efefef;padding:5px 10px;font-size:16px;min-width:120px;text-align:center;margin-right:30px}.staff{padding:80px 0}.staff__inner{max-width:1170px;margin:0 auto}@media screen and (max-width:767px){.staff__inner{padding-inline:20px}}.staff__slider{position:relative}@media screen and (max-width:767px){.staff__slider .swiper{width:90%}}.staff__list-item{background-color:#e00201;padding:30px;gap:30px;border-radius:20px}@media screen and (max-width:767px){.staff__list-item{flex-direction:column}}.staff__list-item figure{width:194px;height:230px;border-radius:20px}@media screen and (max-width:767px){.staff__list-item figure{width:60%;height:auto;margin:0 auto}}.staff__list-item figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;-o-object-position:top;object-position:top}.staff__list-item div{width:60%;color:#fff}@media screen and (max-width:767px){.staff__list-item div{width:100%}}.staff__list-item div h3{font-size:24px;line-height:1.4em;margin-bottom:10px}@media screen and (max-width:767px){.staff__list-item div h3{font-size:20px}}.staff__list-item div .name{font-size:18px;margin-bottom:10px;display:block}.staff__list-item div .desc{margin-bottom:0}.staff__title{font-size:52px;font-weight:900;margin-bottom:40px;-webkit-text-stroke:10px #fdd116;text-stroke:10px #fdd116;paint-order:stroke;letter-spacing:.05em}@media screen and (max-width:767px){.staff__title{font-size:32px;-webkit-text-stroke:5px #fdd116;text-stroke:5px #fdd116}}@tailwind utilities;