@charset "UTF-8";@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes anim-scroll-down{0%{transform-origin:top;transform:scaleY(0)}45%{transform-origin:top;transform:scaleY(1)}55%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}@keyframes anim_hide{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(20px)}}@keyframes anim_show{0%{opacity:0;visibility:hidden;transform:translateY(20px)}to{opacity:1;visibility:visible;transform:translateY(0)}}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}address,blockquote,body,dl,figure,form,iframe,ol,p,pre,table,ul{margin:0}.p-home-visual-fv__tagline br,details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin:0}ol,ul{padding:0;list-style:none}dd{margin-left:0}a,hr{color:inherit}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object{vertical-align:bottom}button,input,optgroup,select,textarea{vertical-align:middle;color:inherit;font:inherit;background:0 0;padding:0;margin:0;outline:0;border-radius:0;text-align:inherit}input,optgroup,select,textarea{appearance:none}[type=checkbox]{appearance:checkbox}[type=radio]{appearance:radio}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer;appearance:none}[type=button][disabled],[type=reset][disabled],[type=submit][disabled],button[disabled]{cursor:default}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}select::-ms-expand{display:none}fieldset,legend,option{padding:0}fieldset{margin:0;min-width:0}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}label[for]{cursor:pointer}summary{display:list-item}[contenteditable]{outline:0}table{border-collapse:collapse;border-spacing:0}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}[hidden],template{display:none}a:active,a:hover{outline-width:0}img{border:0;width:100%;height:auto}html.is-fixed{overflow:hidden;height:100%}body{background-color:#fff;color:#1f3723;font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-weight:400;font-size:.875rem;font-optical-sizing:auto;line-height:1.8;letter-spacing:.05rem;overflow-wrap:break-word;text-rendering:optimizeLegibility}.l-wrapper{position:relative}.l-wrapper.is-hidden{opacity:0;filter:blur(10px);transition:opacity .5s ease-out,filter .5s ease-out}.l-wrapper.is-transition{opacity:1;filter:blur(0)}.l-header{display:flex;position:absolute;top:0;left:0;z-index:50;opacity:1;transform:translateY(0);transition:transform .5s ease;background-color:transparent;padding:20px min(5.333vw,24px);width:100%}.-home .l-header,.l-header.is-fixed{position:fixed}.l-header-nav-toggle,.l-header__logo{display:flex;align-items:center;z-index:100}.l-header__logo{flex-shrink:0;position:relative;top:2px;aspect-ratio:400/109;width:120px}.l-header-nav-toggle{flex-direction:column;justify-content:center;transition:.4s;margin-left:auto;border-radius:50%;border:1px solid #4aad5a;background-color:#4aad5a;width:46px;height:46px;cursor:pointer}.l-header-nav-toggle.is-open{background-color:#fff}.l-header-nav-toggle span{background-color:#fff;margin:0 auto;width:20px;height:1px;transition:.4s}.l-header-nav-toggle.is-open span{transform:scale(0);background-color:#4aad5a}.l-header-nav-toggle::after,.l-header-nav-toggle::before{content:"";position:relative;background-color:#fff;width:20px;height:1px;transition:.4s}.l-header-nav-toggle::before{top:-4px}.l-header-nav-toggle.is-open::after,.l-header-nav-toggle.is-open::before{position:absolute;top:0;bottom:0;transform:rotate(135deg);margin:auto;background-color:#4aad5a}.l-header-nav-toggle::after{bottom:-4px}.l-header-nav-toggle.is-open::after{transform:rotate(-135deg)}.l-header-nav__content{display:flex;flex-direction:column;position:fixed;top:0;right:0;overflow:auto;scrollbar-width:none;visibility:hidden;opacity:0;transition:opacity .3s ease-in,visibility .3s ease-in;z-index:50;background-color:rgba(255,255,255,.97);padding:152px min(6.4vw,32px) 0;width:100vw;height:100svh}.vh-small .l-header-nav__content{padding:120px min(6.4vw,32px) 0}.l-header-nav__content::-webkit-scrollbar{display:none}@supports (-ms-ime-align:auto){.l-header-nav__content{-ms-overflow-style:none}}.l-header-nav__content.is-show{opacity:1;visibility:visible;transition:opacity .3s ease-in,visibility .3s ease-in;overflow:scroll;scrollbar-width:none}.l-header-nav__content.is-hide{opacity:0;visibility:hidden;overflow:hidden;transition:opacity .3s ease-out,visibility .3s ease-out}.l-header-nav__cta{position:relative;margin-top:auto;border-radius:12px 12px 0 0;background:linear-gradient(255deg,#52b662 10%,#4aad7a 75%);width:100%;height:160px}.vh-small .l-header-nav__cta{height:136px}.l-header-nav__cta a{display:flex;align-items:center;position:absolute;inset:0;padding:0 32px;color:#fff;font-size:1rem;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.l-header-nav__cta a::after{content:"";margin-left:auto;border:1px solid #fff;border-radius:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMjIgOCc+PHBvbHlnb24gcG9pbnRzPScyMiA0IDE1LjcxNjAyMzQgMCAxNS43MTYwMjM0IDMuMTk5OTk5OCAwIDMuMTk5OTk5OCAwIDQuOCAxNS43MTYwMjM0IDQuOCAxNS43MTYwMjM0IDggMjIgNCcgc3R5bGU9J2ZpbGw6ICNmZmY7Jy8+PC9zdmc+);background-size:22px 8px;background-repeat:no-repeat;background-position:center;width:48px;height:48px}.l-header-nav-menu.-row{display:grid;grid-template-columns:repeat(2,1fr);column-gap:16px;padding:0 8px}.l-header-nav-menu.-sub{margin-top:40px;padding:0 8px}.vh-small .l-header-nav-menu.-sub{margin-top:16px}.l-footer-nav-menu__item a,.l-header-nav-desktop-menu__item a,.l-header-nav-menu__item a{position:relative;color:#1f3723;text-decoration:none;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;line-height:1}.l-header-nav-menu__item a{display:block;width:fit-content;padding:20px 0;font-size:.9375rem;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.-sub .l-header-nav-menu__item a{padding:16px 0;font-size:.8125rem}.l-header-nav-desktop-menu__item a.external,.l-header-nav-menu__item a.external{display:inline-flex;align-items:center}.l-footer-nav-menu__item a.external::after,.l-header-nav-desktop-menu__item a.external::after,.l-header-nav-menu__item a.external::after{content:"";margin-left:8px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDEyIDEwJz48cGF0aCBkPSdNNC40MTQ3NjY4LDZoMy4xNzA0NjY0di0yaC0zLjE3MDQ2NjR2MlpNNC40MTQ3NjY4LDNoNC4xNTY2NjE1djNoMi40NDIzNzQyVjFoLTYuNTk5MDM1N3YyWk0uOTg2MTk2LDloNi41OTkwMzcydi0ySDMuNDI4NTcxdi0zSC45ODYxOTZ2NVpNMTIsN2gtMy40Mjg1NzE3djNIMFYzaDMuNDI4NTcxVjBoOC41NzE0Mjl2N1onIHN0eWxlPSdmaWxsOiAjNGFhZDVhOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7Jy8+PC9zdmc+);background-size:contain;background-repeat:no-repeat;background-position:0 0;width:12px;height:10px}.l-header-nav-desktop,.p-about-commitment__desc br,.p-about-message__desc br,.p-home-service__desc br,.p-home-visual__message br,.p-recruit-business__desc br,.p-recruit-environment__desc br,.p-recruit-intro__desc br,.p-recruit-job__announce br,.p-service-features-gist__desc br,.p-service-process__desc br{display:none}.l-header-nav-desktop-menu{display:flex;column-gap:24px}.l-footer-nav-menu__item a,.l-header-nav-desktop-menu__item a{display:inline-block;padding:12px 0;font-size:1rem;font-weight:500}.l-footer-nav-menu.-row{grid-area:nav-main;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;column-gap:16px}.l-footer-nav-menu__item a{display:block;padding:20px 0;width:fit-content;color:#fff;font-size:.9375rem;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.-sub .l-footer-nav-menu__item a{padding:16px 0;color:#9fa2a5;font-size:.8125rem}.l-footer-nav-menu__item a.external{display:inline-flex;align-items:center}.l-footer-nav-menu__item a.external::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDEyIDEwJz48cGF0aCBkPSdNNC40MTQ3NjY4LDZoMy4xNzA0NjY0di0yaC0zLjE3MDQ2NjR2MlpNNC40MTQ3NjY4LDNoNC4xNTY2NjE1djNoMi40NDIzNzQyVjFoLTYuNTk5MDM1N3YyWk0uOTg2MTk2LDloNi41OTkwMzcydi0ySDMuNDI4NTcxdi0zSC45ODYxOTZ2NVpNMTIsN2gtMy40Mjg1NzE3djNIMFYzaDMuNDI4NTcxVjBoOC41NzE0Mjl2N1onIHN0eWxlPSdmaWxsOiAjZmZmOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7Jy8+PC9zdmc+)}.l-footer-nav-menu.-sub{grid-area:nav-sub;margin-top:32px}.l-main{padding-bottom:104px;width:100%}.-home .l-main{position:relative;z-index:10;margin-top:-40px;border-radius:24px 24px 0 0;background-color:#fff;padding-top:80px}.-about .l-main{padding-bottom:64px}.l-main__header{position:relative;margin-inline:auto;background:linear-gradient(152deg,#fff 34%,rgba(255,255,255,0) 77%),linear-gradient(240deg,rgba(88,209,107,.5) 37%,rgba(96,190,150,.5) 94%);padding:152px min(6.4vw,32px) 132px}.l-main__header::after{content:"";position:absolute;inset:0;opacity:.4;mix-blend-mode:color-dodge;background-image:url(../images/common/bg_texture.png);background-size:200px;background-repeat:repeat;background-position:0 0}.l-main__body{position:relative;z-index:10;margin-top:-40px;border-radius:24px 24px 0 0;background-color:#fff;padding-top:80px}.l-footer{padding-left:min(6.4vw,32px)}.l-footer-cta a{display:block;background:linear-gradient(255deg,#52b662 10%,#4aad7a 75%);padding:64px 32px;padding:64px min(6.4vw,32px)}.l-footer-cta__desc,.l-footer-cta__heading{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.l-footer-cta__heading{display:flex;align-items:center;margin-bottom:32px;font-family:"Outfit",sans-serif;font-size:2.375rem;letter-spacing:0;line-height:1}.l-footer-cta__heading::after{content:"";display:block;margin-left:auto;border:1px solid #fff;border-radius:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNicgaGVpZ2h0PSc5JyB2aWV3Qm94PScwIDAgMjYgOSc+PHBvbHlnb24gcG9pbnRzPScyNiA0LjUgMTguNzE3MTg0MSAwIDE4LjcxNzE4NDEgMy41OTk5OTk5IDAgMy41OTk5OTk5IDAgNS40MDAwMDAxIDE4LjcxNzE4NDEgNS40MDAwMDAxIDE4LjcxNzE4NDEgOSAyNiA0LjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==);background-size:26px 9px;background-repeat:no-repeat;background-position:center;width:56px;height:56px}.l-footer-cta__desc{font-size:.875rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.l-footer-cta__desc::after,.l-footer-cta__desc::before{content:"";display:table}.l-footer-cta__desc::before{margin-bottom:calc((1 - 1.8)*.5em)}.l-footer-cta__desc::after{margin-top:calc((1 - 1.8)*.5em)}.l-footer-content{display:grid;grid-template-columns:auto;grid-template-rows:repeat(5,auto);grid-template-areas:"nav-main" "nav-sub" "company" "sns" "copyright";background-color:#484c51;padding:64px min(6.4vw,32px) 72px}.-contact .l-footer-content,.l-footer-cta a{border-radius:32px 0 0 0}.l-footer-company{grid-area:company;margin-top:72px}.l-footer-company__name{margin-bottom:24px;color:#fff;font-size:1.125rem;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1}.l-footer-company__name::after,.l-footer-company__name::before{content:"";display:table}.l-footer-company__name::before{margin-bottom:calc((1 - 1)*.5em)}.l-footer-company__name::after{margin-top:calc((1 - 1)*.5em)}.l-footer-company__address{color:#fff;font-size:.8125rem}.l-footer-company__address::after,.l-footer-company__address::before{content:"";display:table}.l-footer-company__address::before{margin-bottom:calc((1 - 1.8)*.5em)}.l-footer-company__address::after{margin-top:calc((1 - 1.8)*.5em)}.l-footer-business{margin-top:40px}.l-footer-business__heading{margin-bottom:16px;color:#fff;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1}.l-footer-business__heading::after,.l-footer-business__heading::before{content:"";display:table}.l-footer-business__heading::before{margin-bottom:calc((1 - 1)*.5em)}.l-footer-business__heading::after{margin-top:calc((1 - 1)*.5em)}.l-footer-sns{grid-area:sns;display:grid;grid-template-columns:repeat(4,32px);column-gap:16px;margin-top:48px;line-height:1}.l-footer-sns__item a{display:block;transition:opacity .3s;background-size:contain;background-repeat:no-repeat;background-position:0 0;width:32px;height:32px}.l-footer-sns__item a.note{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBkPSdNMTYsMS4yODAwMDA3QzcuODg0Nzk5LDEuMjgwMDAwNywxLjI4LDcuODg0OCwxLjI4LDE2czYuNjA0Nzk5LDE0LjcxOTk5OSwxNC43MiwxNC43MTk5OTksMTQuNzE5OTk5My02LjYwNDc5ODksMTQuNzE5OTk5My0xNC43MTk5OTlTMjQuMTE1MiwxLjI4MDAwMDcsMTYsMS4yODAwMDA3Wk0xNiwzMkM3LjE4MDgsMzIsMCwyNC44MTkxOTkxLDAsMTZTNy4xODA4LDAsMTYsMHMxNiw3LjE4MDc5OTUsMTYsMTYtNy4xODA4MDE0LDE2LTE2LDE2Wicgc3R5bGU9J2ZpbGw6ICNmZmY7Jy8+PHBhdGggZD0nTTEwLjAxNTIwMzUsMTAuMDc3ODM4OWMyLjMxMDgxMDEsMCw1LjQ3Mjk3MS0uMTIxNjI0LDcuNzM4MTcyNS0uMDYwODEyLDMuMDQwNTQyNi4wNzYwMTM2LDQuMTk1OTQ5NiwxLjM5ODY0OTIsNC4yMjYzNTI3LDQuNjgyNDMyMi4wNDU2MDg1LDEuODU0NzMwNiwwLDcuMTYwNDcyOSwwLDcuMTYwNDcyOWgtMy4yOTg5ODQ1YzAtNC42NTIwMjcxLjAxNTIwMTYtNS40MTIxNjA5LDAtNi44NzE2MjAyLS4wNDU2MDg1LTEuMjkyMjMwNi0uNDEwNDcyOS0xLjkwMDMzNzItMS4zOTg2NTExLTIuMDIxOTU5My0xLjA0ODk4NDUtLjEyMTYyMjEtMy45ODMxMDY2LS4wMTUyMDM1LTMuOTgzMTA2Ni0uMDE1MjAzNXY4LjkwODc4M2gtMy4yOTg5ODY0di0xMS43ODIwOTNoLjAxNTIwMzVaJyBzdHlsZT0nZmlsbDogI2ZmZjsnLz48L3N2Zz4=)}.l-footer-sns__item a.youtube{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBkPSdNMTYsMS4yODAwMDA3QzcuODg0Nzk5LDEuMjgwMDAwNywxLjI4LDcuODg0OCwxLjI4LDE2czYuNjA0Nzk5LDE0LjcxOTk5OSwxNC43MiwxNC43MTk5OTksMTQuNzE5OTk5My02LjYwNDc5ODksMTQuNzE5OTk5My0xNC43MTk5OTlTMjQuMTE1MiwxLjI4MDAwMDcsMTYsMS4yODAwMDA3Wk0xNiwzMkM3LjE4MDgsMzIsMCwyNC44MTkxOTkxLDAsMTZTNy4xODA4LDAsMTYsMHMxNiw3LjE4MDc5OTUsMTYsMTYtNy4xODA4MDE0LDE2LTE2LDE2Wicgc3R5bGU9J2ZpbGw6ICNmZmY7Jy8+PHBhdGggZD0nTTE0LjQwMDAwNTMsMTh2LTQuODAwMDAxMWw0LjE1NjczODMsMi40MDAwNzIxLTQuMTU2NzM4MywyLjM5OTkyOVpNMjMuNjY1NjY4NSwxMS43NDg4OTM3Yy0uMTg0MDExNS0uNjg4MzkwNy0uNzI2MTYzOS0xLjIzMDU1MjctMS40MTQ1Njk5LTEuNDE0NTYyMi0xLjI0Nzc1MzEtLjMzNDMzMTUtNi4yNTEwOTg2LS4zMzQzMzE1LTYuMjUxMDk4Ni0uMzM0MzMxNSwwLDAtNS4wMDMzMzY5LDAtNi4yNTEwOTg2LjMzNDMzMTUtLjY4ODM5ODQuMTg0MDA5Ni0xLjIzMDU1OTMuNzI2MTcxNS0xLjQxNDU2OTksMS40MTQ1NjIyLS4zMzQzMzE1LDEuMjQ3NzYwOC0uMzM0MzMxNSwzLjg1MTEwNDctLjMzNDMzMTUsMy44NTExMDQ3LDAsMCwwLDIuNjAzMzQ0OS4zMzQzMzE1LDMuODUxMTA2Ni4xODQwMTA1LjY4ODM5NzQuNzI2MTcxNSwxLjIzMDU1MDgsMS40MTQ1Njk5LDEuNDE0NTYxMywxLjI0Nzc2MTcuMzM0MzQwMSw2LjI1MTA5ODYuMzM0MzQwMSw2LjI1MTA5ODYuMzM0MzQwMSwwLDAsNS4wMDMzNDU1LDAsNi4yNTEwOTg2LS4zMzQzNDAxLjY4ODQwNi0uMTg0MDEwNSwxLjIzMDU1ODQtLjcyNjE2MzksMS40MTQ1Njk5LTEuNDE0NTYxMy4zMzQzMzE1LTEuMjQ3NzYxNy4zMzQzMzE1LTMuODUxMTA2Ni4zMzQzMzE1LTMuODUxMTA2NiwwLDAsMC0yLjYwMzM0NC0uMzM0MzMxNS0zLjg1MTEwNDdaJyBzdHlsZT0nZmlsbDogI2ZmZjsnLz48L3N2Zz4=)}.l-footer-sns__item a.x{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMicgdmlld0JveD0nMCAwIDMyIDMyJz48cGF0aCBkPSdNMTYsMS4yODAwMDA3QzcuODg0Nzk5LDEuMjgwMDAwNywxLjI4LDcuODg0OCwxLjI4LDE2czYuNjA0Nzk5LDE0LjcxOTk5OSwxNC43MiwxNC43MTk5OTksMTQuNzE5OTk5My02LjYwNDc5ODksMTQuNzE5OTk5My0xNC43MTk5OTlTMjQuMTE1MiwxLjI4MDAwMDcsMTYsMS4yODAwMDA3Wk0xNiwzMkM3LjE4MDgsMzIsMCwyNC44MTkxOTkxLDAsMTZTNy4xODA4LDAsMTYsMHMxNiw3LjE4MDc5OTUsMTYsMTYtNy4xODA4MDE0LDE2LTE2LDE2Wicgc3R5bGU9J2ZpbGw6ICNmZmY7Jy8+PHBhdGggZD0nTTE1LjY0MDI1NzgsMTcuMDI0NjYwMWwtLjU1Mzc5My0uNzkyMDk3MS00LjQwNjMzNjgtNi4zMDI3OTU0aDEuODk3MDQ3bDMuNTU1OTY1NCw1LjA4NjU1NzQuNTUzNzkzLjc5MjA5NzEsNC42MjIzMzE2LDYuNjExNzQ0OWgtMS44OTcwNDUxbC0zLjc3MTk2MjItNS4zOTUyMDM2di0uMDAwMzAzM1pNMTcuMzMxOTAxNiwxNS4wNTgzMTM0bDUuMjExODE0OS02LjA1ODMxMzRoLTEuMjM1MDMzbC00LjUyNTQxOTIsNS4yNjAzNDkzLTMuNjE0NDM3MS01LjI2MDM0OTNoLTQuMTY4ODI3MWw1LjQ2NTc0MDIsNy45NTQ1Nzg0LTUuNDY1NzQwMiw2LjM1MzA3MTJoMS4yMzUxMDI3bDQuNzc4OTU5My01LjU1NTEwNTIsMy44MTcxMTEsNS41NTUxMDUyaDQuMTY4ODI3MWwtNS42Njg0MDE3LTguMjQ5MzM2MmguMDAwMzAzM1onIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==)}.l-footer-sns__item a.facebook{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMicgaGVpZ2h0PSczMS44ODI4MTgnIHZpZXdCb3g9JzAgMCAzMiAzMS44ODI4MTgnPjxwYXRoIGQ9J00zMiwxNkMzMiw3LjE2MzQ0MDcsMjQuODM2NTU5MywwLDE2LDBTMCw3LjE2MzQ0MDcsMCwxNmMwLDcuNTAzNjU4Myw1LjE2NTc4OTEsMTMuNzk5ODIxOSwxMi4xMzQ3NjI4LDE1LjUyODgzM3YtMTAuNjM5NDYxMWgtMy4yOTkzMzY0di00Ljg4OTM3MTloMy4yOTkzMzY0di0yLjEwNjgwMDFjMC01LjQ0NTg4MjgsMi40NjQ1NTg2LTcuOTcwMDY5OSw3LjgxMTA2NjYtNy45NzAwNjk5LDEuMDEzNjQ1MiwwLDIuNzYyNjkxNS4xOTg3NTM0LDMuNDc4MjA2Ni4zOTc1MDY3djQuNDMyMjM1N2MtLjM3NzYzMjEtLjAzOTc1MTEtMS4wMzM1MjM2LS4wNTk2MjU2LTEuODQ4NDIxMS0uMDU5NjI1Ni0yLjYyMzU2MzgsMC0zLjYzNzIxNjYuOTkzNzcyNS0zLjYzNzIxNjYsMy41Nzc1ODl2MS43MjkxNjQxaDUuMjI2MTc3MmwtLjg5Nzg1MTksNC44ODkzNzE5aC00LjMyODMyNTN2MTAuOTkzNDQ2MWM3LjkyMjI5MDgtLjk1Njg3OSwxNC4wNjE2MDE2LTcuNzAyNDY0OCwxNC4wNjE2MDE2LTE1Ljg4MjgxOFonIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==)}.l-footer-copyright{grid-area:copyright;position:relative;margin-top:64px;text-align:right;color:#9fa2a5;font-family:"Outfit",sans-serif;font-size:.8125rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0;line-height:1}.l-footer-copyright::after,.l-footer-copyright::before{content:"";display:table}.l-footer-copyright::before{margin-bottom:calc((1 - 1)*.5em)}.l-footer-copyright::after{margin-top:calc((1 - 1)*.5em)}.l-footer-copyright span{font-family:"Roboto",sans-serif}.p-home-visual,.p-home-visual__content{position:relative;width:100%}.p-home-visual__content{margin:0 auto;padding:0 min(6.4vw,32px) 120px;background:linear-gradient(175deg,#fff 10%,rgba(255,255,255,0) 48%),linear-gradient(240deg,rgba(88,209,107,.5) 42%,rgba(96,190,150,.5) 88%)}.p-home-visual__content::after{content:"";position:absolute;inset:0;opacity:.4;z-index:0;mix-blend-mode:color-dodge;background-image:url(../images/common/bg_texture.png);background-size:200px;background-repeat:repeat;background-position:0 0}.p-home-visual-fv{display:grid;place-content:center;position:relative;width:100%;height:100svh;z-index:1}.p-home-visual-fv__image{display:block;padding-top:56px;max-width:580px}.p-home-visual-fv__image.is-fixed{position:fixed;right:0}.p-contact-form span.error-message.-hidden,.p-home-visual-fv__image.is-hide{opacity:0}.p-home-visual-fv__tagline{visibility:hidden;margin-top:72px;padding-left:8px;font-size:2.125rem;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.4rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.p-home-visual-fv__tagline::after,.p-home-visual-fv__tagline::before,.p-home-visual__message .text::after,.p-home-visual__message .text::before{content:"";display:table}.p-home-visual-fv__tagline::before{margin-bottom:calc((1 - 1.6)*.5em)}.p-home-visual-fv__tagline::after{margin-top:calc((1 - 1.6)*.5em)}.p-home-visual-fv .tagline-char{display:inline-block;opacity:0;transform:translateY(1em);animation:fadeInUp .5s ease forwards}.p-home-visual__message{margin-inline:auto}.p-home-visual__message .text{font-size:.9375rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.06rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:2.2}.p-home-visual__message .text::before{margin-bottom:calc((1 - 2.2)*.5em)}.p-home-visual__message .text::after{margin-top:calc((1 - 2.2)*.5em)}.p-home-visual__message .text:is(.p-home-visual__message .text + *){margin-top:40px}.p-home-visual__message .reveal-text{opacity:0;transform:translateY(30px);transition:1s}.p-home-visual__message .reveal-text.is-show{transform:translateY(0);opacity:1}.p-home-visual__scroll-down{display:flex;column-gap:10px;position:fixed;right:min(6.4vw,30px);bottom:32px;z-index:20;opacity:1;transition:opacity .2s ease-in;writing-mode:vertical-rl;color:#4aad5a;font-family:"Outfit",sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.02rem;white-space:nowrap;line-height:1}.p-home-visual__scroll-down::after{content:"";display:block;position:relative;left:-1px;z-index:30;animation:anim-scroll-down 2s ease infinite;margin:0 auto;background:#4aad5a;width:1px;height:40px}.p-home-visual__scroll-down.is-hide{opacity:0;pointer-events:none}.p-home-visual__scroll-down.is-show{opacity:1;pointer-events:auto}.p-home-service__header{padding-inline:min(6.4vw,32px)}.p-home-service__desc{margin-top:64px}.p-home-service__infographic{margin-top:56px}.-bpaas .p-home-service__infographic img,.-structure .p-home-service__infographic img{aspect-ratio:375/264}.p-home-service__caption{margin-top:32px;padding-inline:min(6.4vw,32px);max-width:920px}.p-home-service-summary__desc p::after,.p-home-service-summary__desc p::before,.p-home-service__caption::after,.p-home-service__caption::before{content:"";display:table}.p-home-service-summary__desc p::before,.p-home-service__caption::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-home-service-summary__desc p::after,.p-home-service__caption::after{margin-top:calc((1 - 1.8)*.5em)}.p-home-service__button{display:grid;justify-content:center;margin-top:64px}.p-home-service-summary{margin-top:64px}.p-home-service-summary__desc{margin-top:40px}.p-home-service-summary__desc p+p{margin-top:24px}.p-home-about{display:grid;grid-template-columns:auto;grid-template-rows:repeat(3,auto);grid-template-areas:"image" "header" "body";overflow:hidden;margin-top:104px;margin-inline:auto;background-color:#edf7ef;padding:88px min(6.4vw,32px);max-width:1280px}.p-home-about__header{grid-area:header;margin-bottom:64px}.p-home-about__body{grid-area:body}.p-home-about__desc{margin-top:40px}.p-home-about__desc::after,.p-home-about__desc::before,.p-service-intro__desc p::after,.p-service-intro__desc p::before{content:"";display:table}.p-home-about__desc::before,.p-service-intro__desc p::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-home-about__desc::after,.p-service-intro__desc p::after{margin-top:calc((1 - 1.8)*.5em)}.p-home-about__button{display:grid;justify-content:center;margin-top:64px}.p-home-about__image{grid-area:image;margin-bottom:56px;margin-inline:auto;max-width:460px}.p-home-news{margin-top:104px;padding-inline:min(6.4vw,32px)}.p-home-news__header{margin-bottom:24px}.p-home-news__heading{margin-bottom:48px}.p-home-news__button{text-align:right}.p-home-note-articles{margin-top:104px}.p-home-note-articles__header{margin-bottom:64px}.p-home-note-articles__header img{width:120px;height:auto}.p-home-knowledge{overflow:hidden}.p-home-knowledge:nth-of-type(2){margin-top:72px}.p-home-knowledge__header{margin-bottom:24px;padding-inline:min(6.4vw,32px)}.p-home-knowledge__heading{margin-bottom:48px}.p-home-knowledge__button{text-align:right}.p-home-knowledge__body{overflow:hidden;padding:0 24px}.p-service-intro__header{margin-bottom:64px}.p-service-intro__desc{margin-top:40px}.p-service-intro__desc p:is(.p-service-intro__desc p + *){margin-top:24px}.p-service-intro__image{margin-top:48px;margin-inline:auto;width:calc(100% - 16px);max-width:460px}.p-service-features{margin-top:104px}.p-service-features__header{margin-bottom:64px}.p-service-features-gist__desc::after,.p-service-features-gist__desc::before{content:"";display:table}.p-service-features-gist__desc::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-service-features-gist__desc::after{margin-top:calc((1 - 1.8)*.5em)}.p-service-features-gist__image{margin-top:32px;margin-inline:auto;width:calc(100% - 16px);max-width:460px}.p-service-features-gist__list{margin-top:32px;margin-inline:auto;max-width:736px}.p-service-features-infographic{margin-top:56px}.p-service-features-infographic img{aspect-ratio:375/264}.p-service-features-infographic__caption{margin-top:32px;padding-inline:min(6.4vw,32px);max-width:920px}.p-service-features-infographic__caption::after,.p-service-features-infographic__caption::before{content:"";display:table}.p-service-features-infographic__caption::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-service-features-infographic__caption::after{margin-top:calc((1 - 1.8)*.5em)}.p-service-features-details{margin-top:64px}.p-service-features-details__content{display:grid;grid-template-columns:1fr;grid-template-rows:auto;row-gap:24px}.p-service-features-details__note{margin-top:24px;font-size:.8125rem}.p-service-features-details__note::after,.p-service-features-details__note::before{content:"";display:table}.p-service-features-details__note::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-service-features-details__note::after{margin-top:calc((1 - 1.8)*.5em)}.p-service-features-brand{margin-top:64px}.p-service-features-brand__caption{margin-top:24px}.p-service-features-brand__caption::after,.p-service-features-brand__caption::before,.p-service-features-mission__badge::before::after,.p-service-features-mission__badge::before::before{content:"";display:table}.p-service-features-brand__caption::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-service-features-brand__caption::after{margin-top:calc((1 - 1.8)*.5em)}.p-service-features-mission{display:flex;flex-direction:column;row-gap:40px;margin-top:48px}.p-service-features-mission__item{counter-increment:mission-number}.p-service-features-mission__badge{display:flex;justify-content:center;align-items:center;position:relative;aspect-ratio:1;margin-inline:auto;border-radius:50%;background:linear-gradient(255deg,#52b662 10%,#4aad7a 75%);width:104px;color:#fff;font-family:"Outfit",sans-serif;font-size:1.25rem;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0}.p-service-features-mission__badge::before{content:counter(mission-number,decimal-leading-zero);position:absolute;top:-2px;left:-1px;color:#4aad5a;font-size:.8125rem;font-weight:600;letter-spacing:0;line-height:1}.p-service-features-mission__badge::before::before{margin-bottom:calc((1 - 1)*.5em)}.p-service-features-mission__badge::before::after{margin-top:calc((1 - 1)*.5em)}.p-service-features-mission__content{margin-top:24px}.p-service-features-mission__title{margin-bottom:24px;text-align:center;color:#3ea44e;font-size:1rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1.5}.p-service-features-mission__title::after,.p-service-features-mission__title::before{content:"";display:table}.p-service-features-mission__title::before{margin-bottom:calc((1 - 1.5)*.5em)}.p-service-features-mission__title::after{margin-top:calc((1 - 1.5)*.5em)}.p-service-features-mission__desc{font-size:.875rem;line-height:1.7}.p-service-features-mission__desc::after,.p-service-features-mission__desc::before{content:"";display:table}.p-service-features-mission__desc::before{margin-bottom:calc((1 - 1.7)*.5em)}.p-service-features-mission__desc::after{margin-top:calc((1 - 1.7)*.5em)}.p-service-process{margin-top:104px;background-color:#edf7ef;padding:88px min(6.4vw,32px) 116px}.p-service-process__inner{margin-inline:auto;max-width:1280px}.p-service-process__header{margin-bottom:76px}.p-service-process__desc{margin-top:64px}.p-service-process-chart__heading .text::after{content:"";display:table}.p-service-process-chart__heading .text::before{display:table}.p-service-process__desc::after,.p-service-process__desc::before{content:"";display:table}.p-service-process__desc::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-service-process__desc::after{margin-top:calc((1 - 1.8)*.5em)}.p-service-process-chart{position:relative;display:flex;align-items:stretch}.p-service-process-chart::before{content:"";width:2px;background-color:#4aad5a;display:block}.p-service-process-chart::after{content:"";position:absolute;left:-5px;bottom:-28px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScyOCcgdmlld0JveD0nMCAwIDEyIDI4Jz48cmVjdCB4PSc1JyB5PScyNicgd2lkdGg9JzInIGhlaWdodD0nMicgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PHJlY3QgeD0nNScgeT0nMjInIHdpZHRoPScyJyBoZWlnaHQ9JzInIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjxyZWN0IHg9JzUnIHk9JzE4JyB3aWR0aD0nMicgaGVpZ2h0PScyJyBzdHlsZT0nZmlsbDogIzRhYWQ1YTsnLz48cmVjdCB4PSc1JyB5PScxNCcgd2lkdGg9JzInIGhlaWdodD0nMicgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PHJlY3QgeD0nNScgeT0nMTAnIHdpZHRoPScyJyBoZWlnaHQ9JzInIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjxwb2x5Z29uIHBvaW50cz0nNiA4IDEyIDAgMCAwIDYgOCcgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:12px 28px;background-repeat:no-repeat;background-position:0 0;width:12px;height:28px}.p-service-process-chart__inner{flex:1;position:relative;margin-top:-12px;padding-left:24px}.p-service-process-chart__term{position:relative;margin-bottom:40px}.p-service-process-chart__term:last-child{margin-bottom:0}.p-service-process-chart__heading{position:relative;left:-33px;margin-bottom:24px}.p-service-process-chart__heading .text{display:flex;align-items:center;position:relative;color:#3ea44e;font-size:1.125rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1}.p-service-process-chart__heading .text::before{margin-bottom:calc((1 - 1)*.5em)}.p-service-process-chart__heading .text::after{margin-top:calc((1 - 1)*.5em)}.p-service-process-chart__heading .text::before{content:"";position:relative;top:.1em;margin-right:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48Y2lyY2xlIGN4PSc4JyBjeT0nOCcgcj0nOCcgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PGNpcmNsZSBjeD0nOCcgY3k9JzgnIHI9JzQnIHN0eWxlPSdmaWxsOiAjOGFkYjk2OycvPjwvc3ZnPg==);background-size:16px;background-repeat:no-repeat;background-position:0 0;width:16px;height:16px}.p-service-process-chart__content{border-radius:12px;background-color:#fff;padding:28px 20px}.p-service-fees{margin-top:104px;padding-inline:min(6.4vw,32px)}.p-service-fees__header{margin-bottom:64px}.p-service-fees-block{margin-top:48px}.p-service-fees-block:first-child{margin-top:0}.p-service-fees-block__header{margin-bottom:20px}.p-service-fees-block__desc::after,.p-service-fees-block__desc::before{content:"";display:table}.p-service-fees-block__desc::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-service-fees-block__desc::after{margin-top:calc((1 - 1.8)*.5em)}.p-about-commitment__desc p:is(.p-about-commitment__desc p + *),.p-contact-completion__text p:is(p + *),.p-service-fees-block__desc:is(.p-service-fees-block__desc + *){margin-top:24px}.p-service-fees-block__infographic{margin-top:40px}.p-service-fees-block__infographic img{border-radius:8px;aspect-ratio:327/706}.p-service-voice{overflow:hidden;margin-top:104px;background-color:#f4f6f4;padding:88px min(6.4vw,32px)}.p-service-voice__inner{margin-inline:auto;max-width:1280px}.p-service-voice__header{margin-bottom:64px}.p-service-faq{margin-top:104px;padding-inline:min(6.4vw,32px)}.p-service-faq__header{margin-bottom:64px}.p-service-faq-list{border-top:1px solid #d3d5d3}.p-service-faq-list__item{position:relative;border-bottom:1px solid #d3d5d3;cursor:pointer}.p-service-faq-list__ques{display:flex;align-items:center;position:relative;padding:32px 54px 32px 42px;font-size:.875rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;line-height:1.6}.p-service-faq-list__ques::before{content:"Q";display:block;position:absolute;top:calc(32px + .02em);left:8px;color:#4aad5a;font-family:"Outfit",sans-serif;font-size:1.375rem;font-weight:500;letter-spacing:0;line-height:1}.p-service-faq-list__ques::after{content:"";display:block;position:absolute;top:calc(32px + .03em);right:12px;border-radius:50%;background-color:#edf7ef;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDEwIDEwJz48cG9seWdvbiBwb2ludHM9JzEwIDQuMjAwMDEyMiA1Ljc5OTk4NzggNC4yMDAwMTIyIDUuNzk5OTg3OCAwIDQuMjAwMDEyMiAwIDQuMjAwMDEyMiA0LjIwMDAxMjIgMCA0LjIwMDAxMjIgMCA1Ljc5OTk4NzggNC4yMDAwMTIyIDUuNzk5OTg3OCA0LjIwMDAxMjIgMTAgNS43OTk5ODc4IDEwIDUuNzk5OTg3OCA1Ljc5OTk4NzggMTAgNS43OTk5ODc4IDEwIDQuMjAwMDEyMicgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:10px 10px;background-repeat:no-repeat;background-position:center;width:22px;height:22px}.p-service-faq-list__ques.is-active::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxLjYnIHZpZXdCb3g9JzAgMCAxMCAxLjYnPjxyZWN0IHdpZHRoPScxMCcgaGVpZ2h0PScxLjYnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvc3ZnPg==);background-size:10px 1.6px}.p-service-faq-list__ans{display:block;position:relative;padding:0 12px 32px 42px}.p-service-faq-list__ans::before{content:"A";display:block;position:absolute;top:-.08em;left:8px;color:#4aad5a;font-family:"Outfit",sans-serif;font-size:1.375rem;font-weight:500;letter-spacing:0;line-height:1}.p-service-faq-list__ans.is-hide,.p-service-faq-list__ans.is-show{transition:visibility .4s ease-out,opacity .3s ease-out,padding-bottom .4s ease-out,line-height .4s}.p-service-faq-list__ans.is-hide{visibility:hidden;opacity:0;border:0;padding-bottom:0;line-height:0}.p-service-faq-list__ans.is-show{padding-bottom:32px}.p-service-faq-list__ans.is-show p:not(.u-asterisk){line-height:1.6}.c-section p:not([class])::after,.c-section p:not([class])::before,.p-service-faq-list__ans.is-show p:not(.u-asterisk)::after,.p-service-faq-list__ans.is-show p:not(.u-asterisk)::before{content:"";display:table}.p-service-faq-list__ans.is-show p:not(.u-asterisk)::before{margin-bottom:calc((1 - 1.6)*.5em)}.p-service-faq-list__ans.is-show p:not(.u-asterisk)::after{margin-top:calc((1 - 1.6)*.5em)}.p-service-faq-list__ans.is-show p:not(.u-asterisk)+p{margin-top:16px}.p-news-archive__pagination{margin-top:60px}.p-news-list{border-top:1px solid #d3d5d3}.p-news-list__item{position:relative;border-bottom:1px solid #d3d5d3}.p-news-list__item a{display:block;position:relative;transition:color .4s;padding:32px 56px 32px 0;color:#1f3723}.p-news-list__item a::after{content:"";display:block;position:absolute;top:calc(50% + .03em);right:16px;transform:translateY(-50%);transition:background .4s;z-index:1;border-radius:50%;background-color:#edf7ef;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgMTIgNic+PHBvbHlnb24gcG9pbnRzPScxMiAzIDcuNzAyNTU5OSA2IDcuNzAyNTU5OSAzLjY5ODUwOSAwIDMuNjk4NTA5IDAgMi4yOTkwNTYxIDcuNzAyNTU5OSAyLjI5OTA1NjEgNy43MDI1NTk5IDAgMTIgMycgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:12px 6px;background-repeat:no-repeat;background-position:center;width:22px;height:22px}.p-news-list__date{display:block;position:relative;top:1px;margin-bottom:16px;color:#9fa2a5;font-family:"Roboto",sans-serif;font-size:.9375rem;letter-spacing:.04rem;line-height:1}.p-news-list__date::after,.p-news-list__date::before{content:"";display:table}.p-news-list__date::before{margin-bottom:calc((1 - 1)*.5em)}.p-news-list__date::after{margin-top:calc((1 - 1)*.5em)}.p-news-list__heading{font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1.5}.p-news-list__heading::after,.p-news-list__heading::before{content:"";display:table}.p-news-list__heading::before{margin-bottom:calc((1 - 1.5)*.5em)}.p-news-list__heading::after{margin-top:calc((1 - 1.5)*.5em)}.p-news-article__header{margin-bottom:56px}.p-news-article__date{margin-bottom:20px;color:#9fa2a5;font-family:"Roboto",sans-serif;font-size:.9375rem;letter-spacing:.04rem;line-height:1}.p-news-article__date::after,.p-news-article__date::before{content:"";display:table}.p-news-article__date::before{margin-bottom:calc((1 - 1)*.5em)}.p-news-article__date::after{margin-top:calc((1 - 1)*.5em)}.p-news-article__heading{font-size:1.125rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1.6}.p-about-commitment__desc p::after,.p-about-commitment__desc p::before,.p-news-article__heading::after,.p-news-article__heading::before{content:"";display:table}.p-news-article__heading::before{margin-bottom:calc((1 - 1.6)*.5em)}.p-news-article__heading::after{margin-top:calc((1 - 1.6)*.5em)}.p-news-article__footer{display:grid;place-content:center;margin-top:80px}.p-about-commitment__header{margin-bottom:64px}.p-about-commitment__desc{margin-top:40px}.p-about-commitment__desc p::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-about-commitment__desc p::after{margin-top:calc((1 - 1.8)*.5em)}.p-about-commitment__image{margin-top:48px;margin-inline:auto;width:calc(100% - 16px);max-width:460px}.p-about-guidelines{margin-top:64px;border-top:1px solid #4aad5a;border-bottom:1px solid #4aad5a;padding:56px 0}.p-about-guidelines__header{margin-bottom:48px}.p-about-guidelines__heading{color:#3ea44e;font-family:"Noto Sans JP",sans-serif;font-size:1.5rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.4rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.p-about-guidelines__heading::after,.p-about-guidelines__heading::before,.p-about-message__desc p::after,.p-about-message__desc p::before,.p-about-recruit__heading .en::after,.p-about-recruit__heading .en::before{content:"";display:table}.p-about-guidelines__heading::before{margin-bottom:calc((1 - 1)*.5em)}.p-about-guidelines__heading::after{margin-top:calc((1 - 1)*.5em)}.p-about-separator-image{margin-top:104px;margin-inline:auto;background-image:url(../images/about/illust_about_separater.png);background-size:cover;background-repeat:no-repeat;padding-top:68.2666666667%;width:100%;height:0;background-position:center bottom}.p-about-message{margin-top:104px}.p-about-message__header{margin-bottom:64px}.p-about-message__desc{padding-inline:min(6.4vw,32px)}.p-about-message__desc p::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-about-message__desc p::after{margin-top:calc((1 - 1.8)*.5em)}.c-section p:not([class]):is(p:not([class]) + *),.p-about-message__desc p:not([class]):is(.p-about-message__desc p:not([class]) + *),.p-recruit-business__desc p:not([class]):is(.p-recruit-business__desc p:not([class]) + *),.p-recruit-environment__desc p:not([class]):is(.p-recruit-environment__desc p:not([class]) + *),.p-recruit-intro__desc p:not([class]):is(.p-recruit-intro__desc p:not([class]) + *){margin-top:24px}.p-about-message__author{margin-top:40px;text-align:right;font-size:.9375rem;font-weight:500}.p-about-message__image{margin:64px auto 0 0;width:calc(100% - min(6.4vw,32px));max-width:800px}.p-about-message__image img{border-radius:0 8px 8px 0;aspect-ratio:800/462}.p-about-overview{margin-top:104px}.p-about-overview__header{margin-bottom:64px}.p-about-overview .c-ruled-line .logo{margin-bottom:8px;width:128px}.p-about-overview__map{margin-top:56px;border-radius:8px;border:1px solid #d3d5d3;display:-webkit-box;position:relative;padding-top:75%;height:0;overflow:hidden}.p-about-overview__map>iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.p-about-recruit{margin-top:104px;padding-inline:0 min(6.4vw,32px)}.p-about-recruit__inner{border-radius:0 24px 24px 0;border-width:1px 1px 1px 0;border-style:solid;border-color:#4aad5a;padding:72px min(6.4vw,32px)}.p-about-recruit__heading{display:flex;flex-direction:column;row-gap:56px}.p-about-recruit__heading .en,.p-about-recruit__heading .jp{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.p-about-recruit__heading .en{color:#4aad5a;font-family:"Outfit",sans-serif;font-size:2.625rem;font-weight:400;letter-spacing:0;line-height:1.2}.p-about-recruit__heading .en::before{margin-bottom:calc((.75 - 1.2)*.5em)}.p-about-recruit__heading .en::after{margin-top:calc((.75 - 1.2)*.5em)}.p-about-recruit__heading .jp{font-family:"Noto Sans JP",sans-serif;font-size:1.25rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;line-height:1}.p-about-recruit__desc::after,.p-about-recruit__desc::before,.p-about-recruit__heading .jp::after,.p-about-recruit__heading .jp::before,.p-recruit-intro__desc p::after,.p-recruit-intro__desc p::before{content:"";display:table}.p-about-recruit__heading .jp::before{margin-bottom:calc((1 - 1)*.5em)}.p-about-recruit__heading .jp::after{margin-top:calc((1 - 1)*.5em)}.p-about-recruit__desc{margin-top:32px}.p-about-recruit__desc::before,.p-recruit-intro__desc p::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-about-recruit__desc::after,.p-recruit-intro__desc p::after{margin-top:calc((1 - 1.8)*.5em)}.p-about-recruit__image{margin-top:40px}.p-about-recruit__image img{border-radius:8px;aspect-ratio:600/360}.p-about-recruit__button{display:grid;place-content:center;margin-top:56px}.p-recruit-intro__desc{padding-inline:min(6.4vw,32px)}.p-recruit-intro__image{margin:64px auto 0 0;width:calc(100% - min(8.533vw,40px))}.p-recruit-intro__image img{border-radius:0 8px 8px 0;aspect-ratio:400/500}.p-recruit-intro__caption{margin:24px 0 0 min(6.4vw,32px);font-size:.9375rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;line-height:1}.p-recruit-business__desc p::after,.p-recruit-business__desc p::before,.p-recruit-intro__caption::after,.p-recruit-intro__caption::before{content:"";display:table}.p-recruit-intro__caption::before{margin-bottom:calc((1 - 1)*.5em)}.p-recruit-intro__caption::after{margin-top:calc((1 - 1)*.5em)}.p-recruit-business{margin-top:104px}.p-recruit-business__header{margin-bottom:64px}.p-recruit-business__inner{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,auto);grid-template-areas:"image" "desc";margin-inline:auto;max-width:1080px}.p-recruit-business__desc{grid-area:desc;margin-top:40px}.p-recruit-business__desc p::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-recruit-business__desc p::after{margin-top:calc((1 - 1.8)*.5em)}.p-recruit-business__image{grid-area:image}.p-recruit-business__image img{border-radius:8px;aspect-ratio:600/360}.p-recruit-business__summary{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(2,auto);row-gap:20px;margin-top:56px}.p-recruit-business-summary{border-radius:8px;background-color:#edf7ef;padding:32px 24px}.p-recruit-business-summary__header{border-bottom:1px solid #4aad5a;padding-bottom:16px;font-size:.9375rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.p-recruit-business-summary__header::after,.p-recruit-business-summary__header::before{content:"";display:table}.p-recruit-business-summary__header::before{margin-bottom:calc((1 - 1.5)*.5em)}.p-recruit-business-summary__header::after{margin-top:calc((1 - 1.5)*.5em)}.p-recruit-business-summary__body{margin-top:24px;line-height:1.7}.p-recruit-business-summary__body::after,.p-recruit-business-summary__body::before,.p-recruit-environment__desc p::after,.p-recruit-environment__desc p::before{content:"";display:table}.p-recruit-business-summary__body::before{margin-bottom:calc((1 - 1.7)*.5em)}.p-recruit-business-summary__body::after{margin-top:calc((1 - 1.7)*.5em)}.p-recruit-environment{margin-top:104px}.p-recruit-environment__header{margin-bottom:64px}.p-recruit-environment__desc{max-width:820px}.p-recruit-environment__desc p::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-recruit-environment__desc p::after{margin-top:calc((1 - 1.8)*.5em)}.p-recruit-job{margin-top:104px}.p-recruit-job__header{margin-bottom:64px}.p-recruit-job__announce::after,.p-recruit-job__announce::before{content:"";display:table}.p-recruit-job__announce::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-recruit-job__announce::after{margin-top:calc((1 - 1.8)*.5em)}.p-recruit-job-list{display:grid;grid-template-columns:1fr;grid-template-rows:auto;row-gap:56px}.p-recruit-job-list a{display:block;cursor:pointer}.p-recruit-job-list__image{overflow:hidden;border-radius:8px}.p-recruit-job-list__image img{transition:transform .4s;aspect-ratio:400/240}a:hover .p-recruit-job-list__image img{transform:scale(1.06)}.p-recruit-job-list__body{position:relative;margin-top:24px}.p-recruit-job-list__heading{margin-bottom:24px;font-size:1.0625rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.p-recruit-job-list__heading::after,.p-recruit-job-list__heading::before{content:"";display:table}.p-recruit-job-list__heading::before{margin-bottom:calc((1 - 1.5)*.5em)}.p-recruit-job-list__heading::after{margin-top:calc((1 - 1.5)*.5em)}.p-recruit-job-list__desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.p-recruit-job-list__desc::after,.p-recruit-job-list__desc::before{content:"";display:table}.p-recruit-job-list__desc::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-recruit-job-list__desc::after{margin-top:calc((1 - 1.8)*.5em)}.p-recruit-job-list__footer{display:flex;align-items:center;margin-top:32px}.p-recruit-job-list__icon{position:relative;margin-left:auto;padding-left:24px}.p-recruit-job-list__icon::after{content:"";display:block;position:relative;top:.03em;transition:background .4s;border-radius:50%;background-color:#edf7ef;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgMTIgNic+PHBvbHlnb24gcG9pbnRzPScxMiAzIDcuNzAyNTU5OSA2IDcuNzAyNTU5OSAzLjY5ODUwOSAwIDMuNjk4NTA5IDAgMi4yOTkwNTYxIDcuNzAyNTU5OSAyLjI5OTA1NjEgNy43MDI1NTk5IDAgMTIgMycgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:12px 6px;background-repeat:no-repeat;background-position:center;width:24px;height:24px}a:hover .p-recruit-job-list__icon::after{background-color:#4aad5a;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==)}.p-recruit-job-category{display:inline-flex;align-items:center;column-gap:12px}.p-contact-means__heading .text,.p-recruit-job-category__item{font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem}.p-recruit-job-category__item{border-radius:14px;border:1px solid #9fa2a5;padding:6px 12px;min-width:64px;text-align:center;color:#9fa2a5;font-size:.75rem;font-weight:500;line-height:1}.p-recruit-job-category__item::after,.p-recruit-job-category__item::before{content:"";display:table}.p-recruit-job-category__item::before{margin-bottom:calc((1 - 1)*.5em)}.p-recruit-job-category__item::after{margin-top:calc((1 - 1)*.5em)}.p-contact-intro{margin-bottom:64px}.p-contact-intro__lead{margin-bottom:48px}.p-contact-intro__lead::after,.p-contact-intro__lead::before,.p-contact-means__heading .text::after,.p-contact-means__heading .text::before{content:"";display:table}.p-contact-intro__lead::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-contact-intro__lead::after{margin-top:calc((1 - 1.8)*.5em)}.p-contact-means{display:flex;flex-direction:column;row-gap:32px}.p-contact-means__item{flex:1;border-radius:12px;border:1px solid #d3d5d3;padding:32px 20px}.p-contact-means__heading{display:flex;align-items:center;margin-bottom:24px}.p-contact-means__heading::before{content:"";display:block;position:relative;top:.06em;margin-right:12px;border-radius:50%;background-color:#4aad5a;width:6px;aspect-ratio:1}.p-contact-means__heading .text{font-size:1.0625rem;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.p-contact-means__heading .text::before{margin-bottom:calc((1 - 1.5)*.5em)}.p-contact-means__heading .text::after{margin-top:calc((1 - 1.5)*.5em)}.p-contact-means__desc{letter-spacing:.032rem}.p-contact-completion__text p::after,.p-contact-completion__text p::before,.p-contact-means__desc::after,.p-contact-means__desc::before{content:"";display:table}.p-contact-completion__text p::before,.p-contact-means__desc::before{margin-bottom:calc((1 - 1.8)*.5em)}.p-contact-completion__text p::after,.p-contact-means__desc::after{margin-top:calc((1 - 1.8)*.5em)}.p-contact-form #userCommentWrapper.is-hide{opacity:0;visibility:hidden;pointer-events:none;height:0;animation:anim_hide .3s ease-in forwards}.p-contact-form #userCommentWrapper.is-show{opacity:1;visibility:visible;pointer-events:auto;height:auto;animation:anim_show .3s ease-in forwards}.p-contact-form__item{margin-bottom:40px}.-confirm .p-contact-form__item{margin-bottom:32px;border-bottom:1px solid #d3d5d3;padding-bottom:32px}.-confirm .p-contact-form__item:first-child{padding-top:32px;border-top:1px solid #d3d5d3}.p-contact-form__item.-col{flex-direction:column}.-required .p-contact-form__header::after,.p-contact-form__header{font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.p-contact-form__header{margin-bottom:10px;font-size:.9375rem;vertical-align:middle;line-height:1.6}.-confirm .p-contact-form__header{margin-bottom:15px}.-required .p-contact-form__header::after{display:inline-flex;align-items:center;position:relative;top:-2px;margin-left:12px;border-radius:9px;background-color:#4aad5a;padding:3px 8px 4px;height:18px;color:#fff;font-size:.6875rem;line-height:1;content:"必須"}.p-contact-form__body input[type=email],.p-contact-form__body input[type=text],.p-contact-form__body select,.p-contact-form__body textarea{border-radius:6px;border:1px solid #9fa2a5;background-color:#f7f8f7;padding:12px;width:100%;font-family:"Roboto","Noto Sans JP",sans-serif;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;line-height:1.6;vertical-align:middle}.p-contact-form__body input[type=email],.p-contact-form__body input[type=text]{transition:border-color .3s}.p-contact-form__body input[type=email].is-focus,.p-contact-form__body input[type=text].is-focus,.p-contact-form__body textarea.is-focus{border-color:#4aad5a}.p-contact-form__body input::placeholder{color:rgba(180,182,180,.7)}.p-contact-form__body input[type=checkbox],.p-contact-form__body input[type=radio]{position:relative;margin:0 8px 0 0;top:-1px}.p-contact-form__body select option:first-child,.p-contact-form__body select:invalid{color:rgba(180,182,180,.7)}.p-contact-form__body select option{color:#1f3723}.p-contact-form__body .select-container{position:relative}.p-contact-form__body .select-container::before{position:absolute;top:50%;right:20px;transform:translateY(-50%);border-style:solid;border-width:8px 5px 0;border-color:#9fa2a5 transparent transparent;width:0;height:0;content:""}.p-contact-form__body textarea{transition:border-color .3s;height:260px}.p-contact-form__body textarea::placeholder{color:rgba(159,162,165,.7);font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.p-contact-form__note{margin-top:15px;color:#9fa2a5;font-size:.8125rem;line-height:1.6}.p-contact-form__pref{flex-shrink:0;min-width:220px}.p-contact-form__region{margin-top:15px}.p-contact-form .unit{display:flex;flex-wrap:wrap;align-items:center;list-style:none}.p-contact-form .unit.-row{flex-direction:row;flex-wrap:wrap;align-items:center}.p-contact-form .unit.-col{flex-direction:column;align-items:flex-start}.p-contact-form .unit li{display:inline-flex;align-items:center;position:relative;margin:8px 15px 8px 0;line-height:1}.p-contact-form .unit input[type=radio]{overflow:hidden;white-space:nowrap;appearance:none;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px;border:0;padding:0;width:1px;height:1px}.p-contact-form .unit input[type=radio]+label{flex-shrink:0;position:relative;padding-left:28px;font-size:.875rem;line-height:1;cursor:pointer}.p-contact-form .unit input[type=radio]+label::after,.p-contact-form .unit input[type=radio]+label::before{content:"";display:block;border-radius:50%;line-height:1}.p-contact-form .unit input[type=radio]+label::before{position:absolute;top:0;left:5px;transition:all cubic-bezier(.215,.61,.355,1) .15s;background-color:#f4f6f4;border:1px solid #d3d5d3;width:16px;height:16px}.p-contact-form .unit input[type=radio]+label::after{position:absolute;top:2px;left:7px;transform:scale(0);transition:transform cubic-bezier(.215,.61,.355,1) .15s,color cubic-bezier(.215,.61,.355,1) .15s;opacity:0;background-color:#4aad5a;width:12px;height:12px}.p-contact-form .unit input[type=radio]:checked+label::after{opacity:1;transform:scale(1)}.p-contact-form .unit input[type=checkbox]{overflow:hidden;white-space:nowrap;appearance:none;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;padding:0;width:1px;height:1px}.p-contact-form .unit input[type=checkbox]+label{position:relative;padding-left:28px;font-size:.875rem;line-height:1;cursor:pointer}.p-contact-form .unit input[type=checkbox]+label::before{content:"";display:block;position:absolute;top:0;left:0;transition:all ease-in-out .125s;border:1px solid #d3d5d3;background-color:#f4f6f4;width:16px;height:16px}.p-contact-form .unit input[type=checkbox]+label::after{content:"";display:block;position:absolute;top:9px;left:4px;transform:rotate(-45deg) scaleX(0);transition:transform .125s ease-in-out;transform-origin:left;border-left:2px solid #4aad5a;border-bottom:2px solid #4aad5a;width:12px;height:5px}.p-contact-form .unit input[type=checkbox]:checked+label::after{transform:rotate(-45deg) scaleX(1)}.p-contact-form span.error-message{display:inline-block;position:relative;opacity:1;transition:.3s;margin-top:10px;border-radius:6px;background-color:#e73859;padding:5px 10px 6px;color:#fff;font-size:.75rem;line-height:1.6}.p-contact-form span.error-message::before{position:absolute;top:-6px;left:15px;border-style:solid;border-width:0 4px 6px;border-color:transparent transparent #e73859;width:0;height:0;content:""}.p-contact-approve,.p-contact-form__button{display:grid;place-content:center;margin-top:56px}.p-contact-form__button:is(.p-contact-approve + *){margin-top:40px}.p-contact-approve__label{display:flex;gap:12px;align-items:center;cursor:pointer}.p-contact-approve__checkBoxIcon{position:relative;display:block;width:24px;height:24px;border:1px solid #9fa2a5;border-radius:50%}.p-contact-approve__checkBoxIcon::before{content:"";position:absolute;top:50%;left:50%;width:6px;height:11px;border:2px solid #9fa2a5;border-top:0;border-left:0;transform:translate3d(-40%,-60%,0) rotate(45deg)}.p-contact-approve__checkBox:checked+.p-contact-approve__checkBoxIcon{border:0;background:#4aad5a}.p-contact-approve__checkBox:checked+.p-contact-approve__checkBoxIcon::before{border:2px solid #fff;border-top:0;border-left:0}.c-block-lead p br,.p-contact-approve__checkBox[type=checkbox]{display:none}.p-contact-approve__text{position:relative;top:-.2em;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.p-contact-approve .underLine{position:relative}.p-contact-approve .underLine::after{content:"";position:absolute;left:0;bottom:-2px;transform:scale(1,1);transform-origin:left top;transition:transform .3s;background-color:#9fa2a5;width:100%;height:1px}.p-contact-completion__button{display:grid;place-content:center;margin-top:56px}.loading-screen{position:fixed;z-index:9999;background-color:#edf7ef;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;filter:blur(0);transition:opacity .8s ease,visibility .8s ease,filter .8s ease}.loading-screen.is-hide{opacity:0;visibility:hidden;filter:blur(30px)}.c-container{margin-inline:auto;padding-inline:min(6.4vw,32px)}.c-section{margin-top:104px}.c-section:first-child{margin-top:0}.c-section.-space-sm{margin-top:64px}.c-section.-space-xs{margin-top:48px}.c-section p:not([class])::before{margin-bottom:calc((1 - 1.8)*.5em)}.c-section p:not([class])::after{margin-top:calc((1 - 1.8)*.5em)}.c-block-lead{margin-bottom:56px}.c-block-lead p::after,.c-block-lead p::before{content:"";display:table}.c-block-lead p::before{margin-bottom:calc((1 - 1.8)*.5em)}.c-block-lead p::after{margin-top:calc((1 - 1.8)*.5em)}.c-block-lead p:where(.c-block-lead p + *){margin-top:24px}.c-block-revision{margin-top:48px;text-align:right}.c-block-revision p{line-height:1}.c-block-revision p::after,.c-block-revision p::before,.c-heading-page .en::after,.c-heading-page .en::before{content:"";display:table}.c-block-revision p::before{margin-bottom:calc((1 - 1)*.5em)}.c-block-revision p::after{margin-top:calc((1 - 1)*.5em)}.c-block-revision p:where(.c-block-revision p + *){margin-top:12px}.c-heading-page{display:flex;flex-direction:column;row-gap:24px;position:relative;margin-inline:auto;z-index:10;max-width:1280px}.c-heading-page .en{display:block;color:#4aad5a;font-family:"Outfit",sans-serif;font-size:3rem;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0;line-height:1.1}.c-heading-page .en::before{margin-bottom:calc((.75 - 1.1)*.5em)}.c-heading-page .en::after{margin-top:calc((.75 - 1.1)*.5em)}.c-heading-page .en.-text-sm{font-size:2.75rem}.c-heading-page .en.-text-xs{font-size:2.625rem}.c-heading-page .en.-capitalize{text-transform:capitalize}.c-heading-page .jp{display:inline-flex;align-items:center;position:relative;left:4px;font-family:"Noto Sans JP",sans-serif;font-size:.9375rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;line-height:1}.c-heading-page .jp::before{display:table}.c-heading-page .jp::after{content:"";display:table}.c-heading-page .jp::before{margin-bottom:calc((1 - 1)*.5em)}.c-heading-page .jp::after{margin-top:calc((1 - 1)*.5em)}.c-heading-page .jp::before{content:"";display:block;flex-shrink:0;position:relative;top:1px;margin-right:12px;border-radius:50%;background-color:#4aad5a;width:6px;aspect-ratio:1}.c-heading-section-lv2,.c-heading-section-lv3{display:flex;flex-direction:column;row-gap:30px}.c-heading-page .jp,.c-heading-section-lv2 .en,.c-heading-section-lv2 .jp{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c-heading-section-lv2 .en{color:#4aad5a;font-family:"Outfit",sans-serif;font-size:2.25rem;font-weight:400;letter-spacing:0;line-height:1.2}.c-heading-section-lv2 .en::after,.c-heading-section-lv2 .en::before{content:"";display:table}.c-heading-section-lv2 .en::before{margin-bottom:calc((.75 - 1.2)*.5em)}.c-heading-section-lv2 .en::after{margin-top:calc((.75 - 1.2)*.5em)}.c-heading-section-lv2 .jp{font-family:"Noto Sans JP",sans-serif;font-size:1.125rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.4rem;line-height:1}.c-heading-section-lv2 .jp::after,.c-heading-section-lv2 .jp::before{content:"";display:table}.c-heading-section-lv2 .jp::before{margin-bottom:calc((1 - 1)*.5em)}.c-heading-section-lv2 .jp::after{margin-top:calc((1 - 1)*.5em)}.c-heading-section-lv3{row-gap:20px}.c-heading-section-lv3.-text-sm{row-gap:18px}.c-heading-section-lv3 .en{display:flex;align-items:center;color:#4aad5a;font-family:"Outfit",sans-serif;font-size:1rem;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0;line-height:1}.c-heading-section-lv3 .en::after,.c-heading-section-lv3 .en::before{content:"";display:table}.c-heading-section-lv3 .en::before{margin-bottom:calc((1 - 1)*.5em)}.c-heading-section-lv3 .en::after{margin-top:calc((1 - 1)*.5em)}.-text-sm .c-heading-section-lv3 .en{font-size:.9375rem}.c-heading-donuts,.c-heading-lead,.c-heading-section-lv3 .jp{font-family:"Noto Sans JP",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c-heading-section-lv3 .jp{font-size:1.375rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.4rem;line-height:1.5}.c-heading-lead::after,.c-heading-lead::before,.c-heading-section-lv3 .jp::after,.c-heading-section-lv3 .jp::before{content:"";display:table}.c-heading-section-lv3 .jp::before{margin-bottom:calc((1 - 1.5)*.5em)}.c-heading-section-lv3 .jp::after{margin-top:calc((1 - 1.5)*.5em)}.-small .c-heading-section-lv3 .jp{font-size:1.375rem}.c-heading-section-lv3 .number{padding-right:8px}.c-heading-section-lv3 .icon{position:relative;padding-right:6px}.c-heading-section-lv3 .icon::before{content:"";display:block;position:relative;top:.04em;border-radius:50%;background-color:#4aad5a;width:6px;aspect-ratio:1}.c-heading-donuts,.c-heading-lead{letter-spacing:.05rem;line-height:1.6}.c-heading-lead{font-size:1.375rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1}.c-heading-lead::before{margin-bottom:calc((1 - 1.6)*.5em)}.c-heading-lead::after{margin-top:calc((1 - 1.6)*.5em)}.c-heading-lead.-assort{color:#3ea44e}.c-heading-donuts{display:inline-flex;align-items:first baseline;font-size:1.0625rem}.c-heading-donuts::before{display:table}.c-heading-donuts::after{content:"";display:table}.c-heading-donuts::before{margin-bottom:calc((1 - 1.6)*.5em)}.c-heading-donuts::after{margin-top:calc((1 - 1.6)*.5em)}.c-heading-donuts::before{content:"";flex-shrink:0;display:block;position:relative;margin-right:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHZpZXdCb3g9JzAgMCAxMiAxMic+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwcGF0aCc+PGNpcmNsZSBjeD0nNicgY3k9JzYnIHI9JzYnIHN0eWxlPSdmaWxsOiBub25lOycvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHN0eWxlPSdjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOyc+PHBhdGggZD0nTTYsMHYzYzEuNjU2ODU0MiwwLDMsMS4zNDMxNDU4LDMsM2g2QzE1LDEuMDI5NDM3MSwxMC45NzA1NjI5LTMsNi0zVjBaTTAsNmgzYzAtMS42NTY4NTQyLDEuMzQzMTQ1OC0zLDMtM1YtM0MxLjAyOTQzNjktMy0zLDEuMDI5NDM3MS0zLDZIMFpNNiwxMnYtM2MtMS42NTY4NTQyLDAtMy0xLjM0MzE0NTgtMy0zSC0zYzAsNC45NzA1NjMxLDQuMDI5NDM2OSw5LDksOXYtM1pNMTIsNmgtM2MwLDEuNjU2ODU0Mi0xLjM0MzE0NTgsMy0zLDN2NmM0Ljk3MDU2MjksMCw5LTQuMDI5NDM2OSw5LTloLTNaJyBzdHlsZT0nZmlsbDogIzRhYWQ1YTsnLz48L2c+PC9zdmc+);background-size:12px;background-repeat:no-repeat;background-position:0 0;width:12px;height:12px}.c-card-detail__title,.c-heading-donuts,.c-heading-text,.c-heading-underline{font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1}.c-heading-underline{margin-bottom:24px;border-bottom:1px solid #9fa2a5;padding-bottom:12px;font-family:"Roboto","Noto Sans JP",sans-serif;font-size:1rem;letter-spacing:.08rem;line-height:1.6}.c-heading-underline.-clause,.c-heading-underline.-number{display:flex;align-items:start}.c-heading-underline.-number .number{flex-shrink:0;position:relative;top:-.0425em;margin-right:16px;font-family:"Roboto",sans-serif;font-size:1.125rem}.c-heading-underline.-clause .clause{flex-shrink:0;position:relative;top:-.125em;margin-right:16px;white-space:nowrap}.c-heading-underline.-clause .clause-number{padding:0 .06em;font-family:"Roboto",sans-serif;font-size:1.125rem}.c-card-detail__title,.c-heading-text{letter-spacing:.05rem}.c-heading-text{font-family:"Noto Sans JP",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.c-heading-text::after,.c-heading-text::before{content:"";display:table}.c-heading-text::before{margin-bottom:calc((1 - 1.6)*.5em)}.c-heading-text::after{margin-top:calc((1 - 1.6)*.5em)}.c-heading-text.-text-sm{font-size:.9375rem}.c-card-detail__title{display:flex;align-items:center;border-radius:8px 8px 0 0;background:linear-gradient(255deg,#52b662 10%,#4aad7a 75%);padding:14px 20px;color:#fff;font-size:1rem;line-height:1.5}.c-card-detail__title::after,.c-card-detail__title::before{content:"";display:table}.c-card-detail__title::before{margin-bottom:calc((1 - 1.5)*.5em)}.c-card-detail__title::after{margin-top:calc((1 - 1.5)*.5em)}.c-card-detail__body{display:flex;flex-direction:column;row-gap:32px;border-radius:0 0 8px 8px;background-color:#f4f6f4;padding:24px}.c-card-detail__sectionTitle{margin-bottom:20px;border-bottom:1px solid #4aad5a;padding:0 0 12px 8px;color:#3ea44e;font-size:.9375rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1}.c-card-detail__sectionTitle::after,.c-card-detail__sectionTitle::before,.c-list-definition dd::after,.c-list-definition dd::before,.c-list-definition dt::after,.c-list-definition dt::before{content:"";display:table}.c-card-detail__sectionTitle::before{margin-bottom:calc((1 - 1)*.5em)}.c-card-detail__sectionTitle::after{margin-top:calc((1 - 1)*.5em)}.c-list{display:flex;flex-direction:column;row-gap:6px;list-style:none;padding-left:1.6em}.c-list.-small{row-gap:4px}.c-list-number,.c-list__item{position:relative}.c-list__item::before{content:"";display:block;position:absolute}.c-list.-small .c-list__item{font-size:.8125rem}.c-list.-kerning .c-list__item{font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.c-list.-emphasis .c-list__item{font-weight:500}.c-list.-circle .c-list__item::before{top:.75em;left:-1.4em;border-radius:50%;width:6px;aspect-ratio:1}.c-list.-dash .c-list__item::before{top:.86em;left:-1.4em;width:8px;height:2px}.c-list.-assort .c-list__item{color:#1f3723}.c-list.-assort .c-list__item::before{background-color:#4aad5a}.c-list.-inverse .c-list__item{color:#fff}.c-list.-inverse .c-list__item::before{background-color:#fff}.c-list.-gray .c-list__item{color:#1f3723}.c-list.-gray .c-list__item::before{background-color:#b4b6b4}.c-list-number{display:flex;flex-direction:column;row-gap:6px;list-style:none;counter-reset:list-number;padding-left:1.6em}.c-list-number__item{counter-increment:list-number;margin-left:.66em}.c-list-number-parentheses__item::before,.c-list-number__item::before{position:absolute;margin-top:.1em;font-family:"Roboto","Noto Sans JP",sans-serif}.c-list-number__item::before{content:counter(list-number) ".";left:.24em;color:#9fa2a5;font-weight:600}.c-list-number-parentheses{display:flex;flex-direction:column;row-gap:6px;position:relative;list-style:none;counter-reset:list-number-parentheses;padding-left:1.6em}.c-list-number-parentheses__item{counter-increment:list-number-parentheses;margin-left:1.36em}.c-list-number-parentheses__item::before{content:"（ " counter(list-number-parentheses) " ）";left:-.64em}.c-list-definition{display:grid;grid-template-columns:auto 1fr;gap:12px .6em}.c-list-definition dd,.c-list-definition dt{line-height:1.7}.c-list-definition dd::before,.c-list-definition dt::before{margin-bottom:calc((1 - 1.7)*.5em)}.c-list-definition dd::after,.c-list-definition dt::after{margin-top:calc((1 - 1.7)*.5em)}.c-ruled-line{border-top:1px solid #d3d5d3;font-family:"Roboto","Noto Sans JP",sans-serif;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}.c-ruled-line .-compact{display:flex;flex-wrap:wrap}.c-ruled-line dt{margin-bottom:.8em;padding-top:1.8em;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c-ruled-line--compact dt{margin-bottom:0;border-bottom:1px solid #d3d5d3;padding:2.4em 1em;width:25%;font-weight:500}.c-ruled-line dd{border-bottom:1px solid #d3d5d3;padding-bottom:1.8em}.c-ruled-line--compact dd{padding:2.4em 1em;width:75%}.c-text-lead{margin-bottom:56px}.c-text-lead::after,.c-text-lead::before,.c-text-link a::after,.c-text-link a::before{content:"";display:table}.c-text-lead::before,.c-text-link a::before{margin-bottom:calc((1 - 1.8)*.5em)}.c-text-lead::after,.c-text-link a::after{margin-top:calc((1 - 1.8)*.5em)}.c-text-link{display:flex;position:relative}.c-text-link::before{content:"";display:block;position:relative;top:.28em;margin-right:8px;width:0;height:0;border-style:solid;border-width:4px 0 4px 7px;border-color:transparent transparent transparent #9fa2a5}.c-link-email,.c-text-link a{transition:color .3s,text-decoration .3s;transition:color .3s,text-decoration .3s,-webkit-text-decoration .3s;color:#1f3723;text-decoration:underline}.c-text-link:is(.c-text-link + *){margin-top:16px}.c-link-email::after,.c-link-email::before{content:"";display:table}.c-link-email::before{margin-bottom:calc((1 - 1.8)*.5em)}.c-link-email::after{margin-top:calc((1 - 1.8)*.5em)}.c-link-map{display:inline-flex;align-items:center;position:relative;transition:opacity .3s;margin-left:8px}.c-link-map.-assort{color:#3ea44e}.c-link-map.-inverse{color:#fff}.c-link-map::before{content:"";margin-right:2px;background-size:contain;background-repeat:no-repeat;background-position:0 0;width:10px;height:12px}.c-link-map.-assort::before{color:#3ea44e;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4LjAwMDAwMDInIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCA4LjAwMDAwMDIgMTAnPjxwYXRoIGQ9J00zLjk5OTk5NCw1LjA2MjYxNDljLS40OTA5MzIsMC0uODg4ODg2OS0uNDEyMDk3LS44ODg4ODY5LS45MjA0NzYsMC0uNTA4MzY1Mi4zOTc5NTQ5LS45MjA0NzUuODg4ODg2OS0uOTIwNDc1LjQ5MDkzMzIsMCwuODg4ODg4MS40MTIxMDk5Ljg4ODg4ODEuOTIwNDc1LDAsLjUwODM3OS0uMzk3OTU0OS45MjA0NzYtLjg4ODg4ODEuOTIwNDc2Wk0zLjk5OTk5NCw1Ljk4MzA4OTljLjk4MTgyMDgsMCwxLjc3Nzc3Ni0uODI0MjM4OCwxLjc3Nzc3Ni0xLjg0MDk1MSwwLTEuMDE2NzI4OS0uNzk1OTU1Mi0xLjg0MDk1LTEuNzc3Nzc2LTEuODQwOTUtLjk4MTgzOCwwLTEuNzc3Nzc1LjgyNDIyMTEtMS43Nzc3NzUsMS44NDA5NSwwLDEuMDE2NzEyMi43OTU5MzcxLDEuODQwOTUxLDEuNzc3Nzc1LDEuODQwOTUxWk02LjgyODQzNSw3LjA3MTA5MjhsLTIuODI4NDQwOSwyLjkyODkwNzItMi44Mjg0MjIxLTIuOTI4OTA3MkMtLjM5MDUyNCw1LjQ1MzQ0ODgtLjM5MDUyNCwyLjgzMDgxMiwxLjE3MTU3MiwxLjIxMzIwNTMsMi43MzM2NjY5LS40MDQ0MDE4LDUuMjY2MzA0LS40MDQ0MDE4LDYuODI4NDM1LDEuMjEzMjA1M2MxLjU2MjA4NzEsMS42MTc2MDY2LDEuNTYyMDg3MSw0LjI0MDI0MzQsMCw1Ljg1Nzg4NzVaJyBzdHlsZT0nZmlsbDogIzRhYWQ1YTsnLz48L3N2Zz4=)}.c-link-map.-inverse::before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4LjAwMDAwMDInIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCA4LjAwMDAwMDIgMTAnPjxwYXRoIGQ9J00zLjk5OTk5NCw1LjA2MjYxNDljLS40OTA5MzIsMC0uODg4ODg2OS0uNDEyMDk3LS44ODg4ODY5LS45MjA0NzYsMC0uNTA4MzY1Mi4zOTc5NTQ5LS45MjA0NzUuODg4ODg2OS0uOTIwNDc1LjQ5MDkzMzIsMCwuODg4ODg4MS40MTIxMDk5Ljg4ODg4ODEuOTIwNDc1LDAsLjUwODM3OS0uMzk3OTU0OS45MjA0NzYtLjg4ODg4ODEuOTIwNDc2Wk0zLjk5OTk5NCw1Ljk4MzA4OTljLjk4MTgyMDgsMCwxLjc3Nzc3Ni0uODI0MjM4OCwxLjc3Nzc3Ni0xLjg0MDk1MSwwLTEuMDE2NzI4OS0uNzk1OTU1Mi0xLjg0MDk1LTEuNzc3Nzc2LTEuODQwOTUtLjk4MTgzOCwwLTEuNzc3Nzc1LjgyNDIyMTEtMS43Nzc3NzUsMS44NDA5NSwwLDEuMDE2NzEyMi43OTU5MzcxLDEuODQwOTUxLDEuNzc3Nzc1LDEuODQwOTUxWk02LjgyODQzNSw3LjA3MTA5MjhsLTIuODI4NDQwOSwyLjkyODkwNzItMi44Mjg0MjIxLTIuOTI4OTA3MkMtLjM5MDUyNCw1LjQ1MzQ0ODgtLjM5MDUyNCwyLjgzMDgxMiwxLjE3MTU3MiwxLjIxMzIwNTMsMi43MzM2NjY5LS40MDQ0MDE4LDUuMjY2MzA0LS40MDQ0MDE4LDYuODI4NDM1LDEuMjEzMjA1M2MxLjU2MjA4NzEsMS42MTc2MDY2LDEuNTYyMDg3MSw0LjI0MDI0MzQsMCw1Ljg1Nzg4NzVaJyBzdHlsZT0nZmlsbDogI2ZmZjsnLz48L3N2Zz4=)}.c-button-group{display:flex;flex-direction:column;align-items:center;gap:20px}.-confirm .c-button-group__item.-back{order:2}.c-button-group__item:has(input){text-align:center}.c-button-block{margin-top:56px}.c-button-block.-center{display:grid;place-content:center}.c-button-round{display:grid;grid-template-columns:auto 32px;grid-template-areas:"text button";align-content:center;column-gap:8px;position:relative;z-index:1;overflow:hidden;transition:color .4s;border-radius:28px;border:1px solid #4aad5a;background-color:#4aad5a;padding:12px;min-width:256px;height:56px}.c-button-round .text{grid-area:text;display:flex;justify-content:center;align-items:center;text-decoration:none;padding-left:8px;color:#fff;font-size:.875rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.c-button-round .text::after,.c-button-round .text::before{content:"";display:table}.c-button-round .text::before{margin-bottom:calc((1 - 1)*.5em)}.c-button-round .text::after{margin-top:calc((1 - 1)*.5em)}.c-button-round .icon{grid-area:button;justify-self:end;display:block;transition:background .4s;border-radius:50%;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvc3ZnPg==);background-size:16px 7px;background-repeat:no-repeat;background-position:center;width:32px;height:32px}.c-button-round.-header-cta{border-radius:24px;padding:12px;min-width:220px;height:48px}.c-button-round.-header-cta .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PSc2JyB2aWV3Qm94PScwIDAgMTIgNic+PHBvbHlnb24gcG9pbnRzPScxMiAzIDcuNzAyNTU5OSA2IDcuNzAyNTU5OSAzLjY5ODUwOSAwIDMuNjk4NTA5IDAgMi4yOTkwNTYxIDcuNzAyNTU5OSAyLjI5OTA1NjEgNy43MDI1NTk5IDAgMTIgMycgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:12px 5px;width:24px;height:24px}.c-button-round.-header-cta .text{font-size:.875rem}.c-button-round.-back,.c-button-round.-reset,.c-button-round.-submit{text-align:center;font-size:.875rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.c-button-round.-back,.c-button-round.-reset{transition:background-color .4s,border-color .4s;border-color:#eaecea;background-color:#eaecea}.c-button-round.-submit{appearance:none;outline:0;transition:background-color .4s,color .4s;color:#fff}.c-button-round.-submit[disabled]{opacity:.5}.c-button-text{display:inline-flex;align-items:center;column-gap:16px;position:relative}.c-button-text .text,.c-pagination{display:flex;justify-content:center;align-items:center}.c-button-text .text{flex:1;text-decoration:none;color:#1f3723;font-size:.875rem;font-weight:600;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1}.c-button-text .text::after,.c-button-text .text::before{content:"";display:table}.c-button-text .text::before{margin-bottom:calc((1 - 1)*.5em)}.c-button-text .text::after{margin-top:calc((1 - 1)*.5em)}.c-button-text .icon{flex-shrink:0;display:block;position:relative;top:.03em;transition:background .4s;border-radius:50%;border:1px solid #4aad5a;background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvc3ZnPg==);background-size:16px 7px;background-repeat:no-repeat;background-position:center;width:32px;height:32px}.c-button-text.-external .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDEyIDEwJz48cGF0aCBkPSdNNC40MTQ3NjY4LDZoMy4xNzA0NjY0di0yaC0zLjE3MDQ2NjR2MlpNNC40MTQ3NjY4LDNoNC4xNTY2NjE1djNoMi40NDIzNzQyVjFoLTYuNTk5MDM1N3YyWk0uOTg2MTk2LDloNi41OTkwMzcydi0ySDMuNDI4NTcxdi0zSC45ODYxOTZ2NVpNMTIsN2gtMy40Mjg1NzE3djNIMFYzaDMuNDI4NTcxVjBoOC41NzE0Mjl2N1onIHN0eWxlPSdmaWxsOiAjNGFhZDVhOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7Jy8+PC9zdmc+);background-size:14px 12px}.c-pagination{column-gap:8px;margin-top:64px;width:100%;list-style:none}.c-pagination__item .current,.c-pagination__item a,.c-previous-link__item.-prev a{display:flex;align-items:center;font-family:"Roboto",sans-serif;font-weight:500;letter-spacing:.02em;line-height:1;text-decoration:none}.c-pagination__item .current,.c-pagination__item a{justify-content:center;aspect-ratio:1;width:36px;color:#4aad5a;font-size:.875rem}.c-pagination__item a{transition:opacity .3s;opacity:1;background-color:#fff}.c-pagination__item a::after,.c-previous-link__item.-prev a::before{content:"";background-size:contain;background-repeat:no-repeat;background-position:0 0}.c-pagination__item .current{border:1px solid #4aad5a;border-radius:50%}.c-pagination__item .first::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgdmlld0JveD0nMCAwIDEwLjQgOS43Jz48ZGVmcz48c3R5bGU+IC5zdDAgeyBmaWxsOiAjNGFhZDVhOyB9IDwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSdzdDAnIGQ9J00uMSw1Yy0uMSwwLS4xLS4yLDAtLjNMNC43LDBzLjEsMCwuMi4xbC40LjRjMCwuMSwwLC4yLDAsLjNMMS40LDQuOHMwLDAsMCwuMmwzLjksNGMwLC4xLDAsLjIsMCwuM2wtLjQuNGMwLC4xLS4yLjEtLjMsMEwuMSw1WicvPjxwYXRoIGNsYXNzPSdzdDAnIGQ9J001LjEsNWMwLDAsMC0uMiwwLS4zTDkuNywwYy4xLDAsLjIsMCwuMy4xbC40LjRjLjEuMS4xLjIsMCwuM2wtMy45LDRjMCwwLDAsMCwwLC4ybDMuOSw0Yy4xLjEuMS4yLDAsLjNsLS40LjRjLS4xLjEtLjIuMS0uMywwbC00LjYtNC43WicvPjwvc3ZnPg==);width:12px;height:11px}.c-pagination__item .prev::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgdmlld0JveD0nMCAwIDUuNSA5LjcnPjxkZWZzPjxzdHlsZT4gLnN0MCB7IGZpbGw6ICM0YWFkNWE7IH0gPC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9J3N0MCcgZD0nTTQuNyw5LjdjMCwuMS4yLjEuMywwbC40LS40YzAtLjEsMC0uMywwLS4zTDEuNCw1Yy0uMSwwLS4xLS4yLDAtLjNMNS40LjdjMC0uMSwwLS4yLDAtLjNsLS40LS4zYzAtLjEtLjItLjEtLjMsMEwuMSw0LjdjLS4xLjEtLjEuMiwwLC4zbDQuNiw0LjdaJy8+PC9zdmc+);width:6px;height:11px}.c-pagination__item .next::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgdmlld0JveD0nMCAwIDUuNSA5LjcnPjxkZWZzPjxzdHlsZT4gLnN0MCB7IGZpbGw6ICM0YWFkNWE7IH0gPC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9J3N0MCcgZD0nTS44LjFjLS4xLS4xLS4yLS4xLS4zLDBMLjEuNWMtLjEuMS0uMS4yLDAsLjNsNCw0czAsMCwwLC4yTDAsOXMwLC4yLjEuM2wuNC40Yy4xLjEuMi4xLjMsMGw0LjYtNC43YzAsMCwwLS4yLDAtLjNMLjguMVonLz48L3N2Zz4=);width:6px;height:11px}.c-pagination__item .last::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZlcnNpb249JzEuMScgdmlld0JveD0nMCAwIDEwLjQgOS43Jz48ZGVmcz48c3R5bGU+IC5zdDAgeyBmaWxsOiAjNGFhZDVhOyB9IDwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSdzdDAnIGQ9J00xMC40LDQuN2MuMSwwLC4xLjIsMCwuM2wtNC42LDQuN2MwLC4xLS4yLjEtLjMsMGwtLjQtLjR2LS4zbDMuOS00Yy4xLDAsLjEtLjIsMC0uM0w1LjEuN2MwLS4xLDAtLjIsMC0uM0w1LjUsMGMwLDAsLjMsMCwuMy4xbDQuNiw0LjZaJy8+PHBhdGggY2xhc3M9J3N0MCcgZD0nTTUuMyw0LjdjMCwwLDAsLjIsMCwuM0wuNyw5LjdjLS4xLjEtLjIuMS0uMywwbC0uMy0uNGMtLjEtLjEtLjEtLjMsMC0uM2wzLjktNGMwLDAsMC0uMiwwLS4zTDAsLjdzMCwwLC4xLS4yTC41LDBjMCwwLC4yLDAsLjIsMGw0LjYsNC42WicvPjwvc3ZnPg==);width:12px;height:11px}.c-previous-link{display:flex;align-items:center;margin:80px auto 0;width:96%;min-width:280px;max-width:860px}.c-previous-link__item{flex:1}.c-previous-link__item.-prev a{position:relative;color:#1f3723;font-size:.8125rem}.c-previous-link__item.-prev a::before{margin-right:10px;background-image:url(../images/common/arrow_prev.svg);width:28px;height:6px}.c-previous-link__item.-archive a,.c-previous-link__item.-next a{display:flex;justify-content:center;align-items:center;position:relative}.c-previous-link__item.-archive a::before,.c-previous-link__item.-next a::after{content:"";background-image:url(../images/common/archive_icon.svg);background-size:contain;background-repeat:no-repeat;background-position:0 0;width:12px;height:12px}.c-previous-link__item.-next a{justify-content:flex-end;color:#1f3723;font-family:"Roboto",sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.02em;line-height:1;text-decoration:none}.c-previous-link__item.-next a::after{margin-left:10px;background-image:url(../images/common/arrow_next.svg);width:28px;height:6px}.c-note-articles{overflow:hidden}.c-note-articles:nth-of-type(2){margin-top:72px}.c-note-articles__header{margin-bottom:24px;padding-inline:min(6.4vw,32px)}.c-note-articles__heading{margin-bottom:48px}.c-note-articles__button{text-align:right}.c-note-articles__body{overflow:hidden;padding:0 24px}.c-carousel-note{position:relative;overflow:visible}.c-carousel-note__image{display:block;border-radius:8px;overflow:hidden}.c-carousel-note__image.-noImage{border:1px solid #d3d5d3}.c-carousel-note__summary{margin-top:24px}.c-carousel-note__summary::after{content:"";position:absolute;right:0;bottom:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0Jz48cGF0aCBkPSdNOC4yMjA3ODEzLDguMzA0MDM1MmMxLjQ1OTE5OTksMCwzLjQ1NjAwMDMtLjA3NjgwMDMsNC44ODYzOTkzLS4wMzg0MDA3LDEuOTIwMDAxLjA0ODAwMDMsMi42NDk2MDEuODgzMjAwNiwyLjY2ODgwMTMsMi45NTY4MDA1LjAyODc5OTEsMS4xNzExOTk4LDAsNC41MjE1OTk4LDAsNC41MjE1OTk4aC0yLjA4MzIwMDVjMC0yLjkzNzYwMDEuMDA5NTk5Ny0zLjQxNzU5OTcsMC00LjMzOTItLjAyODgtLjgxNi0uMjU5MTk5MS0xLjE5OTk5OTgtLjg4MzE5OTctMS4yNzY4MDAyLS42NjI0MDAyLS4wNzY3OTk0LTIuNTE1MTk5Ny0uMDA5NTk5Ny0yLjUxNTE5OTctLjAwOTU5OTd2NS42MjU1OTk5aC0yLjA4MzIwMDV2LTcuNDM5OTk5NmguMDA5NTk5N1onIHN0eWxlPSdmaWxsOiAjMWYzNzIzOycvPjxwYXRoIGQ9J00xMiwuOTU5OTk5MUM1LjkxMzU5OS45NTk5OTkxLjk2LDUuOTEzNTk5Ljk2LDEyczQuOTUzNTk5LDExLjAzOTk5OSwxMS4wNCwxMS4wMzk5OTksMTEuMDM5OTk5LTQuOTUzNTk5OSwxMS4wMzk5OTktMTEuMDM5OTk5UzE4LjA4NjM5OTEuOTU5OTk5MSwxMiwuOTU5OTk5MVpNMTIsMjRDNS4zODU2MDAxLDI0LDAsMTguNjE0Mzk5LDAsMTJTNS4zODU2MDAxLDAsMTIsMHMxMiw1LjM4NTYwMSwxMiwxMi01LjM4NTYwMSwxMi0xMiwxMlonIHN0eWxlPSdmaWxsOiAjMWYzNzIzOycvPjwvc3ZnPg==);background-size:24px;background-repeat:no-repeat;background-position:0 0;width:24px;height:24px}.c-carousel-note__heading{transition:color .3s;font-family:"Roboto","Noto Sans JP",sans-serif;font-size:.875rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1.5}.c-carousel-note__heading::after,.c-carousel-note__heading::before{content:"";display:table}.c-carousel-note__heading::before{margin-bottom:calc((1 - 1.5)*.5em)}.c-carousel-note__heading::after{margin-top:calc((1 - 1.5)*.5em)}.c-carousel-note__date{margin-top:24px;color:#b4b6b4;font-family:"Roboto",sans-serif;font-size:.8125rem;line-height:1.2}.c-carousel-note__date::after,.c-carousel-note__date::before{content:"";display:table}.c-carousel-note__date::before{margin-bottom:calc((.75 - 1.2)*.5em)}.c-carousel-note__date::after{margin-top:calc((.75 - 1.2)*.5em)}.c-carousel-voice{position:relative;overflow:visible}.c-carousel-voice__item{border-radius:8px;background-color:#fff}.c-carousel-voice__image{display:grid;place-content:center;position:relative;width:100%;height:152px}.c-carousel-voice__image img{width:180px;height:100px}.c-carousel-voice__summary{position:relative;padding:0 20px 40px}.c-carousel-voice__summary::before{content:"";display:block;margin-bottom:32px;background-color:#d3d5d3;width:100%;height:1px}.c-carousel-voice__name{margin-bottom:32px;color:#9fa2a5;font-size:.875rem;font-weight:500;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.05rem;line-height:1.5}.c-carousel-voice__name::after,.c-carousel-voice__name::before{content:"";display:table}.c-carousel-voice__name::before{margin-bottom:calc((1 - 1.5)*.5em)}.c-carousel-voice__name::after{margin-top:calc((1 - 1.5)*.5em)}.c-carousel-voice__message{font-size:.875rem;line-height:1.6}.c-carousel-voice__message::after,.c-carousel-voice__message::before{content:"";display:table}.c-carousel-voice__message::before{margin-bottom:calc((1 - 1.6)*.5em)}.c-carousel-voice__message::after{margin-top:calc((1 - 1.6)*.5em)}.is-static-carousel .swiper-wrapper{column-gap:32px}.c-carousel-note__item.swiper-slide,.c-carousel-voice__item.swiper-slide{width:288px;height:auto}.swiper-indicator{margin-top:40px}.c-carousel-voice.is-static-carousel .swiper-indicator,.is-static-carousel .swiper-indicator{display:none}.swiper-pagination{grid-area:pagination;display:flex;padding:4px 0;justify-content:center}.swiper-pagination-bullet{position:relative;border:0;width:100%;height:2px;background:#eaecea;cursor:pointer;outline:0}.swiper-pagination-bullet::after{content:"";position:absolute;top:-4px;right:0;bottom:0;left:0;z-index:1;background-color:transparent;pointer-events:auto;height:8px}.swiper-pagination-bullet-active{background:#4aad5a}.swiper-button-next,.swiper-button-prev{display:none}.c-carousel-voice .swiper-button-prev:hover{background-color:#4aad5a;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMjIgOCc+PHBvbHlnb24gcG9pbnRzPScyMiA0IDE1LjcxNjAyMzQgMCAxNS43MTYwMjM0IDMuMTk5OTk5OCAwIDMuMTk5OTk5OCAwIDQuOCAxNS43MTYwMjM0IDQuOCAxNS43MTYwMjM0IDggMjIgNCcgc3R5bGU9J2ZpbGw6ICNmZmY7Jy8+PC9zdmc+)}.swiper-button-next.swiper-button-disabled::before,.swiper-button-prev.swiper-button-disabled::before{opacity:.6}.c-signboard{display:grid;place-content:center;border-radius:8px;border:1px solid #d3d5d3;background-color:#fff;aspect-ratio:600/380;padding:0 40px}.c-signboard .logo{display:block;aspect-ratio:360/135;width:min(57.6vw,320px);height:auto}.reveal-elem.-fade-in{opacity:0;transform:translateY(20px);transition:1s}.reveal-elem.-fade-in.is-show{transform:translateY(0);opacity:1}.reveal-elem.-left-to-right,.reveal-elem.-top-to-bottom{position:relative;overflow:hidden;z-index:0}.reveal-elem.-left-to-right::before,.reveal-elem.-top-to-bottom::before{content:"";display:block;position:absolute;top:0;left:0;z-index:5;transition:left .8s ease-out;background-color:#fff;width:100%;height:100%}.reveal-elem.-left-to-right.is-show::before{left:100%}.p-service-voice .reveal-elem.-left-to-right::before{background-color:#f4f6f4}.reveal-elem.-top-to-bottom::before{transition:top .8s ease-in}.reveal-elem.-top-to-bottom.is-show::before{top:100%}.reveal-elem.-back-to-front{position:relative;transform:scale(0);transition:transform .5s;z-index:0}.reveal-elem.-back-to-front.is-show{transform:scale(1)}.u-mtn{margin-top:none}.u-mt-xs{margin-top:20px}.u-mt-sm{margin-top:24px}.u-mt-md{margin-top:32px}.u-mt-lg{margin-top:56px}.u-mt-xl{margin-top:72px}.u-mbn{margin-bottom:none}.u-mb-xs{margin-bottom:20px}.u-mb-sm{margin-bottom:24px}.u-mb-md{margin-bottom:32px}.u-mb-lg{margin-bottom:56px}.u-mb-xl{margin-bottom:72px}.u-space-block-sm{margin-block:20px;margin-left:1em}.u-space-block-md{margin-block:32px;margin-left:1.25em}.u-space-block-lg{margin-block:40px;margin-left:1.75em}.u-asterisk{padding-left:1em;text-indent:-1em}.u-acr,.u-asterisk{display:inline-block}.u-lf::after{content:"\a";white-space:pre}.u-external::after{display:inline-block;margin-left:5px;font-family:"Font Awesome 5 Pro";font-size:.875rem;font-weight:400;content:"\f360"}.u-stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:transparent;pointer-events:auto;content:""}.u-cta-tel{pointer-events:auto;text-decoration:underline}.u-parentheses-indent{margin-bottom:24px;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.08rem}@media screen and (min-width:600px){.l-header__logo{width:132px}.l-header-nav__content{padding:180px min(5.333vw,40px) 0}.l-header-nav__cta{border-radius:16px 16px 0 0;height:180px}.l-header-nav__cta a{padding:0 40px;font-size:1.0625rem}.l-header-nav-menu.-sub{margin-top:48px}.l-header-nav-menu__item a{padding:32px 0;font-size:1rem}.-sub .l-header-nav-menu__item a{padding:20px 0;font-size:.875rem}.l-header-nav-menu__item a.external::after{width:14px;height:12px}.l-footer-nav-menu__item a{padding:32px 0}.-sub .l-footer-nav-menu__item a{font-size:.875rem}.l-main{padding-bottom:152px}.-home .l-main{border-radius:32px 32px 0 0;padding-top:96px}.-about .l-main{padding-bottom:80px}.l-main__header{padding:152px min(5.333vw,40px) 132px}.l-main__body{border-radius:32px 32px 0 0;padding-top:96px}.l-footer{padding-left:min(5.333vw,40px)}.l-footer-cta a{display:flex;align-items:center;column-gap:40px;padding:72px min(5.333vw,40px)}.l-footer-cta a::after{content:"";display:block;flex-shrink:0;margin-left:auto;border:1px solid #fff;border-radius:50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNicgaGVpZ2h0PSc5JyB2aWV3Qm94PScwIDAgMjYgOSc+PHBvbHlnb24gcG9pbnRzPScyNiA0LjUgMTguNzE3MTg0MSAwIDE4LjcxNzE4NDEgMy41OTk5OTk5IDAgMy41OTk5OTk5IDAgNS40MDAwMDAxIDE4LjcxNzE4NDEgNS40MDAwMDAxIDE4LjcxNzE4NDEgOSAyNiA0LjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==);background-size:26px 9px;background-repeat:no-repeat;background-position:center;width:56px;height:56px}.l-footer-cta__heading{font-size:2.5rem}.c-ruled-line dd br,.l-footer-cta__heading::after,.p-home-visual-fv__tagline br{display:none}.l-footer-cta__desc{font-size:.9375rem}.l-footer-content{padding:72px min(5.333vw,40px) 80px}.l-footer-company__name{margin-bottom:32px}.l-footer-company__address{font-size:.875rem}.l-footer-business{margin-top:48px}.l-footer-business__heading{margin-bottom:24px}.p-home-visual__content{padding:0 min(5.333vw,40px) 160px}.p-home-visual-fv{place-items:center}.p-home-visual-fv__tagline{padding-left:0}.p-home-visual__message .text:is(.p-home-visual__message .text + *){margin-top:48px}.p-home-visual__scroll-down{right:min(5vw,36px)}.p-home-service__header{padding-inline:min(5.333vw,40px)}.p-home-service__desc{margin-top:72px}.p-home-service__infographic{padding-inline:min(5.333vw,40px)}.p-home-service__infographic img{border-radius:12px}.-structure .p-home-service__infographic img{aspect-ratio:1280/900}.-bpaas .p-home-service__infographic img{aspect-ratio:1280/560}.p-home-service__caption{padding-inline:0}.p-home-service-summary,.p-home-service__button{margin-top:72px}.p-home-about{margin:120px min(5.333vw,40px) 0;border-radius:12px;padding:104px min(5.333vw,40px)}.p-home-about__header{margin-bottom:72px}.p-home-about__button{margin-top:72px}.p-home-about__image{margin-bottom:80px}.p-home-news{margin-top:120px;padding-inline:min(5.333vw,40px)}.p-home-news__header,.p-home-news__heading{margin-bottom:32px}.p-home-note-articles{margin-top:120px}.p-home-note-articles__header{margin-bottom:72px}.p-home-note-articles__header img{width:136px}.p-home-knowledge:nth-of-type(2){margin-top:80px}.p-home-knowledge__header{margin-bottom:32px;padding-inline:min(5.333vw,40px)}.p-home-knowledge__heading{margin-bottom:32px}.p-home-knowledge__body{padding:0 30px}.p-service-intro__header{margin-bottom:72px}.p-service-intro__image{width:100%}.p-service-features{margin-top:120px}.p-service-features__header{margin-bottom:72px}.p-service-features-gist__image{margin-top:48px;width:100%}.p-service-features-gist__list{margin-top:40px}.p-service-features-infographic{padding-inline:min(5.333vw,40px)}.p-service-features-infographic img{border-radius:12px;aspect-ratio:1280/900}.p-service-features-infographic__caption{padding-inline:0}.p-service-features-brand,.p-service-features-details{margin-top:72px}.p-service-features-mission__item{display:grid;grid-template-columns:104px 1fr;grid-template-rows:auto;grid-template-areas:"badge content";align-items:center;column-gap:24px}.p-service-features-mission__content{grid-area:content;margin-top:0}.p-service-features-mission__title{text-align:left}.p-service-process{margin-top:120px;padding:104px min(5.333vw,40px) 132px}.p-service-process__header{margin-bottom:84px}.p-service-process-chart__term{margin-bottom:48px}.p-service-process-chart__content{padding:32px 26px}.p-service-fees{margin-top:120px;padding-inline:min(5.333vw,40px)}.p-service-fees__header{margin-bottom:72px}.p-service-fees-block{margin-top:56px}.p-service-fees-block__infographic img{border-radius:12px;aspect-ratio:860/560}.p-service-voice{margin-top:120px;padding:104px min(5.333vw,40px)}.p-service-voice__header{margin-bottom:72px}.p-service-faq{margin-top:120px;padding-inline:min(5.333vw,40px)}.p-service-faq__header{margin-bottom:72px}.p-service-faq-list__ques{padding:32px 78px 32px 52px;font-size:.9375rem}.p-service-faq-list__ques::before{left:16px;font-size:1.5rem}.p-service-faq-list__ques::after{top:30px;right:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNCcgaGVpZ2h0PScxNCcgdmlld0JveD0nMCAwIDE0IDE0Jz48cG9seWdvbiBwb2ludHM9JzE0IDYuMTAwMDM2NiA3Ljg5OTk2MzQgNi4xMDAwMzY2IDcuODk5OTYzNCAwIDYuMDk5OTc1NiAwIDYuMDk5OTc1NiA2LjEwMDAzNjYgMCA2LjEwMDAzNjYgMCA3LjkwMDAyNDQgNi4wOTk5NzU2IDcuOTAwMDI0NCA2LjA5OTk3NTYgMTQgNy44OTk5NjM0IDE0IDcuODk5OTYzNCA3LjkwMDAyNDQgMTQgNy45MDAwMjQ0IDE0IDYuMTAwMDM2Nicgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:14px 14px;width:32px;height:32px}.p-service-faq-list__ques.is-active::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxLjYnIHZpZXdCb3g9JzAgMCAxMiAxLjYnPjxyZWN0IHdpZHRoPScxMicgaGVpZ2h0PScxLjYnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvc3ZnPg==);background-size:14px 1.8px}.p-service-faq-list__ans{padding:0 78px 32px 52px}.p-service-faq-list__ans::before{left:16px;font-size:1.5rem}.p-news-list__item a{padding:32px 80px 32px 0}.p-news-list__item a::after,.p-recruit-job-list__icon::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvc3ZnPg==);background-size:16px 7px;width:32px;height:32px}.p-news-article__heading{font-size:1.25rem}.p-about-commitment__header{margin-bottom:72px}.p-about-commitment__desc br,.p-about-message__desc br,.p-recruit-business__desc br,.p-recruit-environment__desc br,.p-recruit-intro__desc br,.p-recruit-job__announce br{display:block}.p-about-commitment__image{width:100%}.p-about-guidelines{margin-top:72px;border-radius:12px;border:1px solid #4aad5a;padding:56px 24px}.p-about-guidelines__header{text-align:center}.p-about-guidelines__body{margin-inline:auto;max-width:490px}.p-about-separator-image{margin-top:120px;background-position:left -144px bottom 0;padding-top:58.6666666667%}.p-about-message{margin-top:120px}.p-about-message__header{margin-bottom:72px}.p-about-message__desc{padding-inline:min(5.333vw,40px)}.p-about-message__image{margin:72px auto 0 0;width:calc(100% - min(5.333vw,40px))}.p-about-message__image img{border-radius:0 12px 12px 0}.p-about-overview{margin-top:120px}.p-about-overview__header{margin-bottom:72px}.p-about-overview__map{margin-top:64px;border-radius:12px}.p-about-recruit{margin-top:120px;padding-inline:0 min(5.333vw,40px)}.p-about-recruit__inner{padding:72px min(5.333vw,40px)}.p-about-recruit__heading .en{font-size:2.875rem}.p-about-recruit__heading .jp{font-size:1.375rem}.p-about-recruit__desc{margin-top:40px}.p-about-recruit__image img{border-radius:12px}.p-recruit-intro__desc{padding-inline:min(5.333vw,40px)}.p-recruit-intro__image{margin:72px auto 0 0;width:calc(100% - min(26.667vw,200px))}.p-recruit-intro__image img{border-radius:0 12px 12px 0}.p-recruit-intro__caption{margin:24px 0 0 min(5.333vw,40px)}.p-recruit-business{margin-top:120px}.p-recruit-business__header{margin-bottom:72px}.p-recruit-business__image img{border-radius:12px}.p-recruit-business__summary{margin-top:64px}.p-recruit-environment{margin-top:120px}.p-recruit-environment__header{margin-bottom:72px}.p-recruit-job{margin-top:120px}.p-recruit-job__header{margin-bottom:72px}.p-recruit-job-list__icon{padding-left:48px}.p-recruit-job-list__icon::after{width:28px;height:28px}.p-recruit-job-category__item{padding:6px 12px 7px;font-size:.8125rem}.p-contact-intro{margin-bottom:72px}.p-contact-intro__lead{margin-bottom:56px}.p-contact-form__region{margin-top:20px}.c-container{padding-inline:min(5.333vw,40px)}.c-section{margin-top:120px}.c-section.-space-sm{margin-top:72px}.c-block-revision,.c-section.-space-xs{margin-top:56px}.c-heading-page .en,.c-heading-page .en.-text-sm,.c-heading-page .en.-text-xs{font-size:3.125rem}.c-heading-section-lv2 .en{font-size:2.5rem}.c-heading-section-lv2 .jp{font-size:1.25rem}.c-heading-lead,.c-heading-section-lv3 .jp{font-size:1.5rem}.c-heading-donuts{font-size:1.125rem}.c-list,.c-list-number,.c-list-number-parentheses{row-gap:8px}.c-list.-small{row-gap:6px}.c-list.-small .c-list__item{font-size:.875rem}.c-ruled-line{display:flex;flex-wrap:wrap}.c-ruled-line dt{display:flex;align-items:center;margin-bottom:0;border-bottom:1px solid #d3d5d3;padding:2.4em 1em;width:28%}.c-ruled-line dd{padding:2.4em 1em;width:72%;align-content:center}.c-button-group{display:inline-flex;flex-direction:row}.c-button-group__item{flex:1}.c-button-group__item.-reset{order:-1}.-confirm .c-button-group__item.-back{order:0}.c-pagination{margin-top:72x}.c-pagination__item .current,.c-pagination__item a{width:38px}.c-note-articles:nth-of-type(2){margin-top:80px}.c-note-articles__header{margin-bottom:32px;padding-inline:min(5.333vw,40px)}.c-note-articles__heading{margin-bottom:32px}.c-note-articles__body{padding:0 30px}.c-carousel-voice__item{border-radius:12px}.c-carousel-voice__item.swiper-slide{width:320px}.c-carousel-note__item.swiper-slide{width:296px}.swiper-indicator{margin-top:48px}.c-signboard{aspect-ratio:600/350;border-radius:12px;padding:0 80px}.c-signboard .logo{width:min(53.333vw,360px)}}@media screen and (min-width:600px) and (min-width:960px){.c-ruled-line dd br{display:block}}@media screen and (min-width:768px){body{font-size:.9375rem}.l-header{padding:32px min(3.125vw,32px)}.l-header__logo{width:146px}.l-header-nav-toggle{width:52px;height:52px}.l-header-nav-toggle span,.l-header-nav-toggle::after,.l-header-nav-toggle::before{width:22px}.l-header-nav__content{padding:200px min(5.208vw,48px) 0}.l-header-nav__cta{border-radius:24px 24px 0 0;height:224px}.l-header-nav__cta a{padding:0 48px;font-size:1.125rem}.l-header-nav__cta a::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNicgaGVpZ2h0PSc5JyB2aWV3Qm94PScwIDAgMjYgOSc+PHBvbHlnb24gcG9pbnRzPScyNiA0LjUgMTguNzE3MTg0MSAwIDE4LjcxNzE4NDEgMy41OTk5OTk5IDAgMy41OTk5OTk5IDAgNS40MDAwMDAxIDE4LjcxNzE4NDEgNS40MDAwMDAxIDE4LjcxNzE4NDEgOSAyNiA0LjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==);background-size:26px 9px;width:56px;height:56px}.l-header-nav-menu.-sub{margin-top:56px}.l-header-nav-menu__item a{font-size:1.0625rem}.l-header-nav-menu__item a.external::after{width:15px;height:13px}.l-main{padding-bottom:168px}.-home .l-main{margin-top:-60px;border-radius:40px 40px 0 0;padding-top:112px}.-about .l-main{padding-bottom:96px}.l-main__header{background:linear-gradient(164deg,#fff 30%,rgba(255,255,255,0) 76%),linear-gradient(220deg,rgba(82,205,101,.6) 30%,rgba(96,190,150,.6) 80%);padding:168px min(5.208vw,48px) 148px}.l-main__body{margin-top:-60px;border-radius:40px 40px 0 0;padding-top:112px}.l-footer{padding-left:min(5.208vw,48px)}.l-footer-cta a{padding:80px min(5.208vw,48px);column-gap:56px}.l-footer-cta a::after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczNicgaGVpZ2h0PScxMScgdmlld0JveD0nMCAwIDM2IDExJz48cG9seWdvbiBwb2ludHM9JzM2IDUuNSAyNy43NDIyMzMzIDAgMjcuNzQyMjMzMyA0LjQwMDAwMDEgMCA0LjQwMDAwMDEgMCA2LjU5OTk5OSAyNy43NDIyMzMzIDYuNTk5OTk5IDI3Ljc0MjIzMzMgMTEgMzYgNS41JyBzdHlsZT0nZmlsbDogI2ZmZjsnLz48L3N2Zz4=);background-size:36px 11px;width:72px;height:72px}.l-footer-cta__heading{margin-bottom:40px;font-size:2.875rem}.l-footer-cta__desc{font-size:1rem}.l-footer-content{padding:80px min(5.208vw,48px) 88px}.-contact .l-footer-content,.l-footer-cta a{border-radius:40px 0 0 0}.l-footer-sns{margin-top:56px}.p-home-visual__content{padding:0 min(5.208vw,48px) 180px}.p-home-visual-fv__tagline{margin-top:80px;font-size:2.375rem}.p-home-visual__message{text-align:center}.p-home-visual__message .text:is(.p-home-visual__message .text + *){margin-top:56px}.c-block-lead p br,.p-home-service__desc br,.p-home-visual__message br,.p-service-features-gist__desc br{display:block}.p-home-visual__scroll-down{bottom:40px;right:min(4.688vw,40px);font-size:.875rem}.p-home-service__header{padding-inline:min(5.208vw,48px)}.p-home-service__desc{margin-top:80px}.p-home-service__infographic{margin-top:64px;padding-inline:min(5.208vw,48px)}.p-home-service__infographic img,.p-service-features-infographic img,.p-service-fees-block__infographic img{border-radius:16px}.p-home-service__caption{margin:32px 0 0 auto}.p-home-service-summary,.p-home-service__button{margin-top:80px}.p-home-about{margin:136px min(5.208vw,48px) 0;border-radius:16px;padding:104px min(5.208vw,48px)}.p-home-about__header{margin-bottom:80px}.p-home-about__button{margin-top:80px}.p-home-about__image{max-width:480px}.p-home-news{padding-inline:min(5.208vw,48px)}.p-home-news,.p-home-note-articles{margin-top:144px}.p-home-note-articles__header{margin-bottom:80px}.p-home-knowledge:nth-of-type(2){margin-top:88px}.p-home-knowledge__header{padding-inline:min(5.208vw,48px)}.p-home-knowledge__body{padding:0 36px}.p-service-intro__header{margin-bottom:80px}.p-service-intro__image{margin-top:56px;max-width:480px}.p-service-features{margin-top:144px}.p-service-features__header{margin-bottom:39px}.p-service-features-infographic{margin-top:64px;padding-inline:min(5.208vw,48px)}.p-service-features-infographic__caption{margin:32px 0 0 auto}.p-service-features-details{margin-top:80px}.p-service-features-details__note{margin-top:32px;font-size:.875rem}.p-service-features-brand{margin-top:80px}.p-service-features-mission{margin-top:56px;margin-inline:auto;max-width:820px}.p-service-features-mission__item{column-gap:32px}.p-service-features-mission__badge{grid-area:badge}.p-service-features-mission__title{font-size:1.0625rem}.p-service-process{margin-top:136px;padding:130px min(5.208vw,48px) 170px}.p-service-process__header{margin-bottom:92px}.p-service-process__desc br:nth-of-type(1){display:block}.p-service-process-chart::before{width:4px}.p-service-process-chart::after{left:-6px;bottom:-50px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc1MCcgdmlld0JveD0nMCAwIDE2IDUwJz48cmVjdCB4PSc2JyB5PSc0Nicgd2lkdGg9JzQnIGhlaWdodD0nNCcgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PHJlY3QgeD0nNicgeT0nMzgnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjxyZWN0IHg9JzYnIHk9JzMwJyB3aWR0aD0nNCcgaGVpZ2h0PSc0JyBzdHlsZT0nZmlsbDogIzRhYWQ1YTsnLz48cmVjdCB4PSc2JyB5PScyMicgd2lkdGg9JzQnIGhlaWdodD0nNCcgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PHJlY3QgeD0nNicgeT0nMTQnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjxwb2x5Z29uIHBvaW50cz0nOCAxMCAxNiAwIDAgMCA4IDEwJyBzdHlsZT0nZmlsbDogIzRhYWQ1YTsnLz48L3N2Zz4=);background-size:16px 50px;width:16px;height:50px}.p-service-process-chart__inner{padding-left:32px}.p-service-process-chart__term{margin-bottom:56px}.p-service-process-chart__heading{left:-44px;margin-bottom:32px}.p-service-process-chart__heading .text{font-size:1.25rem}.p-service-process-chart__heading .text::before{top:.08em;margin-right:24px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDIwIDIwJz48Y2lyY2xlIGN4PScxMCcgY3k9JzEwJyByPScxMCcgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PGNpcmNsZSBjeD0nMTAnIGN5PScxMCcgcj0nNScgc3R5bGU9J2ZpbGw6ICM4YWRiOTY7Jy8+PC9zdmc+);background-size:20px;width:20px;height:20px}.p-service-process-chart__content{padding:36px 30px}.p-service-fees{margin-top:144px;padding-inline:min(5.208vw,48px)}.p-service-fees__header{margin-bottom:80px}.p-service-fees-block{margin-top:64px}.p-service-fees-block__header{margin-bottom:24px}.p-service-voice{margin-top:136px;padding:120px min(5.208vw,48px)}.p-service-voice__header{margin-bottom:80px}.p-service-faq{margin-top:144px;padding-inline:min(5.208vw,48px)}.p-service-faq__header{margin-bottom:80px}.p-service-faq-list__ques{padding:32px 96px 32px 66px;font-size:1rem}.p-service-faq-list__ques::before{left:24px;font-size:1.625rem}.p-news-list__item a::after,.p-service-faq-list__ques::after{right:24px}.p-service-faq-list__ans{padding:0 96px 32px 66px}.p-service-faq-list__ans::before{left:24px;font-size:1.625rem}.p-news-archive__pagination{margin-top:72px}.p-news-list__item a{display:grid;grid-template-rows:auto;grid-template-columns:160px 1fr;grid-template-areas:"date heading";padding:40px 96px 40px 16px}.p-news-list__date{display:flex;align-items:center;grid-area:date;margin-bottom:0;height:100%}.p-news-list__heading{display:block;grid-area:heading}.p-news-article__header{margin-bottom:64px}.p-news-article__heading{font-size:1.375rem;font-weight:500}.p-news-article__footer{margin-top:96px}.p-about-commitment__header{margin-bottom:80px}.p-about-commitment__image{margin-top:56px;max-width:480px}.p-about-guidelines{margin-top:80px}.p-about-guidelines__body{max-width:520px}.p-about-separator-image{margin-top:144px;background-position:center bottom;padding-top:46.875%}.p-about-message{margin-top:144px}.p-about-message__header{margin-bottom:80px}.p-about-message__desc{padding-inline:min(5.208vw,48px)}.p-about-message__author{margin-top:48px}.p-about-message__image{margin:80px auto 0 0;width:calc(100% - min(5.208vw,48px))}.p-about-message__image img{border-radius:0 16px 16px 0}.p-about-overview{margin-top:144px}.p-about-overview__header{margin-bottom:80px}.p-about-overview .c-ruled-line .logo{margin-bottom:12px;width:156px}.p-about-overview__map{margin-top:72px;border-radius:16px;display:-webkit-box;position:relative;padding-top:50%;height:0;overflow:hidden}.p-about-overview__map>iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.p-about-recruit{margin-top:144px;margin-inline:auto;padding-inline:min(5.208vw,48px)}.p-about-recruit__inner{border-radius:32px;border:1px solid #4aad5a;padding:72px min(5.208vw,48px)}.p-about-recruit__heading .en{font-size:3rem}.p-about-recruit__heading .jp{font-size:1.5rem}.p-about-recruit__image{margin-top:56px}.p-about-recruit__image img,.p-recruit-business__image img,.p-recruit-intro__image img{border-radius:16px}.p-about-recruit__button{margin-top:64px}.p-recruit-intro__desc{padding-inline:min(5.208vw,48px)}.p-recruit-intro__image{margin:80px auto 0;width:calc(100% - min(26.042vw,240px));max-width:480px}.p-recruit-intro__caption{margin:28px 20px 0 0;text-align:right}.p-recruit-business{margin-top:144px}.p-recruit-business__header{margin-bottom:80px}.p-recruit-business__summary{row-gap:24px;margin-top:72px}.p-recruit-business-summary{border-radius:12px;padding:40px 32px}.p-recruit-business-summary__header{font-size:1rem}.p-recruit-environment{margin-top:144px}.p-recruit-environment__header{margin-bottom:80px}.p-recruit-job{margin-top:144px}.p-recruit-job__header{margin-bottom:80px}.p-recruit-job-list{row-gap:64px}.p-recruit-job-list__image{border-radius:12px}.p-recruit-job-list__body{margin-top:32px}.p-recruit-job-list__heading{margin-bottom:32px;font-size:1.25rem}.p-recruit-job-list__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.p-recruit-job-list__footer{margin-top:40px}.p-contact-intro{margin-bottom:80px}.p-contact-intro__lead{margin-bottom:64px}.p-contact-means{flex-direction:row;row-gap:unset;column-gap:56px}.p-contact-means__item{padding:40px 32px}.p-contact-means__heading::before{margin-right:16px;width:8px}.p-contact-means__heading .text{font-size:1.125rem}.p-contact-form__item{margin-bottom:48px}.-confirm .p-contact-form__item{display:flex}.p-contact-form__header{margin-bottom:12px;font-size:1rem}.-confirm .p-contact-form__header{margin-bottom:0;width:25%;min-width:240px}.-col .p-contact-form__header{margin-bottom:15px}.-required .p-contact-form__header::after{margin-left:16px;border-radius:10px;padding:4px 8px 5px;height:20px}.p-contact-form__body input[type=email],.p-contact-form__body input[type=text],.p-contact-form__body select,.p-contact-form__body textarea{padding:16px}.p-contact-form__body textarea{height:300px}.p-contact-form__body .inner.-row{display:flex;align-items:center;column-gap:12px}.p-contact-form__pref{width:calc(32% - 12px)}.p-contact-form__region{margin-top:0;width:68%}.p-contact-approve,.p-contact-completion__button,.p-contact-form__button{margin-top:64px}.p-contact-form__button:is(.p-contact-approve + *){margin-top:48px}.c-container{padding-inline:min(5.208vw,48px)}.c-section{margin-top:144px}.c-section.-space-sm{margin-top:80px}.c-section.-space-xs{margin-top:64px}.c-block-lead{margin-bottom:64px}.c-block-lead.-center{text-align:center}.c-block-revision{margin-top:64px}.c-heading-page{row-gap:36px}.c-heading-page .en,.c-heading-page .en.-text-sm,.c-heading-page .en.-text-xs{font-size:3.5rem}.c-heading-page .jp{left:6px;font-size:1rem}.c-heading-page .jp::before{margin-right:16px;width:8px}.c-heading-section-lv2{row-gap:34px}.c-heading-section-lv2 .en{font-size:2.75rem}.c-heading-section-lv2 .jp{font-size:1.375rem}.c-heading-section-lv3{row-gap:22px}.c-heading-section-lv3.-text-sm{row-gap:20px}.c-heading-section-lv3 .en{font-size:1.125rem}.c-heading-lead,.c-heading-section-lv3 .jp{font-size:1.625rem}.-small .c-heading-section-lv3 .jp{font-size:1.5rem}.c-heading-donuts{font-size:1.25rem}.c-heading-donuts::before{margin-right:16px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHZpZXdCb3g9JzAgMCAxNiAxNic+PGRlZnM+PGNsaXBQYXRoIGlkPSdjbGlwcGF0aCc+PGNpcmNsZSBjeD0nOCcgY3k9JzgnIHI9JzgnIHN0eWxlPSdmaWxsOiBub25lOycvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHN0eWxlPSdjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgpOyc+PHBhdGggZD0nTTgsNGMyLjIwOTEzODksMCw0LDEuNzkwODYxMSw0LDRoOGMwLTYuNjI3NDE2Ni01LjM3MjU4MzQtMTItMTItMTJWNFpNNCw4YzAtMi4yMDkxMzg5LDEuNzkwODYxMS00LDQtNFYtNEMxLjM3MjU4My00LTQsMS4zNzI1ODM0LTQsOEg0Wk04LDEyYy0yLjIwOTEzODksMC00LTEuNzkwODYxMS00LTRILTRjMCw2LjYyNzQxNyw1LjM3MjU4MywxMiwxMiwxMnYtOFpNMTIsOGMwLDIuMjA5MTM4OS0xLjc5MDg2MTEsNC00LDR2OGM2LjYyNzQxNjYsMCwxMi01LjM3MjU4MywxMi0xMmgtOFonIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvZz48L3N2Zz4=);background-size:16px;width:16px;height:16px}.c-heading-underline{margin-bottom:32px;font-size:1.0625rem}.c-heading-underline.-clause .clause-number,.c-heading-underline.-number .number{font-size:1.1875rem}.c-heading-text.-text-sm{font-size:1rem}.c-card-detail__body.-row{display:flex;flex-direction:row;column-gap:40px}.c-card-detail__section{flex:1}.c-list-number,.c-list-number-parentheses{margin-top:10px}.c-list-definition{gap:12px 1em}.c-text-lead{margin-bottom:64px}.c-button-block{margin-top:64px}.c-button-round{border-radius:32px;padding:16px;min-width:280px;height:64px}.c-button-round .text,.c-button-round.-back,.c-button-round.-reset,.c-button-round.-submit{font-size:.9375rem}.c-pagination{margin-top:80px}.c-pagination__item .current,.c-pagination__item a{width:40px;font-size:.875rem}.c-previous-link{margin:100px auto 0}.c-note-articles:nth-of-type(2){margin-top:88px}.c-note-articles__header{padding-inline:min(5.208vw,48px)}.c-note-articles__body{padding:0 36px}.c-carousel-note__heading{font-size:.9375rem}.swiper-indicator{margin-top:56px}.c-signboard{border-radius:16px}.c-signboard .logo{width:min(46.875vw,416px)}.u-mt-xs{margin-top:24px}.u-mt-sm{margin-top:32px}.u-mt-md{margin-top:40px}.u-mt-lg{margin-top:64px}.u-mt-xl{margin-top:80px}.u-mb-xs{margin-bottom:24px}.u-mb-sm{margin-bottom:32px}.u-mb-md{margin-bottom:40px}.u-mb-lg{margin-bottom:64px}.u-mb-xl{margin-bottom:80px}.u-space-block-sm{margin-block:24px}.u-space-block-md{margin-block:40px}.u-space-block-lg{margin-block:48px}.u-parentheses-indent{margin-bottom:32px}}@media screen and (min-width:956px){.c-container.-small{padding-inline:0;max-width:860px}}@media screen and (any-hover:hover) and (min-width:960px){.c-button-round.-back:hover,.c-button-round.-reset:hover{border-color:#9fa2a5;background-color:#fff;color:#9fa2a5}.c-button-round.-submit:not([disabled]):hover{color:#3ea44e;background-color:#fff}}@media screen and (min-width:960px){.l-header{padding:32px min(3.704vw,48px)}.l-header__logo{width:168px}.l-header-nav-menu.-row{row-gap:64px;margin-top:32px}.l-header-nav-menu.-sub{display:grid;grid-template-columns:auto;grid-template-rows:repeat(3,auto);row-gap:32px;margin-top:80px}.l-footer-nav-menu__item a,.l-header-nav-menu__item a{padding:0;font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.-sub .l-header-nav-menu__item a{padding:0}.l-footer-nav-menu__item a::before,.l-header-nav-menu__item a::before{content:"";position:absolute;left:0;bottom:-8px;transform:scale(0,1);transform-origin:right top;transition:transform .3s;background-color:#4aad5a;width:100%;height:1px}.l-footer-nav-menu__item a:hover::before,.l-header-nav-menu__item a:hover::before{transform-origin:left top;transform:scale(1,1)}.l-footer-nav-menu.-row{grid-template-columns:repeat(2,minmax(120px,max-content));column-gap:72px;row-gap:32px;justify-self:end}.-sub .l-footer-nav-menu__item a{padding:0;font-size:.8125rem}.l-footer-nav-menu__item a::before{background-color:#9fa2a5}.l-footer-nav-menu.-sub{display:inline-flex;justify-content:flex-end;column-gap:40px;margin-top:56px}.l-main{padding-bottom:184px}.-home .l-main{border-radius:48px 48px 0 0;padding-top:128px}.-about .l-main{padding-bottom:112px}.l-main__header{padding:184px min(5vw,56px) 164px}.l-main__body{border-radius:48px 48px 0 0;padding-top:128px}.l-footer{padding-left:min(5vw,56px)}.l-footer-cta a{padding:96px min(5vw,56px)}.l-footer-cta a::after{transition:background .4s;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0NCcgaGVpZ2h0PScxMycgdmlld0JveD0nMCAwIDQ0IDEzJz48cG9seWdvbiBwb2ludHM9JzQ0IDYuNSAzMy45MDcxNzMyIDAgMzMuOTA3MTczMiA1LjE5OTk5OTggMCA1LjE5OTk5OTggMCA3Ljc5OTk5OTIgMzMuOTA3MTczMiA3Ljc5OTk5OTIgMzMuOTA3MTczMiAxMyA0NCA2LjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==);background-size:44px 13px;width:96px;height:96px}.l-footer-cta a:hover::after{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0NCcgaGVpZ2h0PScxMycgdmlld0JveD0nMCAwIDQ0IDEzJz48cG9seWdvbiBwb2ludHM9JzQ0IDYuNSAzMy45MDcxNzMyIDAgMzMuOTA3MTczMiA1LjE5OTk5OTggMCA1LjE5OTk5OTggMCA3Ljc5OTk5OTIgMzMuOTA3MTczMiA3Ljc5OTk5OTIgMzMuOTA3MTczMiAxMyA0NCA2LjUnIHN0eWxlPSdmaWxsOiAjNGFhZDVhOycvPjwvc3ZnPg==)}.l-footer-cta__heading{margin-bottom:48px;font-size:3rem}.l-footer-cta__desc{font-size:1.0625rem}.l-footer-content{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(3,auto);grid-template-areas:"company nav-main" "sns sns" "copyright nav-sub";padding:96px min(5vw,56px) 72px}.-contact .l-footer-content,.l-footer-cta a{border-radius:48px 0 0 0}.l-footer-company{margin-top:0}.l-footer-sns{margin-top:64px;padding-bottom:72px;border-bottom:1px solid #9fa2a5}.l-footer-copyright{margin-top:56px;text-align:left}.p-home-visual__content{background:linear-gradient(170deg,#fff 15%,rgba(255,255,255,0) 52%),linear-gradient(240deg,rgba(88,209,107,.5) 42%,rgba(96,190,150,.5) 88%);padding:0 0 200px}.p-home-visual-fv__tagline{font-size:2.5rem}.p-home-visual__message .text{font-size:1rem}.p-home-visual__scroll-down{right:min(5.417vw,60px)}.p-home-visual__scroll-down::after{height:60px}.p-home-service__header{padding-inline:min(5vw,56px)}.p-home-service__desc{margin-top:88px}.p-home-service__infographic{margin-top:72px;padding-inline:min(5vw,56px)}.p-home-service__infographic img{border-radius:24px}.p-home-service__caption{margin-top:40px}.p-home-service__button{margin-top:88px}.p-home-service-summary{display:grid;grid-template-columns:min(42.708vw,460px) 1fr;grid-template-rows:auto;grid-template-areas:"image desc";align-items:end;column-gap:64px;margin-top:88px}.p-home-service-summary__image{grid-area:image}.p-home-service-summary__desc{grid-area:desc;margin:0 0 16px}.p-home-about{margin:144px min(5vw,56px) 0;border-radius:24px;padding:104px min(5vw,56px)}.p-home-about__button{margin-top:88px}.p-home-news{padding-inline:min(5vw,56px)}.p-home-news,.p-home-note-articles{margin-top:160px}.p-home-note-articles__header{margin-bottom:88px}.p-home-note-articles__header img{width:152px}.p-home-knowledge{display:grid;grid-template-columns:328px 1fr;grid-template-rows:auto;grid-template-areas:"header body";padding-left:min(5vw,56px)}.p-home-knowledge__header{grid-area:header;display:flex;flex-direction:column;margin-bottom:0;padding-inline:0}.p-home-knowledge__heading{margin-bottom:0}.p-home-knowledge__button{margin:auto 0 24px;text-align:left}.p-home-knowledge__body{grid-area:body;padding:0}.p-service-intro__header{margin-bottom:88px}.p-service-intro__body{display:grid;grid-template-columns:1fr auto;grid-template-rows:repeat(2,auto);grid-template-areas:"lead image" "desc image";align-items:start;column-gap:min(5vw,72px)}.p-service-intro__lead{grid-area:lead;align-self:end}.p-service-intro__desc{grid-area:desc;align-self:start;margin-top:56px}.p-service-intro__image{grid-area:image;align-self:center;margin-top:0;width:min(43.75vw,480px)}.p-service-features{margin-top:160px}.p-service-features-gist{display:grid;grid-template-columns:1fr min(37.5vw,420px);grid-template-rows:repeat(2,auto);grid-template-areas:"desc image" "list image";align-items:start;column-gap:min(5vw,60px)}.p-service-features-gist__desc{grid-area:desc;align-self:end}.p-service-features-gist__desc br,.u-stretched-link::after{display:none}.p-service-features-gist__image{grid-area:image;margin-top:0;width:min(37.5vw,420px);max-width:420px}.p-service-features-gist__list{grid-area:list;margin-inline:unset}.p-service-features-infographic{margin-top:72px;padding-inline:min(5vw,56px)}.p-service-features-infographic img{border-radius:24px}.p-service-features-infographic__caption{margin-top:40px}.p-service-features-details{margin-top:88px}.p-service-features-details__content{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);column-gap:32px;row-gap:32px}.p-service-features-details__block:nth-child(1){grid-column:1;grid-row:1}.p-service-features-details__block:nth-child(2){grid-column:2;grid-row:1}.p-service-features-details__block:nth-child(3){grid-column:1/3;grid-row:2}.p-service-features-details__block:nth-child(4){grid-column:1;grid-row:3}.p-service-features-details__block:nth-child(5){grid-column:2;grid-row:3}.p-service-features-brand{margin-top:88px}.p-service-features-brand__caption{padding:0 24px}.p-service-features-mission__title,.p-service-process-chart__heading .text{font-weight:500}.p-service-process{margin-top:144px;padding:146px min(5vw,56px) 186px}.p-service-process__header{margin-bottom:100px}.p-service-fees{margin-top:160px;padding-inline:min(5vw,56px)}.p-service-fees__header{margin-bottom:88px}.p-service-fees-block{margin-top:72px}.p-service-voice{margin-top:144px;padding:136px min(5vw,56px)}.p-service-voice__header{margin-bottom:88px}.p-service-faq{margin-top:160px;padding-inline:min(5vw,56px)}.p-service-faq__header{margin-bottom:88px}.p-news-archive__pagination{margin-top:80px}.p-news-list__item a{padding:40px 120px 40px 24px}.p-news-list__item a:hover::after{background-color:#4aad5a;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==)}.p-news-list__item a:hover{color:#3ea44e}.p-news-article__header{margin-bottom:72px}.p-news-article__heading{font-size:1.5rem}.p-news-article__footer{margin-top:104px}.p-about-commitment__header{margin-bottom:88px}.p-about-commitment__intro{display:grid;grid-template-columns:1fr auto;grid-template-rows:repeat(2,auto);grid-template-areas:"lead image" "desc image";align-items:center;column-gap:min(5vw,72px)}.p-about-commitment__lead{grid-area:lead}.p-about-commitment__desc{grid-area:desc;margin-top:56px}.p-about-commitment__image{grid-area:image;margin-top:0;width:min(37.5vw,420px);max-width:420px}.p-about-guidelines{margin-top:88px;display:grid;grid-template-columns:min(25vw,320px) 1fr;grid-template-rows:auto;grid-template-areas:"header body";align-items:center;padding:56px min(3.333vw,56px) 56px min(5vw,56px)}.p-about-guidelines__header{grid-area:header;margin-bottom:0;text-align:left}.p-about-guidelines__body{grid-area:body;margin-inline:unset;border-left:1px solid #4aad5a;padding-left:min(4.167vw,48px);max-width:unset}.p-about-separator-image{margin-top:160px;padding-top:41.6666666667%}.p-about-message{margin-top:160px}.p-about-message__header{margin-bottom:88px}.p-about-message__desc{padding-inline:min(5vw,56px);max-width:956px}.p-about-message__image{margin:88px 0 0 auto;width:100%}.p-about-message__image img{border-radius:16px 0 0 16px}.p-about-overview{margin-top:160px}.p-about-overview__header{margin-bottom:88px}.p-about-overview__map{margin-top:80px}.p-about-recruit{margin-top:160px;padding-inline:min(5vw,56px)}.p-about-recruit__inner{display:grid;grid-template-columns:min(37.5vw,380px) 1fr;grid-template-rows:repeat(3,auto);grid-template-areas:"heading image" "desc image" "button image";column-gap:48px;padding:72px min(5vw,56px)}.p-about-recruit__heading{grid-area:heading}.p-about-recruit__heading .en{font-size:3.125rem}.p-about-recruit__heading .jp{font-size:1.375rem}.p-about-recruit__desc{grid-area:desc;margin-top:32px}.p-about-recruit__image{grid-area:image;margin-top:0}.p-about-recruit__button{grid-area:button;place-content:center start;margin-top:48px}.p-recruit-intro{display:grid;grid-template-columns:1fr min(37.5vw,400px);grid-template-rows:auto;grid-template-areas:"desc image";column-gap:min(5.833vw,80px);margin-inline:auto;padding-inline:min(5vw,56px)}.p-recruit-intro__desc{grid-area:desc;padding-inline:0}.p-recruit-intro__image{grid-area:image;margin:0;width:100%}.p-recruit-business__image img,.p-recruit-intro__image img{border-radius:12px}.p-recruit-intro__caption{margin:24px 16px 0 0}.p-recruit-business{margin-top:160px}.p-recruit-business__header{margin-bottom:88px}.p-recruit-business__inner{grid-template-columns:1fr min(37.5vw,420px);grid-template-rows:auto;grid-template-areas:"desc image";column-gap:min(5.833vw,80px);align-items:center}.p-recruit-business__desc{margin-top:0}.p-recruit-business__summary{margin-top:80px}.p-recruit-business-summary,.p-recruit-job-list a{display:grid;grid-template-columns:min(37.5vw,400px) 1fr}.p-recruit-business-summary{grid-template-rows:auto;grid-template-areas:"header body";align-items:center;padding:32px 40px}.p-recruit-business-summary__header{grid-area:header;border-bottom:none;padding-bottom:0;padding-right:32px;font-size:1.0625rem;font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.p-recruit-business-summary__body{grid-area:body;margin-top:0;border-left:2px solid #4aad5a;padding:16px 0 16px 32px}.p-recruit-environment{margin-top:160px}.p-recruit-environment__header{margin-bottom:88px}.p-recruit-job{margin-top:160px}.p-recruit-job__header{margin-bottom:88px}.p-recruit-job-list{row-gap:56px}.p-recruit-job-list a{grid-template-rows:auto 1fr auto;grid-template-areas:"image body" "image footer";align-items:start;column-gap:min(5vw,60px)}.p-recruit-job-list__image{grid-area:image}.p-recruit-job-list__body{grid-area:body;margin-top:0;padding-top:16px}.p-recruit-job-list__heading{font-size:1.125rem;font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.p-recruit-job-list__desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.p-recruit-job-list__footer{grid-area:footer;margin-top:32px}.p-contact-intro{margin-bottom:88px}.p-contact-intro__lead{margin-bottom:72px}.p-contact-means{column-gap:60px}.p-contact-means__item{padding:48px 36px}.p-about-recruit__heading .jp,.p-contact-means__heading .text{font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.p-contact-form__body input[type=email],.p-contact-form__body input[type=text],.p-contact-form__body select,.p-contact-form__body textarea{padding:18px}.p-contact-approve,.p-contact-completion__button,.p-contact-form__button{margin-top:72px}.p-contact-form__button:is(.p-contact-approve + *){margin-top:56px}.c-container{padding-inline:min(5vw,56px)}.c-section{margin-top:160px}.c-section.-space-sm{margin-top:88px}.c-block-lead{margin-bottom:72px}.c-block-revision,.c-section.-space-xs{margin-top:72px}.c-heading-page{row-gap:40px}.c-heading-page .en,.c-heading-page .en.-text-sm,.c-heading-page .en.-text-xs{font-size:3.625rem}.c-heading-page .jp{font-size:1.0625rem;font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.c-heading-section-lv2{row-gap:38px}.c-heading-section-lv2 .en{font-size:3rem}.c-heading-section-lv2 .jp{font-size:1.5rem}.c-heading-section-lv2 .jp,.c-heading-section-lv3 .jp,.c-ruled-line dt{font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.c-heading-donuts,.c-heading-lead{font-size:1.75rem;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.c-heading-donuts{font-size:1.375rem}.c-heading-underline{padding-bottom:14px;font-size:1.125rem}.c-heading-underline.-number .number{top:-.06em;font-size:1.25rem}.c-heading-underline.-clause .clause-number{font-size:1.25rem}.c-heading-text{-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.c-card-detail__body.-row{column-gap:32px}.c-card-detail__sectionTitle{font-weight:500}.c-text-lead{margin-bottom:72px}.c-button-block{margin-top:72px}.c-button-round .text,.c-button-round.-back,.c-button-round.-reset,.c-button-round.-submit,.c-button-text .text{font-weight:500;-webkit-font-smoothing:unset;-moz-osx-font-smoothing:unset}.c-pagination{column-gap:16px;margin-top:88px}.c-pagination__item .current,.c-pagination__item a{width:42px}.c-pagination__item a:hover{opacity:.6;cursor:pointer}.c-previous-link{margin:120px auto 0;width:100%}.c-note-articles{display:grid;grid-template-columns:328px 1fr;grid-template-rows:auto;grid-template-areas:"header body";padding-left:min(5vw,56px)}.c-note-articles__header{grid-area:header;display:flex;flex-direction:column;margin-bottom:0;padding-inline:0}.c-note-articles__heading{margin-bottom:0}.c-note-articles__button{margin:auto 0 24px;text-align:left}.c-note-articles__body{grid-area:body;padding:0;padding-right:min(5vw,56px)}.c-carousel-voice .swiper-indicator{display:grid;grid-template-columns:48px 1fr 48px;grid-template-rows:auto;grid-template-areas:"arrow-left pagination arrow-right";column-gap:32px;align-items:center;margin-top:64px}.c-carousel-voice .swiper-button-prev{transform:scale(-1,1)}.c-carousel-voice .swiper-button-next,.c-carousel-voice .swiper-button-prev{flex-shrink:0;display:block;position:relative;top:.03em;transition:background .4s;border-radius:50%;border:1px solid #4aad5a;background-color:transparent;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMjIgOCc+PHBvbHlnb24gcG9pbnRzPScyMiA0IDE1LjcxNjAyMzQgMCAxNS43MTYwMjM0IDMuMTk5OTk5OCAwIDMuMTk5OTk5OCAwIDQuOCAxNS43MTYwMjM0IDQuOCAxNS43MTYwMjM0IDggMjIgNCcgc3R5bGU9J2ZpbGw6ICM0YWFkNWE7Jy8+PC9zdmc+);background-size:22px 8px;background-repeat:no-repeat;background-position:center;width:48px;height:48px}.c-carousel-voice .swiper-button-next:hover{background-color:#4aad5a;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMicgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMjIgOCc+PHBvbHlnb24gcG9pbnRzPScyMiA0IDE1LjcxNjAyMzQgMCAxNS43MTYwMjM0IDMuMTk5OTk5OCAwIDMuMTk5OTk5OCAwIDQuOCAxNS43MTYwMjM0IDQuOCAxNS43MTYwMjM0IDggMjIgNCcgc3R5bGU9J2ZpbGw6ICNmZmY7Jy8+PC9zdmc+)}.c-signboard{aspect-ratio:600/400}.c-signboard.-top .logo{width:min(27.083vw,280px)}.c-signboard.-service .logo{width:min(43.333vw,440px)}.u-cta-tel{pointer-events:none;text-decoration:none;cursor:default}}@media screen and (min-width:960px) and (min-width:1208px){.p-recruit-intro{max-width:1080px;padding-inline:0}}@media screen and (min-width:960px) and (min-width:1080px){.p-recruit-intro{column-gap:min(8.333vw,96px)}.c-signboard.-top .logo{width:min(25.926vw,360px)}}@media screen and (min-width:960px) and (min-width:1280px){.c-signboard.-top .logo{width:360px}}@media screen and (min-width:1072px){.c-container.-medium{padding-inline:0;max-width:960px}}@media screen and (min-width:1080px){.l-header-nav,.l-header-nav-toggle{display:none}.l-header-nav-desktop{display:flex;align-items:center;column-gap:40px;margin-left:auto}.l-footer-nav-menu.-row{grid-template-columns:repeat(4,max-content);grid-template-rows:repeat(3,auto);column-gap:min(3.704vw,64px)}.-row .l-footer-nav-menu__item:nth-child(1){grid-column:1;grid-row:1}.-row .l-footer-nav-menu__item:nth-child(2){grid-column:1;grid-row:2}.-row .l-footer-nav-menu__item:nth-child(3){grid-column:1;grid-row:3}.-row .l-footer-nav-menu__item:nth-child(4){grid-column:2;grid-row:1}.-row .l-footer-nav-menu__item:nth-child(5){grid-column:2;grid-row:2}.-row .l-footer-nav-menu__item:nth-child(6){grid-column:3;grid-row:1}.-row .l-footer-nav-menu__item:nth-child(7){grid-column:3;grid-row:2}.-row .l-footer-nav-menu__item:nth-child(8){grid-column:4;grid-row:1}.l-footer-nav-menu.-sub{column-gap:48px;margin-top:60px}.l-main{padding-bottom:200px}.-home .l-main{border-radius:56px 56px 0 0;padding-top:144px}.-about .l-main{padding-bottom:120px}.l-main__header{padding:208px min(5.185vw,64px) 204px}.l-main__body{border-radius:56px 56px 0 0;padding-top:144px}.l-footer{padding-left:min(5.185vw,64px)}.l-footer-cta a{padding:104px min(5.185vw,64px)}.l-footer-content{padding:120px min(5.185vw,64px) 80px}.-contact .l-footer-content,.l-footer-cta a{border-radius:56px 0 0 0}.l-footer-sns{padding-bottom:80px}.l-footer-copyright{margin-top:60px}.p-home-visual__content{padding-bottom:220px}.p-home-visual-fv{display:block;place-content:unset;place-items:unset}.p-home-visual-fv__image{position:absolute;top:50%;right:min(5.185vw,64px);opacity:1;transition:opacity .4s ease;transform:translateY(-50%);padding-top:0;width:38.889vw}.p-home-visual-fv__tagline{position:absolute;top:50%;left:min(5.185vw,64px);transform:translateY(-50%);margin-top:0;font-size:2.25rem;font-kerning:normal;font-feature-settings:"palt" 1;letter-spacing:.32rem}.p-home-visual__message{padding-inline:min(5.185vw,64px);max-width:initial;text-align:left}.p-home-visual__message .text{font-size:.9375rem}.p-home-visual__message .text:is(.p-home-visual__message .text + *){margin-top:64px}.p-home-service__header{padding-inline:min(5.185vw,64px)}.p-home-service__desc{margin-top:96px}.p-home-service__infographic{margin-top:80px;padding-inline:min(5.185vw,64px)}.p-home-service__caption{margin-top:48px}.p-home-service__button{margin-top:96px}.p-home-service-summary{grid-template-columns:min(42.593vw,600px) 1fr;grid-template-rows:auto;column-gap:80px;margin-top:96px}.p-home-service-summary__desc{margin-bottom:32px}.p-home-about{grid-template-columns:min(35.185vw,460px) 1fr;grid-template-rows:auto auto;grid-template-areas:"image header" "image body";column-gap:min(5.926vw,96px);align-items:center;margin:176px min(5.185vw,64px) 0;padding:136px min(5.185vw,64px)}.p-home-about__header{margin-bottom:88px}.p-home-about__button{justify-content:end;margin-top:80px}.p-home-about__image{margin-bottom:0}.p-home-news{display:grid;grid-template-columns:328px 1fr;grid-template-rows:auto;grid-template-areas:"header body";margin-top:176px;padding-inline:min(5.185vw,64px)}.p-home-news__header{grid-area:header;display:flex;flex-direction:column;margin-bottom:0;padding-inline:0}.p-home-news__heading{margin-bottom:0}.p-home-news__button{margin:auto 0 24px;text-align:left}.p-home-note-articles{margin-top:176px}.p-home-note-articles__header{margin-bottom:96px}.p-home-knowledge{padding-left:min(5.185vw,64px)}.p-service-intro__header{margin-bottom:96px}.p-service-intro__body{column-gap:min(6.667vw,120px)}.p-service-intro__image{align-self:start;width:min(44.444vw,520px);max-width:520px}.p-service-features{margin-top:176px}.p-service-features-gist{grid-template-columns:1fr 420px;column-gap:60px}.p-service-features-infographic{margin-top:80px;padding-inline:min(5.185vw,64px)}.p-service-features-infographic__caption{margin-top:48px}.p-service-features-details{margin-top:96px}.p-service-features-brand{display:grid;grid-template-columns:min(42.593vw,600px) 1fr;grid-template-rows:auto;grid-template-areas:"image mission";column-gap:56px;margin-top:96px}.p-service-features-brand__caption{padding:0;font-size:.875rem}.p-service-features-brand__image{grid-area:image}.p-service-features-mission{row-gap:32px;margin-top:0}.p-service-features-mission__title{margin-bottom:20px}.p-service-process{margin-top:176px;padding:162px min(5.185vw,64px) 202px}.p-service-process__inner{display:grid;grid-template-columns:min(33.333vw,470px) 1fr;grid-template-rows:auto;grid-template-areas:"header body"}.p-service-process__header{grid-area:header;margin:32px 0 0;padding-right:80px}.p-service-process__desc br:nth-of-type(1){display:none}.p-service-process__body{grid-area:body;margin-top:0}.p-service-process-chart__heading .text{font-size:1.375rem}.p-service-fees{display:grid;grid-template-columns:min(33.333vw,460px) 1fr;grid-template-rows:auto;grid-template-areas:"header body";margin-top:176px;padding-inline:min(5.185vw,64px)}.p-service-fees__header{grid-area:header;margin:32px 0 0}.p-service-fees__body{grid-area:body}.p-service-fees-block{margin-top:80px}.p-service-fees-block__header{margin-bottom:32px}.p-service-voice{margin-top:176px;padding:152px min(5.185vw,64px)}.p-service-voice__header{margin-bottom:96px}.p-service-faq{display:grid;grid-template-columns:min(33.333vw,460px) 1fr;grid-template-rows:auto;grid-template-areas:"header body";margin-top:176px;padding-inline:min(5.185vw,64px)}.p-service-faq__header{grid-area:header;margin:32px 0 0}.p-service-faq__body{grid-area:body}.p-news-article__header{margin-bottom:80px}.p-news-article__footer{margin-top:120px}.p-about-commitment__header{margin-bottom:96px}.p-about-commitment__intro{column-gap:min(6.667vw,96px)}.p-about-guidelines{margin-top:96px;padding:56px}.p-about-guidelines__body{padding-left:min(5.185vw,64px)}.p-about-separator-image{margin-top:176px;padding-top:0;width:1080px;height:480px}.p-about-message{margin-top:176px}.p-about-message__header{margin-bottom:96px}.p-about-message__desc{padding-inline:min(5.185vw,64px);max-width:972px}.p-about-message__image{margin:96px 0 0 auto}.p-about-overview{margin-top:176px}.p-about-overview__header{margin-bottom:96px}.p-about-overview__map{margin-top:88px}.p-about-recruit{margin-top:176px;padding-inline:min(5.185vw,64px)}.p-about-recruit__inner{column-gap:64px;padding:72px min(5.185vw,64px)}.p-about-recruit__heading .en{font-size:3.25rem}.p-recruit-business{margin-top:176px}.p-recruit-business__header{margin-bottom:96px}.p-recruit-business-summary__header{padding-right:40px}.p-recruit-business-summary__body{padding:16px 0 16px 40px}.p-recruit-environment{margin-top:176px}.p-recruit-environment__header{margin-bottom:96px}.p-recruit-job{margin-top:176px}.p-recruit-job__header{margin-bottom:96px}.p-recruit-job-list a{column-gap:64px}.p-recruit-job-list__body{padding-top:24px}.p-recruit-job-list__footer{margin-top:40px}.p-contact-intro{margin-bottom:96px}.p-contact-intro__lead{margin-bottom:80px}.p-contact-form__item{display:grid;grid-template-columns:260px 1fr;grid-template-rows:auto;grid-template-areas:"header body";align-items:center;column-gap:40px}.p-contact-form__header{grid-area:header;margin-bottom:0;font-size:1.0625rem}.p-contact-form__header.-start{align-self:start;margin-top:8px}.p-contact-form__body{grid-area:body}.p-contact-approve,.p-contact-completion__button,.p-contact-form__button{margin-top:80px}.c-container{padding-inline:min(5.185vw,64px)}.c-section{margin-top:176px}.c-section.-space-sm{margin-top:96px}.c-block-lead{margin-bottom:80px}.c-block-revision,.c-section.-space-xs{margin-top:80px}.c-heading-page .en,.c-heading-page .en.-text-sm,.c-heading-page .en.-text-xs{font-size:3.75rem}.c-heading-page .jp{font-size:1.125rem}.c-text-lead{margin-bottom:80px}.c-button-block{margin-top:80px}.c-pagination{margin-top:96px}.c-note-articles{padding-left:min(5.185vw,64px)}.c-note-articles__body{padding-right:min(5.185vw,64px)}.c-signboard{aspect-ratio:600/380;padding:0 64px}.c-signboard.-service .logo{width:min(25.926vw,360px)}}@media screen and (min-width:1120px){.p-home-visual-fv__image{width:41.429vw}}@media screen and (min-width:1200px){.p-home-visual-fv__image{width:42vw}.p-home-visual__message .text{font-size:1rem}}@media screen and (min-width:1208px){.p-about-message__body{margin-inline:auto;max-width:1080px}.p-about-message__desc{padding-inline:0;max-width:860px}.p-about-message__image img{border-radius:16px}.c-container.-large,.p-about-recruit{padding-inline:0;max-width:1080px}}@media screen and (min-width:1280px){.l-header-nav-desktop{column-gap:56px}.l-header-nav-desktop-menu{column-gap:40px}.l-footer-nav-menu.-row{column-gap:72px}.l-main__header{padding:216px min(5vw,80px) 204px}.-home .l-main,.l-main__body{border-radius:64px 64px 0 0;padding-top:160px}.l-footer{padding-left:min(5vw,80px)}.l-footer-cta a{padding:104px min(5vw,80px)}.l-footer-content{padding:120px min(5vw,80px) 80px}.-contact .l-footer-content,.l-footer-cta a{border-radius:64px 0 0 0}.p-home-visual-fv__image{right:min(5vw,80px)}.p-home-visual-fv__tagline{left:min(5vw,80px);font-size:2.375rem}.p-home-service__header,.p-home-service__infographic,.p-home-visual__message{padding-inline:min(5vw,80px)}.p-home-visual__message .text{font-size:1.0625rem}.p-home-service-summary,.p-home-service__button{margin-top:104px}.p-home-service-summary__desc{margin-bottom:40px}.p-home-about{grid-template-columns:460px 1fr;column-gap:96px;margin:176px min(5vw,80px) 0;padding:160px min(5vw,80px)}.p-home-about__header{margin-bottom:96px}.p-home-about__button{margin-top:104px}.p-home-news{padding-inline:min(5vw,80px)}.p-home-knowledge{padding-left:min(5vw,80px)}.p-service-intro__header{margin-bottom:96px}.p-service-intro__body{column-gap:120px}.p-service-intro__image{width:min(40.625vw,560px);max-width:560px}.p-service-features-gist__desc br,.p-service-process__desc br{display:block}.p-service-features-gist__image{position:relative;top:-48px}.p-service-features-infographic{margin-top:39px;padding-inline:min(5vw,80px)}.p-service-features-details{margin-top:104px}.p-service-features-details__content{grid-template-columns:1.1fr 1.8fr 1.1fr;grid-template-rows:repeat(2,auto);column-gap:24px;row-gap:24px}.p-service-features-details__block:nth-child(1){grid-column:1;grid-row:1}.p-service-features-details__block:nth-child(2){grid-column:1;grid-row:2}.p-service-features-details__block:nth-child(3){grid-column:2;grid-row:1/3}.p-service-features-details__block:nth-child(4){grid-column:3;grid-row:1}.p-service-features-details__block:nth-child(5){grid-column:3;grid-row:2}.p-service-features-brand{column-gap:64px;margin-top:104px}.p-service-features-mission{row-gap:40px}.p-service-features-mission__title{font-size:1.125rem}.p-service-process{padding:170px min(5vw,80px) 210px}.p-service-process__inner{grid-template-columns:470px 1fr}.p-service-process__desc br:nth-of-type(1){display:block}.p-service-fees{grid-template-columns:460px 1fr;padding-inline:min(5vw,80px)}.p-service-voice{padding:160px min(5vw,80px)}.p-service-faq{grid-template-columns:460px 1fr;padding-inline:min(5vw,80px)}.p-service-faq-list__ques{padding:40px 96px 40px 66px}.p-service-faq-list__ques::before{top:calc(40px + .02em)}.p-service-faq-list__ques::after{top:calc(32px + .24em)}.p-service-faq-list__ans{padding:0 96px 40px 66px}.p-service-faq-list__ans.is-show{padding-bottom:40px}.p-news-list__item a{padding:48px 128px 48px 24px}.p-news-list__item a::after{right:32px}.p-news-article__header{margin-bottom:96px}.p-about-commitment__intro{column-gap:96px}.c-section.-space-sm,.p-about-guidelines{margin-top:104px}.p-about-guidelines__body{padding-left:min(5vw,80px)}.p-about-message__image{margin:104px 0 0 auto}.p-about-overview__map{margin-top:96px}.p-contact-intro{margin-bottom:104px}.c-container{padding-inline:min(5vw,80px)}.c-pagination{margin-top:104px}.c-note-articles{padding-left:min(5vw,80px)}.c-signboard{aspect-ratio:576/380;padding:0 80px}.c-signboard.-service{aspect-ratio:576/360}.c-signboard.-service .logo{width:360px}}@media screen and (min-width:1334px){.p-home-visual-fv{margin-inline:auto;max-width:1200px}.p-home-visual-fv__image{right:0}.p-home-visual-fv__tagline{left:0;font-size:2.5rem}.p-home-visual__message{padding-inline:0;max-width:1200px}}@media screen and (min-width:1345px){.c-note-articles__body{padding:0}}@media screen and (min-width:1424px){.p-home-service__header,.p-home-service__infographic{margin-inline:auto;max-width:1280px;padding-inline:0}.p-home-about{max-width:1280px;margin:176px auto 0}.p-home-knowledge,.p-home-news{margin-inline:auto;max-width:1280px}.p-home-news{padding-inline:0}.p-home-knowledge{padding-left:0}.p-service-intro__header{margin-bottom:47px}.p-service-faq,.p-service-features-infographic,.p-service-fees{margin-inline:auto;max-width:1280px;padding-inline:0}.c-note-articles{margin-inline:auto;max-width:1280px;padding-left:0}}@media screen and (min-width:1440px){.c-container.-huge{padding-inline:0;max-width:1280px}}@media screen and (max-width:374px){.c-heading-page .en.-text-sm,.c-heading-page .en.-text-xs{font-size:2.5rem}.c-heading-donuts{font-size:1rem}}@media (any-hover:hover){.l-header-nav-desktop-menu__item a::before{content:"";position:absolute;left:0;bottom:4px;transition:transform .3s;background-color:#4aad5a;width:100%;height:1px}.l-header-nav-desktop-menu__item a:hover::before{transform-origin:left top;transform:scale(1,1)}.l-footer-sns__item a:hover{opacity:.6}.l-header-nav-desktop-menu__item a::before,.p-contact-approve .underLine:hover::after{transform-origin:right top;transform:scale(0,1)}.c-link-email:hover,.c-text-link a:hover{color:#9fa2a5;text-decoration:none}.c-link-map:hover{opacity:.6}.c-button-round::after{content:"";display:block;position:absolute;top:50%;left:0;right:0;z-index:-1;opacity:0;transform:translateY(-50%) scale(.1);transition:opacity .6s,transform 0s;transition-delay:0s,.4s;pointer-events:none;border-radius:50%;background-color:#fff;padding-top:100%;width:100%;height:0}.c-button-round:hover .text{color:#3ea44e}.c-button-round:hover .icon{background-color:#4aad5a;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==)}.c-button-round:hover::after{opacity:1;transform:translateY(-50%) scale(1.1);transition-delay:0s;transition:opacity .6s,transform .4s ease-in-out}.c-button-round.-back::after,.c-button-round.-back::before,.c-button-round.-reset::after,.c-button-round.-reset::before,.c-button-round.-submit::after,.c-button-round.-submit::before{content:none}.c-button-text:hover .text{color:#3ea44e}.c-button-text:hover .icon{background-color:#4aad5a;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PSc3JyB2aWV3Qm94PScwIDAgMTYgNyc+PHBvbHlnb24gcG9pbnRzPScxNiAzLjUgMTAuNjk3NDM3MyAwIDEwLjY5NzQzNzMgMi44MDAwMDAyIDAgMi44MDAwMDAyIDAgNC4yIDEwLjY5NzQzNzMgNC4yIDEwLjY5NzQzNzMgNyAxNiAzLjUnIHN0eWxlPSdmaWxsOiAjZmZmOycvPjwvc3ZnPg==)}.c-button-text.-external:hover .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDEyIDEwJz48cGF0aCBkPSdNNC40MTQ3NjY4LDZoMy4xNzA0NjY0di0yaC0zLjE3MDQ2NjR2MlpNNC40MTQ3NjY4LDNoNC4xNTY2NjE1djNoMi40NDIzNzQyVjFoLTYuNTk5MDM1N3YyWk0uOTg2MTk2LDloNi41OTkwMzcydi0ySDMuNDI4NTcxdi0zSC45ODYxOTZ2NVpNMTIsN2gtMy40Mjg1NzE3djNIMFYzaDMuNDI4NTcxVjBoOC41NzE0Mjl2N1onIHN0eWxlPSdmaWxsOiAjZmZmOyBmaWxsLXJ1bGU6IGV2ZW5vZGQ7Jy8+PC9zdmc+)}.c-carousel-note__image img{transition:transform .4s}a:hover .c-carousel-note__image img{transform:scale(1.06)}a:hover .c-carousel-note__heading{color:rgba(31,55,35,.6)}}