.service-page{--service-card-row-width:1460px;--service-carousel-width:1712px;--service-card-width:1460px;--service-card-height:575px;--service-card-image-width:640px;--service-card-image-height:500px;--service-card-text-width:598px;--service-card-gap:56px;--service-viewport-width:var(--service-card-width);--service-intro-width:1185px;--service-intro-text-width:1120px;color:#3d3d3d;background:#fff}.service-intro{padding:200px 0 250px}.service-intro__inner{width:min(calc(100% - 48px), var(--service-intro-width));max-width:1185px;margin-inline:auto;text-align:center}.service-intro__lead{color:#3d3d3d;font-size:2.25rem;font-weight:700;line-height:1.55}.service-intro__lead .text-pink{color:#aa2887}.service-intro__lead .text-cyan{color:#19a2af}.service-intro__lead .text-orange{color:#ff8a1e}.service-intro p{width:min(100%, var(--service-intro-text-width));margin-top:42px;margin-inline:auto;color:#3d3d3d;font-size:1rem;font-weight:500;line-height:1.9;letter-spacing:.04em}.service-list{position:relative;display:flex;flex-direction:column;gap:160px;padding-bottom:165px;overflow:hidden}.service-list__background{position:absolute;z-index:0;inset:0;pointer-events:none}.service-list__background-blob{position:absolute;display:block;width:480px;height:auto}.service-list__background-blob--system{top:220px;left:-185px}.service-list__background-blob--green{bottom:850px;left:-165px}.service-block{position:relative;z-index:1}.service-block__background-blob{position:absolute;z-index:-1;top:260px;right:-180px;width:430px;height:auto}.service-block__header{display:flex;align-items:center;gap:40px;width:min(calc(100% - 48px), var(--service-card-row-width));max-width:var(--service-card-row-width);padding-left:63px;margin-inline:auto}.service-block__number{flex:0 0 auto;font-family:var(--font-en);font-size:5rem;font-weight:700;line-height:1.15}.service-block__text{display:flex;flex-direction:column;gap:10px;min-width:0}.service-block__text h2{width:max-content;max-width:100%;padding-bottom:3px;color:#3d3d3d;font-family:var(--font-en);font-size:2rem;font-weight:600;line-height:1.5;border-bottom:3px solid currentColor}.service-block__text p{color:#3d3d3d;font-size:1rem;font-weight:500;line-height:1.75}.service-block--system{--service-accent:color-mix(in srgb, var(--color-light-blue) 40%, white);--service-number:color-mix(in srgb, var(--color-light-blue) 52%, transparent)}.service-block--web{--service-accent:#f6a8ce;--service-number:#f6a8ce}.service-block--dx{--service-accent:#88dcc0;--service-number:#88dcc0}.service-block .service-block__number{color:var(--service-number)}.service-block .service-block__text h2{border-color:var(--service-accent)}.service-carousel{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto minmax(0,1fr);column-gap:12px;row-gap:0;width:min(calc(100% - 48px), var(--service-carousel-width));max-width:var(--service-carousel-width);margin:35px auto 0}.service-block__header.has-card-reveal,.service-carousel.has-card-reveal{opacity:0;transform:translateY(32px) scale(.985);transition:opacity 0.65s ease,transform 0.85s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.service-block__header.has-card-reveal.is-visible,.service-carousel.has-card-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}@media (prefers-reduced-motion:reduce){.service-block__header.has-card-reveal,.service-block__header.has-card-reveal.is-visible,.service-carousel.has-card-reveal,.service-carousel.has-card-reveal.is-visible{opacity:1;transform:none;transition:none}}.service-carousel__viewport{grid-column:1 / -1;grid-row:1;box-sizing:border-box;width:min(100%, calc(var(--service-viewport-width) + 32px));margin-inline:auto;overflow:hidden;padding:24px 16px 16px}.service-carousel__track{display:flex;gap:var(--service-card-gap);transform:translateX(0);transition:transform 0.45s cubic-bezier(.22,1,.36,1);will-change:transform}.service-carousel__pagination{display:flex;grid-column:3;grid-row:2;align-self:center;align-items:center;gap:8px;height:6px}.service-carousel__pagination span{display:block;flex:0 0 6px;width:6px;height:6px;background:#c7d5e5;border-radius:999px;transition:flex-basis 0.25s ease,background-color 0.25s ease}.service-carousel__pagination span.is-active{flex-basis:22px;background:#17488b}.service-card{box-sizing:border-box;display:grid;flex:0 0 var(--service-card-width);grid-template-columns:var(--service-card-image-width) minmax(0,var(--service-card-text-width));column-gap:var(--service-card-gap);align-content:center;align-items:center;width:var(--service-card-width);height:var(--service-card-height);min-width:0;min-height:0;padding:33px 112px 33px 27px;overflow:hidden;background:rgb(255 255 255 / .82);border-radius:16px;box-shadow:var(--shadow-card)}.service-card__image{display:block;width:var(--service-card-image-width);height:auto;aspect-ratio:3 / 2;object-fit:contain}.service-card__content{display:flex;flex-direction:column;align-self:center;min-width:0}.service-block--system .service-card__image{box-shadow:0 4px 12px rgb(0 0 0 / .08)}.service-card h3{margin-top:0;color:#3d3d3d;font-size:1.375rem;font-weight:700;line-height:1.45;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.service-card__type::before{content:"　"}.service-card__tags{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:15px;margin-top:24px}.service-card__tags span{display:grid;min-width:82px;min-height:34px;padding-inline:16px;color:#3d3d3d;font-size:.875rem;font-weight:500;line-height:1.5;background:var(--service-accent);border-radius:35px;place-items:center}.service-card p{margin-top:24px;color:#3d3d3d;font-size:1rem;font-weight:500;line-height:1.75;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.service-card__highlights{display:grid;gap:8px;margin-top:20px;padding-top:16px;border-top:1px solid color-mix(in srgb,var(--service-accent) 62%,white)}.service-card__highlight{display:grid;grid-template-columns:70px minmax(0,1fr);gap:10px;align-items:start}.service-card__highlight dt{display:grid;min-height:22px;padding-inline:8px;color:#3d3d3d;font-size:.75rem;font-weight:700;line-height:1.4;background:color-mix(in srgb,var(--service-accent) 58%,white);border-radius:999px;place-items:center}.service-card__highlight dd{color:#3d3d3d;font-size:.875rem;font-weight:500;line-height:1.55}.service-carousel__button{box-sizing:border-box;display:grid;grid-row:2;width:40px;height:40px;padding:0;cursor:pointer;color:#17488b;font-family:inherit;font-size:2rem;font-weight:400;line-height:1;background:#fff0;border:0;border-radius:50%;box-shadow:none;transition:background-color 0.2s ease,color 0.2s ease,opacity 0.2s ease;place-items:center}.service-carousel__button:hover{background:rgb(83 159 237 / .14)}.service-carousel__button>span{display:block;box-sizing:border-box;width:10px;height:10px;font-size:0;border:solid currentColor;border-width:0 2px 2px 0;transform:rotate(135deg)}.service-carousel__button--next>span{transform:rotate(-45deg)}.service-carousel__button:focus-visible{outline:2px solid #539fed;outline-offset:2px}.service-carousel__button:disabled{cursor:default;opacity:.35}.service-carousel__button--prev{grid-column:2}.service-carousel__button--next{grid-column:4}.affiliations--service{min-height:486px;padding:0 0 102px;background:#fff;text-align:center}.affiliations--service .affiliations__title{color:#3d3d3d;font-size:1rem;font-weight:700;line-height:1.7}.affiliations--service .affiliations__list{gap:50px;align-items:end;max-width:1124px;margin:70px auto 0}.affiliations--service .affiliations__list figure{gap:20px}.affiliations--service .affiliations__list img{width:200px;height:200px}.affiliations--service .affiliations__list figcaption{color:#000;font-size:.875rem;line-height:2.5;letter-spacing:.05em;white-space:nowrap}@media (max-width:1711px){.service-page{--service-carousel-width:1060px;--service-card-row-width:960px;--service-card-width:960px;--service-card-height:480px;--service-card-image-width:430px;--service-card-image-height:340px;--service-card-text-width:390px;--service-card-gap:40px;--service-viewport-width:var(--service-card-width)}.service-block__header{width:min(calc(100% - 48px), 960px);padding-left:0}.service-card h3{margin-top:0}.service-card{padding:40px 50px}}@media (max-width:1279px){.service-intro{padding:140px 0 160px}.service-list{gap:130px;padding-bottom:170px}.service-block__text p{font-size:1rem}.service-carousel{width:min(calc(100% - 48px), 1060px)}}@media (max-width:1023px){.service-page{--service-carousel-width:720px;--service-card-row-width:680px;--service-card-width:680px;--service-card-height:430px;--service-card-image-width:300px;--service-card-image-height:260px;--service-card-text-width:280px;--service-card-gap:28px;--service-viewport-width:var(--service-card-width)}.service-block__header{gap:24px}.service-block__number{font-size:4.5rem}.service-block__text h2{font-size:1.75rem}.service-card{padding:32px 30px}.service-card h3{margin-top:0}.service-carousel__viewport{touch-action:pan-y;cursor:grab}.service-carousel__viewport.is-swiping{cursor:grabbing}.affiliations--service .affiliations__list{grid-template-columns:repeat(2,1fr);max-width:620px}}@media (max-width:767px){.service-page{--service-card-width:min(350px, calc(100vw - 40px));--service-card-height:auto;--service-card-image-width:100%;--service-card-image-height:190px;--service-card-text-width:100%;--service-card-gap:20px;--service-viewport-width:var(--service-card-width)}.service-intro{padding:70px 0 50px}.service-intro__inner{width:min(calc(100% - 40px), var(--container-width));text-align:left}.service-intro__lead{font-size:1.5rem;line-height:1.45;overflow-wrap:anywhere}.service-intro p{margin-top:20px;font-size:.875rem;font-weight:400;line-height:2.14;letter-spacing:0;overflow-wrap:anywhere}.service-list{gap:70px;padding-bottom:50px}.service-list__background-blob{width:190px}.service-list__background-blob--system{top:0;left:-70px}.service-list__background-blob--green{bottom:420px;left:-75px}.service-block__background-blob{display:none}.service-block{overflow:hidden;padding-bottom:26px}.service-block__header{align-items:center;gap:15px;width:min(calc(100% - 40px), var(--container-width));padding-left:0;margin-inline:auto}.service-block__number{font-size:2.25rem}.service-block__text{gap:11px}.service-block__text h2{font-size:1.25rem;line-height:1.7;overflow-wrap:anywhere}.service-block__text p{font-size:.8125rem;font-weight:400;line-height:1.92;overflow-wrap:anywhere}.service-carousel{display:block;width:390px;max-width:100%;margin-top:16px}.service-carousel__viewport{width:min(100%, calc(var(--service-viewport-width) + 32px));padding:10px 16px 16px;overflow:hidden;touch-action:pan-y;cursor:grab}.service-carousel__viewport.is-swiping{cursor:grabbing}.service-carousel__track{gap:var(--service-card-gap)}.service-carousel__pagination{display:flex;grid-column:auto;grid-row:auto;align-self:auto;align-items:center;justify-content:center;gap:8px;width:100%;height:6px;margin-top:8px}.service-carousel__pagination span{box-sizing:border-box;flex:0 0 auto;width:6px;height:6px;background:rgb(61 61 61 / .25);border-radius:999px;transition:width 0.2s ease,background-color 0.2s ease}.service-carousel__pagination span.is-active{flex:0 0 auto;width:18px;background:#3d3d3d;border-radius:999px}.service-card{grid-template-columns:1fr;flex:0 0 var(--service-card-width);width:var(--service-card-width);min-height:0;height:auto;align-items:start;align-content:start;padding:18px 18px 24px;box-shadow:0 4px 16px rgb(0 0 0 / .06)}.service-card__image{height:var(--service-card-image-height);object-position:center top}.service-card__content{align-self:stretch}.service-card h3{margin-top:22px;font-size:1.25rem}.service-card__type{display:block}.service-card__type::before{content:none}.service-card__tags{gap:9px;margin-top:16px}.service-card__tags span{min-width:72px;min-height:30px;padding-inline:12px;font-size:.75rem}.service-card p{margin-top:10px;font-size:.875rem;line-height:1.7;-webkit-line-clamp:4}.service-card__highlights{gap:7px;margin-top:16px;padding-top:14px}.service-card__highlight{grid-template-columns:60px minmax(0,1fr);gap:8px}.service-card__highlight dt{min-height:20px;padding-inline:6px;font-size:.6875rem}.service-card__highlight dd{font-size:.8125rem;line-height:1.55}.service-carousel__button{display:none}.affiliations--service{min-height:0;padding:40px 0 48px}.affiliations--service .affiliations__title{font-size:1.125rem}.affiliations--service .affiliations__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 28px;margin-top:32px}.affiliations--service .affiliations__list figure{gap:8px}.affiliations--service .affiliations__list img{width:120px;height:120px}.affiliations--service .affiliations__list figcaption{font-size:.75rem;line-height:1.625;letter-spacing:0;white-space:normal}}@media (max-width:374px){.service-page{--service-card-width:min(320px, calc(100vw - 32px));--service-card-image-height:170px}.service-intro__inner,.service-block__header{width:min(calc(100% - 32px), var(--container-width))}.service-intro__lead{font-size:1.35rem}.service-block__header{gap:12px}.service-block__number{font-size:2rem}.service-block__text h2{font-size:1.125rem}.service-card{padding:16px 16px 22px}.service-card h3{font-size:1.125rem}}