*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.15}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{clear:both;box-sizing:content-box;height:0;color:inherit;border-top-width:1px;margin:0;overflow:visible}pre{font-family:monospace;font-size:inherit}address{font-style:inherit}a{color:inherit;background-color:transparent;text-decoration:none}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:inherit}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{text-align:inherit;vertical-align:middle;text-transform:inherit;color:inherit;font:inherit;appearance:none;background:0 0;border-radius:0;margin:0;padding:0}button{cursor:pointer}[type=button]{cursor:pointer}[type=reset]{cursor:pointer}[type=submit]{cursor:pointer}button:disabled{cursor:default}[type=button]:disabled{cursor:default}[type=reset]:disabled{cursor:default}[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{min-width:0;margin:0;padding:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button{height:auto}[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{font:inherit;-webkit-appearance:button}[type=number]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-collapse:collapse;border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}:root{--color-primary:#3d9f54;--color-secondary:#cca64e;--color-accent:#f6edd9;--color-bg:#fff;--color-text:#011001;--color-text-secondary:#333;--color-white:#fff;--color-black:#000;--color-border:#eee;--color-info:#009fdb;--color-light-bg:#faf3d8;--color-green-muted:#b3c7a3;--color-gray-mid:#888;--color-gray-light-bg:#f9f9f9;--color-dark-overlay:#121413;--shadow-sm:rgba(0,0,0,.1);--shadow-md:rgba(0,0,0,.12);--shadow-lg:rgba(0,0,0,.16);--color-form-bg:rgba(213,230,198,.16)}body{color:var(--color-text);background-color:var(--color-bg);min-width:1120px;font-family:Zen Kaku Gothic New,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;font-size:1rem}@media screen and (max-width:767px){body{min-width:100%}}.l-contentWrap{box-sizing:border-box;width:100%;height:100%;position:relative}@media screen and (max-width:767px){.l-contentWrap{overflow:hidden}}.l-content{width:100%;margin-left:auto;margin-right:auto}.l-contentInner{width:100%;max-width:1000px;margin-left:auto;margin-right:auto;position:relative}@media screen and (max-width:767px){.l-contentInner{padding-left:4%;padding-right:4%}}.c-button{color:var(--color-white);background-color:var(--color-primary);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.8em 1.6em;font-weight:700;transition:all .3s cubic-bezier(0,.3,.355,1);display:inline-flex}@media (hover:hover){.c-button:hover{opacity:.8}}.c-pageTitle{justify-content:flex-start;align-items:center;width:100%;height:200px;padding-left:9.1%;display:flex}@media screen and (max-width:767px){.c-pageTitle{height:120px;padding-left:4%}}.c-pageTitle.About{background:url(/assets/images/about-head.webp) 50%/cover no-repeat}.c-pageTitle.Service{background:url(/assets/images/service-head.webp) 50%/cover no-repeat}.c-pageTitle.Recruit{background:url(/assets/images/recruit-head.webp) 50%/cover no-repeat}.c-pageTitle.Contact{background:url(/assets/images/contact-head.webp) 50%/cover no-repeat}.c-sectionTitle{text-align:center;width:100%}.c-sectionTitle .m-sectionSubTitlePrimary{padding-top:12px}@media screen and (max-width:767px){.c-sectionTitle .m-sectionSubTitlePrimary{padding-top:8px}}.c-sectionTitle .m-sectionSubTitleSecondary{padding-top:14px}@media screen and (max-width:767px){.c-sectionTitle .m-sectionSubTitleSecondary{padding-top:10px}}.c-tableList{border-bottom:1px solid var(--color-border);grid-template-columns:22% 1fr;align-items:center;gap:16px;padding-top:24px;padding-bottom:24px;display:grid}@media screen and (max-width:767px){.c-tableList{grid-template-columns:1fr;gap:8px;padding-top:24px;padding-bottom:16px}}.c-tableList.Secondary{border-color:var(--color-green-muted)}.c-tableList:last-child{border-bottom:none}.c-tableList .m-tableListTitle{padding-left:24px}@media screen and (max-width:767px){.c-tableList .m-tableListTitle{padding-left:4%}}.c-tableList .m-tableListValue{padding-left:24px}@media screen and (max-width:767px){.c-tableList .m-tableListValue{padding-left:4%}}.m-buttonPrimary{cursor:pointer;width:fit-content;height:52px;color:var(--color-white);background:var(--color-secondary);border-radius:26px;transition:opacity .3s ease-in-out}@media (hover:hover){.m-buttonPrimary:hover{opacity:.7}}.m-buttonPrimary a{width:100%;height:100%;color:var(--color-white);justify-content:space-between;align-items:center;padding:0 24px;text-decoration:none;display:flex}.m-buttonPrimary a:after{content:"";background:url(/assets/images/icon-arrow.svg) 50%/cover no-repeat;width:22px;height:22px;display:block}.m-buttonPrimary span{color:var(--color-white);font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:900;line-height:100%}.m-buttonSecondary{cursor:pointer;width:fit-content;height:52px;color:var(--color-white);background:var(--color-primary);border-radius:26px;transition:opacity .3s ease-in-out}@media (hover:hover){.m-buttonSecondary:hover{opacity:.7}}.m-buttonSecondary a{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 24px;text-decoration:none;display:flex}.m-buttonSecondary a:after{content:"";background:url(/assets/images/icon-arrow.svg) 50%/cover no-repeat;width:22px;height:22px;display:block}.m-buttonSecondary span{color:var(--color-white);font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:900;line-height:100%}.m-pageTitlePrimary{letter-spacing:.04em;color:var(--color-white);text-shadow:0px 0px 12px var(--shadow-lg);font-family:Zen Kaku Gothic New,sans-serif;font-size:2.5rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.m-pageTitlePrimary{font-size:1.75rem}}.m-sectionTitlePrimary{font-family:Zen Kaku Gothic New,sans-serif;font-size:2.5rem;font-style:normal;font-weight:700}@media screen and (max-width:767px){.m-sectionTitlePrimary{font-size:1.625rem}}.m-sectionTitlePrimary.White{color:var(--color-white)}.m-sectionTitleSecondary{font-family:Zen Kaku Gothic New,sans-serif;font-size:2rem;font-style:normal;font-weight:700}@media screen and (max-width:767px){.m-sectionTitleSecondary{font-size:1.5rem}}.m-sectionTitleSecondary.White{color:var(--color-white)}.m-sectionSubTitlePrimary{letter-spacing:.04em;color:var(--color-primary);font-family:Sarala,sans-serif;font-size:1.25rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.m-sectionSubTitlePrimary{font-size:1.125rem}}.m-sectionSubTitlePrimary.White{color:var(--color-white)}.m-sectionSubTitleSecondary{letter-spacing:.04em;color:var(--color-primary);font-family:Sarala,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.m-sectionSubTitleSecondary{font-size:.875rem}}.m-sectionSubTitleSecondary.White{color:var(--color-white)}.m-sectionSubTitleSecondary.Yellow{color:var(--color-secondary)}.m-tableListTitle{letter-spacing:.04em;color:var(--color-text);font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.m-tableListTitle{font-size:1rem}}.m-tableListValue{color:var(--color-text-secondary);font-family:Zen Kaku Gothic New,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;line-height:140%}@media screen and (max-width:767px){.m-tableListValue{font-size:.875rem}}.p-header{z-index:999;background:var(--color-white);width:100%;height:100px;position:sticky;top:0;left:0}@media screen and (max-width:767px){.p-header{height:80px}}.p-header__inner{justify-content:space-between;align-items:center;height:100%;padding:16px 3.9%;display:flex;position:relative}.p-header__logo{width:223px}@media screen and (max-width:767px){.p-header__logo{width:160px}}.p-header__logo img{width:100%;height:auto}.p-header__nav{justify-content:flex-end;align-items:center;gap:40px;display:flex}@media screen and (max-width:767px){.p-header__nav{display:none}}.p-header__nav-list{justify-content:flex-end;align-items:center;gap:40px;display:flex}.p-header__nav-item{transition:opacity .3s ease-in-out}@media (hover:hover){.p-header__nav-item:hover{opacity:.6}}.p-header__nav-item:first-child a{font-size:1.01875rem}.p-header__nav-item a{width:100%;height:100%;color:var(--color-text);font-family:Zen Kaku Gothic New,sans-serif;font-size:.9375rem;font-style:normal;font-weight:700;line-height:100%;display:block}.p-header__nav-sdg{width:108px}.p-header__nav-sdg img{width:100%;height:auto}.p_headerNavToggle{border:1px solid var(--color-border);width:48px;height:48px;box-shadow:4px 4px 16px var(--shadow-md);border-radius:50%;justify-content:center;align-items:center;display:none;position:relative}@media screen and (max-width:767px){.p_headerNavToggle{display:block}}.p_headerNavToggle span{background:var(--color-primary);width:28px;height:2px;transition:all .3s;position:absolute;top:0;left:10px}.p_headerNavToggle span:first-child{top:calc(50% - 6px)}.p_headerNavToggle span:nth-child(2){top:50%}.p_headerNavToggle span:nth-child(3){top:calc(50% + 6px)}.p_headerSPNav{z-index:999;pointer-events:none;opacity:0;background:var(--color-white);border-radius:0;width:100%;height:100%;transition:all .65s cubic-bezier(.69,.08,.07,1.01);position:fixed;top:0;left:0;transform:translateY(-100%)}.p_headerSPNav.Act{pointer-events:auto;opacity:1;transform:translateY(0)}.p_headerSPNav.Hide{pointer-events:none;opacity:0;transform:translateY(-100%)}.p_headerSPNav .p_headerSPNavInner{padding-left:5%;padding-right:5%;position:relative}.p_headerSPNav .p_headerSPNavContact{width:100%;margin-top:32px}.p_headerSPNav .p_headerSPNavContact .m-buttonSecondary{width:200px;margin-left:auto;margin-right:auto}.p_headerSPNav .p_headerSPNavTel{color:var(--color-text);justify-content:center;align-items:flex-end;gap:8px;margin-top:32px;font-family:Sarala,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:100%;display:flex}.p_headerSPNav .p_headerSPNavTel a{display:block}.p_headerSPNav .p_headerSPNavTel span{font-size:.875rem;display:block}.p_headerSPNav .p_headerSPNavTelTime{justify-content:center;align-items:center;gap:8px;padding-top:18px;display:flex}@media screen and (max-width:767px){.p_headerSPNav .p_headerSPNavTelTime{gap:4px;padding-top:8px}}.p_headerSPNav .p_headerSPNavTelTime span{color:var(--color-text);font-family:Sarala,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:100%}.p_headerSPNav .p_headerSPNavTelTime span:first-child{color:var(--color-white);background:var(--color-info);border-radius:40px;padding:6px 12px;font-family:Zen Kaku Gothic New,sans-serif;font-size:.625rem;font-style:normal;font-weight:700}.p_headerSPNav .p_headerSPNavSdg{width:30%;margin-top:24px;margin-left:auto;margin-right:auto}.p_headerSPNav .p_headerSPNavSdg img{width:100%;height:auto}.p_headerSPNav .p_headerSPNavClose{border:1px solid var(--color-border);width:48px;height:48px;box-shadow:4px 4px 16px var(--shadow-md);border-radius:50%;position:absolute;top:10px;right:3.9%}.p_headerSPNav .p_headerSPNavClose span{background:var(--color-primary);border-radius:2px;width:28px;height:3px;position:absolute;top:50%;left:9px;transform:translate(-50%)}.p_headerSPNav .p_headerSPNavClose span:first-child{transform:rotate(45deg)}.p_headerSPNav .p_headerSPNavClose span:nth-child(2){transform:rotate(-45deg)}.p_headerSPNav .p_headerSPNavLogo{width:100px;position:absolute;top:20px;left:5%}.p_headerSPNav .p_headerSPNavLogo img{width:100%;height:auto}.p_headerSPNav .p_headerSPNavList{padding-top:64px}.p_headerSPNav .p_headerSPNavList .p_headerSPNavItem{border-bottom:solid 1px var(--color-text-secondary)}.p_headerSPNav .p_headerSPNavList .p_headerSPNavItem a{width:100%;height:100%;color:var(--color-text);padding:24px 6%;display:block;position:relative}@media screen and (max-width:767px){.p_headerSPNav .p_headerSPNavList .p_headerSPNavItem a{padding:18px 6%}}.p_headerSPNav .p_headerSPNavList .p_headerSPNavItem a:after{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:6%}.p_headerSPNav .p_headerSPNavList .p_headerSPNavItem a span{font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.6}.p_headerSPNav .p_headerSPNavButton .p_headerSpNavButtonTel{width:80%;margin-top:40px;margin-left:auto;margin-right:auto;display:block}.p_headerSPNav .p_headerSPNavButton .p_headerSpNavButtonFax{width:80%;margin-top:12px;margin-left:auto;margin-right:auto;display:block}.p-footerContact{background:url(/assets/images/footer-contact_bg.webp) 50%/cover no-repeat;padding:48px 0}@media screen and (max-width:767px){.p-footerContact{padding:48px 4%}}.p-footerContact__body{background-color:var(--color-white);max-width:800px;margin:32px auto 0;display:grid}@media screen and (max-width:767px){.p-footerContact__body{max-width:100%;margin-top:24px;padding-left:4%;padding-right:4%}}.p-footerContact__body{grid-template-columns:1fr 1fr}@media screen and (max-width:767px){.p-footerContact__body{grid-template-columns:100%}}.p-footerContact__bodyItem{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px 0;display:flex}@media screen and (max-width:767px){.p-footerContact__bodyItem{padding:24px}}.p-footerContact__bodyItem:first-child{border-right:1px solid var(--color-border)}@media screen and (max-width:767px){.p-footerContact__bodyItem:first-child{border-right:none;border-bottom:1px solid var(--color-border)}}.p-footerContact__bodyItemTitle{color:var(--color-text-secondary);font-family:Zen Kaku Gothic New,sans-serif;font-size:.8125rem;font-style:normal;font-weight:700;line-height:150%}@media screen and (max-width:767px){.p-footerContact__bodyItemTitle{font-size:.75rem}}.p-footerContact__bodyItemTel{color:var(--color-text);justify-content:center;align-items:flex-end;gap:8px;font-family:Sarala,sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:100%;display:flex}@media screen and (max-width:767px){.p-footerContact__bodyItemTel{font-size:1.5rem}}.p-footerContact__bodyItemTel a{display:block}.p-footerContact__bodyItemTel span{font-size:1rem;display:block}@media screen and (max-width:767px){.p-footerContact__bodyItemTel span{font-size:.875rem}}.p-footerContact__bodyItemTelTime{justify-content:center;align-items:center;gap:8px;padding-top:12px;display:flex}@media screen and (max-width:767px){.p-footerContact__bodyItemTelTime{gap:4px;padding-top:8px}}.p-footerContact__bodyItemTelTime span{color:var(--color-text);font-family:Sarala,sans-serif;font-size:.8125rem;font-style:normal;font-weight:400;line-height:100%}@media screen and (max-width:767px){.p-footerContact__bodyItemTelTime span{font-size:.75rem}}.p-footerContact__bodyItemTelTime span:first-child{color:var(--color-text);border-radius:40px;font-family:Zen Kaku Gothic New,sans-serif;font-size:.6875rem;font-style:normal;font-weight:700}@media screen and (max-width:767px){.p-footerContact__bodyItemTelTime span:first-child{font-size:.625rem}}.p-footerContact__bodyItem .m-buttonSecondary{width:200px;margin:16px auto 0}.p-footer__body{justify-content:space-between;align-items:center;padding:32px 3.9%;display:flex}@media screen and (max-width:767px){.p-footer__body{flex-direction:column;justify-content:center;align-items:flex-start;gap:32px 0;padding:32px 0}}.p-footer__logo{width:208px}@media screen and (max-width:767px){.p-footer__logo{width:160px;margin:0 auto}}.p-footer__logo img{width:100%;height:auto}@media screen and (max-width:767px){.p-footer__nav{width:100%}}.p-footer__nav-list{justify-content:flex-end;align-items:center;gap:40px;display:flex}@media screen and (max-width:767px){.p-footer__nav-list{flex-wrap:wrap;justify-content:center;gap:24px}}.p-footer__nav-item{transition:opacity .3s ease-in-out}@media screen and (max-width:767px){.p-footer__nav-item{text-align:center;flex-shrink:0;width:33%}}@media (hover:hover){.p-footer__nav-item:hover{opacity:.6}}.p-footer__nav-item:first-child a{font-size:1.01875rem}.p-footer__nav-item a{width:100%;height:100%;color:var(--color-text);font-family:Zen Kaku Gothic New,sans-serif;font-size:.9375rem;font-style:normal;font-weight:700;line-height:22px;display:block}.p-footer__copy{text-align:center;letter-spacing:.08em;height:60px;color:var(--color-white);background-color:var(--color-primary);justify-content:center;align-items:center;font-family:Zen Kaku Gothic New,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:100%;display:flex}.p-topKv{background:url(/assets/images/hero_pc.webp) 50%/cover no-repeat;width:100%;height:100svh}@media screen and (max-width:767px){.p-topKv{background:url(/assets/images/hero_pc.webp) 50%/cover no-repeat}}.p-topKv__inner{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:relative}.p-topKv__inner:before{content:"";background:linear-gradient(90deg, var(--color-dark-overlay) 0%, rgba(18,20,19,0) 100%);width:50%;height:100%;position:absolute;top:0;left:0}.p-topKv__title{z-index:2;color:var(--color-white);padding-left:6.6%;font-family:Zen Kaku Gothic New,sans-serif;font-size:3.875rem;font-style:normal;font-weight:700;line-height:160%;display:block;position:relative;transform:translateY(16%)}@media screen and (max-width:767px){.p-topKv__title{font-size:2.375rem;transform:translateY(40%)}}.p-topAbout{background:var(--color-primary);width:100%;padding-top:78px;padding-bottom:78px}@media screen and (max-width:767px){.p-topAbout{padding-top:48px;padding-bottom:48px}}.p-topAbout .p-topAboutCard{grid-template-columns:60%;justify-content:flex-end;align-items:center;width:100%;margin-top:56px;display:grid;position:relative}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard{grid-template-columns:100%;margin-top:48px}}.p-topAbout .p-topAboutCard.Reverse{justify-content:flex-start}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard.Reverse{justify-content:center}.p-topAbout .p-topAboutCard.Reverse .p-topAboutCard__content{right:unset}}.p-topAbout .p-topAboutCard.Reverse .p-topAboutCard__content{left:auto;right:0}.p-topAbout .p-topAboutCard:not(:first-child){margin-top:80px}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard:not(:first-child){margin-top:48px}}.p-topAbout .p-topAboutCard .p-topAboutCard__image{flex-shrink:0}.p-topAbout .p-topAboutCard .p-topAboutCard__image img{width:100%;height:auto}.p-topAbout .p-topAboutCard .p-topAboutCard__content{background:var(--color-light-bg);width:48%;padding:48px 40px;position:absolute;top:24%;left:0}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard .p-topAboutCard__content{top:unset;left:unset;width:90%;margin:-10% auto 0;padding:24px 40px;position:relative}}.p-topAbout .p-topAboutCard .p-topAboutCard__content .p-topAboutCard__contentList dt{font-family:Zen Kaku Gothic New,sans-serif;font-size:1.75rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard .p-topAboutCard__content .p-topAboutCard__contentList dt{font-size:1.5rem}}.p-topAbout .p-topAboutCard .p-topAboutCard__content .p-topAboutCard__contentList dd{color:var(--color-text-secondary);padding-top:32px;font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:160%}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard .p-topAboutCard__content .p-topAboutCard__contentList dd{padding-top:10px;font-size:.875rem}}.p-topAbout .p-topAboutCard .p-topAboutCard__content .m-buttonPrimary{width:200px;margin-top:48px}@media screen and (max-width:767px){.p-topAbout .p-topAboutCard .p-topAboutCard__content .m-buttonPrimary{margin-top:36px;margin-left:auto;margin-right:auto}}.p-topRecruitBanner{max-width:720px;margin:0 auto;padding-top:64px;padding-bottom:64px}@media screen and (max-width:767px){.p-topRecruitBanner{max-width:100%;padding:48px 4%}}.p-topRecruitBanner__inner{background:url(/assets/images/front-recruit_bg.webp) 50%/cover no-repeat;transition:opacity .3s ease-in-out;position:relative}@media (hover:hover){.p-topRecruitBanner__inner:hover{opacity:.7}}.p-topRecruitBanner__inner a{justify-content:space-between;align-items:center;width:100%;max-width:800px;margin:0 auto;padding:48px 40px;display:flex}@media screen and (max-width:767px){.p-topRecruitBanner__inner a{max-width:100%;padding:24px 4%}}.p-topRecruitBanner .p-topRecruitBannerTitle .p-topRecruitBannerTitle__title{color:var(--color-white);font-family:Zen Kaku Gothic New,sans-serif;font-size:2rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-topRecruitBanner .p-topRecruitBannerTitle .p-topRecruitBannerTitle__title{font-size:1.5rem}}.p-topRecruitBanner .p-topRecruitBannerTitle .p-topRecruitBannerTitle__subtitle{letter-spacing:.04em;color:var(--color-white);padding-top:16px;font-family:Sarala,sans-serif;font-size:1rem;font-style:normal;font-weight:700}@media screen and (max-width:767px){.p-topRecruitBanner .p-topRecruitBannerTitle .p-topRecruitBannerTitle__subtitle{padding-top:8px;font-size:.875rem}}.p-topRecruitBanner .p-topRecruitBannerArrow{background:url(/assets/images/icon-arrow-2.svg) 50%/cover no-repeat;width:32px;height:32px}.p-aboutInfo{padding-top:78px;padding-bottom:78px}@media screen and (max-width:767px){.p-aboutInfo{padding-top:32px;padding-bottom:48px}}.p-aboutInfo .c-tableList{max-width:720px;margin:0 auto}@media screen and (max-width:767px){.p-aboutInfo .c-tableList{max-width:100%}}.p-aboutInfo__inner{max-width:720px;margin:0 auto}@media screen and (max-width:767px){.p-aboutInfo__inner{max-width:100%}}.p-aboutMap{aspect-ratio:1240/420;width:100%;height:100%}@media screen and (max-width:767px){.p-aboutMap{aspect-ratio:100/60;width:92%;margin:0 auto 32px}}.p-aboutMap iframe{width:100%;height:100%}.p-serviceContent{padding-top:78px;padding-bottom:78px}@media screen and (max-width:767px){.p-serviceContent{padding-top:32px;padding-bottom:48px}}.p-serviceContent.FillBg{background-color:var(--color-light-bg)}.p-serviceContent .p-serviceBox{padding-top:48px}@media screen and (max-width:767px){.p-serviceContent .p-serviceBox{padding-top:32px}}.p-serviceContent .p-serviceBox:last-child{padding-top:78px}@media screen and (max-width:767px){.p-serviceContent .p-serviceBox:last-child{padding-top:48px}}.p-serviceContent .p-serviceContentTitle{text-align:center;color:var(--color-white);background:var(--color-primary);padding:19px 0;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.5rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-serviceContent .p-serviceContentTitle{padding:12px 0;font-size:1.125rem}}.p-serviceContent .p-serviceContentList{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;display:grid}@media screen and (max-width:767px){.p-serviceContent .p-serviceContentList{grid-template-columns:1fr;gap:8px;margin-top:16px}}.p-serviceContent .p-serviceContentItem img{width:100%;height:auto}.p-serviceContent .p-serviceContentItem .p-serviceContentDetail{border:2px solid var(--color-primary)}.p-serviceContent .p-serviceContentItem .p-serviceContentDetail dt{text-align:center;color:var(--color-white);background:var(--color-primary);padding:11px 0;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.125rem;font-style:normal;font-weight:700}@media screen and (max-width:767px){.p-serviceContent .p-serviceContentItem .p-serviceContentDetail dt{padding:8px 0;font-size:1rem}}.p-serviceContent .p-serviceContentItem .p-serviceContentDetail dd{color:var(--color-text);flex-wrap:wrap;gap:16px;padding:18px 24px 20px;font-family:Zen Kaku Gothic New,sans-serif;font-size:.9375rem;font-style:normal;font-weight:500;display:flex}@media screen and (max-width:767px){.p-serviceContent .p-serviceContentItem .p-serviceContentDetail dd{gap:8px;padding:12px 16px 14px;font-size:.875rem}}.p-serviceContent .p-serviceContentItem .p-serviceContentDetail dd span{flex-shrink:0}.p-serviceContent .p-serviceContentItem .p-serviceContentItemText{color:var(--color-text-secondary);margin-top:8px;font-family:Zen Kaku Gothic New,sans-serif;font-size:.8125rem;font-style:normal;font-weight:500;line-height:140%;display:block}@media screen and (max-width:767px){.p-serviceContent .p-serviceContentItem .p-serviceContentItemText{text-align:center;font-size:.75rem}}.p-serviceContent .p-serviceContentText{text-align:center;color:var(--color-text-secondary);margin-top:32px;font-size:1rem;font-weight:500;line-height:160%}@media screen and (max-width:767px){.p-serviceContent .p-serviceContentText{margin-top:16px;font-size:.875rem}}.p-serviceContent .p-serviceContentText.Bold{font-weight:700}.p-serviceContent .p-serviceTableWrap{margin-top:48px}@media screen and (max-width:767px){.p-serviceContent .p-serviceTableWrap{-webkit-overflow-scrolling:touch;margin-left:-4%;margin-right:-4%;padding-left:4%;padding-right:4%;overflow-x:auto}}.p-serviceContent .p-serviceTable{table-layout:fixed;border:1px solid var(--color-border);border-collapse:collapse;background-color:var(--color-white);width:100%;max-width:1000px}@media screen and (max-width:767px){.p-serviceContent .p-serviceTable{min-width:600px}}.p-serviceContent .p-serviceTable th,.p-serviceContent .p-serviceTable td{border:1px solid var(--color-border)}.p-serviceContent .p-serviceTable th{text-align:center;width:25%;color:var(--color-white);background:var(--color-secondary);padding:24px 0;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.125rem;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width:767px){.p-serviceContent .p-serviceTable th{font-size:1rem}}.p-serviceContent .p-serviceTable td{text-align:center;vertical-align:middle;color:var(--color-text-secondary);padding:8px;font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:140%}@media screen and (max-width:767px){.p-serviceContent .p-serviceTable td{font-size:.875rem}}.p-serviceContent .p-serviceTable td.LeftAlign{text-align:left;padding-left:32px;padding-right:32px}@media screen and (max-width:767px){.p-serviceContent .p-serviceTable td.LeftAlign{padding-left:16px}}.p-serviceContent .p-serviceTable td img{width:100%;height:auto}.p-recruitContent{padding-top:78px;padding-bottom:78px}@media screen and (max-width:767px){.p-recruitContent{padding-top:32px;padding-bottom:48px}}.p-recruitContent.WideHeight{padding-top:100px;padding-bottom:100px}@media screen and (max-width:767px){.p-recruitContent.WideHeight{padding-top:64px;padding-bottom:64px}}.p-recruitContent.FillBg{background-color:var(--color-primary)}.p-recruitContent.FillBgSecondary{background-color:var(--color-light-bg)}.p-recruitContent .p-recruitFellowList{grid-template-columns:repeat(2,1fr);gap:40px;padding-top:48px;display:grid}@media screen and (max-width:767px){.p-recruitContent .p-recruitFellowList{grid-template-columns:1fr;gap:16px;padding-top:32px}}.p-recruitContent .p-recruitFellowItem img{width:100%;height:auto}.p-recruitContent .p-recruitContentText{margin-top:56px}@media screen and (max-width:767px){.p-recruitContent .p-recruitContentText{margin-top:32px}}.p-recruitContent .p-recruitContentText span{text-align:center;color:var(--color-white);font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:160%;display:block}@media screen and (max-width:767px){.p-recruitContent .p-recruitContentText span{font-size:.875rem}}.p-recruitContent .p-recruitContentText span:not(:first-child){padding-top:2rem}.p-recruitContent .p-recruitGreetingList{grid-template-columns:41% 1fr;gap:48px;margin-top:48px;display:grid}@media screen and (max-width:767px){.p-recruitContent .p-recruitGreetingList{grid-template-columns:1fr;gap:16px;margin-top:32px}}.p-recruitContent .p-recruitGreetingImage{flex-shrink:0;width:100%}@media screen and (max-width:767px){.p-recruitContent .p-recruitGreetingImage{width:90%;margin:0 auto}}.p-recruitContent .p-recruitGreetingImage img{width:100%;height:auto}.p-recruitContent .p-recruitGreetingContent{padding-top:1rem}.p-recruitContent .p-recruitGreetingContent span{color:var(--color-text-secondary);font-family:Zen Kaku Gothic New,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:160%;display:block}@media screen and (max-width:767px){.p-recruitContent .p-recruitGreetingContent span{padding-top:.8rem;font-size:.875rem}}.p-recruitContent .p-recruitGreetingContent span:not(:first-child){padding-top:1.8rem}@media screen and (max-width:767px){.p-recruitContent .p-recruitGreetingContent span:not(:first-child){padding-top:.8rem}}.p-recruitContent .p-recruitTableList{max-width:720px;margin:48px auto 0}.p_contactForm{max-width:736px;margin:0 auto;padding-top:78px;padding-bottom:100px}@media screen and (max-width:767px){.p_contactForm{max-width:100%;padding:32px 8% 64px}}.p_contactForm .p_contactFormRead{color:var(--color-text);font-size:1rem;font-weight:500;line-height:200%}@media screen and (max-width:767px){.p_contactForm .p_contactFormRead{font-size:.875rem;line-height:180%}}.p_contactForm .p_contactFormAgreeAScroll{margin-top:58px}@media screen and (max-width:767px){.p_contactForm .p_contactFormAgreeAScroll{margin-top:24px}}.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollTitle{color:var(--color-text);font-size:1.125rem;font-weight:700;line-height:160%}@media screen and (max-width:767px){.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollTitle{font-size:1rem}}.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollContent{height:272px;color:var(--color-text);background:var(--color-form-bg);margin-top:8px;padding:34px 32px 40px;font-size:1rem;font-weight:500;line-height:200%;overflow-y:scroll}@media screen and (max-width:767px){.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollContent{padding:24px 16px 32px;font-size:.875rem;line-height:180%}}.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollContent::-webkit-scrollbar{width:4px}.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollContent::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:10px}.p_contactForm .p_contactFormAgreeAScroll .p_contactFormAgreeAScrollContent::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.p_contactForm .p_contactFormGoogleForm{margin-top:64px}@media screen and (max-width:767px){.p_contactForm .p_contactFormGoogleForm{margin-top:32px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.u-fade-in{animation:.8s ease-out forwards fadeIn}@media screen and (max-width:1023px){.show-desktop{display:none!important}}@media screen and (min-width:1024px){.no-desktop{display:none!important}}@media screen and (min-width:768px){.show-mobile{display:none!important}}@media screen and (max-width:767px){.no-mobile{display:none!important}}.show-tablet{display:none!important}@media screen and (min-width:768px) and (max-width:1023px){.show-tablet{display:block!important}.no-tablet{display:none!important}}