/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}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{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}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}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}*{box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{width:100%;min-width:1024px;background-color:#fff;font-family:Roboto,"Noto Serif JP",Hiragino Sans,Meiryo,sans-serif;font-size:1.6rem;line-height:1;letter-spacing:0em;color:#3d4140}@media screen and (max-width: 768px){body{min-width:100%}}img{display:block;width:100%;height:auto}.sp{display:none}@media screen and (max-width: 768px){.sp{display:block}}.pc{display:block}@media screen and (max-width: 768px){.pc{display:none}}.l-header{position:sticky;top:0;left:0;z-index:9999;width:100%;height:72px;background:#fff;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media screen and (max-width: 768px){.l-header{position:fixed;top:0;left:0;height:72px}}.l-headerInner{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding-right:32px;padding-left:32px}@media screen and (max-width: 768px){.l-headerInner{padding-right:20px;padding-left:20px}}.l-headerLogo{width:377px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media screen and (max-width: 768px){.l-headerLogo{width:283px}}@media (hover: hover) and (pointer: fine){.l-headerLogo:hover{opacity:.5}}.l-headerNav{display:flex;align-items:center;height:100%}@media screen and (max-width: 768px){.l-headerNav{display:none}}.l-headerNavList{display:flex;align-items:center;height:100%;text-align:center;margin-right:28px}.l-headerNavItem{position:relative;text-align:center}.l-headerNavItem:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:36px;background:#62a557}.l-headerNavItem a{display:inline-block;width:100%;color:#3d4140;font-size:1.5rem;font-weight:700;line-height:1.4;padding-right:28px;padding-left:28px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all;text-wrap:nowrap}@media (hover: hover) and (pointer: fine){.l-headerNavItem a:hover{opacity:.5}}.l-headerNavToggle{display:none;position:fixed;z-index:2000;top:16px;right:20px;width:40px;height:40px;cursor:pointer}@media screen and (max-width: 768px){.l-headerNavToggle{display:block}}.l-headerNavToggle span{display:block;position:absolute;left:calc(50% - 16px);width:32px;height:2px;background:#62a557;border-radius:2px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}.l-headerNavToggle span:nth-child(1){top:50%}.l-headerNavToggle span:nth-child(2){top:calc(50% - 10px)}.l-headerNavToggle span:nth-child(3){top:calc(50% + 10px)}.l-headerNavToggle.is-open span{background:#fff}.l-headerNavToggle.is-open span:nth-child(1){display:none}.l-headerNavToggle.is-open span:nth-child(2){top:calc(50% + -0px);transform:rotate(40deg)}.l-headerNavToggle.is-open span:nth-child(3){top:calc(50% + 0px);transform:rotate(-40deg)}.l-headerSPNav{position:fixed;top:0;left:0;z-index:1000;width:100%;height:100vh;background:#62a557;transform:translate(-100%);opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media screen and (min-width: 769px){.l-headerSPNav{display:none}}.l-headerSPNav.is-open{transform:translate(0);opacity:1;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(4px)}.l-headerSPNavInner{padding-right:20px;padding-left:20px}.l-headerSPNavList{padding-top:80px}.l-headerSPNavItem{position:relative}.l-headerSPNavItem:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#fff6;border-radius:2px}.l-headerSPNavItem a{position:relative;display:flex;align-items:center;width:100%;height:100%;padding-top:24px;padding-left:24px}.l-headerSPNavItem a span{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:70px;color:#fff;font-size:2rem;font-weight:700;line-height:1.6}.l-headerSPNavItem a:after{content:"";display:block;position:absolute;right:8px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2011C3.44772%2011%203%2011.4477%203%2012C3%2012.5523%203.44772%2013%204%2013L4%2011ZM20.7071%2012.7071C21.0976%2012.3166%2021.0976%2011.6834%2020.7071%2011.2929L14.3431%204.92893C13.9526%204.53841%2013.3195%204.53841%2012.9289%204.92893C12.5384%205.31946%2012.5384%205.95262%2012.9289%206.34315L18.5858%2012L12.9289%2017.6569C12.5384%2018.0474%2012.5384%2018.6805%2012.9289%2019.0711C13.3195%2019.4616%2013.9526%2019.4616%2014.3431%2019.0711L20.7071%2012.7071ZM4%2012V13L20%2013V12V11L4%2011L4%2012Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;background-size:24px}.l-headerSPNav .m-secondaryButton{margin-top:56px;margin-left:24px}.l-header.scroll{background:#fff;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}.l-footer{position:relative;width:100%;min-height:320px;background:#62a557;padding-top:80px}@media screen and (max-width: 768px){.l-footer{min-height:100%;padding-top:32px;padding-bottom:80px}}.l-footerInner{display:flex;justify-content:space-between;align-items:flex-start;width:100%;height:100%;max-width:1024px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-footerInner{flex-direction:column-reverse;align-items:center;max-width:100%;padding-right:20px;padding-left:20px}}@media screen and (max-width: 768px){.l-footerInfo{width:100%;border-top:1px solid rgba(255,255,255,.5);padding-top:40px}}.l-footerLogo{width:330px;text-align:center;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media screen and (max-width: 768px){.l-footerLogo{margin-right:auto;margin-left:auto}}@media (hover: hover) and (pointer: fine){.l-footerLogo:hover{opacity:.5}}.l-footerAddress{color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:1.5rem;font-weight:600;line-height:1.6;margin-top:32px}@media screen and (max-width: 768px){.l-footerAddress{text-align:center;margin-top:16px}}.l-footerTel{text-align:center;margin-top:6px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media screen and (max-width: 768px){.l-footerTel{display:flex;justify-content:center;margin-top:8px}}@media (hover: hover) and (pointer: fine){.l-footerTel:hover{opacity:.5}}.l-footerTel a span{display:flex;align-items:center;gap:0 8px;color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:600;line-height:1.6}.l-footerTel a span:before{content:"";display:block;width:32px;height:32px;background:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.82667%2014.3867C10.7467%2018.16%2013.84%2021.24%2017.6133%2023.1733L20.5467%2020.24C20.9067%2019.88%2021.44%2019.76%2021.9067%2019.92C23.4%2020.4133%2025.0133%2020.68%2026.6667%2020.68C27.4%2020.68%2028%2021.28%2028%2022.0133V26.6667C28%2027.4%2027.4%2028%2026.6667%2028C14.1467%2028%204%2017.8533%204%205.33333C4%204.6%204.6%204%205.33333%204H10C10.7333%204%2011.3333%204.6%2011.3333%205.33333C11.3333%207%2011.6%208.6%2012.0933%2010.0933C12.24%2010.56%2012.1333%2011.08%2011.76%2011.4533L8.82667%2014.3867Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;background-size:32px}.l-footerNav{display:flex;align-items:center;width:100%}@media screen and (max-width: 768px){.l-footerNav{flex-direction:column;padding-bottom:40px}}.l-footerNavList{display:flex;align-items:center;text-align:center;margin-right:16px}@media screen and (max-width: 768px){.l-footerNavList{flex-direction:column;gap:16px 0;margin-right:0;margin-bottom:16px}}.l-footerNavItem{position:relative;text-align:center}.l-footerNavItem:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;height:44px;background:#fff}@media screen and (max-width: 768px){.l-footerNavItem:after{display:none}}.l-footerNavItem a{display:inline-block;width:100%;color:#fff;font-size:1.5rem;font-weight:800;line-height:1.4;padding-right:28px;padding-left:28px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media screen and (max-width: 768px){.l-footerNavItem a{font-weight:700}}@media (hover: hover) and (pointer: fine){.l-footerNavItem a:hover{opacity:.5}}.l-footerNavButton{transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.l-footerNavButton:hover{opacity:.5}}.l-footerNavButton span{display:flex;align-items:center;gap:0 4px;color:#fff;font-size:1.6rem;font-weight:800}@media screen and (max-width: 768px){.l-footerNavButton span{font-weight:700}}.l-footerNavButton span:before{content:"";display:block;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%204H20C21.1%204%2022%204.9%2022%206V18C22%2019.1%2021.1%2020%2020%2020H4C2.9%2020%202%2019.1%202%2018L2.01%206C2.01%204.9%202.9%204%204%204ZM12%2013L20%208V6L12%2011L4%206V8L12%2013Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;background-size:24px}.l-footerCopyright{position:absolute;bottom:8px;left:0;width:100%;color:#ffffff80;font-family:"Noto Serif JP",sans-serif;font-size:1.5rem;font-weight:500;line-height:1.6;text-align:center}@media screen and (max-width: 768px){.l-footerCopyright{font-size:1.2rem;margin-top:56px}}.l-wrapper{position:relative;height:100%}@media screen and (max-width: 768px){.l-wrapper{padding-top:72px}}.l-contentWrap{position:relative;width:100%;height:100%}.l-content{width:100%;margin-right:auto;margin-left:auto}.l-contentInner--primary{width:100%;max-width:1024px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--primary{padding-right:20px;padding-left:20px}}.l-contentInner--secondary{width:100%;max-width:1128px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--secondary{padding-right:20px;padding-left:20px}}.l-contentInner--tertiary{width:100%;max-width:720px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--tertiary{padding-right:20px;padding-left:20px}}.l-contentInner--quaternary{width:100%;max-width:824px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--quaternary{padding-right:20px;padding-left:20px}}.l-contentInner--quinary{width:100%;max-width:796px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--quinary{padding-right:20px;padding-left:20px}}.l-contentInner--senary{width:100%;max-width:988px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--senary{padding-right:20px;padding-left:20px}}.l-contentInner--septenary{width:100%;max-width:708px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contentInner--septenary{padding-right:20px;padding-left:20px}}.l-pageTitle{width:100%;height:200px;background:url(/_astro/page-title.BHdnFfls.jpg) no-repeat center;background-size:cover}@media screen and (max-width: 768px){.l-pageTitle{height:160px;padding-right:20px;padding-left:20px}}.l-pageTitleInner{position:relative;width:100%;height:100%;max-width:1024px;margin-right:auto;margin-left:auto}.l-pageTitleWrap{position:absolute;top:50%;left:0;transform:translateY(-50%)}.l-pageTitleMain{color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:4.8rem;font-weight:700;line-height:1.5}@media screen and (max-width: 768px){.l-pageTitleMain{display:flex;flex-direction:column;font-size:3.2rem}}.l-contact{background:#fff;padding-top:80px;padding-bottom:80px}@media screen and (max-width: 768px){.l-contact{padding-top:32px;padding-bottom:120px}}.l-contactInner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:816px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-contactInner{flex-direction:column;padding-right:20px;padding-left:20px}}.l-contactBody{display:flex;flex-direction:column;align-items:center;width:480px}@media screen and (max-width: 768px){.l-contactBody{width:100%;margin-top:32px}}.l-contactRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:1.8;text-align:center;margin-top:16px}.l-contactTel{display:flex;flex-direction:column;align-items:center;width:100%;border-bottom:2px solid #62A557;padding-bottom:24px;gap:8px 0}.l-contactTelNumber{transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.l-contactTelNumber:hover{opacity:.5}}.l-contactTelNumber span{display:flex;align-items:center;gap:0 4px;color:#62a557;font-family:Roboto,sans-serif;font-size:4.8rem;font-weight:600;letter-spacing:.02em}@media screen and (max-width: 768px){.l-contactTelNumber span{font-size:3.2rem}}.l-contactTelNumber span:before{content:"";display:block;width:48px;height:48px;background:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.24%2021.58C16.12%2027.24%2020.76%2031.86%2026.42%2034.76L30.82%2030.36C31.36%2029.82%2032.16%2029.64%2032.86%2029.88C35.1%2030.62%2037.52%2031.02%2040%2031.02C41.1%2031.02%2042%2031.92%2042%2033.02V40C42%2041.1%2041.1%2042%2040%2042C21.22%2042%206%2026.78%206%208C6%206.9%206.9%206%208%206H15C16.1%206%2017%206.9%2017%208C17%2010.5%2017.4%2012.9%2018.14%2015.14C18.36%2015.84%2018.2%2016.62%2017.64%2017.18L13.24%2021.58Z'%20fill='%2362A557'/%3e%3c/svg%3e") no-repeat center;background-size:48px}@media screen and (max-width: 768px){.l-contactTelNumber span:before{width:32px;height:32px;background-size:32px}}.l-contactTelTime{font-family:"Noto Serif JP",sans-serif;font-size:1.4rem;font-weight:400;letter-spacing:.08em;text-align:center}@media screen and (max-width: 768px){.l-contactTelTime{font-weight:600}}.l-contactMail{padding-top:24px}.l-contactMail a{display:flex;align-items:center;gap:0 24px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.l-contactMail a:hover{opacity:.5}}@media screen and (max-width: 768px){.l-contactMail a{flex-direction:column;gap:16px 0}}.l-contactMailText{position:relative;display:flex;align-items:center;color:#62a557;font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.l-contactMailText{font-size:1.8rem}}.l-contactMailText:before{content:"";display:block;width:32px;height:32px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%204H20C21.1%204%2022%204.9%2022%206V18C22%2019.1%2021.1%2020%2020%2020H4C2.9%2020%202%2019.1%202%2018L2.01%206C2.01%204.9%202.9%204%204%204ZM12%2013L20%208V6L12%2011L4%206V8L12%2013Z'%20fill='%2362A557'/%3e%3c/svg%3e") no-repeat center;background-size:32px;margin-right:8px}.l-contactMailArrow{display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:50%;background-color:#62a557;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2011C3.44772%2011%203%2011.4477%203%2012C3%2012.5523%203.44772%2013%204%2013L4%2011ZM20.7071%2012.7071C21.0976%2012.3166%2021.0976%2011.6834%2020.7071%2011.2929L14.3431%204.92893C13.9526%204.53841%2013.3195%204.53841%2012.9289%204.92893C12.5384%205.31946%2012.5384%205.95262%2012.9289%206.34315L18.5858%2012L12.9289%2017.6569C12.5384%2018.0474%2012.5384%2018.6805%2012.9289%2019.0711C13.3195%2019.4616%2013.9526%2019.4616%2014.3431%2019.0711L20.7071%2012.7071ZM4%2012V13L20%2013V12V11L4%2011L4%2012Z'%20fill='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:24px}.l-pageLink{width:100%;padding-top:16px;padding-bottom:16px}.l-pageLink--green{background:#62a557}.l-pageLink--yellow{background:#c8be64}.l-pageLinkInner{width:100%;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-pageLinkInner{padding-right:20px;padding-left:20px}}.l-pageLinkList{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0 48px}@media screen and (max-width: 768px){.l-pageLinkList{justify-content:flex-start;gap:12px 32px}}.l-pageLinkItem{transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.l-pageLinkItem:hover{opacity:.5}}.l-pageLinkItem a{color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:1.8rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.l-pageLinkItem a{font-size:1.6rem}}.l-pageCondition{padding-top:80px;padding-bottom:80px}@media screen and (max-width: 768px){.l-pageCondition{padding-top:64px;padding-bottom:64px}}.l-pageConditionWrap{display:flex;flex-direction:column;align-items:center;gap:56px 0;width:100%;border-radius:16px;padding-top:56px;padding-bottom:80px}@media screen and (max-width: 768px){.l-pageConditionWrap{gap:40px 0;padding:40px 20px 64px}}.l-pageConditionWrap--green{background:#f5fbf4}.l-pageConditionWrap--yellow{background:#c8be641a}.l-pageConditionList{list-style:disc;padding-left:20px}.l-pageConditionItem{font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:700;line-height:2.4}@media screen and (max-width: 768px){.l-pageConditionItem{font-size:1.6rem}}.l-pageFlow{position:relative;padding-top:80px;padding-bottom:196px}@media screen and (max-width: 768px){.l-pageFlow{padding-top:64px;padding-bottom:80px}}.l-pageFlowRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;text-align:center;margin-top:24px}@media screen and (max-width: 768px){.l-pageFlowRead{font-size:1.5rem;margin-top:20px}}.l-pageFlowImage{max-width:689px;margin-top:56px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.l-pageFlowImage{max-width:96%;margin-top:40px}}.l-pageFlowImage--large{max-width:846px}.l-pageFlowBackground{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:1219px}.c-contactButton{background:#f0faed;border-radius:0 32px;color:#131513;padding-top:40px;padding-bottom:40px}@media screen and (max-width: 768px){.c-contactButton{padding-top:32px;padding-bottom:32px}}.c-contactButton a{display:block;width:100%;height:100%;text-align:center;transition:.75s cubic-bezier(.19,1,.22,1)}@media (hover: hover) and (pointer: fine){.c-contactButton a:hover{opacity:.5}}.c-contactSecondaryButton{display:flex;justify-content:center;align-items:center;max-width:501px;background:#f0faed;border-radius:0 32px;text-align:center;padding:32px}.c-contactSecondaryButton a{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;transition:.75s cubic-bezier(.19,1,.22,1)}@media (hover: hover) and (pointer: fine){.c-contactSecondaryButton a:hover{opacity:.5}}.c-sectionPrimaryTitle{display:flex;flex-direction:column;align-items:center;gap:16px 0;text-align:center}@media screen and (max-width: 768px){.c-sectionPrimaryTitle{gap:10px 0}}.c-sectionPrimaryTitleEn{border-radius:28px;padding:4px 16px;color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:800}@media screen and (max-width: 768px){.c-sectionPrimaryTitleEn{font-size:1.4rem}}.c-sectionPrimaryTitleEn--green{background:#62a557}.c-sectionPrimaryTitleEn--yellow{background:#c8be64}.c-sectionPrimaryTitleJp{font-family:"Noto Serif JP",sans-serif;font-size:4rem;font-weight:800}@media screen and (max-width: 768px){.c-sectionPrimaryTitleJp{font-size:2.8rem;line-height:1.4;text-align:center}}.c-sectionPrimaryTitleJp--multiple{line-height:1.6}.c-primaryTable{width:100%;border-spacing:0}.c-primaryTableTh{position:relative;width:224px;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6;padding-top:20px;padding-bottom:20px;vertical-align:middle}.c-primaryTableTh:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#2f2b2233}@media screen and (max-width: 768px){.c-primaryTableTh:after{display:none}}@media screen and (max-width: 768px){.c-primaryTableTh{display:block;width:100%;font-size:1.5rem;padding-top:16px;padding-bottom:6px}}.c-primaryTableTd{position:relative;width:calc(100% - 224px);font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:400;line-height:1.6;padding-top:20px;padding-bottom:20px;padding-left:20px}.c-primaryTableTd:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#2f2b2233}@media screen and (max-width: 768px){.c-primaryTableTd{display:block;width:100%;font-size:1.5rem;padding-top:6px;padding-bottom:16px;padding-left:16px}}.c-secondaryTable{width:100%;border-spacing:0}.c-secondaryTableTh{position:relative;width:168px;color:#62a557;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6;padding-top:24px;padding-bottom:24px;vertical-align:middle}.c-secondaryTableTh:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#2f2b2233}@media screen and (max-width: 768px){.c-secondaryTableTh:after{display:none}}@media screen and (max-width: 768px){.c-secondaryTableTh{display:block;width:100%;font-size:1.5rem;padding-top:16px;padding-bottom:6px}}.c-secondaryTableTd{position:relative;width:calc(100% - 168px);font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6;padding-top:24px;padding-bottom:24px;padding-left:16px}.c-secondaryTableTd:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#2f2b2233}@media screen and (max-width: 768px){.c-secondaryTableTd{display:block;width:100%;font-size:1.5rem;padding-top:6px;padding-bottom:16px;padding-left:16px}}.c-feePrimaryTable{width:100%;width:796px;border-radius:16px}@media screen and (max-width: 768px){.c-feePrimaryTable{width:500px}}.c-feePrimaryTableRow{display:flex;justify-content:space-between;text-align:center}.c-feePrimaryTableRow--head{height:66px}@media screen and (max-width: 768px){.c-feePrimaryTableRow--head{height:48px}}.c-feePrimaryTableRow--head .c-feePrimaryTableData{line-height:66px}@media screen and (max-width: 768px){.c-feePrimaryTableRow--head .c-feePrimaryTableData{line-height:48px}}.c-feePrimaryTableRow--body{height:58px}@media screen and (max-width: 768px){.c-feePrimaryTableRow--body{height:40px}}.c-feePrimaryTableRow--body .c-feePrimaryTableData{line-height:58px}@media screen and (max-width: 768px){.c-feePrimaryTableRow--body .c-feePrimaryTableData{line-height:40px}}.c-feePrimaryTableColumn--title{width:264px}@media screen and (max-width: 768px){.c-feePrimaryTableColumn--title{width:160px}}.c-feePrimaryTableColumn--short{width:264px}@media screen and (max-width: 768px){.c-feePrimaryTableColumn--short{width:168px}}.c-feePrimaryTableColumn--long{width:calc(100% - 266px);border-bottom:1px solid rgba(61,65,64,.2)}@media screen and (max-width: 768px){.c-feePrimaryTableColumn--long{width:calc(100% - 162px)}}.c-feePrimaryTableData--title{background:#b3b3b333;border-bottom:1px solid rgba(61,65,64,.2);font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700}@media screen and (max-width: 768px){.c-feePrimaryTableData--title{font-size:1.4rem}}.c-feePrimaryTableData--genre{font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:800}@media screen and (max-width: 768px){.c-feePrimaryTableData--genre{font-size:1.8rem}}.c-feePrimaryTableData--content{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700}@media screen and (max-width: 768px){.c-feePrimaryTableData--content{font-size:1.4rem}}.c-feePrimaryTableData--total{background:#7e7e7e;color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:700}@media screen and (max-width: 768px){.c-feePrimaryTableData--total{font-size:1.7rem}}.c-feePrimaryTableData--totalData{font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:700}@media screen and (max-width: 768px){.c-feePrimaryTableData--totalData{font-size:1.7rem}}.c-feePrimaryTableData--red{background:#f9c6b080}.c-feePrimaryTableData--redLight{background:#fff8f6}.c-feePrimaryTableData--blue{background:#cfe7ff}.c-feePrimaryTableData--blueLight{background:#f4faff}.c-feePrimaryTableData--borderOne{border-bottom:1px solid rgba(47,43,34,.2)}.c-feeSecondaryTable{display:flex;flex-direction:column;gap:2px 0;width:100%;min-width:708px;border-radius:16px}@media screen and (max-width: 768px){.c-feeSecondaryTable{min-width:560px}}.c-feeSecondaryTableRow{width:100%;display:flex;justify-content:space-between;text-align:center}.c-feeSecondaryTableRow--head{min-height:80px;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.c-feeSecondaryTableRow--head{min-height:72px;font-size:1.5rem}}.c-feeSecondaryTableRow--head .c-feeSecondaryTableColumn{padding-top:8px;padding-bottom:8px}.c-feeSecondaryTableRow--head .c-feeSecondaryTableColumn--one{background:#c8be6480}.c-feeSecondaryTableRow--head .c-feeSecondaryTableColumn--two{background:#2f2b224d}.c-feeSecondaryTableRow--head .c-feeSecondaryTableColumn--three{background:#2f2b22cc;color:#fff}.c-feeSecondaryTableRow--body{min-height:59px;font-family:"Noto Serif JP",sans-serif;font-size:1.8rem;font-weight:500;line-height:1.6}@media screen and (max-width: 768px){.c-feeSecondaryTableRow--body{min-height:48px;font-size:1.6rem}}.c-feeSecondaryTableRow--body .c-feeSecondaryTableColumn{padding-top:16px;padding-bottom:16px}@media screen and (max-width: 768px){.c-feeSecondaryTableRow--body .c-feeSecondaryTableColumn{padding-top:10px;padding-bottom:10px}}.c-feeSecondaryTableRow--body .c-feeSecondaryTableColumn--one{font-size:1.6rem;font-weight:700}@media screen and (max-width: 768px){.c-feeSecondaryTableRow--body .c-feeSecondaryTableColumn--one{font-size:1.5rem}}.c-feeSecondaryTableRow--body .c-feeSecondaryTableColumn--two{background:#eaeaea}.c-feeSecondaryTableRow--body .c-feeSecondaryTableColumn--three{background:#d2d2d2}.c-feeSecondaryTableRow--primary .c-feeSecondaryTableColumn--one{background:#c8be6433}.c-feeSecondaryTableRow--secondary .c-feeSecondaryTableColumn--one{background:#c8be641a}.c-feeSecondaryTableColumn{display:flex;justify-content:center;align-items:center}.c-feeSecondaryTableColumn--one{width:176px}@media screen and (max-width: 768px){.c-feeSecondaryTableColumn--one{width:160px}}.c-feeSecondaryTableColumn--two,.c-feeSecondaryTableColumn--three{width:calc((100% - 180px)/2)}@media screen and (max-width: 768px){.c-feeSecondaryTableColumn--two,.c-feeSecondaryTableColumn--three{width:calc((100% - 164px)/2)}}.c-feeSecondaryTableCorner--one{border-radius:16px 0 0}.c-feeSecondaryTableCorner--two{border-radius:0 16px 0 0}.c-feeSecondaryTableCorner--three{border-radius:0 0 16px}.c-feeSecondaryTableCorner--four{border-radius:0 0 0 16px}.c-reasonCard{min-height:320px;background:#ffffffbf;border-radius:16px;border:4px solid rgba(61,65,64,.11);padding:16px 20px 24px}@media screen and (max-width: 768px){.c-reasonCard{min-height:auto}}.c-reasonCardTitle{display:flex;flex-direction:column;align-items:center;gap:8px 0;color:#c8be64;font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:800;line-height:1.6;text-align:center}@media screen and (max-width: 768px){.c-reasonCardTitle{font-size:1.8rem}}.c-reasonCardTitle:before{content:"";display:block;width:32px;height:32px;background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_791_4088)'%3e%3cpath%20d='M24.9906%2014.8542C24.9906%2014.8542%2026.6411%208.45862%2023.5464%203.91985C21.2564%200.561157%2013.9531%200%2013.9531%200C13.9531%200%2015.4695%201.73299%2015.8099%203.09462C16.3257%205.1577%2016.1194%207.63339%2016.8414%209.49016C18.8014%2013.3069%2023.9591%2015.4731%2023.9591%2015.4731C23.9591%2015.4731%2019.6266%2010.6249%2018.9045%208.35547C18.3887%207.11762%2018.1824%203.40408%2018.1824%203.40408C18.1824%203.40408%2020.2455%203.8167%2021.6897%205.87977C22.9884%207.73551%2024.9906%2014.8542%2024.9906%2014.8542Z'%20fill='%23E9655E'/%3e%3cpath%20d='M28.6008%2023.0025C28.6008%2023.0025%2033.088%2020.175%2033.9514%2015.6095C34.591%2012.2312%2030.5577%207.52734%2030.5577%207.52734C30.5577%207.52734%2030.4277%209.47076%2029.817%2010.4889C28.8917%2012.031%2027.2877%2013.3886%2026.6089%2014.9307C25.498%2018.3853%2027.5683%2022.8993%2027.5683%2022.8993C27.5683%2022.8993%2027.5961%2017.2754%2028.5214%2015.4867C28.9536%2014.4376%2031.0507%2012.0929%2031.0507%2012.0929C31.0507%2012.0929%2032.0379%2013.5732%2031.6676%2015.6713C31.3344%2017.558%2028.5998%2023.0025%2028.5998%2023.0025H28.6008Z'%20fill='%23E9655E'/%3e%3cpath%20d='M25.5061%2022.074C18.4917%2021.9709%2019.4345%2022.8694%2015.5002%2023.1056C10.3425%2023.415%204.97852%2018.8763%204.97852%2018.8763C4.97852%2018.8763%206.82188%2018.932%208.17629%2018.5668C10.8583%2017.8447%2014.2624%2014.647%2016.4286%2014.647C18.4401%2014.5356%2019.3902%2014.6243%2020.9674%2015.5753C23.7577%2017.2588%2025.7125%2020.8362%2025.7125%2020.8362C25.7125%2020.8362%2020.8642%2015.7817%2015.2939%2017.2258C13.4371%2017.6384%2010.5488%2019.9078%2010.5488%2019.9078C10.5488%2019.9078%2012.7604%2021.616%2015.9128%2021.0425C20.4516%2020.2173%2022.9273%2020.8362%2025.5061%2022.074Z'%20fill='%23E9655E'/%3e%3cpath%20d='M27.5686%2026.3042C27.6718%2026.3042%2028.497%2025.3758%2029.838%2024.2411C30.5704%2023.6211%2031.3853%2023.0033%2032.1074%2022.0749C32.7263%2021.4559%2033.4484%2018.3613%2033.4484%2018.3613C33.4484%2018.3613%2033.5938%2022.5752%2033.2421%2023.7253C32.8233%2025.0983%2031.6948%2026.5105%2030.7664%2027.9546C30.0928%2029.0027%2029.5285%2031.6682%2028.3938%2032.2871C28.1875%2032.3903%2028.0844%2032.4934%2028.0844%2032.4934V33.8344C28.0844%2035.1754%2027.7749%2036.3101%2027.3623%2037.0322C26.765%2038.0771%2026.1244%2038.7858%2024.5771%2039.4047C22.9267%2040.1268%2019.8321%2040.4363%2017.769%2038.889C16.3093%2037.7935%2015.2407%2035.4766%2015.7059%2032.8029C16.1185%2030.4303%2017.9547%2028.914%2019.3163%2028.5736C20.1415%2028.3673%2021.2762%2028.161%2022.6172%2028.883C23.5167%2029.3668%2023.9582%2030.6366%2023.9582%2030.6366C23.9582%2030.6366%2023.0298%2029.9146%2022.2046%2029.7083C21.3794%2029.502%2020.4768%2029.5453%2019.6257%2030.0177C18.6974%2030.5335%2018.261%2031.4598%2018.1816%2032.4934C18.0784%2033.8344%2018.0784%2034.7628%2019.4194%2035.7943C20.3334%2036.4979%2021.1731%2036.7227%2022.1014%2036.8259C22.7162%2036.894%2024.0614%2037.1353%2025.4024%2036.5164C26.7434%2035.8975%2027.2591%2034.247%2027.3623%2033.7313C27.4654%2033.3186%2027.4654%2032.4934%2027.4654%2032.4934L27.0528%2032.0808C26.8465%2031.8745%2026.6402%2031.6682%2026.4339%2030.4303C26.3493%2029.9228%2026.0213%2028.4302%2025.815%2027.7483C25.6087%2027.0665%2025.2992%2025.6853%2024.1645%2025.0663C23.2722%2024.5794%2018.8005%2024.4474%2018.8005%2024.4474C19.2131%2024.2411%2020.8636%2023.7253%2021.9983%2023.6222C22.7059%2023.5582%2025.2992%2023.3127%2026.3308%2024.2411C27.2591%2025.0663%2027.4654%2026.201%2027.5686%2026.3042Z'%20fill='%23E2AD7A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_791_4088'%3e%3crect%20width='29.042'%20height='40'%20fill='white'%20transform='translate(4.97852)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:32px}@media screen and (max-width: 768px){.c-reasonCardTitle:before{width:28px;height:28px;background-size:28px}}.c-reasonCardRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;margin-top:16px}@media screen and (max-width: 768px){.c-reasonCardRead{font-size:1.5rem}}.c-reasonCardInfo{display:flex;justify-content:center;width:100%;background:#c8be6414;border-radius:8px;margin-top:16px;padding-top:8px;padding-bottom:8px}.c-reasonCardInfo__text{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6}@media screen and (max-width: 768px){.c-reasonCardInfo__text{font-size:1.4rem}}.c-serviceCard{display:flex;justify-content:space-between;background:#fff;border-radius:16px;border:4px solid rgba(61,65,64,.08);padding:56px}@media screen and (max-width: 768px){.c-serviceCard{flex-direction:column;gap:24px 0;padding:32px 20px}}.c-serviceCardText{display:flex;flex-direction:column;align-items:center;gap:16px 0;width:calc(100% - 432px)}@media screen and (max-width: 768px){.c-serviceCardText{width:100%;gap:12px 0}}.c-serviceCardTitle{color:#c8be64;font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:800;line-height:1.6;text-align:center}@media screen and (max-width: 768px){.c-serviceCardTitle{font-size:2.2rem;line-height:1.4}}.c-serviceCardTime{width:100%;border-bottom:2px solid #C8BE64;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:2.4;text-align:center}@media screen and (max-width: 768px){.c-serviceCardTime{font-size:1.4rem}}.c-serviceCardRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2}@media screen and (max-width: 768px){.c-serviceCardRead{font-size:1.5rem}}.c-serviceCardImage{width:384px;border-radius:8px}@media screen and (max-width: 768px){.c-serviceCardImage{width:100%}}.c-primaryArticle{width:100%;background:#fff;border-radius:16px;border:6px solid rgba(55,50,40,.1);padding:56px 48px}@media screen and (max-width: 768px){.c-primaryArticle{border-width:3px;padding:32px 16px}}.c-primaryArticleDate{display:flex;align-items:center;gap:0 4px;color:#62a557b3;font-size:1.6rem;font-weight:500}.c-primaryArticleDate:before{content:"";display:block;width:20px;height:20px;background:url(/_astro/icon_calendar.B9INHJG8.svg) no-repeat center;background-size:20px}@media screen and (max-width: 768px){.c-primaryArticleDate{font-size:1.5rem}}.c-primaryArticleTitle{font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.c-primaryArticleTitle{font-size:1.8rem;font-weight:700;line-height:1.4}}.c-primaryArticleTitleWrap{display:flex;align-items:center;min-height:71px}@media screen and (max-width: 768px){.c-primaryArticleTitleWrap{min-height:64px;margin-top:4px}}.c-primaryArticleBody{display:flex;justify-content:space-between;gap:0 48px;width:100%;border-top:2px solid #62A557;padding-top:32px}@media screen and (max-width: 768px){.c-primaryArticleBody{flex-direction:column-reverse;gap:24px 0;padding-top:16px}}.c-primaryArticleImage{width:488px;height:366px;border-radius:8px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.c-primaryArticleImage{width:100%;height:auto;border-radius:16px}}.c-primaryArticleRead{font-family:"Noto Serif JP",sans-serif;font-size:1.8rem;font-weight:400;line-height:2}@media screen and (max-width: 768px){.c-primaryArticleRead{font-size:1.6rem;font-weight:500;line-height:1.8}}.c-pagetopButton{position:fixed;z-index:99;right:64px;bottom:64px;display:flex;align-items:center;gap:0 8px;cursor:pointer;opacity:0}@media screen and (max-width: 768px){.c-pagetopButton{right:32px;bottom:32px}}.c-pagetopButton__text{color:#62a557;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:2}@media screen and (max-width: 768px){.c-pagetopButton__text{font-size:1.3rem}}.c-pagetopButton__arrow{width:56px}@media screen and (max-width: 768px){.c-pagetopButton__arrow{width:36px}}.c-primaryFormDescription{display:flex;flex-direction:column;gap:8px 0;font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;line-height:2}.c-primaryFormDescription__base{font-weight:600}.c-primaryFormDescription__note{color:red;font-weight:700}.c-primaryFormPrivacy{margin-top:40px}.c-primaryFormPrivacyTitle{font-family:"Noto Serif JP",sans-serif;font-size:1.8rem;font-weight:700;line-height:1.6}@media screen and (max-width: 768px){.c-primaryFormPrivacyTitle{font-size:1.7rem}}.c-primaryFormPrivacyBody{width:100%;height:272px;background:#f5fbf4;margin-top:8px;padding:32px;overflow-y:scroll}@media screen and (max-width: 768px){.c-primaryFormPrivacyBody{height:240px;padding:24px 18px}}.c-primaryFormPrivacyBody::-webkit-scrollbar{width:4px;height:72px}.c-primaryFormPrivacyBody::-webkit-scrollbar-thumb{background-color:#4d6bb8;border-radius:2px}.c-primaryFormPrivacyRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:400;line-height:1.6}@media screen and (max-width: 768px){.c-primaryFormPrivacyRead{font-size:1.5rem}}.c-primaryFormMain{width:100%;margin-top:80px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.c-primaryFormMain{margin-top:64px}}.m-primaryButton{width:196px;height:48px;background:#62a557;border-radius:28px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.m-primaryButton:hover{opacity:.5}}.m-primaryButton a{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.m-primaryButton a span{position:relative;display:flex;justify-content:center;align-items:center;gap:0 4px;color:#fff;font-size:1.6rem;font-weight:700}.m-primaryButton a span:before{content:"";display:block;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%204H20C21.1%204%2022%204.9%2022%206V18C22%2019.1%2021.1%2020%2020%2020H4C2.9%2020%202%2019.1%202%2018L2.01%206C2.01%204.9%202.9%204%204%204ZM12%2013L20%208V6L12%2011L4%206V8L12%2013Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;background-size:24px}.m-secondaryButton{width:240px;height:64px;background:#fff;border-radius:32px}.m-secondaryButton a{position:relative;display:flex;align-items:center;width:100%;height:100%;padding-left:24px}.m-secondaryButton a span{position:relative;display:flex;align-items:center;gap:0 8px;color:#62a557;font-size:1.6rem;font-weight:700;line-height:2}.m-secondaryButton a span:before{content:"";display:block;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4%204H20C21.1%204%2022%204.9%2022%206V18C22%2019.1%2021.1%2020%2020%2020H4C2.9%2020%202%2019.1%202%2018L2.01%206C2.01%204.9%202.9%204%204%204ZM12%2013L20%208V6L12%2011L4%206V8L12%2013Z'%20fill='%2362A557'/%3e%3c/svg%3e") no-repeat center;background-size:24px}.m-secondaryButton a:after{content:"";display:block;position:absolute;right:24px;width:24px;height:24px;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2011C3.44772%2011%203%2011.4477%203%2012C3%2012.5523%203.44772%2013%204%2013L4%2011ZM20.7071%2012.7071C21.0976%2012.3166%2021.0976%2011.6834%2020.7071%2011.2929L14.3431%204.92893C13.9526%204.53841%2013.3195%204.53841%2012.9289%204.92893C12.5384%205.31946%2012.5384%205.95262%2012.9289%206.34315L18.5858%2012L12.9289%2017.6569C12.5384%2018.0474%2012.5384%2018.6805%2012.9289%2019.0711C13.3195%2019.4616%2013.9526%2019.4616%2014.3431%2019.0711L20.7071%2012.7071ZM4%2012V13L20%2013V12V11L4%2011L4%2012Z'%20fill='%2362A557'/%3e%3c/svg%3e") no-repeat center;background-size:24px}.m-sectionPrimaryButton{display:inline-block;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.m-sectionPrimaryButton:hover{opacity:.5}}.m-sectionPrimaryButton--green a span:after{background-color:#62a557}.m-sectionPrimaryButton--yellow a span:after{background-color:#c8be64}.m-sectionPrimaryButton a span{display:flex;align-items:center;gap:0 24px;font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:800;line-height:1.6}.m-sectionPrimaryButton a span:after{content:"";display:flex;justify-content:center;align-items:center;width:56px;height:56px;border-radius:50%;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2011C3.44772%2011%203%2011.4477%203%2012C3%2012.5523%203.44772%2013%204%2013L4%2011ZM20.7071%2012.7071C21.0976%2012.3166%2021.0976%2011.6834%2020.7071%2011.2929L14.3431%204.92893C13.9526%204.53841%2013.3195%204.53841%2012.9289%204.92893C12.5384%205.31946%2012.5384%205.95262%2012.9289%206.34315L18.5858%2012L12.9289%2017.6569C12.5384%2018.0474%2012.5384%2018.6805%2012.9289%2019.0711C13.3195%2019.4616%2013.9526%2019.4616%2014.3431%2019.0711L20.7071%2012.7071ZM4%2012V13L20%2013V12V11L4%2011L4%2012Z'%20fill='white'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:24px}.m-submitPrimaryButton{width:248px;height:72px;background:#62a557;border-radius:36px;transition-duration:.25s;transition-timing-function:cubic-bezier(.25,.1,.25,1);transition-property:all}@media (hover: hover) and (pointer: fine){.m-submitPrimaryButton:hover{opacity:.5}}.m-submitPrimaryButton a{display:block;width:100%;height:100%;padding:8px 8px 8px 24px}.m-submitPrimaryButton a span{display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:2rem;font-weight:800;line-height:1.6}.m-submitPrimaryButton a span:after{content:"";display:block;width:56px;height:56px;background:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='56'%20height='56'%20rx='28'%20fill='white'/%3e%3cpath%20d='M20%2027C19.4477%2027%2019%2027.4477%2019%2028C19%2028.5523%2019.4477%2029%2020%2029V27ZM36.7071%2028.7071C37.0976%2028.3166%2037.0976%2027.6834%2036.7071%2027.2929L30.3431%2020.9289C29.9526%2020.5384%2029.3195%2020.5384%2028.9289%2020.9289C28.5384%2021.3195%2028.5384%2021.9526%2028.9289%2022.3431L34.5858%2028L28.9289%2033.6569C28.5384%2034.0474%2028.5384%2034.6805%2028.9289%2035.0711C29.3195%2035.4616%2029.9526%2035.4616%2030.3431%2035.0711L36.7071%2028.7071ZM20%2028V29L36%2029V28V27L20%2027V28Z'%20fill='%2362A557'/%3e%3c/svg%3e") no-repeat center;background-size:56px}.m-sectionSecondaryTitle{display:flex;flex-direction:column;align-items:center;gap:4px 0;font-family:"Noto Serif JP",sans-serif;font-size:3.2rem;font-weight:700;line-height:1.4}.m-sectionSecondaryTitle:before{content:"";display:block;width:40px;height:40px;background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_791_4088)'%3e%3cpath%20d='M24.9906%2014.8542C24.9906%2014.8542%2026.6411%208.45862%2023.5464%203.91985C21.2564%200.561157%2013.9531%200%2013.9531%200C13.9531%200%2015.4695%201.73299%2015.8099%203.09462C16.3257%205.1577%2016.1194%207.63339%2016.8414%209.49016C18.8014%2013.3069%2023.9591%2015.4731%2023.9591%2015.4731C23.9591%2015.4731%2019.6266%2010.6249%2018.9045%208.35547C18.3887%207.11762%2018.1824%203.40408%2018.1824%203.40408C18.1824%203.40408%2020.2455%203.8167%2021.6897%205.87977C22.9884%207.73551%2024.9906%2014.8542%2024.9906%2014.8542Z'%20fill='%23E9655E'/%3e%3cpath%20d='M28.6008%2023.0025C28.6008%2023.0025%2033.088%2020.175%2033.9514%2015.6095C34.591%2012.2312%2030.5577%207.52734%2030.5577%207.52734C30.5577%207.52734%2030.4277%209.47076%2029.817%2010.4889C28.8917%2012.031%2027.2877%2013.3886%2026.6089%2014.9307C25.498%2018.3853%2027.5683%2022.8993%2027.5683%2022.8993C27.5683%2022.8993%2027.5961%2017.2754%2028.5214%2015.4867C28.9536%2014.4376%2031.0507%2012.0929%2031.0507%2012.0929C31.0507%2012.0929%2032.0379%2013.5732%2031.6676%2015.6713C31.3344%2017.558%2028.5998%2023.0025%2028.5998%2023.0025H28.6008Z'%20fill='%23E9655E'/%3e%3cpath%20d='M25.5061%2022.074C18.4917%2021.9709%2019.4345%2022.8694%2015.5002%2023.1056C10.3425%2023.415%204.97852%2018.8763%204.97852%2018.8763C4.97852%2018.8763%206.82188%2018.932%208.17629%2018.5668C10.8583%2017.8447%2014.2624%2014.647%2016.4286%2014.647C18.4401%2014.5356%2019.3902%2014.6243%2020.9674%2015.5753C23.7577%2017.2588%2025.7125%2020.8362%2025.7125%2020.8362C25.7125%2020.8362%2020.8642%2015.7817%2015.2939%2017.2258C13.4371%2017.6384%2010.5488%2019.9078%2010.5488%2019.9078C10.5488%2019.9078%2012.7604%2021.616%2015.9128%2021.0425C20.4516%2020.2173%2022.9273%2020.8362%2025.5061%2022.074Z'%20fill='%23E9655E'/%3e%3cpath%20d='M27.5686%2026.3042C27.6718%2026.3042%2028.497%2025.3758%2029.838%2024.2411C30.5704%2023.6211%2031.3853%2023.0033%2032.1074%2022.0749C32.7263%2021.4559%2033.4484%2018.3613%2033.4484%2018.3613C33.4484%2018.3613%2033.5938%2022.5752%2033.2421%2023.7253C32.8233%2025.0983%2031.6948%2026.5105%2030.7664%2027.9546C30.0928%2029.0027%2029.5285%2031.6682%2028.3938%2032.2871C28.1875%2032.3903%2028.0844%2032.4934%2028.0844%2032.4934V33.8344C28.0844%2035.1754%2027.7749%2036.3101%2027.3623%2037.0322C26.765%2038.0771%2026.1244%2038.7858%2024.5771%2039.4047C22.9267%2040.1268%2019.8321%2040.4363%2017.769%2038.889C16.3093%2037.7935%2015.2407%2035.4766%2015.7059%2032.8029C16.1185%2030.4303%2017.9547%2028.914%2019.3163%2028.5736C20.1415%2028.3673%2021.2762%2028.161%2022.6172%2028.883C23.5167%2029.3668%2023.9582%2030.6366%2023.9582%2030.6366C23.9582%2030.6366%2023.0298%2029.9146%2022.2046%2029.7083C21.3794%2029.502%2020.4768%2029.5453%2019.6257%2030.0177C18.6974%2030.5335%2018.261%2031.4598%2018.1816%2032.4934C18.0784%2033.8344%2018.0784%2034.7628%2019.4194%2035.7943C20.3334%2036.4979%2021.1731%2036.7227%2022.1014%2036.8259C22.7162%2036.894%2024.0614%2037.1353%2025.4024%2036.5164C26.7434%2035.8975%2027.2591%2034.247%2027.3623%2033.7313C27.4654%2033.3186%2027.4654%2032.4934%2027.4654%2032.4934L27.0528%2032.0808C26.8465%2031.8745%2026.6402%2031.6682%2026.4339%2030.4303C26.3493%2029.9228%2026.0213%2028.4302%2025.815%2027.7483C25.6087%2027.0665%2025.2992%2025.6853%2024.1645%2025.0663C23.2722%2024.5794%2018.8005%2024.4474%2018.8005%2024.4474C19.2131%2024.2411%2020.8636%2023.7253%2021.9983%2023.6222C22.7059%2023.5582%2025.2992%2023.3127%2026.3308%2024.2411C27.2591%2025.0663%2027.4654%2026.201%2027.5686%2026.3042Z'%20fill='%23E2AD7A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_791_4088'%3e%3crect%20width='29.042'%20height='40'%20fill='white'%20transform='translate(4.97852)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:40px}.m-sectionTertiaryTitle{display:flex;flex-direction:column;align-items:center;gap:4px 0;font-family:"Noto Serif JP",sans-serif;font-size:3.2rem;font-weight:700;line-height:1.6;text-align:center}.m-sectionTertiaryTitle:before{content:"";display:block;width:40px;height:40px;background:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_791_4088)'%3e%3cpath%20d='M24.9906%2014.8542C24.9906%2014.8542%2026.6411%208.45862%2023.5464%203.91985C21.2564%200.561157%2013.9531%200%2013.9531%200C13.9531%200%2015.4695%201.73299%2015.8099%203.09462C16.3257%205.1577%2016.1194%207.63339%2016.8414%209.49016C18.8014%2013.3069%2023.9591%2015.4731%2023.9591%2015.4731C23.9591%2015.4731%2019.6266%2010.6249%2018.9045%208.35547C18.3887%207.11762%2018.1824%203.40408%2018.1824%203.40408C18.1824%203.40408%2020.2455%203.8167%2021.6897%205.87977C22.9884%207.73551%2024.9906%2014.8542%2024.9906%2014.8542Z'%20fill='%23E9655E'/%3e%3cpath%20d='M28.6008%2023.0025C28.6008%2023.0025%2033.088%2020.175%2033.9514%2015.6095C34.591%2012.2312%2030.5577%207.52734%2030.5577%207.52734C30.5577%207.52734%2030.4277%209.47076%2029.817%2010.4889C28.8917%2012.031%2027.2877%2013.3886%2026.6089%2014.9307C25.498%2018.3853%2027.5683%2022.8993%2027.5683%2022.8993C27.5683%2022.8993%2027.5961%2017.2754%2028.5214%2015.4867C28.9536%2014.4376%2031.0507%2012.0929%2031.0507%2012.0929C31.0507%2012.0929%2032.0379%2013.5732%2031.6676%2015.6713C31.3344%2017.558%2028.5998%2023.0025%2028.5998%2023.0025H28.6008Z'%20fill='%23E9655E'/%3e%3cpath%20d='M25.5061%2022.074C18.4917%2021.9709%2019.4345%2022.8694%2015.5002%2023.1056C10.3425%2023.415%204.97852%2018.8763%204.97852%2018.8763C4.97852%2018.8763%206.82188%2018.932%208.17629%2018.5668C10.8583%2017.8447%2014.2624%2014.647%2016.4286%2014.647C18.4401%2014.5356%2019.3902%2014.6243%2020.9674%2015.5753C23.7577%2017.2588%2025.7125%2020.8362%2025.7125%2020.8362C25.7125%2020.8362%2020.8642%2015.7817%2015.2939%2017.2258C13.4371%2017.6384%2010.5488%2019.9078%2010.5488%2019.9078C10.5488%2019.9078%2012.7604%2021.616%2015.9128%2021.0425C20.4516%2020.2173%2022.9273%2020.8362%2025.5061%2022.074Z'%20fill='%23E9655E'/%3e%3cpath%20d='M27.5686%2026.3042C27.6718%2026.3042%2028.497%2025.3758%2029.838%2024.2411C30.5704%2023.6211%2031.3853%2023.0033%2032.1074%2022.0749C32.7263%2021.4559%2033.4484%2018.3613%2033.4484%2018.3613C33.4484%2018.3613%2033.5938%2022.5752%2033.2421%2023.7253C32.8233%2025.0983%2031.6948%2026.5105%2030.7664%2027.9546C30.0928%2029.0027%2029.5285%2031.6682%2028.3938%2032.2871C28.1875%2032.3903%2028.0844%2032.4934%2028.0844%2032.4934V33.8344C28.0844%2035.1754%2027.7749%2036.3101%2027.3623%2037.0322C26.765%2038.0771%2026.1244%2038.7858%2024.5771%2039.4047C22.9267%2040.1268%2019.8321%2040.4363%2017.769%2038.889C16.3093%2037.7935%2015.2407%2035.4766%2015.7059%2032.8029C16.1185%2030.4303%2017.9547%2028.914%2019.3163%2028.5736C20.1415%2028.3673%2021.2762%2028.161%2022.6172%2028.883C23.5167%2029.3668%2023.9582%2030.6366%2023.9582%2030.6366C23.9582%2030.6366%2023.0298%2029.9146%2022.2046%2029.7083C21.3794%2029.502%2020.4768%2029.5453%2019.6257%2030.0177C18.6974%2030.5335%2018.261%2031.4598%2018.1816%2032.4934C18.0784%2033.8344%2018.0784%2034.7628%2019.4194%2035.7943C20.3334%2036.4979%2021.1731%2036.7227%2022.1014%2036.8259C22.7162%2036.894%2024.0614%2037.1353%2025.4024%2036.5164C26.7434%2035.8975%2027.2591%2034.247%2027.3623%2033.7313C27.4654%2033.3186%2027.4654%2032.4934%2027.4654%2032.4934L27.0528%2032.0808C26.8465%2031.8745%2026.6402%2031.6682%2026.4339%2030.4303C26.3493%2029.9228%2026.0213%2028.4302%2025.815%2027.7483C25.6087%2027.0665%2025.2992%2025.6853%2024.1645%2025.0663C23.2722%2024.5794%2018.8005%2024.4474%2018.8005%2024.4474C19.2131%2024.2411%2020.8636%2023.7253%2021.9983%2023.6222C22.7059%2023.5582%2025.2992%2023.3127%2026.3308%2024.2411C27.2591%2025.0663%2027.4654%2026.201%2027.5686%2026.3042Z'%20fill='%23E2AD7A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_791_4088'%3e%3crect%20width='29.042'%20height='40'%20fill='white'%20transform='translate(4.97852)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat center;background-size:40px}.m-worksCard__title{color:#fff;font-size:2rem;font-weight:700;line-height:2}@media screen and (max-width: 768px){.m-worksCard__title{font-size:1.8rem}}.m-worksCard__read{color:#fff;font-size:1.6rem;font-weight:400;line-height:2}@media screen and (max-width: 768px){.m-worksCard__read{font-size:1.5rem}}.m-primaryMap{width:100%;height:100%;aspect-ratio:1/1;border-radius:16px}.m-companyTable__th{position:relative;width:23.1%;color:#242424;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:500;line-height:1.6;padding-top:20px;padding-bottom:20px;vertical-align:middle}@media screen and (max-width: 768px){.m-companyTable__th{display:block;width:100%;padding-top:16px;padding-bottom:4px}}.m-companyTable__th:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#09af5c66}@media screen and (max-width: 768px){.m-companyTable__th:after{display:none}}.m-companyTable__td{position:relative;width:76.9%;color:#242424;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.6;padding-top:20px;padding-bottom:20px;padding-left:32px}@media screen and (max-width: 768px){.m-companyTable__td{display:block;width:100%;font-size:1.5rem;padding-top:4px;padding-bottom:16px;padding-left:0}}.m-companyTable__td:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#13151333}.m-requirementTable__th{position:relative;width:23.3%;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.6;padding-top:23px;padding-bottom:23px;vertical-align:middle}@media screen and (max-width: 768px){.m-requirementTable__th{display:block;width:100%;padding-top:16px;padding-bottom:4px}}.m-requirementTable__th:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#ffffff4d}@media screen and (max-width: 768px){.m-requirementTable__th:after{display:none}}.m-requirementTable__td{position:relative;width:76.7%;color:#fff;font-family:Noto Sans JP,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.6;padding-top:24px;padding-bottom:24px;padding-left:16px}@media screen and (max-width: 768px){.m-requirementTable__td{display:block;width:100%;font-size:1.5rem;padding-top:4px;padding-bottom:16px;padding-left:0}}.m-requirementTable__td:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#ffffff4d}.p-topPageKvInner{position:relative}.p-topPageKvImage{width:100%;height:100vh;min-height:728px}@media screen and (max-width: 768px){.p-topPageKvImage{min-height:610px}}.p-topPageKvImage img{height:100%;-o-object-fit:cover;object-fit:cover}.p-topPageKvBody{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-right:9px;padding-left:9px}@media screen and (max-width: 768px){.p-topPageKvBody{width:100%;padding-right:20px;padding-left:20px}}.p-topPageKvBodyInner{border-bottom:2px solid rgba(255,255,255,.7);border-radius:2px;padding-bottom:16px}@media screen and (max-width: 768px){.p-topPageKvBodyInner{width:100%;padding-bottom:12px}}.p-topPageKvTitle{color:#fff;font-size:5.6rem;font-weight:700;line-height:1.6;text-align:center;text-wrap:nowrap}@media screen and (max-width: 768px){.p-topPageKvTitle{font-size:2.7rem;font-weight:800}}.p-topPageKvLogo{width:494px;margin-top:24px;margin-right:auto;margin-left:auto}@media screen and (max-width: 768px){.p-topPageKvLogo{width:283px;margin-top:8px}}.p-topPagePrimaryBox{display:flex;justify-content:space-between;align-items:flex-end;gap:0 56px}@media screen and (max-width: 768px){.p-topPagePrimaryBox{flex-direction:column}}.p-topPagePrimaryBoxImage{width:488px;height:318px;border-radius:16px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.p-topPagePrimaryBoxImage{width:100%;height:auto;margin-top:8px}}.p-topPagePrimaryBoxTitle{display:inline-block;border-radius:28px;color:#fff;font-family:"Noto Serif JP",sans-serif;font-size:2rem;font-weight:800;padding:10px 24px}.p-topPagePrimaryBoxTitle--one{background:#62a557}.p-topPagePrimaryBoxTitle--two{background:#c8be64}.p-topPagePrimaryBoxCopy{font-family:"Noto Serif JP",sans-serif;font-size:3.2rem;font-weight:700;line-height:1.6;margin-top:24px}@media screen and (max-width: 768px){.p-topPagePrimaryBoxCopy{font-size:2.4rem;margin-top:16px}}.p-topPagePrimaryBoxRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;margin-top:8px}.p-topPagePrimaryBoxButton{margin-top:56px}@media screen and (max-width: 768px){.p-topPagePrimaryBoxButton{margin-top:24px}}.p-topPageAboutus{position:relative;width:100%;max-width:1224px;margin-right:auto;margin-left:auto;padding-top:80px;padding-bottom:80px}@media screen and (max-width: 768px){.p-topPageAboutus{padding-top:56px;padding-bottom:32px}}.p-topPageAboutus .p-topPagePrimaryBackground{position:absolute;right:0;bottom:-212px;width:360px}@media screen and (max-width: 768px){.p-topPageAboutus .p-topPagePrimaryBackground{bottom:-88px;width:171px}}.p-topPageOurworks{padding-top:80px;padding-bottom:132px}@media screen and (max-width: 768px){.p-topPageOurworks{padding-top:32px;padding-bottom:64px}}.p-topPageNews{position:relative;background:#f5fbf4;padding-top:56px;padding-bottom:200px}@media screen and (max-width: 768px){.p-topPageNews{padding-top:32px;padding-bottom:100px}}.p-topPageNewsInner{position:relative;z-index:1}.p-topPageNewsRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;text-align:center;margin-top:56px}@media screen and (max-width: 768px){.p-topPageNewsRead{text-align:left;margin-top:16px}}.p-topPageNewsBody{margin-top:32px}@media screen and (max-width: 768px){.p-topPageNewsBody{margin-top:24px}}.p-topPageNewsBackground{position:absolute;bottom:0;left:0;width:100%;height:522px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.p-topPageNewsBackground{height:261px}}.p-aboutusPageGreeting{position:relative;width:100%;max-width:1224px;margin-right:auto;margin-left:auto;padding-top:56px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageGreeting{padding-top:40px;padding-bottom:64px}}.p-aboutusPageGreetingRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4;margin-top:56px}@media screen and (max-width: 768px){.p-aboutusPageGreetingRead{font-size:1.5rem;margin-top:40px}}.p-aboutusPageGreetingName{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:2;text-align:right;margin-top:16px}@media screen and (max-width: 768px){.p-aboutusPageGreetingName{font-size:1.5rem}}.p-aboutusPageGreetingBackground{position:absolute;right:0;bottom:-224px;width:373px}@media screen and (max-width: 768px){.p-aboutusPageGreetingBackground{bottom:-88px;width:171px}}.p-aboutusPageCompany{padding-top:80px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageCompany{padding-top:40px;padding-bottom:60px}}.p-aboutusPageCompanyTable{margin-top:56px}@media screen and (max-width: 768px){.p-aboutusPageCompanyTable{margin-top:40px}}.p-aboutusPageCompanyInfo{display:flex;justify-content:space-between;gap:0 48px;width:100%;background:#62a55717;border-radius:16px;padding:48px}@media screen and (max-width: 768px){.p-aboutusPageCompanyInfo{flex-direction:column;gap:20px 0;padding:32px 20px}}.p-aboutusPageCompanyInfoImage{width:320px;border-radius:8px}@media screen and (max-width: 768px){.p-aboutusPageCompanyInfoImage{width:100%}}.p-aboutusPageCompanyInfoText{width:calc(100% - 320px)}@media screen and (max-width: 768px){.p-aboutusPageCompanyInfoText{width:100%}}.p-aboutusPageCompanyInfoText__title{color:#62a557;font-size:2.4rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.p-aboutusPageCompanyInfoText__title{font-size:2rem}}.p-aboutusPageCompanyInfoText__read{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:2;margin-top:16px}@media screen and (max-width: 768px){.p-aboutusPageCompanyInfoText__read{font-size:1.5rem;margin-top:4px}}.p-aboutusPageInfo{padding-top:80px;padding-bottom:160px}@media screen and (max-width: 768px){.p-aboutusPageInfo{padding-top:60px;padding-bottom:120px}}.p-aboutusPageReason{background:#f5fbf4}.p-aboutusPageReasonInner{position:relative;width:100%;max-width:1224px;margin-right:auto;margin-left:auto;padding-top:56px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageReasonInner{padding-top:40px;padding-bottom:64px}}.p-aboutusPageReasonWrap{position:relative;z-index:1}.p-aboutusPageReasonBody{display:flex;flex-direction:column;gap:32px 0;margin-top:56px}@media screen and (max-width: 768px){.p-aboutusPageReasonBody{gap:24px 0;margin-top:40px}}.p-aboutusPageReasonBox{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.p-aboutusPageReasonBox{flex-direction:column;gap:24px 0}}.p-aboutusPageReasonItem{background:#fff;border-radius:16px;border:4px solid rgba(61,65,64,.08)}@media screen and (max-width: 768px){.p-aboutusPageReasonItem{border-width:3px}}.p-aboutusPageReasonItemSmall{width:calc((100% - 32px)/2);padding:40px 56px}@media screen and (max-width: 768px){.p-aboutusPageReasonItemSmall{width:100%;padding:28px 20px}}.p-aboutusPageReasonItemLarge{width:100%;padding:40px 40px 40px 56px}@media screen and (max-width: 768px){.p-aboutusPageReasonItemLarge{padding:28px 20px}}.p-aboutusPageReasonItemLargeInner{width:100%;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.p-aboutusPageReasonItemLargeInner{flex-direction:column}}.p-aboutusPageReasonItemText{width:41.4%}@media screen and (max-width: 768px){.p-aboutusPageReasonItemText{width:100%}}.p-aboutusPageReasonItemTitle{color:#62a557;font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.p-aboutusPageReasonItemTitle{font-size:2rem}}.p-aboutusPageReasonItemRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4;margin-top:8px}@media screen and (max-width: 768px){.p-aboutusPageReasonItemRead{font-weight:1.5rem;line-height:2}}.p-aboutusPageReasonItemImage{display:flex;justify-content:space-between;width:calc(58.6% - 32px)}@media screen and (max-width: 768px){.p-aboutusPageReasonItemImage{width:100%;margin-top:16px}}.p-aboutusPageReasonItemImage__img{width:calc((100% - 16px)/2);border-radius:8px}@media screen and (max-width: 768px){.p-aboutusPageReasonItemImage__img{width:calc((100% - 12px)/2)}}.p-aboutusPageReasonBackground{position:absolute;bottom:-240px;left:0;width:370px}@media screen and (max-width: 768px){.p-aboutusPageReasonBackground{bottom:-80px;width:171px}}.p-aboutusPageRoom{padding-top:160px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageRoom{padding-top:120px;padding-bottom:64px}}.p-aboutusPageRoomBody{display:flex;flex-direction:column;gap:40px 0;margin-top:56px}@media screen and (max-width: 768px){.p-aboutusPageRoomBody{gap:24px 0;margin-top:40px}}.p-aboutusPageRoomItem{width:100%}.p-aboutusPageRoomItem--singleImage{width:100%;max-width:640px}.p-aboutusPageRoomItem--multipleImage{border-radius:16px}@media screen and (max-width: 768px){.p-aboutusPageRoomItem--multipleImage{border-radius:10px}}.p-aboutusPageRoomItemTitle{position:relative;display:flex;align-items:center;gap:0 16px;font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:700;line-height:2;margin-bottom:24px}@media screen and (max-width: 768px){.p-aboutusPageRoomItemTitle{display:block;font-size:1.8rem;padding-bottom:4px;margin-bottom:16px}}.p-aboutusPageRoomItemTitle:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:#3d414026;border-radius:2px}.p-aboutusPageRoomItemTitle__one{position:relative;display:flex;align-items:center;gap:0 8px}.p-aboutusPageRoomItemTitle__one:before{content:"";display:block;width:20px;height:20px;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='10'%20fill='%2362A557'/%3e%3c/svg%3e") no-repeat center;background-size:20px}@media screen and (max-width: 768px){.p-aboutusPageRoomItemTitle__one:before{width:16px;height:16px;background-size:16px}}@media screen and (max-width: 768px){.p-aboutusPageRoomItemTitle__two{padding-left:24px}}.p-aboutusPageRoomImageList{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px 0}@media screen and (max-width: 768px){.p-aboutusPageRoomImageList{gap:16px}}.p-aboutusPageRoomImageItem{width:calc((100% - 24px)/2)}@media screen and (max-width: 768px){.p-aboutusPageRoomImageItem{width:calc((100% - 16px)/2)}}.p-aboutusPageOverview{background:#f5fbf4;padding-top:80px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageOverview{padding:64px 20px}}@media screen and (max-width: 768px){.p-aboutusPageOverview .l-contentInner--primary{padding-right:0;padding-left:0}}.p-aboutusPageOverviewInner{width:100%;background:#fff;border-radius:16px;padding-top:56px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageOverviewInner{padding-top:40px;padding-bottom:64px}}.p-aboutusPageOverviewRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;margin-top:56px}@media screen and (max-width: 768px){.p-aboutusPageOverviewRead{font-size:1.5rem;margin-top:40px}}.p-aboutusPageOverviewTable{padding-top:56px;padding-bottom:24px}@media screen and (max-width: 768px){.p-aboutusPageOverviewTable{padding-top:40px;padding-bottom:16px}}.p-aboutusPageOverviewMap{display:flex;gap:0 24px}@media screen and (max-width: 768px){.p-aboutusPageOverviewMap{flex-direction:column;gap:16px 0}}.p-aboutusPageOverviewMap__one{width:calc(100% - 480px)}@media screen and (max-width: 768px){.p-aboutusPageOverviewMap__one{width:100%}}.p-aboutusPageOverviewMap__two{width:480px;border-radius:16px}@media screen and (max-width: 768px){.p-aboutusPageOverviewMap__two{width:100%}}.p-aboutusPageFee{padding-top:160px;padding-bottom:80px}@media screen and (max-width: 768px){.p-aboutusPageFee{padding-top:120px;padding-bottom:64px}}.p-aboutusPageFeeBody{margin-top:56px}@media screen and (max-width: 768px){.p-aboutusPageFeeBody{width:100%;overflow-x:auto;margin-top:40px}}.p-aboutusPageFeeAnnotation{list-style:disc;margin-top:16px;padding-left:20px}@media screen and (max-width: 768px){.p-aboutusPageFeeAnnotation{margin-top:12px}}.p-aboutusPageFeeAnnotationItem{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2}@media screen and (max-width: 768px){.p-aboutusPageFeeAnnotationItem{font-size:1.4rem;line-height:1.8}}.p-companyPageHome{padding-top:56px}@media screen and (max-width: 768px){.p-companyPageHome{padding-top:40px}}.p-companyPageHomeInner{display:flex;justify-content:space-between;align-items:center;width:100%;background:#c8be641a;border-radius:16px;padding:48px}@media screen and (max-width: 768px){.p-companyPageHomeInner{flex-direction:column;gap:32px 0;padding:32px 20px}}.p-companyPageHomeImage{width:320px}@media screen and (max-width: 768px){.p-companyPageHomeImage{width:100%}}.p-companyPageHomeText{display:flex;flex-direction:column;gap:16px 0;width:calc(100% - 368px)}@media screen and (max-width: 768px){.p-companyPageHomeText{gap:10px 0;width:100%}}.p-companyPageHomeText__title{color:#c8be64;font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:800;line-height:1.6}@media screen and (max-width: 768px){.p-companyPageHomeText__title{font-size:2.2rem}}.p-companyPageHomeText__read{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:700;line-height:2}@media screen and (max-width: 768px){.p-companyPageHomeText__read{font-size:1.5rem}}.p-companyPageReason{padding-top:80px;padding-bottom:160px}@media screen and (max-width: 768px){.p-companyPageReason{padding-top:64px;padding-bottom:120px}}.p-companyPageReasonBody{display:flex;justify-content:space-between;margin-top:32px}@media screen and (max-width: 768px){.p-companyPageReasonBody{flex-wrap:wrap;gap:16px 0;margin-top:24px}}.p-companyPageReasonBody .c-reasonCard{width:calc((100% - 64px) / 3)}@media screen and (max-width: 768px){.p-companyPageReasonBody .c-reasonCard{width:100%}}.p-companyPageService{background:#c8be6414;padding-top:56px;padding-bottom:160px}@media screen and (max-width: 768px){.p-companyPageService{padding-top:40px;padding-bottom:120px}}.p-companyPageServiceInner{position:relative;width:100%;max-width:1224px;margin-right:auto;margin-left:auto}.p-companyPageServiceBody{position:relative;z-index:1;display:flex;flex-direction:column;gap:32px 0;margin-top:56px}@media screen and (max-width: 768px){.p-companyPageServiceBody{gap:24px 0;margin-top:40px}}.p-companyPageServiceBody .c-serviceCard{width:100%}.p-companyPageServiceBackground{position:absolute;top:0;left:0;width:370px}@media screen and (max-width: 768px){.p-companyPageServiceBackground{width:171px}}.p-companyPageFee{position:relative;width:100%;max-width:1224px;margin-right:auto;margin-left:auto;padding-top:160px;padding-bottom:80px}@media screen and (max-width: 768px){.p-companyPageFee{padding-top:120px;padding-bottom:64px}}.p-companyPageFeeBody{position:relative;z-index:1;margin-top:56px}@media screen and (max-width: 768px){.p-companyPageFeeBody{width:100%;overflow-x:auto;margin-top:40px}}.p-companyPageFeeAnnotation{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;margin-top:16px}@media screen and (max-width: 768px){.p-companyPageFeeAnnotation{font-size:1.4rem;margin-top:12px}}.p-companyPageFeeBackground{position:absolute;right:0;bottom:-57px;width:370px}@media screen and (max-width: 768px){.p-companyPageFeeBackground{width:171px;bottom:-16px}}.p-recruitPage{background:#f5fbf4}.p-recruitPageMessage{text-align:center;padding-top:56px;padding-bottom:80px}@media screen and (max-width: 768px){.p-recruitPageMessage{text-align:left;padding-top:40px;padding-bottom:64px}}.p-recruitPageMessageRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4;margin-top:56px}@media screen and (max-width: 768px){.p-recruitPageMessageRead{font-size:1.5rem;line-height:2;margin-top:40px}}.p-recruitPageRecruitmentInner{background:#fff;border-radius:32px;padding-top:56px;padding-bottom:136px}@media screen and (max-width: 768px){.p-recruitPageRecruitmentInner{padding-top:40px;padding-bottom:104px}}.p-recruitPageRecruitmentBody{display:flex;flex-direction:column;gap:80px 0;margin-top:56px}@media screen and (max-width: 768px){.p-recruitPageRecruitmentBody{margin-top:40px}}.p-recruitPageRecruitmentCategoryTitle{width:100%;background:#3d41400f;border-radius:16px;font-family:"Noto Serif JP",sans-serif;font-size:2.4rem;font-weight:700;line-height:1.6;text-align:center;padding-top:17px;padding-bottom:17px}@media screen and (max-width: 768px){.p-recruitPageRecruitmentCategoryTitle{font-size:2.2rem;padding-top:14px;padding-bottom:14px}}.p-recruitPageRecruitmentCategoryTable{margin-top:48px}@media screen and (max-width: 768px){.p-recruitPageRecruitmentCategoryTable{margin-top:32px}}.p-recruitPageApply{padding-top:80px;padding-bottom:160px}@media screen and (max-width: 768px){.p-recruitPageApply{padding-top:64px;padding-bottom:120px}}.p-recruitPageApplyInner{display:flex;flex-direction:column;align-items:center}.p-recruitPageApplyRead{font-family:"Noto Serif JP",sans-serif;font-size:1.6rem;font-weight:500;line-height:2;text-align:center;margin-top:24px}@media screen and (max-width: 768px){.p-recruitPageApplyRead{font-size:1.5rem}}.p-recruitPageApplyButton{margin-top:32px}.p-contactPageForm{padding-top:56px;padding-bottom:160px}@media screen and (max-width: 768px){.p-contactPageForm{padding-top:40px;padding-bottom:120px}}
