@charset "UTF-8";@import url(https://fonts.google.com/noto/specimen/Noto+Sans+JP?subset=japanese&lang=ja_Jpan);.header{display:inline-flex;width:100%;height:112px;background-color:#fff;justify-content:space-between;z-index:100;position:fixed;top:0;left:0}@media (max-width:992px){.header{height:56px;width:100%;display:inline-block}}.header-logo{margin:0;padding:0;text-indent:-9999px}@media (max-width:992px){.header-logo{padding:12px 16px;z-index:1001;position:relative;background-color:#fff}}.header-logo a{display:block;margin:32px;background:url(../img/common/logo.svg) no-repeat center;width:215px;height:48px;transition:opacity .3s;will-change:opacity}.header-logo a:hover{opacity:.75}@media (max-width:992px){.header-logo a{width:148px;height:32px;background-size:cover;margin:0}}@media (max-width:992px){.header-logo__img{width:100%}}.global-menu{display:inline-flex;padding:32px;align-items:center}@media (max-width:992px){.global-menu{position:fixed;top:-100vh;left:0;width:100%;background-color:#fff;z-index:1000;box-shadow:0 0 32px rgba(0,0,0,.2);display:flex;flex-direction:column;padding:0 0 24px;opacity:0;transition:.3s}}@media (max-width:992px){.global-menu.is-active{top:56px;opacity:1}}.global-menu__list{display:inline-flex;list-style:none;color:#242446;margin-right:32px}@media (max-width:992px){.global-menu__list{margin:0;width:100%;flex-direction:column}.global-menu__list li{margin:0;color:#242446;padding:0}}.global-menu__list-item{position:relative;font-weight:700;transition:.3s}.global-menu__list-item:first-of-type{margin-right:32px}@media (max-width:992px){.global-menu__list-item:first-of-type{margin:0}}.global-menu__list-item+.global-menu__list-item{margin-left:32px}@media (max-width:992px){.global-menu__list-item+.global-menu__list-item{margin:0}}@media (max-width:992px){.global-menu__list-item::after{content:"";position:absolute;top:52%;right:16px;background-color:#242446;mask-image:url(../img/common/raddius-arrow.svg);width:8px;height:8px;mask-size:contain;mask-position:center}}@media (max-width:992px){.global-menu__list-item a{display:block;padding:16px;width:100%}}.global-menu__item-wrap{display:flex;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;position:absolute;background-color:#242446;border-radius:16px;padding:32px;top:50px;right:50%;transform:translateX(50%);width:max-content;gap:16px 0;flex-direction:column}@media (max-width:992px){.global-menu__item-wrap{position:relative;opacity:1;visibility:visible;padding:0 0 0 1rem;top:inherit;right:inherit;transform:inherit;width:100%;display:block;border-radius:0}}.global-menu__list-item.is-open>.global-menu__item-wrap{z-index:10;opacity:1;visibility:visible}.global-menu__inner-item{display:block;box-sizing:border-box}.global-menu__inner-item a{position:relative;color:#fff;display:flex;margin:8px 0;width:100%;gap:24px;transition:opacity .3s;will-change:opacity}.global-menu__inner-item a:hover{opacity:.75}.global-menu__inner-item a:hover span::after{animation:arrow-loop .5s linear 1 forwards}.global-menu__inner-item span{position:relative;display:block}@media (max-width:992px){.global-menu__inner-item span{position:absolute;top:52%;right:16px}}.global-menu__inner-item span::before{position:absolute;content:"";width:16px;height:16px;background-color:#fff;border-radius:50%;right:0;top:50%;transform:translateY(-50%)}@media (max-width:992px){.global-menu__inner-item span::before{content:none}}.global-menu__inner-item span::after{position:absolute;content:"";background-color:#242446;mask-image:url(../img/common/raddius-arrow.svg);mask-size:contain;mask-position:center;width:8px;height:8px;right:4px;top:50%;transform:translateY(-50%)}@media (max-width:992px){.global-menu__inner-item span::after{right:0;background-color:#fff;mask-image:url(../img/common/raddius-arrow.svg);width:8px;height:8px}}.global-menu__accordion{position:relative;display:block}@media (max-width:992px){.global-menu__accordion{display:block;pointer-events:none}}.global-menu__accordion::after,.global-menu__accordion::before{content:"";position:absolute;top:6px;right:-16px;width:2px;height:12px;border-radius:9999px;background-color:#5a7eaa;transform-origin:50% calc(100% - 1px);transition:.3s}.global-menu__accordion::before{transform:rotate(45deg)}.global-menu__list-item.is-open>.global-menu__accordion::before{transform:rotate(135deg);top:0}.global-menu__accordion::after{transform:rotate(-45deg)}.global-menu__list-item.is-open>.global-menu__accordion::after{transform:rotate(-135deg);top:0}@media (max-width:992px){.global-menu .button--contact{margin-top:24px}}.hamburger{display:none;position:absolute;top:8px;right:16px;width:40px;height:40px;z-index:1001;flex-direction:column;justify-content:center;align-items:center;background:0 0;border:none;cursor:pointer}@media (max-width:992px){.hamburger{display:flex;background-color:#242446;border-radius:50%;width:40px;height:40px}}.hamburger span{display:block;width:20px;height:2px;margin-bottom:4px;background:#fff;transition:.3s}.hamburger span:last-of-type{margin-bottom:0}.hamburger span:nth-of-type(2){width:16px;margin-right:4px}.hamburger.is-active{background-color:#242446;border-radius:50%;width:40px;height:40px}.hamburger.is-active span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.is-active span:nth-child(2){opacity:0}.hamburger.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.overlay{position:fixed;z-index:999;inset:0;background:rgba(0,0,0,.8);opacity:0;pointer-events:none;transition:opacity .3s,visibility .3s;visibility:hidden}.overlay.is-active{opacity:1;visibility:visible;pointer-events:auto}.footer{position:relative;padding:32px 0 0;margin:-32px 0 0}.footer__service-case{display:flex;padding:128px 32px;gap:32px;position:relative}.footer__service-case::before{content:"";display:block;width:100vw;height:calc(100% + 128px);position:fixed;top:-64px;left:0;z-index:-1;background:linear-gradient(rgba(36,36,70,.5)),url(../img/common/footer.jpg) no-repeat center;background-size:cover}@media (max-width:576px){.footer__service-case{flex-direction:column;padding:64px 16px;gap:24px}}.footer__card{position:relative;border-radius:32px;padding:64px 32px;color:#fff;width:50%;display:flex;flex-direction:column;justify-content:space-around;box-shadow:0 4px 16px 0 rgba(0,0,0,.32);transition:.3s}@media (max-width:992px){.footer__card{width:100%}}@media (max-width:576px){.footer__card{padding:16px;height:100%;min-height:280px;box-sizing:border-box;justify-content:center;border-radius:16px}}.footer__card:hover{box-shadow:none;filter:grayscale(.5)}.footer__card::before{content:"";position:absolute;right:32px;top:50%;transform:translateY(-50%);background-color:#fff;width:32px;height:32px;border-radius:50%;overflow:hidden}.footer__card::after{content:"";position:absolute;top:50%;right:40px;transform:translateY(-50%);mask-image:url(../img/common/arrow.svg);mask-size:contain;mask-position:center;width:16px;height:16px}.footer__card:hover::after{animation:arrow-loop .5s linear 1 forwards}.footer__card:hover{color:#fff}.footer__card h3{color:#fff}@media (max-width:992px){.footer__card h3{font-size:24px}}.footer__card p{margin-top:24px}@media (max-width:992px){.footer__card p{padding-right:64px}}.footer__card p:empty{display:none}.footer__card.footer__card--case{background-color:#242446}.footer__card.footer__card--case::after{background-color:#242446}.footer__card.footer__card--inquiry{background-color:#5a7eaa}.footer__card.footer__card--inquiry::after{background-color:#5a7eaa}.sitemap{position:relative;z-index:1;width:100%;box-sizing:border-box;background-color:#f4f4f4;padding:128px 32px 64px;border-radius:32px 32px 0 0;color:#242446}@media (max-width:576px){.sitemap{padding:64px 16px;border-radius:16px 16px 0 0}}.sitemap__wrap{display:flex;gap:32px;justify-content:space-between}@media (max-width:992px){.sitemap__wrap{flex-direction:column}.sitemap__wrap+.sitemap__wrap{margin-top:64px;flex-direction:column-reverse;text-align:center}}.sitemap__link{display:block;font-weight:700;transition:.3s;color:#242446;width:fit-content;margin-top:24px}.sitemap__link:last-of-type{margin:0 0 64px}@media (max-width:992px){.sitemap__link:first-child{margin-top:0}}.sitemap h4{color:rgba(36,36,70,.5);font-size:24px}@media (max-width:992px){.sitemap h4{margin-top:64px}}.sitemap h5{font-size:16px;margin-top:24px}.sitemap h5 a{color:#242446}.sitemap ul{border-left:1px solid #d1d5db}.sitemap ul:last-of-type{margin-bottom:24px}.sitemap li{padding-left:1rem;margin-top:16px}.sitemap__left{width:50%}@media (max-width:992px){.sitemap__left{width:100%}}.sitemap__right{display:flex;gap:32px;margin:0 auto 0 0;width:50%}@media (max-width:992px){.sitemap__right{display:block;width:100%}}.sitemap__our-services{width:50%}@media (max-width:992px){.sitemap__our-services{width:100%}}.sitemap__inner{display:block;width:50%}@media (max-width:992px){.sitemap__inner{width:100%}}.sitemap .button.button--contact{margin-top:64px;width:fit-content}@media (max-width:992px){.sitemap .button.button--contact{width:100%;text-align:center}}.sitemap__address p{margin-top:24px}@media (max-width:992px){.sitemap__address p{margin-top:16px}}.sitemap__logo{width:287px;height:64px}@media (max-width:992px){.sitemap__logo{width:143px;height:32px}}.sitemap__logo a{cursor:pointer;opacity:1;transition:opacity .3s;will-change:opacity}.sitemap__logo a:hover{opacity:.75}.sitemap__logo img{width:100%;height:100%;object-fit:contain}.sitemap p.copyright{font-size:.875rem}.top-mv{background-color:#fff;padding:0 32px;position:relative}@media (max-width:576px){.top-mv{padding:16px 8px 64px}}.top-mv__wrap{display:flex;width:100%;gap:32px;justify-content:space-between}@media (max-width:992px){.top-mv__wrap{gap:16px}}@media (max-width:576px){.top-mv__wrap{gap:8px}}.top-mv__img{width:33.3333333333%;aspect-ratio:199/312}@media (max-width:576px){.top-mv__img{aspect-ratio:104/280}}.top-mv__img img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;border-radius:32px}@media (max-width:576px){.top-mv__img img{border-radius:16px}}.top-mv__text-wrap{position:absolute;width:50%;bottom:0;left:32px;border-radius:0 32px 0 0;padding:32px 32px 0;background-color:#fff;box-sizing:border-box}@media (width <= 1500px){.top-mv__text-wrap{position:relative;display:block;bottom:auto;background:0 0;width:100%;left:0;padding:16px 8px 0}}.top-mv__head-text{font-size:48px;font-size:clamp(32px,2.5vw,48px);font-weight:700;color:#242446}@media (max-width:576px){.top-mv__head-text{font-size:24px}}.top-mv__headline{color:#242446;margin-top:24px;font-size:24px;font-size:clamp(20px,1.85vw,24px);font-weight:700}@media (max-width:576px){.top-mv__headline{font-size:20px}}.top-mv__notice{font-size:16px;margin-top:24px}.our-strengths{position:relative;background-color:#fff;border-radius:0 0 32px 32px;padding:64px 32px 128px;z-index:1}@media (max-width:576px){.our-strengths{border-radius:0 0 16px 16px;padding:0 16px 64px}}.our-strengths h2{font-size:64px}@media (max-width:576px){.our-strengths h2{font-size:36px;margin-bottom:24px}}.our-strengths__card{display:inline-flex;flex-direction:row-reverse;width:100%;border-radius:32px;background-color:#f4f4f4;overflow:hidden}@media (max-width:576px){.our-strengths__card{flex-direction:column-reverse;border-radius:16px}}.our-strengths__card+.our-strengths__card{margin-top:32px}.our-strengths__list{margin-top:24px}.our-strengths__description,.our-strengths__img{width:50%;align-self:center}@media (max-width:576px){.our-strengths__description,.our-strengths__img{width:100%}}.our-strengths__img{display:flex;aspect-ratio:16/9;align-self:stretch;height:auto}@media (max-width:576px){.our-strengths__img{height:100%}}.our-strengths__img img{width:100%;height:100%;object-fit:cover}.our-strengths__sub{font-size:20px;font-weight:700}.our-strengths__description{padding:32px}@media (max-width:576px){.our-strengths__description{padding:24px 16px}}.our-strengths__description h3{margin-bottom:32px;color:#242446;display:inline-flex;align-items:baseline;font-size:clamp(24px,2vw,36px)}@media (max-width:576px){.our-strengths__description h3{flex-direction:column;width:100%}}.our-strengths__description h3::before{content:"";position:relative;display:inline-block;top:-6px;width:16px;height:16px;background-color:#5a7eaa;border-radius:50%;margin-right:16px;flex:none}@media (max-width:992px){.our-strengths__description h3::before{top:0}}@media (max-width:576px){.our-strengths__description h3::before{top:0;left:50%;transform:translateX(-50%);margin:0 0 16px}}.our-strengths__description p+p{margin-top:32px}.our-services{margin-top:-64px;padding:128px 32px 160px;background-color:#242446}@media (max-width:576px){.our-services{margin-top:-32px;padding:96px 16px 160px}}.our-services .sub-text,.our-services h2{color:#fff}.our-services h2{font-size:64px}@media (max-width:576px){.our-services h2{font-size:36px;margin-bottom:24px}}.our-services__list{display:flex;align-items:stretch;justify-content:space-between;gap:32px;margin-top:24px}@media (max-width:992px){.our-services__list{flex-direction:column}}.our-services__card{display:flex;flex-direction:column;width:33.3333333333%;border-radius:32px;background-color:#f4f4f4;overflow:hidden;position:relative;padding-bottom:32px;box-shadow:0 4px 16px 0 rgba(0,0,0,.32)}.our-services__card .our-services__img img{transition:filter .3s}@media (max-width:992px){.our-services__card{width:100%}}@media (max-width:576px){.our-services__card{border-radius:16px}}.our-services__card:hover{box-shadow:none;opacity:.85}.our-services__card:hover .our-services__img img{filter:grayscale(.5)}.our-services__img{width:100%}.our-services__img img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9}.our-services__description{position:relative;padding:32px;font-size:16px;display:flex;flex-direction:column}@media (max-width:576px){.our-services__description{padding:16px}}.our-services__link{position:absolute;display:block;width:32px;height:32px;background-color:#a3c7e1;border-radius:50%;right:32px;bottom:32px}@media (max-width:576px){.our-services__link{right:16px;bottom:16px}}.our-services__link::after{content:"";background:url(../img/common/arrow.svg) center no-repeat;position:absolute;width:32px;height:32px}.our-services__card:hover .our-services__link::after{animation:arrow-loop .5s linear 1 forwards;top:50%}.our-services__text-link{position:relative;display:inline-flex;margin-top:32px;font-weight:700;color:#fff;font-size:16px;float:right;padding-right:24px;opacity:1;transition:opacity .3s;will-change:opacity}@media (max-width:576px){.our-services__text-link{margin-top:24px}}.our-services__text-link::before{content:"";position:absolute;top:52%;right:0;width:16px;height:16px;background-color:#fff;border-radius:50%;transform:translateY(-50%)}.our-services__text-link::after{content:"";position:absolute;top:52%;right:3px;width:10px;height:10px;transform:translateY(-50%);font-size:16px;background-color:#242446;mask-image:url(../img/common/raddius-arrow.svg);mask-size:contain;mask-position:center}.our-services__text-link:hover{opacity:.75}.our-services__text-link:hover::after{animation:arrow-loop 1s linear 1 forwards}.our-services__title{font-size:24px;color:#242446;flex-grow:1;margin-bottom:24px}@media (max-width:576px){.our-services__title{font-size:20px}}.our-services__text{flex:1;margin-bottom:32px}.news{position:relative;background-color:#fff;border-radius:32px;padding:128px 32px;z-index:1;margin-top:-32px}@media (max-width:576px){.news{border-radius:16px;padding:63px 16px}}.news h2{font-size:64px}@media (max-width:576px){.news h2{font-size:36px}}.news__date-wrap{display:inline-flex;width:100%;justify-content:space-between}.news__logo{font-size:14px;color:#fff;background-color:#a3c7e1;font-size:14px;font-weight:700;padding:4px 8px;border-radius:32px}@media (max-width:576px){.news__logo{border-radius:16px}}.news__logo.news__logo--service::before{content:"サービス"}.news__logo.news__logo--company::before{content:"会社情報"}.news__list{position:relative;display:block;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db;padding:32px 64px 32px 32px;transition:.3s}@media (max-width:576px){.news__list{padding:16px 32px 16px 16px}}.news__list:nth-child(n+2){border-top:none}.news__list::before{background-color:#f4f4f4;position:absolute;top:0;left:0;content:"";width:100%;height:100%;transform:scale(0,1);transform-origin:left top;transition:.3s cubic-bezier(.45,0,.55,1);z-index:-2}.news__list:hover::before{transform:scale(1)}.news__list::after{content:"";position:absolute;top:50%;right:0;width:16px;height:16px;transform:translateY(-50%);font-size:16px;background-color:#a3c7e1;mask-image:url(../img/common/arrow.svg);mask-size:contain;mask-position:center}.news__alllist{position:relative;display:inline-flex;margin-top:32px;font-weight:700;color:#242446;font-size:16px;float:right;padding-right:24px;opacity:1;transition:opacity .3s;will-change:opacity}@media (max-width:576px){.news__alllist{margin-top:24px}}.news__alllist::before{content:"";position:absolute;top:52%;right:0;width:16px;height:16px;background-color:#242446;border-radius:50%;transform:translateY(-50%)}.news__alllist::after{content:"";position:absolute;top:52%;right:3px;width:10px;height:10px;transform:translateY(-50%);font-size:16px;background-color:#fff;mask-image:url(../img/common/raddius-arrow.svg);mask-size:contain;mask-position:center}.news__alllist:hover{opacity:.75}.news__alllist:hover::after{animation:arrow-loop 1s linear 1 forwards}.news__wrap{display:flex;margin-top:32px;gap:32px}@media (max-width:992px){.news__wrap{flex-direction:column;margin-top:0}}.news__inner{width:50%}@media (max-width:992px){.news__inner{width:100%;margin-top:24px}.news__inner.news__inner--right{padding:0}}.news__card{position:relative;display:inline-flex;box-shadow:0 4px 16px 0 rgba(0,0,0,.16);border-radius:32px;gap:32px;justify-content:space-between;padding:32px;transition:.3s;border:1px solid #f4f4f4}@media (max-width:576px){.news__card{display:flex;flex-direction:column;padding:16px;border-radius:16px}}.news__card:hover{box-shadow:none}.news__card+.news__card{margin-top:32px}.news__card::after{content:"";position:absolute;bottom:32px;right:32px;width:16px;height:16px;font-size:16px;background-color:#a3c7e1;mask-image:url(../img/common/arrow.svg);mask-size:contain;mask-position:center}@media (max-width:576px){.news__card::after{bottom:24px;right:24px}}.news__date{color:#5a7eaa;font-weight:700}.news__img{width:50%}@media (max-width:576px){.news__img{width:100%}}.news__img img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:32px}@media (max-width:576px){.news__img img{border-radius:16px}}.news__heading{margin-top:24px;font-weight:700;font-size:16px;position:relative}.news__description{margin-top:24px;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3}@media (max-width:576px){.news__description{margin-bottom:64px;-webkit-line-clamp:inherit;line-clamp:inherit}}.news__text-wrap{width:50%}@media (max-width:576px){.news__text-wrap{width:100%}}