@charset "UTF-8";:root{--primary-color: #1D6B36;--secondary-color: #19A300;--accent-color: #6B1D1D;--grad: linear-gradient(to top right, #006c00, #00cd00 80%, #00ffd1);--font-color: #323232;--font-color-light: #4D4D4D;--font-color-dark: #000000;--border-color: #606060;--border-color-light: #D5D5D5;--bg-color-white: #FAFAFA;--bg-color: #F8FAF9;--bg-color-light: #F7F7F7;--bg-color-dark: #F0F0F0;--white: #FFFFFF;--gray: #aaaaaa;--danger: #6B1D1D;--warning: #FFD335;--success: #34C759;--color-line: #00B900;--color-facebook: #1877F2;--color-x: #000000}:root{--text-xs: 1rem;--text-sm: 1.2rem;--text-base: 1.6rem;--text-lg: clamp(1.6rem, 1.25vw , 1.8rem);--text-xl: clamp(1.8rem, calc(20 / 1440 * 100vw), 2rem);--text-2xl: clamp(2rem, calc(22 / 1440 * 100vw), 2.2rem);--text-3xl: clamp(2rem, calc(24 / 1440 * 100vw), 2.4rem);--text-4xl: clamp(2rem, calc(24 / 1440 * 100vw), 3.2rem)}:root{--regular: 400;--medium: 500;--bold: 700;--black: 900}:root{--leading: 1.6;--leading-sm: 1.4;--leading-none: 1}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-top:var(--scroll-offset, 0px)}body{font-family:Noto Sans JP,ヒラギノ角ゴシック,Hiragino Sans,YuGothic,Yu Gothic,メイリオ,Meiryo,sans-serif;font-size:var(--text-base);font-weight:var(--regular);color:var(--font-color);background-color:var(--body-color)}a{text-decoration:none;color:var(--primary-color);cursor:pointer}img{max-width:100%;height:auto}p{margin:0;line-height:var(--leading)}ol,ul{padding-left:1.5em}dl dt{font-weight:var(--bold);margin-bottom:1em}dl dd{margin-left:0;margin-bottom:2em}iframe{width:100%}nav ul{margin:0}nav ul li a{text-decoration:none}fieldset{border:none!important;padding:0!important}*,:before,:after{box-sizing:border-box}:before,:after{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl,ol ol,ol ul,ul ol,ul ul{margin:0}hr{height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}a,area,button,input,label,select,summary,textarea,[tabindex]{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}.c-breadcrumb{background-color:initial;padding:6px 3%;position:relative;z-index:1}.c-breadcrumb ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center}.c-breadcrumb li+li:before{content:">";margin:0 .5em;font-size:clamp(1.2rem,.9722222222vw,1.4rem);color:var(--primary-color)}.c-breadcrumb a,.c-breadcrumb span{font-size:clamp(1.2rem,.9722222222vw,1.4rem);color:var(--primary-color)}.c-breadcrumb a:hover{transition:.3s ease-in-out}.c-breadcrumb a:hover:hover{opacity:.7}.c-btn{display:block;text-decoration:none;text-align:center;font-size:clamp(1.4rem,1.1805555556vw,1.7rem);font-weight:500;line-height:1;padding:1em;width:100%;margin:0 auto}@media screen and (min-width:960px){.c-btn{transition:.3s ease-in-out}}.c-btn--primary{padding:1.5em 1em;border-radius:12px;background:var(--grad);color:#fff}.c-btn--primary:hover{opacity:.5}.c-btn--sm{max-width:210px}@media screen and (min-width:960px){.c-btn--sm{max-width:430px}}.c-case{max-width:100%;background-color:var(--white);border-radius:12px;box-shadow:0 4px 8px #0000004d;display:flex;flex-direction:column;gap:16px;padding:24px;border-left:4px solid var(--primary-color)}.c-case__logo{display:flex;align-items:center;justify-content:center;border-radius:8px;padding:32px;aspect-ratio:2/1;box-shadow:inset 0 4px 8px #0000004d;width:100%}.c-case__logo img{max-width:220px;max-height:160px;height:auto}.c-case__label{background-color:var(--primary-color);color:var(--white);font-size:1.2rem;padding:4px 12px;width:fit-content}.c-case__company{font-size:clamp(1.6rem,2vw,2.2rem);font-weight:700;margin:0;position:relative}.c-case__company:after{content:"";width:40px;height:1px;position:absolute;left:0;bottom:-8px;background-color:var(--primary-color)}.c-case__text{font-size:1.6rem;margin:0}.c-case__labels{box-shadow:inset 0 2px 4px #00000026;border-radius:8px;padding:16px}.c-case__labels>p{display:flex;align-items:center;justify-content:center;gap:8px;font-size:clamp(1.6rem,1.3194444444vw,1.9rem);margin:0 0 12px;color:var(--primary-color);font-weight:700}.c-case__labels>p:before,.c-case__labels>p:after{content:"";flex:1;height:1px;max-width:40px;background-color:var(--primary-color)}.c-case__labels ul{display:flex;flex-wrap:wrap;gap:4px 8px;justify-content:center;padding:0;list-style:none;margin:0}.c-case__labels li{background-color:var(--primary-color);color:var(--white);border-radius:8px;padding:2px 14px;font-size:1.2rem}.c-case__before{padding-bottom:24px;position:relative}.c-case__before:after{content:"";position:absolute;bottom:0;left:16px;width:0;height:0;border-left:24px solid transparent;border-right:24px solid transparent;border-top:12px solid #AAD8B9}.c-case__before>p:first-child span{color:#888;margin-right:.5em}.c-case__before>p:first-child{font-weight:700;font-size:1.4rem;margin:0 0 8px}.c-case__after>p:first-child span{margin-right:.5em;color:var(--primary-color)}.c-case__after>p:first-child{font-weight:700;font-size:1.4rem;margin:0 0 8px}.c-case__btn{margin-top:auto}.c-double-border{width:100%;height:8px;background-color:var(--primary-color);opacity:.3;position:relative}.c-double-border:after{content:"";width:100%;height:3px;display:block;position:absolute;bottom:-12px;left:0;background-color:var(--primary-color)}.c-double-border--rev{height:3px}.c-double-border--rev:after{height:8px;bottom:-16px}.c-doubleShadow{border-radius:32px;padding:8px;box-shadow:0 2px 4px #00000020;background-color:#fff}.c-doubleShadow__inner{border-radius:24px;padding:24px 16px;height:100%;box-shadow:0 2px 4px #00000020;background-color:#fff}.c-fillTitle{background-color:var(--primary-color);color:var(--white);width:fit-content;max-width:790px;padding:12px 16px;border-radius:16px;display:grid;gap:8px;line-height:1;margin:24px 0}.c-fillTitle .num{margin-left:8px;font-weight:900;font-size:2rem;line-height:1}@media screen and (min-width:960px){.c-fillTitle{grid-template-columns:auto 1fr}}.c-fixedBtn{position:fixed;right:0;bottom:0;z-index:90}.c-fixedBtn a{text-decoration:none;display:block;text-align:center;font-size:1.8rem;font-weight:500;color:#fff;padding:12px 0;background:var(--grad)}@media screen and (min-width:960px){.c-fixedBtn{max-width:240px;bottom:100px}.c-fixedBtn a{font-size:1.6rem;border-radius:10px 0 0 10px;padding:24px 30px}}.c-hamburgerBtn{display:inline-flex;align-items:center;gap:12px;width:auto;height:auto;background:transparent;border:0;border-radius:0;padding:0;cursor:pointer;z-index:910}.c-hamburgerBtn__text{display:none;margin:0;font-family:Lato,sans-serif;color:var(--primary-color);font-size:2rem;font-weight:700;line-height:1}@media screen and (min-width:960px){.c-hamburgerBtn__text{display:block}}.c-hamburgerBtn__btn{display:inline-flex;flex-direction:column;gap:4px;width:24px}.c-hamburgerBtn__btn span{display:block;width:100%;height:3px;background:var(--grad);transform-origin:center;transition:transform .25s ease,opacity .25s ease}@media screen and (min-width:960px){.c-hamburgerBtn__btn{width:26px;gap:4px}.c-hamburgerBtn__btn span{height:4px}}.c-hamburgerBtn.is-open .c-hamburgerBtn__btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}.c-hamburgerBtn.is-open .c-hamburgerBtn__btn span:nth-child(2){opacity:0}.c-hamburgerBtn.is-open .c-hamburgerBtn__btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media screen and (min-width:960px){.c-hamburgerBtn.is-open .c-hamburgerBtn__btn span:nth-child(1){transform:translateY(8px) rotate(45deg)}.c-hamburgerBtn.is-open .c-hamburgerBtn__btn span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.c-heading{font-weight:700;margin:2em 0}.c-heading--underline{position:relative;margin-top:0;color:var(--primary-color)}.c-heading--underline:after{content:"";display:block;width:48px;height:1px;background-color:var(--primary-color);position:absolute;left:0;bottom:-8px}.c-label{display:inline-block;text-decoration:none;font-size:1.2rem;font-weight:400;color:var(--white);background-color:var(--primary-color);line-height:1;padding:.5em 1em}@media screen and (min-width:960px){a.c-label{transition:.3s ease-in-out}a.c-label:hover{opacity:.7}}.c-label--primary{color:var(--white);background-color:var(--primary-color);border-radius:4px}.c-label--border{color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);border-radius:4px}.c-label--new{color:var(--white);background-color:var(--accent-color)}.c-label--must{color:var(--white);background-color:var(--danger)}.c-label--any{color:var(--font-color);background-color:var(--white);border:1px solid var(--danger)}.c-lead{font-size:clamp(1.4rem,1.3888888889vw,2rem);font-weight:500;color:var(--font-color-dark);margin:1em 0}@media screen and (min-width:960px){.c-logo a{transition:opacity .3s ease-in-out}.c-logo a:hover{opacity:.7}}.c-meritBox{width:100%;background-color:var(--white);display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:16px 64px;align-items:center;border-left:4px solid var(--primary-color);box-shadow:0 2px 4px #00000026;padding:16px}.c-meritBox .lead{text-align:center;font-weight:600;font-size:clamp(1.5rem,1.5277777778vw,2.2rem);margin-bottom:16px}.c-meritBox p{font-size:clamp(1.4rem,1.1111111111vw,1.6rem);font-weight:500}.c-meritBox .c-meritNum{grid-column:1/2;grid-row:1/2}@media screen and (min-width:960px){.c-meritBox{grid-template-columns:1fr;grid-template-rows:1fr auto auto;gap:16px;padding:24px 32px}.c-meritBox .c-meritNum{grid-column:1/-1;grid-row:1/2}}.c-meritBox__img{text-align:center;grid-column:2/3;grid-row:1/2}@media screen and (min-width:960px){.c-meritBox__img{grid-column:1/-1;grid-row:2/3}}.c-meritBox__text{grid-column:1/3;grid-row:2/3}@media screen and (min-width:960px){.c-meritBox__text{grid-column:1/-1;grid-row:3/4}}.c-meritNum{font-size:1.4rem;font-weight:700;color:var(--primary-color);display:flex;flex-direction:column;align-items:center}.c-meritNum .num{display:block;font-size:4rem;width:56px;height:56px;font-weight:900;line-height:1.3;color:var(--white);background:var(--grad);border-radius:8px;text-align:center}.c-numTitle{font-size:clamp(2rem,1.875vw,2.7rem);font-weight:700;position:relative;padding:.6em 1.5em .6em 56px;border-radius:16px;box-shadow:0 2px 4px #00000026;background:var(--white);width:fit-content;margin:0 0 32px 40px}.c-numTitle .num,.c-numTitle .option{font-size:4rem;font-weight:900;line-height:1;color:var(--white);width:80px;height:80px;border-radius:50%;background:var(--grad);box-shadow:0 0 0 6px #fff,0 0 0 7px #006c00;display:flex;align-items:center;justify-content:center;position:absolute;left:-40px;top:50%;transform:translateY(-50%);z-index:1}.c-numTitle .option{font-size:1.4rem;word-break:keep-all}@media screen and (min-width:960px){.c-numTitle{padding:.8em 2em .8em 100px}.c-numTitle .num,.c-numTitle .option{font-size:5.4rem;width:120px;height:120px;left:-60px}.c-numTitle .option{font-size:2rem}}.c-pageTitle{padding:32px 48px 32px 5%;background-color:var(--white);width:fit-content;margin-top:32px}@media screen and (min-width:960px){.c-pageTitle{padding:32px 64px 32px 8%}}.c-pageTitle__heading{margin:0;word-break:break-all;font-weight:700;line-height:1;font-size:clamp(2.8rem,4.4444444444vw,6.4rem);display:flex;align-items:center;gap:.5em}.c-pageTitle__heading:before{content:"";display:inline-block;width:1.2em;height:1.2em;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/icon_ap.webp);background-repeat:no-repeat;background-size:contain}.c-secTitle{margin:0 0 32px;text-align:center;display:flex;align-items:center;justify-content:center;gap:32px}.c-secTitle:before,.c-secTitle:after{content:"";background-color:var(--border-color);width:50%;max-width:32px;height:1px;flex:1}@media screen and (min-width:960px){.c-secTitle{margin-bottom:56px}.c-secTitle:before,.c-secTitle:after{max-width:145px}}.c-secTitle--underline{display:block;position:relative}.c-secTitle--underline:before{height:0}.c-secTitle--underline:after{position:absolute;display:block;left:0;right:0;bottom:-16px;margin:auto}.c-secTitle__lg{font-size:clamp(2.4rem,3.4722222222vw,5rem);font-weight:900;line-height:1.4;letter-spacing:.1em;margin-bottom:.5em;color:var(--font-color)}.c-secTitle__lg .u-fs-80{font-size:30%}@media screen and (min-width:960px){.c-secTitle__lg .u-fs-80{font-size:80%}}.c-secTitle__md{font-size:clamp(1.4rem,1.6666666667vw,2.4rem);font-weight:700;line-height:1;color:var(--font-color)}.c-secTitle__text{font-size:clamp(1.4rem,1.3888888889vw,2rem);font-weight:500;color:var(--font-color)}.c-video iframe{aspect-ratio:16/9;height:auto}.l-anchorLinks{position:relative;background-color:var(--white);box-shadow:0 4px 8px #0000004d}.l-anchorLinks ul{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:1em 2em;margin:0 auto;padding:16px;max-width:90%;overflow:hidden}.l-anchorLinks li{display:flex}.l-anchorLinks a{display:inline-flex;align-items:center;gap:8px;color:var(--font-color);text-decoration:none;font-size:1.4rem;line-height:1;white-space:nowrap}.l-anchorLinks a:hover{color:var(--primary-color)}.l-anchorLinks a:before{content:"";width:9px;height:9px;margin-top:-2px;border-right:2px solid #7d7d7d;border-bottom:2px solid #7d7d7d;transform:rotate(45deg);flex-shrink:0}.l-anchorLinks--top{margin-top:48px}@media screen and (min-width:960px){.l-anchorLinks--top{margin-top:0;box-shadow:0 4px 8px #0000004d;z-index:90}}.l-anchorLinks--pc{display:none}@media screen and (min-width:960px){.l-anchorLinks--pc{display:block;z-index:90;box-shadow:none;margin-top:0}.l-anchorLinks--pc ul{justify-content:center}}@media screen and (min-width:960px){.l-anchorLinks--sp{display:none}}.l-archive{position:relative;overflow:hidden;padding:48px 0}@media screen and (min-width:520px){.l-archive{padding:64px 0}}@media screen and (min-width:960px){.l-archive{padding:80px 0}}.l-contentsMenu{position:fixed;top:86px;left:0;right:0;display:none;padding:80px 1vw;background:var(--white);box-shadow:0 4px 8px #0000004d;z-index:91}.l-contentsMenu.is-contents-open{display:block}.l-contentsMenu__inner{margin:0 auto}.l-contentsMenu__mainLinks ul{list-style:none;padding:0;display:flex;justify-content:center;align-items:center;gap:4em;margin:0 auto}.l-contentsMenu__mainLinks a{text-decoration:none;position:relative;display:block;color:var(--font-color);font-size:1.4rem;width:100%;padding-right:1.2em;cursor:pointer}.l-contentsMenu__mainLinks a:hover{color:#6eb92b}.l-contentsMenu__mainLinks a:hover:after{border-right-color:#6eb92b;border-bottom-color:#6eb92b}.l-contentsMenu__mainLinks a:after{content:"";position:absolute;top:50%;right:0;width:6px;height:6px;border-right:1px solid var(--font-color);border-bottom:1px solid var(--font-color);transform:translateY(-50%) rotate(-45deg)}.l-contentsMenu__mainLinks{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1em;padding-top:0}.l-fixedHeader{display:none;position:fixed;top:0;left:0;right:0;padding:16px 0;background-color:var(--white);box-shadow:0 4px 8px #0000004d;z-index:100}.l-fixedHeader.is-fixed-header{display:block}.l-fixedHeader__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:32px}.l-fixedHeader .c-logo{display:inline-flex;flex-shrink:0;align-items:center}.l-fixedHeader .c-logo img{max-width:92px;height:auto}.l-fixedHeader__anchorLinks{flex:1;min-width:0;overflow:hidden}.l-fixedHeader__anchorLinks ul{display:flex;align-items:center;margin:0;padding:0;list-style:none;gap:2em}.l-fixedHeader__anchorLinks li{display:flex}.l-fixedHeader__anchorLinks a{display:inline-flex;align-items:center;gap:8px;color:var(--font-color);text-decoration:none;font-size:1.4rem;font-weight:500;line-height:1;white-space:nowrap}.l-fixedHeader__anchorLinks a:hover{color:var(--primary-color)}.l-fixedHeader__anchorLinks a:before{content:"";width:9px;height:9px;margin-top:-2px;border-right:2px solid #7d7d7d;border-bottom:2px solid #7d7d7d;transform:rotate(45deg);flex-shrink:0}.l-flex{display:flex}.l-footer{background-color:var(--white)}.l-footer a{color:var(--font-color);transition:.3s ease-in-out}.l-footer a:hover{opacity:.7}.l-footer__cta,.l-footer__nav{background-color:var(--bg-color-dark)}.l-footer__cta{padding:56px 0 48px;text-align:center}.l-footer__cta .l-footer__cta-title{font-family:Lato,sans-serif;font-size:clamp(2.4rem,3.4722222222vw,5rem);font-weight:var(--black);line-height:var(--leading-none);letter-spacing:.2em;margin-bottom:1em;color:var(--font-color)}.l-footer__cta .c-btn{color:var(--white)}@media screen and (min-width:960px){.l-footer__cta .c-btn{max-width:430px}}.l-footer__nav .l-inner{display:grid;gap:32px;padding-bottom:24px}@media screen and (min-width:960px){.l-footer__nav .l-inner{grid-template-areas:"service service" "about logo";grid-template-columns:1fr 1fr}}@media screen and (min-width:960px){.l-footer__nav-wrap--service{grid-area:service}}@media screen and (min-width:960px){.l-footer__nav-wrap--about{grid-area:about}}.l-footer__nav-title{margin:0 0 1em;font-family:Lato,sans-serif;font-size:2.5rem;font-weight:var(--black);line-height:var(--leading-none);letter-spacing:.2em}.l-footer__nav-header{display:flex;flex-direction:column;gap:8px 16px;margin-left:16px;border-bottom:1px solid var(--border-color);padding-bottom:1em}.l-footer__nav-header p{margin:0;font-size:1.4rem;font-weight:500}@media screen and (min-width:960px){.l-footer__nav-header{margin-left:0;flex-direction:row;align-items:flex-end}}.l-footer__nav-main-link{font-size:2rem;font-weight:500}@media screen and (min-width:960px){.l-footer__nav-main-link{border-left:1px solid var(--border-color);padding-left:24px}}.l-footer__nav-subTitle{margin:0;border-bottom:1px solid var(--border-color);padding-bottom:.5em;font-size:1.4rem;font-weight:500}.l-footer__nav-service,.l-footer__nav-about{margin-top:16px;margin-left:24px;display:grid;gap:16px}.l-footer__nav-service ul,.l-footer__nav-about ul{margin:0;padding:0;list-style:none}.l-footer__nav-service li+li,.l-footer__nav-about li+li{margin-top:.5em}.l-footer__nav-service a,.l-footer__nav-about a{font-size:1.4rem;line-height:1.5}@media screen and (min-width:960px){.l-footer__nav-service{margin-left:110px;grid-template-columns:1fr 1fr 1.4fr;gap:24px 32px}}@media screen and (min-width:960px){.l-footer__nav-service>div:last-child{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;row-gap:10px}}@media screen and (min-width:960px){.l-footer__nav-service>div:last-child>.l-footer__nav-subTitle{grid-column:1/-1}}.l-footer__nav-service>div:last-child>ul{margin-top:0}@media screen and (min-width:960px){.l-footer__nav-about{margin-left:110px;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 24px}}.l-footer__logo{text-align:center}.l-footer__logo img{width:min(60%,160px);height:auto}@media screen and (min-width:960px){.l-footer__logo{grid-area:logo;text-align:right;align-self:end}.l-footer__logo img{width:min(100%,240px)}}@media screen and (min-width:960px){.l-footer__bottom .l-inner{display:flex;justify-content:space-between;align-items:center}}.l-footer__subNav{padding:16px 0}.l-footer__subNav ul{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr)}.l-footer__subNav a{font-size:1.2rem;color:var(--font-color)}@media screen and (min-width:960px){.l-footer__subNav ul{display:flex;gap:1em}}.l-footer__copyright small{border-top:1px solid var(--border-color-light);display:block;padding:16px 0;text-align:center;font-size:1rem;line-height:var(--leading-none)}@media screen and (min-width:960px){.l-footer__copyright small{display:inline-block;text-align:right;border:none}}.l-grid{display:grid;gap:16px}.l-grid--32{gap:32px}.l-grid--48{gap:48px}@media screen and (min-width:960px){.l-grid--4x{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:960px){.l-grid--3x{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:960px){.l-grid--2x{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:960px){.l-grid__order1{order:1}.l-grid__order2{order:2}}body.is-header-lock{overflow:hidden}.l-header{width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;background-color:var(--white);padding:8px 5%;box-shadow:0 4px 8px #0000004d;position:fixed;top:0}@media screen and (min-width:960px){.l-header{position:relative;padding:16px 5%}}@media screen and (min-width:960px){.no-fixed-header .l-header{position:sticky;top:0}}.l-header__left{display:flex;align-items:center;gap:clamp(32px,4.1666666667vw,80px);flex:1;min-width:0}.l-header__left .c-logo{flex-shrink:0;display:flex;align-items:center}.l-header__left .c-logo img{width:clamp(68px,10.7638888889vw,155px);height:auto}.l-header__nav{display:none}@media screen and (min-width:960px){.l-header__nav{display:block;flex:1}.l-header__nav ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:clamp(2em,2.0833333333vw,40px)}.l-header__nav a{text-decoration:none;color:var(--font-color);letter-spacing:.1em;font-family:Lato,sans-serif;font-size:clamp(1.3rem,1.0416666667vw,2rem);line-height:1;transition:color .2s ease}.l-header__nav a:hover{color:#1d6b36}}.l-header__right{display:flex;align-items:center;gap:12px;margin-left:auto;padding-left:16px}.l-header__mynavi{border-left:1px solid var(--border-color-light);padding-left:12px}.l-header__mynavi img{width:clamp(30px,4.0277777778vw,58px);height:auto}.l-inner{width:94%;margin:0 auto}@media screen and (min-width:960px){.l-inner{max-width:960px}}@media screen and (min-width:1100px){.l-inner{max-width:1100px}}.l-inner--w80{width:80%}.l-main{position:relative;margin-top:48px}@media screen and (min-width:960px){.l-main{margin-top:0}}.l-megaMenu{position:fixed;inset:0;display:none;z-index:91;background-color:var(--white)}.l-megaMenu.is-mega-open{display:block}.l-megaMenu__inner{position:absolute;inset:0;overflow-y:auto;display:grid;max-width:1100px;margin:0 auto;padding:112px 28px 0;grid-template-rows:auto auto}.l-megaMenu__wrap{padding-bottom:64px}.l-megaMenu__title{margin:0 0 .5em;font-family:Lato,sans-serif;font-size:clamp(1.8rem,1.7361111111vw,2.5em);font-weight:900;line-height:1;letter-spacing:.1em}.l-megaMenu__lead{display:flex;flex-direction:column;gap:32px;margin-left:96px;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.l-megaMenu__lead p{margin:0;color:var(--font-color);font-size:1.4rem;line-height:var(--leading);font-weight:400}.l-megaMenu__lead a{color:var(--font-color);text-decoration:none;font-size:var(--text-xl);line-height:var(--leading);border-left:1px solid var(--border-color);padding-left:32px;transition:.3s ease-in-out}.l-megaMenu__lead a:hover{opacity:.7}.l-megaMenu__cols{display:grid;gap:16px;margin-top:16px;margin-left:96px;grid-template-columns:1fr 1fr 1fr}.l-megaMenu__cols>div,.l-megaMenu__cols>ul{min-width:0}.l-megaMenu__cols p{margin:0 0 8px;padding-bottom:8px;border-bottom:1px solid var(--border-color);color:var(--font-color);font-size:1.6rem;font-weight:500;line-height:var(--leading-sm)}.l-megaMenu__cols ul{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5em}.l-megaMenu__cols a{font-size:1.4rem;color:var(--font-color);text-decoration:none;transition:.3s ease-in-out}.l-megaMenu__cols a:hover{opacity:.7}.l-megaMenu__cols--triple{margin-top:48px;margin-left:128px}.l-megaMenu__wrap--service{grid-column:1/3;grid-row:1/2}.l-megaMenu__wrap--about{grid-column:1/2;grid-row:2/3}.l-megaMenu__wrap--about .l-megaMenu__cols{grid-template-columns:1fr 1fr}.l-megaMenu__wrap--contents{grid-column:2/3;grid-row:2/3}.l-megaMenu__closeBtn{position:absolute;right:0;bottom:0}.l-mobileMenu[hidden]{display:block}.l-mobileMenu{display:block;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;position:fixed;padding:80px 40px;overflow:auto;height:100%;background-color:var(--white);z-index:91}.l-mobileMenu.is-open{opacity:1;visibility:visible}.l-mobileMenu__inner{position:relative}.l-mobileMenu__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:32px}.l-mobileMenu__toggle span{font-size:1.5rem}.l-mobileMenu__subMenu{display:none;margin-top:1em;padding-left:1em;flex-direction:column;gap:.5em}.l-mobileMenu__subMenu a{text-decoration:none;color:var(--font-color);font-size:1.4rem}.l-mobileMenu__subMenu.is-open{display:flex}.l-mobileMenu__subMenu--service{gap:1em}.l-mobileMenu__underline{font-size:1.6rem;font-weight:500;border:none;width:100%;text-align:left;border-bottom:1px solid var(--border-color);background-color:transparent;padding:0 0 .5em}.l-mobileMenu__main-link{text-decoration:none;display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--font-color);font-family:Lato,sans-serif;font-size:2.3rem;letter-spacing:.1em;line-height:1;padding:0;cursor:pointer}.l-mobileMenu__closeBtn{display:block;margin-left:auto;width:24px;height:24px;border:none;background:transparent;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/arrow_up.webp);background-repeat:no-repeat;background-size:contain;cursor:pointer}.l-post{position:relative;overflow:hidden;padding:48px 0}@media screen and (min-width:520px){.l-post{padding:64px 0}}@media screen and (min-width:960px){.l-post{padding:80px 0}}.l-post__contents{padding-top:32px}.l-row{display:flex}.l-row--8{gap:8px}.l-row--16{gap:16px}.l-row--24{gap:24px}.l-row--32{gap:32px}.l-row--48{gap:48px}.l-row--64{gap:64px}.l-serviceHero{background-image:url(/wp-content/themes/apseeds-theme/assets/images/sp/fv_bg_service.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;overflow:hidden;max-height:80vh;max-height:80svh}@media screen and (min-width:960px){.l-serviceHero{background-image:url(/wp-content/themes/apseeds-theme/assets/images/pc/fv_bg_service.webp)}}.l-serviceHero__wrap{position:relative;z-index:1}@media screen and (min-width:960px){.l-serviceHero__wrap{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr auto 1fr;gap:32px 0}}.l-serviceHero__textBox{display:inline-block;width:auto;height:auto;padding:16px 5% 16px 3%;background-color:#fffc;color:var(--font-color);font-size:clamp(1.4rem,1.7361111111vw,2.5rem);margin-top:16px}@media screen and (min-width:960px){.l-serviceHero__textBox{grid-column:1/2;grid-row:1/2;padding:32px 5% 32px 3%;align-self:end}}.l-serviceHero__lead{font-size:clamp(1.6rem,1.6666666667vw,3.2rem);font-weight:700}.l-serviceHero__title{margin:0;font-size:clamp(3.2rem,4.4270833333vw,8.5rem);font-weight:900}.l-serviceHero__img{text-align:center;margin-top:16px}@media screen and (min-width:960px){.l-serviceHero__img{grid-column:1/2;grid-row:2/3;margin-top:0;padding:0 32px}.l-serviceHero__img img{max-width:100%}}.l-serviceHero__mock{text-align:center}@media screen and (min-width:960px){.l-serviceHero__mock{grid-column:2/3;grid-row:1/4}.l-serviceHero__mock img{width:80%;max-width:560px}}.l-serviceHero__btn{display:none}@media screen and (min-width:960px){.l-serviceHero__btn{display:block;grid-column:1/2;grid-row:3/4;align-self:self-start;padding:0 64px}}.l-serviceHero__lines{position:absolute;top:70%;transform:translateY(-50%);z-index:0}.l-serviceHero__lines #line2{clip-path:inset(0 100% 0 0);animation:slideFromLeft 3s ease-out forwards;position:relative;top:80px;transform:scale(1.2)}.l-serviceHero__lines #line3{clip-path:inset(0 0 0 100%);animation:slideFromRight 3s ease-out forwards;position:relative;top:-80px;transform:scale(1.2)}.l-serviceMenu{position:fixed;top:86px;left:0;right:0;display:none;padding:80px 3vw 80px 1vw;background:var(--white);box-shadow:0 4px 8px #0000004d;z-index:91}.l-serviceMenu.is-service-open{display:block}.l-serviceMenu__inner{display:grid;grid-template-columns:auto .8fr 1fr 2fr 1fr;gap:0 3vw;max-width:1400px;margin:0 auto}.l-serviceMenu__logo{padding:30px 40px;border-right:1px solid var(--border-color);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.l-serviceMenu__logo img{display:block;width:148px}.l-serviceMenu__logo p:first-of-type{color:var(--primary-color);font-size:1.2rem;font-weight:500;text-align:center;border:none;padding:0;margin:0}.l-serviceMenu__logo p:last-of-type{font-size:2.1rem;font-family:Lato,sans-serif;font-weight:900;text-align:center;letter-spacing:.5em;color:var(--font-color);border:none;padding:0;margin:0}.l-serviceMenu__mainLinks p,.l-serviceMenu__group p{color:var(--font-color-dark);font-size:clamp(1rem,.8333333333vw,1.2rem);font-weight:600;width:100%;border-bottom:1px solid var(--border-color);padding-bottom:.5em;margin-bottom:1.5em}.l-serviceMenu__mainLinks ul,.l-serviceMenu__group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1em}.l-serviceMenu__mainLinks a,.l-serviceMenu__group a{text-decoration:none;position:relative;display:block;color:var(--font-color);font-size:clamp(1rem,.9722222222vw,1.4rem);width:100%;padding-right:1.2em;cursor:pointer}.l-serviceMenu__mainLinks a:hover,.l-serviceMenu__group a:hover{color:#6eb92b}.l-serviceMenu__mainLinks a:hover:after,.l-serviceMenu__group a:hover:after{border-right-color:#6eb92b;border-bottom-color:#6eb92b}.l-serviceMenu__mainLinks a:after,.l-serviceMenu__group a:after{content:"";position:absolute;top:50%;right:0;width:6px;height:6px;border-right:1px solid var(--font-color);border-bottom:1px solid var(--font-color);transform:translateY(-50%) rotate(-45deg)}.l-serviceMenu__mainLinks{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1em;padding-top:0}.l-serviceMenu__group--double{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr;gap:0 32px}.l-serviceMenu__group--double p{grid-column:1/3}.l-stack{display:flex;flex-direction:column}.l-stack--8{gap:8px}.l-stack--16{gap:16px}.l-stack--24{gap:24px}.l-stack--32{gap:32px}.l-stack--48{gap:48px}.l-stack--64{gap:64px}.l-wrapper{display:grid;grid-template-columns:100%;grid-template-rows:auto auto 1fr auto;min-height:100vh}.l-wrapper>*{width:100%}.p-apPortal-hero.p-service-hero{background-image:url(/wp-content/themes/apseeds-theme/assets/images/sp/fv_bg_ap-portal.webp)}@media screen and (min-width:960px){.p-apPortal-hero.p-service-hero{background-image:url(/wp-content/themes/apseeds-theme/assets/images/pc/fv_bg_ap-portal.webp)}}.p-apPortal-about__features{margin:64px 0 0;padding:0;display:grid;gap:16px}.p-apPortal-about__features li{font-size:clamp(1.6rem,1.875vw,2.7rem);font-weight:700}@media screen and (min-width:960px){.p-apPortal-about__features{justify-content:center}.p-apPortal-about__features li:nth-child(2){margin-left:32px}.p-apPortal-about__features li:nth-child(3){margin-left:64px}}.p-apPortal-about__features-title{position:relative;font-size:1.8rem;font-weight:700;color:var(--primary-color)}.p-apPortal-about__features-title:after{content:"";width:40px;height:3px;background:var(--grad);display:inline-block;position:absolute;bottom:0;left:0}.p-apPortal-about__features-title .num{font-size:2.6rem;color:var(--white);-webkit-text-stroke:3px var(--primary-color);text-stroke:3px var(--primary-color);paint-order:stroke}.p-apPortal-merits{padding:64px 0}.p-apPortal-merits__grid{margin:0;padding:0}.p-apPortal-merits__grid .merit{font-size:1.4rem;font-weight:700;color:var(--primary-color);display:flex;flex-direction:column;position:absolute;top:-58px}.p-apPortal-merits__grid .num{display:block;font-size:4rem;width:56px;height:56px;font-weight:900;line-height:1.3;color:var(--white);background:var(--grad);border-radius:8px}.p-apPortal-merits__grid li{margin-top:32px;padding:48px 24px 24px;text-align:center;box-shadow:0 2px 4px #00000026;border-radius:16px;position:relative;display:grid;gap:16px;justify-items:center;align-items:center}.p-apPortal-merits__grid li:after{content:"";width:calc(100% + 20px);height:calc(100% + 20px);background-color:#fff;display:block;border-radius:24px;position:absolute;left:-10px;top:-10px;margin:auto;z-index:-1;box-shadow:0 2px 4px #00000026}.p-apPortal-merits__grid h3{font-size:clamp(1.8rem,1.3888888889vw,2rem);margin:0;text-align:center}.p-apPortal-merits__grid p{text-align:left}.p-apPortal-effects{padding:64px 0 96px}@media screen and (min-width:960px){.p-apPortal-effects{padding:64px 0 128px}}.p-apPortal-effects .c-lead{font-size:clamp(1.8rem,1.6666666667vw,2.4rem);font-weight:700;position:relative}.p-apPortal-effects .c-lead:after{content:"";width:80px;height:2px;background-color:var(--border-color-light);position:absolute;left:0;bottom:-8px}.p-apPortal-effects__btn{margin-top:64px}.p-apPortal-functions__item{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_geo.webp);background-size:cover;background-repeat:no-repeat;margin-top:32px;box-shadow:0 4px 4px #0000001a}@media screen and (min-width:960px){.p-apPortal-functions__item .l-inner{display:flex;justify-content:space-between;align-items:center}}.p-apPortal-functions__lead{font-size:clamp(1.6rem,1.3888888889vw,2.4rem);color:var(--primary-color);font-weight:500}@media screen and (min-width:960px){.p-apPortal-functions__lead{margin-left:32px}}.p-apPortal-functions__list{padding:0;margin:0 0 0 32px;display:flex;flex-direction:column;gap:1.5em}.p-apPortal-functions__list li{position:relative;display:flex;align-items:center;gap:16px}.p-apPortal-functions__list li:before{content:"";width:32px;height:4px;background:var(--grad);display:inline-block;flex-shrink:0}@media screen and (min-width:960px){.p-apPortal-functions__list{margin-left:64px}}.p-apPortal-functions__caution{font-weight:300}@media screen and (min-width:960px){.p-apPortal-functions__caution{margin-left:64px}}.p-apPortal-functions__img{margin-top:32px;text-align:center}@media screen and (min-width:960px){.p-apPortal-functions__img{margin-top:0;margin-left:64px}}.p-apPortal-services .li-top-service li{margin:0 0 30px}.p-apPortal-services .li-top-service.col5{display:flex;justify-content:space-between;align-items:stretch;flex-wrap:wrap;margin:0 -15px}.p-apPortal-services .li-top-service.col5 li{width:50%;padding:0 15px;box-sizing:border-box}.p-apPortal-services .li-top-service li .inner{position:relative;height:100%;border-radius:8px;box-shadow:0 0 10px #0003;box-sizing:border-box;background:#fff}.p-apPortal-services .li-top-service li a{display:block;position:relative;height:100%;padding:0 10px 20px;box-sizing:border-box;text-decoration:none;z-index:3}.p-apPortal-services .li-top-service li a:before{content:attr(data-hover);display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s;padding:0 20px;border:2px solid #fff;border-radius:8px;color:#fff;text-align:center;font-size:1.8rem;font-weight:500;line-height:2;white-space:pre;z-index:4}.p-apPortal-services .li-top-service li a:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:8px;background-color:#002d00;opacity:0;transition:opacity .3s}.p-apPortal-services .li-top-service li a:hover:before{opacity:1}.p-apPortal-services .li-top-service li a:hover:after{opacity:.6}.p-apPortal-services .li-top-service li .patent{position:absolute;top:10px;right:10px;color:#2e6b36;font-size:1.2rem}.p-apPortal-services .li-top-service li .ico-new{position:absolute;display:block;top:-20px;right:-10px;width:34px;height:34px}.p-apPortal-services .li-top-service li .ico-service{display:block;margin:0 auto}.p-apPortal-services .li-top-service.col5 li .ico-service{max-width:58px;padding:20px 0}.p-apPortal-services .li-top-service li dt{line-height:1;margin:0 0 20px;font-size:1.8rem;color:#323232;font-weight:700;text-align:center}.p-apPortal-services .li-top-service.col5 li dt{line-height:1.4;margin:0 0 10px;min-height:45px}.p-apPortal-services .li-top-service li dd{line-height:1.5;font-size:1.4rem;font-weight:500;color:#2e6b36}.p-apPortal-services .li-top-service li dd span{display:block;margin:8px 0 0;color:#323232;font-weight:400;font-size:1.3rem}.p-apPortal-services .li-top-service li img{z-index:1}@media screen and (min-width:960px){.p-apPortal-services .service-box{width:1090px;margin:0 auto}.p-apPortal-services .li-top-service.col3{display:flex;justify-content:space-between;align-items:stretch}.p-apPortal-services .li-top-service.col4{display:flex;justify-content:space-between;align-items:stretch;margin:0 -20px}.p-apPortal-services .li-top-service.col3 li{margin:0 0 60px;padding:0 30px;box-sizing:border-box}.p-apPortal-services .li-top-service.col3 li a{padding:16px 40px 30px}.p-apPortal-services .li-top-service.col4 li{margin:0 0 60px;padding:0 20px;box-sizing:border-box}.p-apPortal-services .li-top-service.col5{margin:0 -20px}.p-apPortal-services .li-top-service.col5 li{margin:0 0 56px;padding:0 20px;box-sizing:border-box}.p-apPortal-services .li-top-service.col5 li a{padding:0 20px 20px}.p-apPortal-services .li-top-service li .patent{font-size:1.3rem}.p-apPortal-services .li-top-service li .ico-new{top:-58px;right:-10px;width:67px;height:67px}.p-apPortal-services .li-top-service.col5 li .ico-service{padding:30px 0}}.p-archive-case{padding-top:0;margin-top:0}.p-archive-case__grid{margin-top:64px;padding-left:0;display:grid;gap:16px}@media screen and (min-width:960px){.p-archive-case__grid{grid-template-columns:repeat(2,1fr);gap:32px}}.p-archive-case__item .c-card__thumb{padding-right:24px;padding-bottom:16px;position:relative}.p-archive-case__item .c-card__thumb img{width:100%;height:auto;aspect-ratio:768/561;object-fit:cover}.p-archive-case__item .c-card__thumb .c-case__logo{position:absolute;right:0;bottom:0;width:50%;background-color:var(--white);padding:16px;overflow:hidden;display:flex;align-items:center;justify-content:center}.p-archive-case__item .c-card__thumb .c-case__logo img{width:100%;height:100%;object-fit:contain}.p-archive-case__btn{margin-top:64px}.p-article>h2:first-child{margin-top:0}.p-article h2{margin-top:2em;margin-bottom:.5em;font-size:2rem;display:flex;align-items:center;gap:1em;color:var(--primary-color)}.p-article h2:before{content:"";width:32px;height:6px;background:var(--grad)}.p-article p{margin:1.5em 0;font-size:1.7rem}.p-article ol,.p-article ul{padding-left:1.5em}.p-article ol li{margin-top:8px;list-style-type:decimal}.p-article ol li ol li{list-style-type:lower-roman}.p-article a:not(.c-btn){color:var(--secondary-color);text-decoration:underline}.p-article table{width:100%}.p-article table thead,.p-article table tbody{border:none}.p-article table tr th,.p-article table tr td{border:1px solid var(--border-color-light)}.p-article table tr th{text-align:center}.p-article table tr th:first-child,.p-article table tr td:first-child{background-color:#e9f0ea}.p-article table tr td{padding:1em 2em}.p-article strong{font-weight:700}.p-case{margin-top:0;padding-top:0;margin-bottom:96px}.p-case__header{display:flex;flex-direction:column;align-items:center;gap:40px;padding:0;margin-bottom:32px}@media screen and (min-width:960px){.p-case__header{flex-direction:row}}.p-case__logo{flex-shrink:0;width:180px;height:180px;border-radius:50%;box-shadow:inset 0 4px 8px #0000004d;display:flex;align-items:center;justify-content:center;overflow:hidden}.p-case__logo img{max-width:75%;max-height:75%;object-fit:contain}@media screen and (min-width:960px){.p-case__logo{width:300px;height:300px}}.p-case__date{flex:1}.p-case__title{margin:0 0 16px;font-size:clamp(2rem,2.5694444444vw,3.7rem);font-weight:var(--bold);padding-bottom:8px;position:relative}.p-case__title:after{content:"";width:72px;height:1px;background:var(--primary-color);opacity:.2;position:absolute;bottom:0;left:0}.p-case__text{font-size:clamp(1.6rem,1.3888888889vw,2rem);color:var(--font-color);margin-bottom:16px}.p-case__func{display:flex;align-items:center;gap:0;border-radius:16px;box-shadow:inset 0 2px 4px #00000026;padding:12px 16px;width:fit-content}.p-case__func>p{flex-shrink:0;color:var(--primary-color);font-size:clamp(1.8rem,1.5972222222vw,2.3rem);font-weight:var(--bold);white-space:nowrap;padding-right:16px;margin-right:16px;border-right:1px solid var(--primary-color);line-height:2}.p-case__labels{display:flex;flex-wrap:wrap;gap:4px;list-style:none;padding:0;margin:0}.p-case__labels li{background:var(--primary-color);color:var(--white);font-size:var(--text-sm);font-weight:var(--medium);padding:2px 1em;border-radius:8px}.p-case__content{margin-top:64px}.p-case__body p{font-size:clamp(1.6rem,1.25vw,1.8rem);margin:1em}.p-case__body .wp-block-image{margin:2em 0 1em;padding:0;position:relative;display:inline-block;z-index:1}.p-case__body .wp-block-image img{position:relative;z-index:1}.p-case__body .wp-block-image:before,.p-case__body .wp-block-image:after{content:"";width:100%;height:100%;border:1px solid var(--primary-color);position:absolute;display:block}.p-case__body .wp-block-image:before{top:-8px;right:-8px}.p-case__body .wp-block-image:after{top:8px;right:8px}.p-case__body .c-double-border{margin:16px 0 32px}.p-case__body .question{font-weight:700;font-size:2rem;display:flex;align-items:center;gap:1em;color:var(--primary-color);margin:4em 0 2em;flex-direction:column;align-items:flex-start;flex:1}.p-case__body .question:before{content:"";flex-shrink:0;width:32px;height:6px;background:var(--grad)}@media screen and (min-width:960px){.p-case__body .question{flex-direction:row;align-items:center}}.p-case__body .label{display:flex;align-items:center;flex:0}.p-case__body .label .c-label{width:80px;text-align:center;margin-right:1em}.p-case__body .label .text{flex:1}.p-case__body .before,.p-case__body .after{font-size:clamp(1.7rem,1.3888888889vw,2rem);display:flex;align-items:center;font-weight:700;gap:1em}.p-case__body .before span,.p-case__body .after span{font-size:clamp(1.4rem,1.1111111111vw,1.6rem);font-weight:700;padding:.25em 2em;border-radius:999px;flex-shrink:0}.p-case__body .before span{background-color:#606060;color:var(--white)}.p-case__body .after{color:var(--primary-color)}.p-case__body .after span{background-color:var(--primary-color);color:var(--white)}.p-case__btn{margin-top:64px}.p-caseTitle{background-image:url(/wp-content/themes/apseeds-theme/assets/images/pc/fv_bg_service.webp)}.p-caseTitle__wrap{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_case.webp);background-size:100%;background-position:top;padding:32px 0 48px}.p-caseTitle__box{background-color:#fffc;width:fit-content;padding:24px 32px 24px 5%}@media screen and (min-width:960px){.p-caseTitle__box{padding:40px 64px 40px 10%}}.p-caseTitle__lead{font-size:clamp(1.8rem,2.2222222222vw,3.2rem);font-weight:700}.p-caseTitle__heading{margin:0;font-size:clamp(2.8rem,5.9027777778vw,8.5rem);font-weight:700;display:flex;align-items:center;gap:.5em}.p-caseTitle__heading:before{content:"";display:inline-block;width:1.2em;height:1.2em;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/icon_ap.webp);background-repeat:no-repeat;background-size:contain}.p-caseTitle__text{display:block;width:fit-content;color:var(--white);background-color:var(--primary-color);padding:0 .5em;margin-top:1em;margin-left:5%;margin-right:5%}@media screen and (min-width:960px){.p-caseTitle__text{margin-left:10%;margin-right:10%}}.p-contact{background-color:var(--white);box-shadow:0 2px 4px #00000026;padding:32px}.p-contact table tr{border-bottom:1px solid var(--border-color-light)}.p-contact table tr th,.p-contact table tr td{display:block;border:none}.p-contact table tr th p,.p-contact table tr td p{margin:0}.p-contact table tr th:first-child,.p-contact table tr td:first-child{background-color:#fff}.p-contact table tr th{padding-top:.5em}.p-contact table tr th,.p-contact table tr th p{display:flex;align-items:center;gap:1em}.p-contact input[type=text],.p-contact input[type=tel],.p-contact input[type=email],.p-contact textarea{width:100%;line-height:1.6}@media screen and (min-width:960px){.p-contact{padding:64px 5%}.p-contact table tr{border-top:1px solid var(--border-color-light)}.p-contact table tr th,.p-contact table tr td{display:table-cell;padding:1.5em 1em 1.5em 1.5em}.p-contact table tr td{max-width:600px;border-left:1px solid var(--border-color-light)}.p-contact .wpcf7-checkbox{display:flex;flex-direction:column;gap:1em}}.p-contact__agree p{display:flex}.p-contact__agree a{color:var(--font-color)!important}.p-contact__btn input[type=submit]{display:block;width:100%;border:none;max-width:430px}.p-contact__text{text-align:center}.p-contact-confirm table tr th,.p-contact-confirm table tr td{display:block}.p-contact-confirm table tr td{background-color:var(--white)}@media screen and (min-width:960px){.p-contact-confirm table tr th,.p-contact-confirm table tr td{display:table-cell}}.p-contact-confirm .p-contact__btn input[type=submit]{max-width:initial}.p-contact__btns{display:grid;grid-template-columns:.5fr 1fr;gap:16px}.p-contact__btns .c-btn{cursor:pointer}@media screen and (min-width:960px){.p-contact__btns{gap:48px}}.p-contact__btnPrev{margin-top:8px}.p-contact__btnPrev .c-btn{background-color:#606060;color:var(--white);border:none;border-radius:8px;transition:.3s ease-in-out}.p-contact__btnPrev .c-btn:hover{opacity:.7}.p-contact__birthday{display:flex;gap:16px}.p-contact__birthday-item,.p-contact__birthday-item p{display:flex;gap:8px}.p-footerCopy{padding-bottom:64px}.p-footerCopy .ftr-link{padding-left:0}@media screen and (min-width:960px){.p-footerCopy{padding-bottom:36px}}.p-footerNav{display:grid;gap:32px;padding-bottom:16px}@media screen and (min-width:960px){.p-footerNav{display:grid;grid-template-areas:"service service" "about logo" "contents logo";padding-bottom:64px;grid-template-columns:repeat(2,1fr)}}.p-footerNav .tag-new{display:inline-block;line-height:1;margin:0 0 0 8px;padding:3px 5px;border-radius:4px;background-color:#ff5e00;background-image:radial-gradient(at 84% 87%,hsl(300,100%,70%) 0px,transparent 50%),radial-gradient(at 93% 1%,hsl(54,100%,50%) 0px,transparent 50%);color:#fff;font-family:Lato,sans-serif;font-weight:900;font-size:1.3rem}.p-footerNav a{transition:.3s ease-in-out}.p-footerNav a:hover{opacity:.7}@media screen and (min-width:960px){.p-footerNav__service{grid-area:service}.p-footerNav__service .p-footerNav__wrap{margin-right:10%}}.p-footerNav__about .p-footerNav__wrap{margin-left:16px;gap:0}.p-footerNav__about .p-footerNav__wrap ul{margin-top:0}@media screen and (min-width:960px){.p-footerNav__about{grid-area:about}.p-footerNav__about .p-footerNav__wrap{margin-left:128px;grid-template-columns:1fr 1fr 1fr}}.p-footerNav__contents .p-footerNav__wrap{margin-left:16px;gap:0}.p-footerNav__contents .p-footerNav__wrap ul{margin-top:0}@media screen and (min-width:960px){.p-footerNav__contents{grid-area:contents}.p-footerNav__contents .p-footerNav__wrap{margin-left:128px;grid-template-columns:1fr}}.p-footerNav__logo{text-align:center}.p-footerNav__logo img{max-width:50%}@media screen and (min-width:960px){.p-footerNav__logo{grid-area:logo;position:relative}.p-footerNav__logo a{display:block;position:absolute;right:0;bottom:0;transition:.3s ease-in-out}.p-footerNav__logo a:hover{opacity:.7}.p-footerNav__logo img{max-width:220px}}.p-footerNav__title{font-family:Lato,sans-serif;font-size:clamp(1.8rem,1.3020833333vw,2.5em);font-weight:700;line-height:1;margin-bottom:.5em;letter-spacing:.1em}.p-footerNav__underline{border-bottom:1px solid var(--border-color);padding-bottom:8px;margin-left:16px}@media screen and (min-width:960px){.p-footerNav__underline{margin-left:0;display:flex;align-items:center;gap:32px}}.p-footerNav__link-lg{font-size:2rem;color:var(--font-color)}@media screen and (min-width:960px){.p-footerNav__link-lg{border-left:1px solid var(--border-color);padding-left:32px}}.p-footerNav__wrap{margin-top:16px;margin-left:32px;display:grid;gap:16px}.p-footerNav__wrap .p-footerNav__underline{margin-left:0}.p-footerNav__wrap ul{margin-top:8px}.p-footerNav__wrap .p-footerNav__list-02{margin-top:0}.p-footerNav__wrap a{font-size:1.4rem;color:var(--font-color)}@media screen and (min-width:960px){.p-footerNav__wrap{grid-template-columns:1fr 1.5fr 1fr;margin-left:128px}.p-footerNav__wrap .p-footerNav__list-02{margin-top:8px}.p-footerNav__wrap ul{display:flex;flex-direction:column;gap:.5em}}@media screen and (min-width:960px){.p-footerNav__row{display:grid;grid-template-columns:repeat(2,1fr)}}.p-hrrejoin-about__box{background-color:#b5cab9;border-radius:32px;padding:16px 16px 32px;margin-top:64px}.p-hrrejoin-about__box h3{background-color:#65906d;color:var(--white);font-size:clamp(2rem,2.0833333333vw,3rem);font-weight:900;line-height:1;padding:.3em 2em;border-radius:999px;width:fit-content;text-align:center;margin:0 auto 16px}@media screen and (min-width:960px){.p-hrrejoin-about__box{padding:32px 48px 48px}}.p-hrrejoin-about__box-row{display:grid;gap:32px;align-items:center}@media screen and (min-width:960px){.p-hrrejoin-about__box-row{grid-template-columns:repeat(2,1fr)}}.p-hrrejoin-cando{padding:64px 0 96px;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%}.p-hrrejoin-cando__wrap{list-style:none;padding:0;margin:0;gap:32px}@media screen and (min-width:960px){.p-hrrejoin-cando__wrap{gap:16px}}.p-hrrejoin-cando__item{display:grid;gap:24px;align-items:center;border:1px solid var(--primary-color);border-radius:24px;padding:16px 24px}.p-hrrejoin-cando__title{background-color:var(--primary-color);padding:.5em 2em;width:100%;color:var(--white);font-size:clamp(1.7rem,1.3194444444vw,1.9rem);font-weight:700;line-height:1;text-align:center;border-radius:999px;margin:-32px auto 0}.p-hrrejoin-cando__img{text-align:center}.p-image-upload .p-service-hero__lineText{font-size:clamp(1.3rem,1.25vw,2.4rem)}.p-image-upload .p-service-reason__item-title{font-size:clamp(1.8rem,1.5972222222vw,2.3rem)}.p-inquiry .p-service-hero__floatImg{bottom:-30px;right:-80px}.p-keiyakusho-merit .p-apPortal-functions__list{display:flex;flex-direction:column;gap:1.5em}.p-keiyakusho-merit__overImg{overflow-x:scroll}.p-keiyakusho-merit__overImg img{width:1000px;max-width:none}@media screen and (min-width:960px){.p-keiyakusho-merit__overImg{overflow-x:inherit}.p-keiyakusho-merit__overImg img{width:inherit;max-width:100%}}.p-kyuyomeisai .p-service-hero__floatImg{right:-10px}.p-kyuyomeisai-about__item{box-shadow:0 2px 4px #00000026;border-radius:8px;background-color:var(--white);padding:120px 16px 24px;position:relative;margin-top:120px}.p-kyuyomeisai-about__item .c-doubleShadow{font-size:clamp(2.4rem,2.5694444444vw,3.7rem);font-weight:700;color:var(--primary-color);text-align:center;width:180px;height:180px;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:120px;position:absolute;top:-90px;left:0;right:0;margin:auto;background-color:var(--white)}.p-kyuyomeisai-about__item .c-doubleShadow .c-doubleShadow__inner{width:170px;height:170px;border-radius:999px;background-color:var(--white)}.p-kyuyomeisai-about__item .u-fw-500{margin-top:16px}.p-kyuyomeisai-merit .p-service-merit__item{margin-top:48px}.p-kyuyomeisai-merit .p-service-merit__title{margin-bottom:16px}.p-kyuyomeisai-meritFlex{display:flex;flex-direction:column;gap:8px}.p-kyuyomeisai-meritFlex .c-meritBox{gap:16px}.p-kyuyomeisai-meritFlex .c-meritBox__img img{max-width:200px}@media screen and (min-width:960px){.p-kyuyomeisai-meritFlex{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:64px 32px}.p-kyuyomeisai-meritFlex .c-meritBox{gap:16px 64px;width:calc((100% - 64px) / 3)}.p-kyuyomeisai-meritFlex .c-meritBox .lead{font-size:clamp(1.5rem,1.5277777778vw,2rem)}.p-kyuyomeisai-meritFlex .c-meritBox .c-meritNum{margin-top:-64px}}.p-kyuyomeisai-reason{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%;padding:64px 0 96px}.p-kyuyomeisai-reason__wrap{display:flex;flex-direction:column;gap:32px}.p-kyuyomeisai-reason__item{position:relative;display:flex;flex-direction:column;gap:32px;align-items:center;padding-top:64px;padding-left:32px}@media screen and (min-width:960px){.p-kyuyomeisai-reason__item{flex-direction:row;justify-content:center}}@media screen and (min-width:960px){.p-kyuyomeisai-reason__item--rev{flex-direction:row-reverse}.p-kyuyomeisai-reason__item--rev .p-kyuyomeisai-reason__num{left:initial;right:0}}.p-kyuyomeisai-reason__num{font-family:Lato,sans-serif;font-size:clamp(2.8rem,2.7777777778vw,4rem);font-weight:900;color:var(--primary-color);line-height:1;opacity:.1;display:flex;flex-direction:column;position:absolute;top:0;left:0}.p-kyuyomeisai-reason__num .num{font-size:clamp(12rem,15.4861111111vw,22.3rem);font-weight:900;line-height:1}.p-kyuyomeisai-reason__texts{font-size:clamp(1.6rem,1.1805555556vw,1.7rem)}.p-kyuyomeisai-reason__texts h3{font-size:clamp(2rem,1.6666666667vw,2.4rem);color:var(--primary-color);margin:0 0 1em}@media screen and (min-width:960px){.p-kyuyomeisai-reason__texts{width:50%}}.p-kyuyomeisai-reason__img img{max-width:120px}@media screen and (min-width:960px){.p-kyuyomeisai-reason__img{width:50%;text-align:center}.p-kyuyomeisai-reason__img img{max-width:250px}}.p-kyuyomeisai-functions{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%;padding:32px 0 96px}.p-kyuyomeisai-functions__wrap{display:grid;gap:16px}@media screen and (min-width:960px){.p-kyuyomeisai-functions__wrap{grid-template-columns:repeat(2,1fr)}}.p-kyuyomeisai-functions__item{color:var(--primary-color)}.p-kyuyomeisai-functions__item .c-doubleShadow,.p-kyuyomeisai-functions__item .c-doubleShadow__inner{background-color:var(--white)}.p-kyuyomeisai-functions__item p{font-size:1.7rem;font-weight:500}@media screen and (min-width:960px){.p-kyuyomeisai-functions__item .c-doubleShadow__inner{height:100%;padding:32px}}.p-news{background-color:#f8faf9;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_page.webp);background-position:0 0;background-repeat:no-repeat;background-size:100% auto;padding-bottom:96px}@media screen and (min-width:960px){.p-news{padding-bottom:128px}}.p-news__article{margin-top:16px}@media screen and (min-width:960px){.p-news__article{margin-top:64px}}.p-news__meta{display:flex;flex-direction:column;gap:8px}.p-news__date{font-size:clamp(1.4rem,1.1805555556vw,1.7rem)}.p-news__title{margin:0;font-size:clamp(2rem,1.6666666667vw,2.4rem);color:var(--primary-color);display:flex;align-items:center;gap:16px}.p-news__title:before{content:"";width:40px;height:6px;background:var(--grad);display:inline-block}.p-news__content{margin-top:40px}@media screen and (min-width:960px){.p-news__content{margin-top:80px}}.p-page{background-color:#f8faf9;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_page.webp);background-position:0 0;background-repeat:no-repeat;background-size:100% auto;padding-bottom:96px}@media screen and (min-width:960px){.p-page{padding-top:32px;padding-bottom:128px}}.p-page__content{padding-top:32px}.p-page__content .about-table tr th,.p-page__content .about-table tr td,.p-page__content .about-history tr th,.p-page__content .about-history tr td{display:block}.p-page__content .about-history tr td:first-child{padding-top:16px}.p-page__content .about-history tr th,.p-page__content .about-history tr td{border:none;background-color:initial!important;padding:0}@media screen and (min-width:960px){.p-page__content .about-table tr th,.p-page__content .about-table tr td,.p-page__content .about-history tr th,.p-page__content .about-history tr td{display:table-cell}.p-page__content .about-history tr td:first-child{padding-top:0;width:160px}}.p-point .c-secTitle .c-secTitle__lg{font-size:clamp(2.2rem,3.4722222222vw,5rem)}.p-point .c-secTitle .c-secTitle__lg .u-fs-80{font-size:60%}@media screen and (min-width:960px){.p-point .c-meritBox{grid-template-rows:auto}.p-point .c-meritBox .c-meritNum{grid-column:1/2;grid-row:1/2}.p-point .c-meritBox .c-meritBox__img{grid-column:3/4;grid-row:1/2;align-self:center}.p-point .c-meritBox .c-meritBox__text{grid-column:2/3;grid-row:1/2}}.p-point-seido{margin-top:32px}.p-point-seido__list{margin:0;padding:0;display:grid;gap:20px}@media screen and (min-width:960px){.p-point-seido__list{grid-template-columns:repeat(3,1fr)}}.p-point-seido__item{border:2px solid var(--primary-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.p-point-seido__item-head{text-align:center;background:var(--primary-color);color:var(--white);padding:8px 16px;display:flex;align-items:baseline;justify-content:center;gap:8px}.p-point-seido__item-head span{font-size:var(--text-xl);font-weight:700}.p-point-seido__item-box{background-color:var(--white);padding:16px;display:flex;flex-direction:column;justify-content:center;flex:1}.p-point-seido__item-box>p:first-child{padding-bottom:8px;margin:0 16px 16px;text-align:center;font-weight:700;color:var(--primary-color);font-size:var(--text-lg);border-bottom:1px solid var(--border-color-light)}.p-point-seido__item-body{flex:1;display:flex;flex-direction:column}.p-point-seido__item-body:has(>p:only-child){justify-content:center}.p-point-seido__item-body p{width:fit-content;margin:0 auto;padding:8px 24px;font-size:var(--text-lg)}.p-point-seido__item-body p span{color:var(--primary-color);font-size:2rem;margin-right:.25em;position:relative;top:2px}.p-point-seido__item-body p small{display:block;width:100%;text-align:center;font-size:var(--text-sm)}@media screen and (min-width:960px){.p-point-seido--2 .p-point-seido__list{grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,auto)}}.p-point-seido--2 .p-point-seido__item-box p{border:none;margin-bottom:0;padding-bottom:0}@media screen and (min-width:960px){.p-point-seido--2 .p-point-seido__item:nth-child(1){grid-column:1/4;grid-row:1/2}.p-point-seido--2 .p-point-seido__item:nth-child(2){grid-column:4/7;grid-row:1/2}.p-point-seido--2 .p-point-seido__item:nth-child(3){grid-column:1/3;grid-row:2/3}.p-point-seido--2 .p-point-seido__item:nth-child(4){grid-column:3/5;grid-row:2/3}.p-point-seido--2 .p-point-seido__item:nth-child(5){grid-column:5/7;grid-row:2/3}}.p-point-case{background-color:#f7f7f7;padding:24px;box-shadow:0 2px 4px #00000026}@media screen and (min-width:960px){.p-point-case{padding:32px}}.p-point-case__head{color:var(--primary-color);text-align:center;border-bottom:1px solid var(--primary-color);padding-bottom:.5em;margin-bottom:1em;font-size:2rem;font-weight:500}@media screen and (min-width:960px){.p-point-case__head{width:fit-content;margin:0 auto 1em;padding:0 32px .5em}}.p-point-case__row{display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (min-width:960px){.p-point-case__row{flex-direction:row}.p-point-case__row>div{width:calc((100% - 32px)/2)}}.p-point-case__logo{text-align:center;display:flex;flex-direction:column;gap:16px}.p-point-case__texts{font-weight:500}.p-point-case__label{display:flex;align-items:center;gap:1em;font-weight:700;justify-content:center;margin:1.5em 0 1em}.p-point-case__label:before,.p-point-case__label:after{content:"";display:inline-block;width:30px;height:1px;background-color:var(--border-color-light)}@media screen and (min-width:960px){.p-point-case__label{justify-content:flex-start}}.p-point-case__btn{margin-top:32px}.p-point-case__btn .c-btn{padding:1em;max-width:260px}@media screen and (min-width:960px){.p-point-case__btn{margin-top:64px}}.p-rejoin .c-secTitle .c-secTitle__lg{font-size:clamp(2.2rem,3.4722222222vw,5rem)}.p-rejoin .c-secTitle .c-secTitle__lg .u-fs-30{font-size:50%}.p-rejoin .p-service-problems__solve{font-size:clamp(2rem,2.2222222222vw,3.2rem);padding:1em 2em}.p-rejoin .p-service-hero__title{line-height:1}@media screen and (min-width:960px){.p-rejoin .p-service-hero__title{line-height:1.6}}@media screen and (min-width:960px){.p-rejoin .c-meritBox{grid-template-rows:auto}.p-rejoin .c-meritBox .c-meritNum{grid-column:1/2;grid-row:1/2}.p-rejoin .c-meritBox .c-meritBox__img{grid-column:3/4;grid-row:1/2;align-self:center}.p-rejoin .c-meritBox .c-meritBox__text{grid-column:2/3;grid-row:1/2}}.p-safety-check .p-service-hero__floatImg{bottom:-10px;right:-90px}.p-service .c-secTitle:before,.p-service .c-secTitle:after{content:none}@media screen and (min-width:960px){.p-service .c-secTitle:before,.p-service .c-secTitle:after{content:""}}.p-service-hero{background-image:url(/wp-content/themes/apseeds-theme/assets/images/sp/fv_bg_service.webp);background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;overflow:hidden}@media screen and (min-width:960px){.p-service-hero{background-image:url(/wp-content/themes/apseeds-theme/assets/images/pc/fv_bg_service.webp)}}.p-service-hero__wrap{position:relative;z-index:1}@media screen and (min-width:960px){.p-service-hero__wrap{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:auto auto auto;gap:32px 0}}@media screen and (max-width:959px){.p-service-hero__wrap:has(.p-service-hero__lineTexts){display:grid;grid-template-columns:.7fr 1fr;gap:5px 0}.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__textBox,.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__lineTexts{grid-column:1/-1}.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__lineTexts{margin-top:5px}.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__imgs{grid-template-columns:1fr;padding-left:3%;display:flex;flex-direction:column;gap:16px;justify-content:center}.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__mock{align-self:end}}.p-service-hero__textBox{display:inline-block;width:fit-content;height:auto;padding:5px 5% 5px 3%;background-color:#fffc;color:var(--font-color);font-size:clamp(1.4rem,1.7361111111vw,2.5rem);margin-top:16px;position:relative}@media screen and (min-width:960px){.p-service-hero__textBox{grid-column:1/2;grid-row:1/2;padding:32px 5% 32px 3%;align-self:end}}.p-service-hero__lead{font-size:clamp(1.4rem,1.6666666667vw,3.2rem);font-weight:700}.p-service-hero__titleWrap{display:flex;align-items:center}.p-service-hero__titleIcon{position:relative;top:0;margin-right:.3em;max-width:clamp(41px,4.9479166667vw,95px);flex-shrink:0}.p-service-hero__title{margin:0;font-size:clamp(2.7rem,4.4270833333vw,8.5rem);font-weight:900}.p-service-hero__floatImg{position:absolute;bottom:-60px;right:-40px;max-width:104px;z-index:0}@media screen and (min-width:960px){.p-service-hero__floatImg{max-width:120px;bottom:initial;top:-40px}}.p-service-hero__img{text-align:center;margin-top:16px;padding:0 3%}@media screen and (min-width:960px){.p-service-hero__img{grid-column:1/2;grid-row:2/3;margin-top:0;padding:0 32px}.p-service-hero__img img{max-width:100%}}.p-service-hero__mock{text-align:center}@media screen and (min-width:960px){.p-service-hero__mock{grid-column:2/3;grid-row:1/4;align-self:end}.p-service-hero__mock img{width:80%;max-width:560px}}.p-service-hero__btn{display:none}@media screen and (min-width:960px){.p-service-hero__btn{display:block;grid-column:1/2;grid-row:3/4;align-self:self-start;padding:0 64px;width:640px;margin:0 auto 64px 0}}@keyframes slideFromLeft{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes slideFromRight{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}.p-service-hero__lines{position:absolute;top:60%;transform:translateY(-50%);z-index:0}.p-service-hero__lines #line2{clip-path:inset(0 100% 0 0);animation:slideFromLeft 3s ease-out forwards;position:relative;top:10px;transform:scale(1.2)}.p-service-hero__lines #line3{clip-path:inset(0 0 0 100%);animation:slideFromRight 3s ease-out forwards;position:relative;top:-100px;transform:scale(1.2)}@media screen and (min-width:960px){.p-service-hero__lines #line2{top:80px}.p-service-hero__lines #line3{top:-80px}}.p-service-hero__imgs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:0 auto;width:100%;max-width:240px}@media screen and (min-width:960px){.p-service-hero__imgs{gap:8px;grid-column:1/2;padding:0 32px;max-width:initial}}@media screen and (min-width:960px){.p-service-hero__wrap:has(.p-service-hero__lineTexts){grid-template-rows:auto auto auto auto}.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__btn{grid-row:4/5}.p-service-hero__wrap:has(.p-service-hero__lineTexts) .p-service-hero__mock{grid-row:1/5}}.p-service-hero__lineTexts{padding:0 3%}@media screen and (min-width:960px){.p-service-hero__lineTexts{grid-column:1/2;padding:0 32px}}.p-service-hero__lineText{-webkit-box-decoration-break:clone;box-decoration-break:clone;display:inline;background-color:var(--primary-color);color:var(--white);font-size:clamp(1.4rem,1.25vw,2.4rem);font-weight:700;line-height:2;padding:2px 8px;text-align:left;margin-bottom:1em;width:fit-content}@media screen and (min-width:960px){.p-service-hero__lineText .u-only-pc{display:initial}}.p-service-logos{overflow:hidden}.p-service-logos__title{text-align:center;font-size:clamp(1.6rem,1.3888888889vw,2rem);font-weight:700;line-height:1;margin-top:32px;margin-bottom:16px}.p-service-logos__track{display:flex;width:max-content;animation:p-service-marquee 60s linear infinite}.p-service-logos__list{display:flex;list-style:none;margin:0;padding:0;gap:40px;align-items:center;padding-inline:20px;justify-content:center}.p-service-logos__list li img{height:60px;width:auto;max-width:120px;aspect-ratio:2/1;object-fit:contain}@keyframes p-service-marquee{0%{transform:translate(var(--marquee-start, -33.333%))}to{transform:translate(var(--marquee-end, -66.666%))}}@media(prefers-reduced-motion:reduce){.p-service-logos__track{animation:none}}.p-service-anchorLinks{box-shadow:none}@media screen and (min-width:960px){.p-service-anchorLinks{display:none}}.p-service-anchorLinks{margin-top:32px;margin-bottom:32px}.p-service-about{margin-top:80px;padding-bottom:64px;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_page.webp);background-size:cover;background-repeat:no-repeat}.p-service-about .c-video,.p-service-about__btn{margin-top:64px}.p-service-about__list{margin:32px 10% 0}.p-service-about__list.l-grid--32{gap:8px}@media screen and (min-width:960px){.p-service-about__list{margin:0 10%}.p-service-about__list.l-grid--32{gap:32px}}.p-service-about__item{box-shadow:0 2px 4px #00000026;border-radius:8px;background-color:var(--white);padding:60px 16px 24px;position:relative;margin-top:60px}.p-service-about__item .c-doubleShadow{font-size:clamp(1.8rem,2.4305555556vw,3.5rem);font-weight:700;color:var(--primary-color);text-align:center;width:110px;height:110px;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:120px;position:absolute;top:-60px;left:0;right:0;margin:auto;background-color:var(--white)}.p-service-about__item .c-doubleShadow .c-doubleShadow__inner{width:100px;height:100px;min-width:100px;border-radius:999px;background-color:var(--white);line-height:1.2;display:flex;align-items:center;justify-content:center;word-break:keep-all}.p-service-about__item .u-fw-500{margin-top:16px}@media screen and (min-width:960px){.p-service-about__item{padding:120px 16px 24px;position:relative;margin-top:120px}.p-service-about__item .c-doubleShadow{width:180px;height:180px;top:-90px}.p-service-about__item .c-doubleShadow .c-doubleShadow__inner{width:170px;height:170px}}.p-service-about__text{max-width:770px;margin:0 auto}.p-service-about__text p{font-size:clamp(1.6rem,1.1805555556vw,1.7rem);font-weight:500;line-height:1.6}@media screen and (min-width:960px){.p-service-about__text p{line-height:2.9}}.p-service-about__boxes{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;gap:16px}@media screen and (min-width:960px){.p-service-about__boxes{margin-top:32px;flex-direction:row;justify-content:center}.p-service-about__boxes .p-service-about__box{width:calc((100% - 48px)/4)}}@media screen and (min-width:960px){.p-service-about__boxes--2{flex-wrap:wrap;max-width:770px;margin:32px auto 0}.p-service-about__boxes--2 .p-service-about__box{width:calc((100% - 32px) / 3)}}.p-service-about__box{height:125px;background-color:var(--white);box-shadow:0 4px 8px #0000004d;border-radius:32px;padding:8px}.p-service-about__box-inner{border-radius:32px;border:1px solid var(--primary-color);width:100%;height:100%;display:flex;justify-content:center;align-items:center;box-shadow:inset 0 2px 4px #00000026}.p-service-about__box-inner p{color:var(--primary-color);text-align:center;font-size:clamp(2rem,1.6666666667vw,2.4rem);font-weight:700;line-height:1.2}.p-service-merit .p-service-merit__item{margin-top:48px}.p-service-merit .p-service-merit__title{margin-bottom:16px}.p-service-merit .p-service-merit__item.l-grid .p-service-merit__heading{font-size:clamp(1.5rem,1.3888888889vw,2rem)}.p-service-merit__item{align-items:center}.p-service-merit__item.l-grid--48{gap:16px}@media screen and (min-width:960px){.p-service-merit__item.l-grid--48{gap:48px}}.p-service-merit__item .p-apPortal-functions__list .u-only-pc{display:none}.p-service-merit__item .p-apPortal-functions__list .u-none-pc{display:flex}@media screen and (min-width:960px){.p-service-merit__item .p-apPortal-functions__list .u-only-pc{display:flex}.p-service-merit__item .p-apPortal-functions__list .u-none-pc{display:none}}@media screen and (min-width:960px){.p-service-merit__item--long{grid-template-rows:auto 1fr}.p-service-merit__item--long div:nth-child(1){grid-column:1/3;grid-row:1/2;margin:0}.p-service-merit__item--long div:nth-child(2){align-self:flex-start;grid-column:1/2;grid-row:2/3}.p-service-merit__item--long div:nth-child(3){grid-column:2/3;grid-row:2/3}}@media screen and (min-width:960px){.p-service-merit__item--reverse>div:nth-child(1){order:2}.p-service-merit__item--reverse>div:nth-child(2){order:1}}.p-service-meritFlex{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:960px){.p-service-meritFlex{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:64px 32px}.p-service-meritFlex .c-meritBox{width:calc((100% - 64px) / 3)}.p-service-meritFlex .c-meritBox .c-meritNum{margin-top:-64px}}.p-service-problems{padding:64px 0 96px;background-color:var(--bg-color-dark);position:relative;margin-bottom:256px}@media screen and (min-width:960px){.p-service-problems{padding:64px 0 128px}}.p-service-problems__list{padding:0;margin:0;display:grid;gap:16px}.p-service-problems__list li{font-size:clamp(1.6rem,1.25vw,1.8rem);font-weight:500;display:flex;align-items:center;gap:8px;border-radius:24px;box-shadow:inset 0 2px 4px #00000026;padding:1em}.p-service-problems__list li.u-only-pc{display:none}.p-service-problems__list li.u-none-pc{display:flex}.p-service-problems__list li:before{content:"";width:40px;height:40px;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/icon_problem.webp);background-repeat:no-repeat;background-size:contain;display:inline-block;flex-shrink:0}@media screen and (min-width:960px){.p-service-problems__list li.u-only-pc{display:flex}.p-service-problems__list li.u-none-pc{display:none}.p-service-problems__list{grid-template-columns:repeat(2,1fr)}}.p-service-problems__arrow{text-align:center;position:absolute;bottom:-180px;right:0;left:0;margin:auto}.p-service-problems__solve{width:fit-content;margin:48px auto 0;padding:1em 3em;font-size:clamp(2rem,2.2222222222vw,3.2rem);font-weight:700;color:var(--primary-color);background-color:var(--white);box-shadow:0 2px 4px #00000026;border-radius:24px;position:relative;z-index:1}.p-service-problems__solve span{position:relative;z-index:9}.p-service-problems__solve:after{content:"";width:calc(100% - 10px);height:calc(100% - 10px);background-color:#fff;z-index:0;display:inline-block;box-shadow:0 2px 4px #00000026;border-radius:16px;position:absolute;inset:0;margin:auto}.p-service-merit{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%;padding:64px 0 96px}.p-service-merit__title{background-color:var(--white);display:flex;align-items:center;gap:16px;box-shadow:inset 0 2px 4px #00000026;width:fit-content;border-radius:999px;padding:4px 16px 4px 4px;margin-bottom:48px}@media screen and (min-width:960px){.p-service-merit__title{gap:32px;padding:8px 32px 8px 8px}}.p-service-merit__heading-num{display:flex;align-items:center;gap:8px;border:1px solid var(--primary-color);padding:4px 4px 4px 16px;width:fit-content;border-radius:999px;flex-shrink:0}.p-service-merit__heading-num .text{font-size:clamp(1.4rem,1.1111111111vw,1.6rem);font-weight:700;color:var(--primary-color)}.p-service-merit__heading-num .num{font-size:clamp(1.6rem,1.4583333333vw,2.1rem);font-weight:700;width:32px;height:32px;border-radius:999px;background:var(--grad);display:flex;justify-content:center;align-items:center;color:var(--white);flex-shrink:0}@media screen and (min-width:960px){.p-service-merit__heading-num .num{width:48px;height:48px}}@media screen and (min-width:960px){.p-service-merit__heading-num{flex-shrink:0;padding:4px 4px 4px 32px;gap:16px}}.p-service-merit__heading{margin:0;font-weight:700;font-size:clamp(1.6rem,1.6666666667vw,2.4rem)}.p-service-merit2{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%;padding:0 0 64px}.p-service-data{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_data.webp);background-size:100%;padding:32px 0 96px}.p-service-flow{padding:64px 0 96px;overflow-x:hidden}@media screen and (min-width:960px){.p-service-flow{padding:64px 0 128px}}.p-service-flow__list{margin:0;padding:0;display:flex;flex-direction:column;gap:8px}@media screen and (min-width:960px){.p-service-flow__list{max-width:990px;margin:0 auto}}.p-service-flow__item{border-radius:8px;box-shadow:0 2px 4px #00000026;padding:16px 60px 16px 12px;position:relative;margin-bottom:40px;display:flex;flex-direction:column;gap:8px;margin-right:16px}.p-service-flow__item:after{content:url(/wp-content/themes/apseeds-theme/assets/images/common/arrow_step.webp);display:block;position:absolute;left:50%;transform:translate(-50%);bottom:-40px}.p-service-flow__item:last-child:after{content:none}@media screen and (min-width:960px){.p-service-flow__item{padding:24px 32px;flex-direction:row;gap:32px;position:relative;margin-right:80px}}.p-service-flow__step{font-size:clamp(1.3rem,1.25vw,1.8rem);font-weight:900;letter-spacing:.1em;color:var(--white);background:var(--grad);width:fit-content;height:fit-content;display:flex;align-items:center;gap:1em;padding:.25em 1em}.p-service-flow__step:before,.p-service-flow__step:after{content:"●"}@media screen and (min-width:960px){.p-service-flow__step{margin:0}}.p-service-flow__texts h3{margin:0;font-size:clamp(1.6rem,1.3888888889vw,2rem)}.p-service-flow__texts p{font-size:1.4rem}.p-service-flow__icon{position:absolute;right:-44px;top:50%;transform:translateY(-50%);margin:auto;max-width:120px}@media screen and (min-width:960px){.p-service-flow__icon{text-align:center;position:absolute;right:-64px;top:50%;transform:translateY(-50%)}}.p-service-cases{padding:64px 0 32px;background-image:url(/wp-content/themes/apseeds-theme/assets/images/sp/bg_geo.webp)}@media screen and (min-width:960px){.p-service-cases{background-image:url(/wp-content/themes/apseeds-theme/assets/images/pc/bg_geo.webp)}}@media screen and (min-width:960px){.p-service-cases{padding:64px 0 128px}}.p-service-cases__grid{list-style:none;padding:0;margin:0;display:grid;gap:24px}@media screen and (min-width:960px){.p-service-cases__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto 1fr auto 1fr auto}}.p-service-cases__more{margin-top:32px}.p-service-cases__other{margin-top:64px}.p-service-cases__other h3{margin:0 0 32px;display:flex;align-items:center}.p-service-cases__other h3:before{content:"";width:40px;height:4px;background:var(--grad);display:inline-block;margin-right:8px}.p-service-cases__other-list{margin:0;padding:0;border-top:1px solid var(--border-color-light)}.p-service-cases__other-item{border-bottom:1px solid var(--border-color-light);padding:32px 0;display:flex;flex-direction:column;align-items:center;gap:32px}@media screen and (min-width:960px){.p-service-cases__other-item{flex-direction:row}}.p-service-cases__other-img{text-align:center}.p-service-cases__other-img img{margin:0 auto}.p-service-cases__other-img p{font-size:1.4rem;margin-top:1em}@media screen and (min-width:960px){.p-service-cases__other-img{width:40%}}.p-service-cases__other-labels>p{display:flex;align-items:center;justify-content:center;gap:8px;font-size:clamp(1.6rem,1.3194444444vw,1.9rem);margin:0 0 12px;color:var(--primary-color)}.p-service-cases__other-labels>p:before,.p-service-cases__other-labels>p:after{content:"";flex:1;height:1px;max-width:40px;background-color:var(--primary-color)}.p-service-cases__other-labels ul{display:flex;flex-wrap:wrap;gap:4px 8px;padding:0;list-style:none;margin:0}.p-service-cases__other-labels li{color:var(--primary-color);border:1px solid var(--primary-color);border-radius:999px;padding:2px 14px;font-size:1.2rem}@media screen and (min-width:960px){.p-service-cases__other-labels{width:60%}.p-service-cases__other-labels>p{justify-content:initial}}.p-service-faq{padding:64px 0}@media screen and (min-width:960px){.p-service-faq{padding:64px 0 128px}}.p-service-faq__item{border-bottom:1px solid var(--border-color-light)}.p-service-faq__question{cursor:pointer;list-style:none;display:flex;align-items:center;gap:16px;padding:20px 0;font-size:clamp(1.6rem,1.3888888889vw,2rem);font-weight:700}.p-service-faq__question::-webkit-details-marker{display:none}.p-service-faq__question img{width:24px;height:24px;flex-shrink:0}.p-service-faq__question:after{content:"";display:block;width:24px;height:24px;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/arrow_up.webp);background-size:contain;background-repeat:no-repeat;flex-shrink:0;margin-left:auto;transform:rotate(180deg);transition:transform .3s}@media screen and (min-width:960px){.p-service-faq__question img{width:40px;height:40px;flex-shrink:0}.p-service-faq__question:after{width:36px;height:36px}}.p-service-faq__item[open] .p-service-faq__question:after{transform:rotate(0)}.p-service-faq__answer{padding:0 52px 20px 56px}.p-service-faq__answer p{color:var(--font-color);line-height:var(--leading)}.p-service-related{padding:64px 0;background-color:var(--bg-color-light)}.p-service-related__grid{margin-top:40px}.p-service-related__grid ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:960px){.p-service-related__grid ul{grid-template-columns:1fr 1fr;gap:24px}}.p-service-related__item{background:var(--white);border-radius:16px;box-shadow:0 2px 4px #00000026;padding:24px}@media screen and (min-width:960px){.p-service-related__item{padding:32px}}@media screen and (min-width:960px){.p-service-related__item--apportal{grid-column:1/-1;display:flex;align-items:center;gap:48px}}.p-service-related__item--apportal .p-service-related__wrap{display:flex;align-items:center;gap:8px;margin-bottom:20px}@media screen and (min-width:960px){.p-service-related__item--apportal .p-service-related__wrap{flex-shrink:0;margin-bottom:0}}.p-service-related__item--apportal .p-service-related__img{width:100px;height:100px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media screen and (min-width:960px){.p-service-related__item--apportal .p-service-related__img{width:130px;height:130px}}.p-service-related__item--apportal .p-service-related__img img{width:76px}@media screen and (min-width:960px){.p-service-related__item--apportal .p-service-related__img img{width:100px}}@media screen and (min-width:960px){.p-service-related__item--apportal .p-service-related__texts{flex:1}}.p-service-related__item:not(.p-service-related__item--apportal){display:flex;flex-direction:column;background-color:var(--bg-color-light)}.p-service-related__item:not(.p-service-related__item--apportal) .p-service-related__wrap{display:flex;align-items:center;gap:16px;margin-bottom:20px}.p-service-related__item:not(.p-service-related__item--apportal) .p-service-related__img{width:56px;height:56px;flex-shrink:0}.p-service-related__item:not(.p-service-related__item--apportal) .p-service-related__img img{width:56px;height:56px}.p-service-related__item:not(.p-service-related__item--apportal) .p-service-related__texts{flex:1;display:flex;flex-direction:column;justify-content:space-between}.p-service-related__lead{font-size:clamp(1.4rem,1.3888888889vw,2rem);color:var(--primary-color);font-weight:700}.p-service-related__name{font-size:clamp(1.8rem,1.9444444444vw,2.8rem);font-weight:var(--bold);line-height:var(--leading-sm)}.p-service-related__texts p{color:var(--font-color);line-height:var(--leading);margin-bottom:16px}.p-service-related__texts .c-btn{max-width:240px;padding:12px 0}@media screen and (min-width:960px){.p-service-related__texts .c-btn{margin-left:auto;margin-right:0}}.p-service-reason{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%;padding:64px 0 96px}.p-service-reason__wrap{display:grid;gap:32px}@media screen and (min-width:960px){.p-service-reason__wrap{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:48px}}.p-service-reason__item{display:grid;gap:16px}@media screen and (min-width:960px){.p-service-reason__item{width:calc((100% - 48px)/2)}}.p-service-reason__item-head{display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:center}.p-service-reason__item-reason{color:var(--primary-color);text-align:center;opacity:.1}.p-service-reason__item-reason .text{font-size:clamp(1.8rem,2.8472222222vw,4.1rem);font-weight:900;line-height:1}.p-service-reason__item-reason .num{font-size:clamp(5.8rem,9.4444444444vw,13.6rem);font-weight:900;line-height:1}.p-service-reason__item-title{color:var(--primary-color);font-size:clamp(1.8rem,1.6666666667vw,2.3rem);font-weight:700}.p-service-reason__item-row{display:grid;grid-template-columns:1fr 1.5fr;gap:16px;align-items:center}.p-service-reason__item-box{background-color:var(--primary-color);border-radius:8px;display:flex;justify-content:center;align-items:center;color:var(--white);text-align:center;padding:2em 0;aspect-ratio:184/137;margin:16px}.p-service-reason__item-img{text-align:center}.p-service-reason__item-text{font-size:1.7rem;font-weight:500;line-height:2}.p-service-functions{background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/bg_merit.webp);background-size:100%;padding:64px 0 96px}.p-service-functions__wrap{margin-top:96px;display:grid;gap:96px}.p-service-functions__item{background-color:#fff;box-shadow:0 4px 8px #0000004d;border-left:4px solid var(--primary-color);padding:16px}@media screen and (min-width:960px){.p-service-functions__item{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;padding:64px 32px 32px}}@media screen and (min-width:960px){.p-service-functions__item-row{display:flex;flex-direction:column;gap:16px}}@media screen and (min-width:960px){.p-service-functions__item--sm .c-doubleShadow__inner{padding:32px}.p-service-functions__item--sm h3{position:relative}.p-service-functions__item--sm h3:before{content:"";display:block;width:40px;height:1px;background-color:var(--primary-color);position:absolute;left:12px;bottom:0}}.p-service-functions__item-title{margin-top:-48px}.p-service-functions__item-title .c-label{margin-right:1em;position:relative;top:-4px}.p-service-functions__item-title .c-numTitle{font-size:clamp(1.6rem,1.875vw,2.7rem)}@media screen and (min-width:960px){.p-service-functions__item-title{margin-top:0;margin-left:32px;position:relative}.p-service-functions__item-title .c-numTitle{position:absolute;top:-96px;word-break:keep-all;white-space:nowrap}}.p-service-functions__item-lead{color:var(--primary-color);font-size:clamp(2rem,1.6666666667vw,2.4rem);font-weight:700;line-height:1}.p-service-functions__item-text p{font-size:1.7rem;font-weight:500;line-height:2}.p-service-functions__item-img{margin:-16px}.p-service-functions__item-img img{margin-top:32px}@media screen and (min-width:960px){.p-service-functions__item-img{text-align:right;margin:-32px -32px -32px 0;align-self:flex-end}.p-service-functions__item-img img{margin-top:0}}.p-shift-request .p-service-reason__item-title{font-size:clamp(1.8rem,1.5277777778vw,2.2rem)}.p-shoruikaishu-meritFlex{display:grid;gap:16px}@media screen and (min-width:960px){.p-shoruikaishu-meritFlex{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.p-shoruikaishu-meritFlex .c-meritBox{display:grid;grid-template-columns:10% 60% 30%;grid-template-rows:auto;align-items:start;gap:16px}.p-shoruikaishu-meritFlex .c-meritBox .lead{text-align:left;margin-bottom:1em}.p-shoruikaishu-meritFlex .c-meritBox .c-meritNum{grid-column:1/2;grid-row:1/2}.p-shoruikaishu-meritFlex .c-meritBox .c-meritBox__text{grid-column:2/3;grid-row:1/2}.p-shoruikaishu-meritFlex .c-meritBox .c-meritBox__img{grid-column:3/4;grid-row:1/2}}.p-shoruikaishu-meritFlex__short.c-meritBox{grid-template-columns:auto;grid-template-rows:auto}.p-shoruikaishu-meritFlex__short.c-meritBox .c-meritNum{grid-column:1/2;grid-row:1/2}.p-shoruikaishu-meritFlex__short.c-meritBox .c-meritBox__text{grid-column:2/3;grid-row:1/2;align-self:center}.p-shoruikaishu-meritFlex__short.c-meritBox .c-meritBox__text .lead{margin-bottom:0}@media screen and (min-width:960px){.p-shoruikaishu-meritFlex__short.c-meritBox{display:flex;align-items:center;width:calc((100% - 32px)/2)}.p-shoruikaishu-meritFlex__short.c-meritBox .lead{margin-bottom:0;align-self:center}}.p-shoruikaishu-functions__item{box-shadow:0 4px 8px #0000004d;border-radius:24px;padding:16px 16px 0;margin-top:32px;background-color:var(--white);display:flex;flex-direction:column;gap:32px}.p-shoruikaishu-functions__item .c-fillTitle{grid-template-columns:auto auto;align-items:center}.p-shoruikaishu-functions__item .u-bs-mid{border-radius:16px;padding:16px;margin-top:32px}.p-shoruikaishu-functions__item .u-bs-mid .title{color:var(--primary-color);border:1px solid var(--primary-color);text-align:center;font-size:2rem;font-weight:700;line-height:1;padding:.5em 0;max-width:240px;margin:0 auto}.p-shoruikaishu-functions__item .u-bs-mid .u-flex{flex-direction:column;color:var(--primary-color)}.p-shoruikaishu-functions__item .u-bs-mid .u-flex ul{margin:0;padding:0;font-weight:700}.p-shoruikaishu-functions__item .u-bs-mid .u-flex ul li{margin-top:1em}@media screen and (min-width:960px){.p-shoruikaishu-functions__item{padding:32px 32px 0;flex-direction:row;gap:64px}.p-shoruikaishu-functions__item .u-bs-mid{padding:48px}.p-shoruikaishu-functions__item .u-bs-mid .u-flex{flex-direction:row;justify-content:center;gap:2em}.p-shoruikaishu-functions__item .p-shoruikaishu-functions__img{align-self:flex-end}}@media screen and (min-width:960px){.p-shoruikaishu-functions__img img{max-width:400px}}.p-sokubarai .p-service-hero__floatImg{right:-80px}.p-sokubarai-merit__toc{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}@media screen and (min-width:960px){.p-sokubarai-merit__toc{width:fit-content;max-width:960px;margin:0 auto}}.p-sokubarai-merit__toc-item{display:grid;align-items:center;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:0 16px}@media screen and (min-width:960px){.p-sokubarai-merit__toc-item{gap:0 32px}}.p-sokubarai-merit__toc-num{grid-column:1/2;grid-row:1/2;font-size:clamp(2rem,2.5vw,3.6rem);font-weight:900;line-height:1;background:var(--grad);box-shadow:0 0 0 6px var(--white),0 0 0 7px var(--primary-color);color:var(--white);width:56px;height:56px;display:flex;justify-content:center;align-items:center;border-radius:999px}@media screen and (min-width:960px){.p-sokubarai-merit__toc-num{width:80px;height:80px}}.p-sokubarai-merit__toc-title{grid-column:2/3;grid-row:1/2;font-size:clamp(2rem,1.6666666667vw,2.4rem);font-weight:700}.p-sokubarai-merit__toc-text{grid-column:2/3;grid-row:2/3}.p-sokubarai-merit__item{background-color:var(--white);border:1px solid var(--border-color-light);padding:8px 16px 16px;border-radius:24px}.p-sokubarai-merit__item .c-doubleShadow .text{font-size:clamp(1.5rem,1.3888888889vw,2rem);text-align:center;max-width:530px;margin:32px auto 0;padding:8px 16px;font-weight:700;background-color:var(--primary-color);color:var(--white);border-radius:999px}.p-sokubarai-merit__item .c-fillTitle .numText{font-size:clamp(1.2rem,1.1111111111vw,1.6rem);line-height:1}.p-sokubarai-merit__item .c-fillTitle .title{font-size:clamp(1.4rem,1.3888888889vw,2rem);font-weight:700;line-height:1.4}.p-sokubarai-merit__item .l-inner--w80{width:90%}@media screen and (min-width:960px){.p-sokubarai-merit__item{padding:64px}.p-sokubarai-merit__item .l-inner--w80{width:80%}}.p-sokubarai-functions{padding:96px 0}.p-sokubarai-functions .l-flex{flex-direction:column;gap:32px}.p-sokubarai-functions .l-flex img{max-width:250px}.p-sokubarai-functions .l-flex h3{font-size:clamp(2rem,1.6666666667vw,2.4rem);font-weight:700;line-height:1}.p-sokubarai-functions .l-flex h3:before{content:"";width:40px;height:3px;background:var(--grad);display:inline-block;position:relative;top:-4px;margin-right:8px}@media screen and (min-width:960px){.p-sokubarai-functions .l-flex{flex-direction:row}}@keyframes p-top-slideFromLeft{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes p-top-slideFromRight{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0)}}.p-top{overflow-x:hidden;margin-top:0}.p-top .animate-area [data-order]:not(.item){opacity:0;transform:translateY(40px);transition:opacity .5s ease,transform .5s ease}.p-top .animate-area [data-order]:not(.item).show{opacity:1;transform:translateY(0)}.p-top-mv{position:relative;overflow:hidden}.p-top-mv #js-kv-slider{width:100%;aspect-ratio:4/3}.p-top-mv #js-kv-slider .swiper-wrapper,.p-top-mv #js-kv-slider .swiper-slide{height:100%}.p-top-mv #js-kv-slider .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}.p-top-mv__box{transition:left 1.5s ease-out,opacity 1.5s ease-out}.p-top-mv__box.is-active{left:0;opacity:1;bottom:16px}@media screen and (min-width:960px){.p-top-mv__box.is-active{bottom:initial}}.p-top-mv__box-inner{transition:opacity 1.5s ease-out}.p-top-mv__box-inner.is-visible{opacity:1}.p-top-service{padding-top:40px;background:#fff}.p-top-service .l-inner{padding-bottom:80px}.p-top-service__video iframe{aspect-ratio:16/9;height:auto}.p-top-service__btn{margin-top:64px;margin-bottom:96px}.p-top-service__img{position:relative;margin:40px 0}.p-top-service__img img{display:block}.p-top-service__img .ctr-box{position:relative;width:49%;margin:0 auto;text-align:center}.p-top-service__img .ctr-box img:last-of-type{position:absolute;right:-5%;bottom:-10%;width:20%}.p-top-service__img img.download{position:absolute;top:25%;left:0;width:20%}.p-top-service__img img.user{position:absolute;top:25%;right:0;width:20%}.p-top-service__boxes{width:min(94%,1100px);margin:0 auto}.p-top-service__box{margin-top:64px}.p-top-service__title{font-size:clamp(1.6rem,1.6666666667vw,2.4rem);font-weight:var(--bold);display:flex;align-items:center;gap:8px;margin-bottom:2em}.p-top-service__title:before{content:"";width:clamp(24px,3.3333333333vw,48px);height:3px;display:inline-block;background:var(--grad)}.p-top-service__list{display:flex;flex-wrap:wrap;padding-left:0;justify-content:center!important}.p-top-service__list.col3,.p-top-service__list.col4,.p-top-service__list.col7{gap:16px}.p-top-service__list.col4 li{width:calc((100% - 16px)/2)}.p-top-service__list.col4 li dt{min-height:36px;display:flex;align-items:center;justify-content:center}.p-top-service__list.col4 li dd{text-align:center}.p-top-service__list.col4 li dd span{text-align:left}.p-top-service__list.col3,.p-top-service__list.col7{padding:0}.p-top-service__list.col3 li,.p-top-service__list.col7 li{width:calc((100% - 16px)/2)}.p-top-service__list.col3 li a,.p-top-service__list.col7 li a{padding-top:16px}.p-top-service__list.col3 li dl,.p-top-service__list.col7 li dl{margin-top:16px}.p-top-service__list.col3 li dl dd,.p-top-service__list.col7 li dl dd{margin-bottom:0}.p-top-service__list li{padding:0!important;margin-bottom:0!important}@media screen and (min-width:960px){.p-top-service__list.col3,.p-top-service__list.col7{max-width:870px;margin:0 auto}.p-top-service__list.col3 li{width:calc((100% - 32px) / 3)}.p-top-service__list.col4 li{width:calc((100% - 48px)/4)}.p-top-service__list.col7 li{width:calc((100% - 48px)/4);height:224px}}.p-top-philosophy{background:url(/wp-content/themes/apseeds-theme/assets/images/pc/bg_geo.webp) center/cover no-repeat}.p-top-philosophy__heading,.p-top-philosophy__box{position:relative;z-index:2}.p-top-philosophy__heading .btn-box,.p-top-philosophy__box .btn-box{padding-left:0}#philosophy .p-top-philosophy__heading{text-align:center}#philosophy .p-top-philosophy__heading h1{font-size:clamp(1.8rem,3.5416666667vw,5.1rem)}#philosophy .p-top-philosophy__heading h1 span{font-size:clamp(1.4rem,2.5vw,3.6rem)}.p-top-philosophy__box .c-btn{margin:0 auto 20px}.p-top-achievements{padding-top:75px;padding-bottom:80px!important;background:url(/wp-content/themes/apseeds-theme/assets/images/pc/bg_achievements.webp) 40% bottom/cover no-repeat}.p-top-achievements__list{margin:0;padding-left:0;list-style:none}.p-top-achievements__list .c-btn{padding:1em 0}.p-top-achievements__list>li{position:relative;margin-bottom:40px;display:grid;grid-template-rows:auto auto 1fr auto}.p-top-achievements__btn{margin-top:18px;text-align:center}#achievements .inner{padding-bottom:40px}.p-top-achievements__box{padding-bottom:32px}.p-top-achievements__box>.c-btn{display:block;width:fit-content;margin:0 auto;padding:1em 0}.p-top-news{padding-top:40px}.p-top-news .c-secTitle{margin-bottom:32px}.p-top-news .l-inner{width:min(92%,1152px)}.p-top-news__list{margin:0 0 60px;padding-left:0;list-style:none}.p-top-news__list li{display:flex;flex-direction:column;padding:0 0 20px}.p-top-news__list time{margin:0 0 10px;font-size:1.2rem;line-height:1}.p-top-news__list a{color:#343434;text-decoration:underline}.p-top-news>div:last-child,.p-top-blog>div:last-child{text-align:center}.p-top-blog{padding-top:40px;overflow:hidden}.p-top-blog>.c-lead{margin:0 auto;text-align:center}#js-blog-slider{padding:32px 0 40px;overflow:hidden}#js-blog-slider .swiper-slide{height:auto}#js-blog-slider .p-top-blog__item{height:100%;background:#fff;border-radius:8px;box-shadow:0 0 10px #0003}#js-blog-slider .p-top-blog__item a{display:block;height:100%;color:#323232;text-decoration:none}#js-blog-slider .p-top-blog__item img{display:block;width:100%;border-radius:8px 8px 0 0;object-fit:cover}#js-blog-slider .p-top-blog__title{min-height:67px;margin:0 0 10px;padding:20px 20px 0;font-size:1.4rem;font-weight:500;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}#js-blog-slider .p-top-blog__date{margin:0;padding:0 20px 20px;font-size:1.1rem;font-weight:400}#js-blog-slider .swiper-wrapper{padding-left:0}#js-blog-slider .swiper-button-prev,#js-blog-slider .swiper-button-next{width:64px;height:64px;background-image:url(/wp-content/themes/apseeds-theme/assets/images/common/arrow_r.webp);background-repeat:no-repeat;background-position:center;background-size:contain}#js-blog-slider .swiper-button-prev:after,#js-blog-slider .swiper-button-next:after{display:none}#js-blog-slider .swiper-button-prev{transform:scaleX(-1)}@media only screen and (min-width:768px){.p-top .animate-area [data-order]:not(.item){transform:translateY(60px)}.p-top-mv #js-kv-slider{aspect-ratio:1920/950}.p-top-news{padding-top:120px}.p-top-news__list{margin-bottom:40px}.p-top-news__list li{flex-direction:row;align-items:center;padding:20px 0}.p-top-news__list time{width:140px;margin-bottom:0;font-size:1.4rem}.p-top-news__list a{display:flex;align-items:center;justify-content:space-between;width:100%;text-decoration:none}.p-top-news__list a:after{display:inline-block;width:24px;height:24px;content:"";background:url(/wp-content/themes/apseeds-theme/assets/images/common/arrow_grad.webp) center/contain no-repeat}.p-top-blog{padding-top:120px}#js-blog-slider{padding:64px 0 60px}#js-blog-slider .p-top-blog__title{padding:32px 32px 0}#js-blog-slider .p-top-blog__date{padding:16px 32px 24px}}.u-align-center{text-align:center}.u-align-left{text-align:left}.u-align-right{text-align:right}.u-bgc-white{background-color:var(--bg-color-white)}.u-bgc-color{background-color:var(--bg-color)}.u-bgc-color-light{background-color:var(--bg-color-light)}.u-bgc-color-dark{background-color:var(--bg-color-dark)}.u-bgc-primary{background-color:var(--primary-color)}.u-br-999{border-radius:999px}.u-bs-low{box-shadow:0 2px 4px #00000026}.u-bs-mid{box-shadow:0 4px 8px #0000004d}.u-bs-high{box-shadow:0 8px 16px #00000080}.u-color-primary{color:var(--primary-color)!important}.u-color-secondary{color:var(--secondary-color)!important}.u-color-accent{color:var(--accent-color)!important}.u-color-gray{color:var(--gray)!important}.u-color-white{color:var(--white)!important}.u-flex{display:flex}.u-flex-center{display:flex;justify-content:center;align-items:center}.u-fs-xs{font-size:var(--text-xs)}.u-fs-sm{font-size:var(--text-sm)}.u-fs-base{font-size:var(--text-base)}.u-fs-lg{font-size:var(--text-lg)}.u-fs-xl{font-size:var(--text-xl)}.u-fs-2xl{font-size:var(--text-2xl)}.u-fs-3xl{font-size:var(--text-3xl)}.u-fs-4xl{font-size:var(--text-4xl)}.u-fs-30{font-size:30%}.u-fs-50{font-size:50%}.u-fs-60{font-size:60%}.u-fs-70{font-size:70%}.u-fs-80{font-size:80%}.u-fs-100{font-size:100%}.u-fs-120{font-size:120%}.u-fs-150{font-size:150%}.u-fw-100{font-weight:100}.u-fw-200{font-weight:200}.u-fw-300{font-weight:300}.u-fw-400{font-weight:400}.u-fw-500{font-weight:500}.u-fw-600{font-weight:600}.u-fw-700{font-weight:700}.u-fw-800{font-weight:800}.u-fw-900{font-weight:900}.u-lh-1{line-height:1}.u-lh-14{line-height:1.4}.u-lh-2{line-height:2}.u-mt-auto{margin-top:auto}.u-mt-0{margin-top:0}.u-mt-8{margin-top:8px}.u-mt-16{margin-top:16px}.u-mt-24{margin-top:24px}.u-mt-32{margin-top:32px}.u-mt-48{margin-top:48px}.u-mt-64{margin-top:64px}.u-mt-80{margin-top:80px}.u-mt-96{margin-top:96px}.u-ml-auto{margin-left:auto}.u-ml-0{margin-left:0}.u-ml-8{margin-left:8px}.u-ml-16{margin-left:16px}.u-ml-24{margin-left:24px}.u-ml-32{margin-left:32px}.u-ml-48{margin-left:48px}.u-ml-64{margin-left:64px}.u-ml-80{margin-left:80px}.u-ml-96{margin-left:96px}.u-mb-auto{margin-bottom:auto}.u-mb-0{margin-bottom:0}.u-mb-8{margin-bottom:8px}.u-mb-16{margin-bottom:16px}.u-mb-24{margin-bottom:24px}.u-mb-32{margin-bottom:32px}.u-mb-48{margin-bottom:48px}.u-mb-64{margin-bottom:64px}.u-mb-80{margin-bottom:80px}.u-mb-96{margin-bottom:96px}.u-mr-auto{margin-right:auto}.u-mr-0{margin-right:0}.u-mr-8{margin-right:8px}.u-mr-16{margin-right:16px}.u-mr-24{margin-right:24px}.u-mr-32{margin-right:32px}.u-mr-48{margin-right:48px}.u-mr-64{margin-right:64px}.u-mr-80{margin-right:80px}.u-mr-96{margin-right:96px}.u-none-sp{display:none}@media screen and (min-width:520px){.u-none-sp{display:block}}@media screen and (min-width:960px){.u-none-sp{display:block}}.u-none-tb{display:block}@media screen and (min-width:520px){.u-none-tb{display:none}}@media screen and (min-width:960px){.u-none-tb{display:block}}.u-none-pc{display:block}@media screen and (min-width:520px){.u-none-pc{display:block}}@media screen and (min-width:960px){.u-none-pc{display:none}}.u-only-sp{display:block}@media screen and (min-width:520px){.u-only-sp{display:none}}@media screen and (min-width:960px){.u-only-sp{display:none}}.u-only-tb{display:none}@media screen and (min-width:520px){.u-only-tb{display:block}}@media screen and (min-width:960px){.u-only-tb{display:none}}.u-only-pc{display:none}@media screen and (min-width:520px){.u-only-pc{display:none}}@media screen and (min-width:960px){.u-only-pc{display:block}}.u-resetListStyle{margin:0;padding:0;list-style:none}
