@charset "UTF-8";body{font-size:1rem;line-height:1.6;letter-spacing:0;background:#fff;color:#333;font-family:"Noto Sans JP",sans-serif}body.is-fixed{overflow:hidden}@media screen and (min-width:1024px){.hidden-pc{display:none}}.hidden-sp{display:none}@media screen and (min-width:1024px){.hidden-sp{display:block}}.inner{padding-inline:20px;margin-inline:auto}@media screen and (min-width:1024px){.inner{padding-inline:80px}}.heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:8px}.heading-en{font-family:"Lexend",serif;font-size:1.5rem;font-weight:300;line-height:1;letter-spacing:.96px}@media screen and (min-width:1024px){.heading-en{font-size:3rem;letter-spacing:1.92px}}.heading-jp{position:relative;padding-left:20px;font-family:"Noto Sans JP",sans-serif;font-size:.875rem;font-weight:400}@media screen and (min-width:1024px){.heading-jp{font-size:1.25rem}}.heading-jp:before{content:"";position:absolute;top:50%;left:0;width:15px;height:15px;background:#fef26b;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.button{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding:12px 32px;background:#2491c8;border:1px solid #2491c8;color:#fff}.button--x{background:#fff;border:1px solid #333;color:#333}.bookmark-btn{border:2px solid #333;background:#fff;-webkit-box-shadow:4px 4px 0 #8f8e8e;box-shadow:4px 4px 0 #8f8e8e;padding:7px 35px;text-align:center;font-family:"Lexend",serif;font-size:1.25rem;font-weight:500;line-height:1;-webkit-transition:all .3s;transition:all .3s;display:inline-block}.bookmark-btn:hover{-webkit-box-shadow:-4px -4px 0 #8f8e8e;box-shadow:-4px -4px 0 #8f8e8e}.bookmark-btn span{position:relative;display:inline-block;vertical-align:middle}.bookmark-btn span:before{content:"";position:absolute;top:calc(50% - 5px);translate:0 -50%;left:calc(100% + 20px);width:30px;height:2px;background:#333}.wrapper{overflow:hidden}.header{position:fixed;top:0;left:0;width:100%;height:90px;background:#fff;z-index:100}.header__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px}@media screen and (min-width:1024px){.header__inner{display:grid;grid-template-columns:350px 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-inline:40px}}.header__line{position:absolute;width:5px;height:135%;left:5px;background:#2491c8}@media screen and (min-width:1024px){.header__line{width:10px;left:20px}}.header__logo{display:block;width:240px;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width:1024px){.header__logo{width:100%}}@media (any-hover:hover){.header__logo:hover{opacity:.6}}.header__logo img{width:100%}.header__nav{display:none}@media screen and (min-width:768px){.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media screen and (min-width:1024px){.header__nav{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}}.header__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media screen and (min-width:1024px){.header__list{gap:24px}}.header__list-text{font-family:"Lexend",serif;font-size:1rem;font-weight:500;padding-inline:8px}@media screen and (min-width:1024px){.header__list-text{font-size:1.5rem}}.header__list-text span{display:inline-block;position:relative}.header__list-text span:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:#2491c8;scale:0;-webkit-transform-origin:left center;transform-origin:left center;-webkit-transition:scale .5s ease;transition:scale .5s ease}@media (any-hover:hover){.header__list-text span:hover{cursor:pointer}.header__list-text span:hover:after{scale:1}}.header__btn{padding:10px;background:#2491c8;-webkit-box-shadow:3px 3px 4px 0px rgba(0,0,0,.25);box-shadow:3px 3px 4px 0px rgba(0,0,0,.25);color:#fff;font-size:1rem;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width:1024px){.header__btn{padding:10px 24px;font-size:1.2rem}}@media (any-hover:hover){.header__btn:hover{opacity:.6}}.header__open{padding-top:3px}@media screen and (min-width:768px){.header__open{display:none}}.drawer__icon{position:relative;z-index:102;width:32px;height:24px}.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(1){top:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(2){display:none}.drawer__icon.is-checked .drawer__icon-bar:nth-of-type(3){top:10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.drawer__icon-bar{position:absolute;top:0;left:0;width:32px;height:2px;background:#2491c8;-webkit-transition:top .3s linear,-webkit-transform .3s linear;transition:top .3s linear,-webkit-transform .3s linear;transition:transform .3s linear,top .3s linear;transition:transform .3s linear,top .3s linear,-webkit-transform .3s linear}.drawer__icon-bar:nth-of-type(1){top:0}.drawer__icon-bar:nth-of-type(2){top:11px}.drawer__icon-bar:nth-of-type(3){top:22px}.drawer{display:none;width:100%;height:100dvh;position:fixed;top:75px;z-index:101;background:#fff;padding:47px 37px}.drawer__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:32px}.drawer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;gap:24px}.drawer__link{display:inline-block;width:100%;padding-bottom:24px;border-bottom:1px solid #d9d9d9;color:#333;font-family:"Lexend",serif;font-size:15px;font-weight:500;letter-spacing:.6px}.drawer__btn-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.main{position:relative}.main__line{position:absolute;z-index:10;width:5px;height:105%;left:5px;background:#2491c8}@media screen and (min-width:1024px){.main__line{width:10px;left:20px}}.home__title{position:absolute;overflow:hidden;height:1px;width:1px;padding:0;border:0}.fv{width:100%;height:100dvh;margin-top:0;margin-bottom:0}.fv__inner{position:relative;padding-top:90px}.fv__img{display:inline-block;width:100%}.fv__lead{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;left:20px;bottom:0;font-size:clamp(1.5rem, 1.326rem + 0.87vw, 2.5rem);font-weight:400;line-height:1.4}@media screen and (min-width:768px){.fv__lead{top:16vw;left:90px;bottom:auto}}@media screen and (min-width:1024px){.fv__lead{top:16vw;left:6vw;bottom:auto}}.fv__lead2-accent{font-size:1em;color:#2491c8}.fv__scrolldown{position:relative}.fv__scrolldown-text{position:absolute;right:10px;bottom:0;font-family:"Lexend",serif;font-size:16px;font-weight:400;line-height:normal;rotate:90deg}@media screen and (min-width:1024px){.fv__scrolldown-text{right:auto;left:63px;bottom:168px;font-size:30px}}.fv__scrolldown-bar{position:absolute;right:30px;bottom:-100px;width:2px;height:80px;background:#bbb;overflow:hidden}@media screen and (min-width:1024px){.fv__scrolldown-bar{right:auto;left:100px;bottom:37px;height:100px}}.fv__scrolldown-bar-active{position:absolute;bottom:100%;left:0;width:2px;height:40px;background:#000;-webkit-animation:3s ease-in-out backwards infinite scrollDown;animation:3s ease-in-out backwards infinite scrollDown}@media screen and (min-width:1024px){.fv__scrolldown-bar-active{height:50px}}@-webkit-keyframes scrollDown{0%{bottom:100%}100%{bottom:-50px}}@keyframes scrollDown{0%{bottom:100%}100%{bottom:-50px}}.about__inner{max-width:500px;margin-block:0;padding-block:30px}@media screen and (min-width:1024px){.about__inner{max-width:1200px;padding-block:110px}}.about__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-block:20px}@media screen and (min-width:1024px){.about__contents{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:30px;padding-block:50px}}.about__img{width:215px;-webkit-box-shadow:0 4px 15px 0 rgba(0,0,0,.15);box-shadow:0 4px 15px 0 rgba(0,0,0,.15)}@media screen and (min-width:1024px){.about__img{width:300px}}.about__name{width:100%;font-size:1.25rem;font-weight:400;padding-block:20px;border-bottom:1px solid #d9d9d9;text-align:center}@media screen and (min-width:1024px){.about__name{font-size:2rem}}.about__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;padding-top:16px}@media screen and (min-width:1024px){.about__list{padding-top:24px}}.about__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}@media screen and (min-width:1024px){.about__list-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:40px}}.about__list-title{min-width:100px;width:100px;height:30px;padding:1px 10px;text-align:center;background:#8f8e8e;color:#fff}.about__list-text{font-size:1rem;font-weight:400}@media screen and (min-width:1024px){.about__list-text{font-size:1.25rem}}.about__lead-title{font-family:"Lexend",serif;color:#2491c8;font-size:2rem;font-weight:400}.about__lead-text{font-size:1rem;padding-top:16px}@media screen and (min-width:1024px){.about__lead-text{font-size:1.25rem}}.work__background{position:absolute;z-index:-1}.work__inner{padding-block:100px}@media screen and (min-width:1024px){.work__inner{padding-block:200px}}.work__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:768px){.work__contents{padding-inline:40px}}.work-card{padding-block:50px}.work-card__inner{width:min(300px, 100%);margin-inline:auto;position:relative}@media screen and (min-width:768px){.work-card__inner{width:min(1040px, 100%)}}.work-card__swiper-slide{width:100%;border:1px solid #d9d9d9;background:#fff;-webkit-box-shadow:1px 1px 12px 0px rgba(143,142,142,.3);box-shadow:1px 1px 12px 0px rgba(143,142,142,.3)}.work-card__img img{max-height:200px;-o-object-fit:contain;object-fit:contain}.work-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:10px}.work-card__title{font-size:1.25rem;font-weight:500;line-height:1.8}@media screen and (min-width:768px){.work-card__title{font-size:.8rem}}@media screen and (min-width:1024px){.work-card__title{font-size:1rem}}.work-card__category_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:5px}.work-card__category{padding:5px;border:2px solid #2491c8;color:#2491c8;font-weight:600;font-size:.8rem}@media screen and (min-width:768px){.work-card__category{padding:3px;border:1px solid #2491c8;font-size:.5rem}}@media screen and (min-width:1024px){.work-card__category{border:2px solid #2491c8;font-size:clamp(0.625rem, -0.298rem + 1.44vw, 1rem)}}.work-card__swiper-container,.work-card__swiper,.work-card__swiper-wrapper,.work-card__swiper-slide{position:relative}.swiper-button-prev,.swiper-button-next,.swiper-pagination-bullets.swiper-pagination-horizontal{top:unset;bottom:unset;left:unset;right:unset;margin:0;padding:0}.swiper-button-prev:after,.swiper-button-next:after{content:""}.swiper-button-prev,.swiper-button-next{top:50%;translate:0 -50%;width:40px}@media (any-hover:hover){.swiper-button-prev:hover,.swiper-button-next:hover{opacity:.6}}.swiper-button-prev img,.swiper-button-next img{width:100%}.swiper-button-prev{left:-20px;rotate:180deg}.swiper-button-next{right:-20px}.work-link{margin-inline:auto;padding-top:40px}.voice__inner{padding-block:100px}.voice__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.voice-card{padding-block:50px}.voice-card__inner{width:min(300px, 100%);margin-inline:auto;position:relative}@media screen and (min-width:768px){.voice-card__inner{width:min(1040px, 100%)}}.voice-card__swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:auto;aspect-ratio:1;border-radius:20px;border:1px solid #8f8e8e;background:#fff}.voice-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px;gap:15px}.voice-card__body-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:10px}.voice-card__body-img{width:98px}@media screen and (min-width:768px){.voice-card__body-img{width:60px}}@media screen and (min-width:1024px){.voice-card__body-img{width:98px}}.voice-card__body-name{font-size:.875rem;font-weight:700;line-height:1.5}@media screen and (min-width:1024px){.voice-card__body-name{font-size:1rem}}.voice-card__body-text{height:150px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;line-height:1.8}@media screen and (min-width:1024px){.voice-card__body-text{font-size:1rem}}.voice-card__swiper-button-prev{display:none}.voice-card__swiper-button-next{display:none}.voice-card__swiper-container,.voice-card__swiper,.voice-card__swiper-wrapper,.voice-card__swiper-slide{position:relative}.swiper-pagination-bullets.swiper-pagination-horizontal{top:calc(100% + 29px)}.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{opacity:1;width:12px;height:auto;aspect-ratio:1;border-radius:50%;background:#d9d9d9;margin-inline:5.5px}.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active{background:#000}.contact__inner{background:url(https://www.shunya-sasapanda.online/shunya-portfolio/wp-content/themes/portfolio/img/top/sp/contact-background-sp.png) no-repeat center center/cover;padding-block:100px;padding-inline:28px}@media screen and (min-width:768px){.contact__inner{background:url(https://www.shunya-sasapanda.online/shunya-portfolio/wp-content/themes/portfolio/img/top//contact-background.png) no-repeat center center/cover}}.contact__heading{color:#fff}.contact__contents{margin-block:40px;padding:40px 20px;background:rgba(244,246,247,.5)}@media screen and (min-width:768px){.contact__contents{margin-bottom:100px;padding:40px}}@media screen and (min-width:1024px){.contact__contents{margin-inline:auto;max-width:1200px}}@media screen and (min-width:1024px){.contact__text{font-size:1.5rem}}.contact__btn-list{padding-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}@media screen and (min-width:768px){.contact__btn-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.contact__btn{width:250px;padding:8px;border:none;border-radius:8px;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width:1024px){.contact__btn{width:366px}}@media (any-hover:hover){.contact__btn:hover{opacity:.6}}.contact__btn-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;width:100%;padding:8px;border-radius:10px;border:5px solid #fff}.btn-body--x{border:5px solid #2491c8}.x-follow__inner{padding-block:100px;background:#f4f6f7}.x-follow__contents{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:23px}@media screen and (min-width:768px){.x-follow__contents{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px}}.x-follow__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.x-follow__body-lead{font-family:"Lexend",serif;font-size:1.25rem;font-weight:400}@media screen and (min-width:1024px){.x-follow__body-lead{font-size:2.5rem}}.x-follow__body-text{font-weight:500}@media screen and (min-width:1024px){.x-follow__body-text{font-size:1.5rem}}.x-follow__body-img{padding-top:23px;width:180px}@media screen and (min-width:768px){.x-follow__body-img{padding-top:34px;width:260px}}.x-follow__link{overflow-y:scroll;height:24rem;border-radius:12px;border:1px solid #d9d9d9}@media screen and (min-width:768px){.x-follow__link{width:min(500px, 100%)}}.footer{background:#2491c8;padding-block:40px}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){.footer__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-inline:80px}}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-family:"Lexend",serif;font-size:1.5rem;color:#fff;font-weight:500;line-height:1;-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (min-width:1024px){.footer__logo{font-size:2rem;gap:16px}}.footer__logo:after{content:"";width:15px;height:15px;background:#fef26b;border-radius:50%}@media screen and (min-width:1024px){.footer__logo:after{width:25px;height:25px}}@media (any-hover:hover){.footer__logo:hover{opacity:.6}}.footer__nav{margin-block:26px}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media screen and (min-width:768px){.footer__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:1024px){.footer__list{gap:40px}}.footer__list-text{color:#fff;font-family:"Lexend",serif;font-size:1.25rem;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease}@media (any-hover:hover){.footer__list-text:hover{opacity:.6}}.footer__copyright{width:170px;margin-inline:auto;color:#fff;font-family:"Lexend",serif;font-weight:400}@media screen and (min-width:768px){.footer__copyright{margin-top:30px}}#js-mouse{display:none}@media screen and (min-width:1024px){#js-mouse{display:block;pointer-events:none;cursor:none;position:fixed;z-index:9999;top:-5px;left:-5px;width:10px;height:10px;-webkit-transform:translate(0,0);transform:translate(0,0);background:#fef26b;border-radius:50%}}.fade-in-up{opacity:0;-webkit-transform:translateY(24px);transform:translateY(24px);-webkit-transition:opacity 3s,-webkit-transform 3s;transition:opacity 3s,-webkit-transform 3s;transition:opacity 3s,transform 3s;transition:opacity 3s,transform 3s,-webkit-transform 3s}.fade-in-up.is-in-view{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.fade-in-left{-webkit-animation:1s .2s ease-in-out forwards slideLeft;animation:1s .2s ease-in-out forwards slideLeft;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}@-webkit-keyframes slideLeft{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}100%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes slideLeft{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}100%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.first-view__inner{margin-top:90px;padding:20px;position:relative}.first-view__img{height:32vw;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}@media screen and (min-width:768px){.first-view__img{height:320px}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;padding:20px;color:#333;font-size:.875rem;font-weight:700}@media screen and (min-width:768px){.breadcrumb{padding:30px;font-size:1rem}}@media screen and (min-width:1024px){.breadcrumb{padding:40px}}.fas{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.fas:before{content:">"}.works-block__contents{margin-top:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.works-block__heading{display:inline-block;font-family:"Lexend",serif;font-size:1.25rem;font-weight:400}@media screen and (min-width:1024px){.works-block__heading{font-size:2rem}}.works-block__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;width:calc(100% - 85px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}@media screen and (min-width:1024px){.works-block__list{font-size:1.25rem;gap:30px}}.works-block__link span{display:inline-block;position:relative}.works-block__link span:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:1px;background:#2491c8;scale:0;-webkit-transform-origin:left center;transform-origin:left center;-webkit-transition:scale .5s ease;transition:scale .5s ease}@media (any-hover:hover){.works-block__link span:hover{cursor:pointer}.works-block__link span:hover:after{scale:1}}.works-block__link.is-active span:after{scale:1}.works-block__body{margin-block:40px}.works-card__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}@media screen and (min-width:768px){.works-card__list{display:grid;grid-template-columns:repeat(2,1fr)}}.works-card__item{width:calc(100% - 40px);max-width:400px;margin-inline:auto;border:1px solid #d9d9d9;-webkit-box-shadow:1px 1px 12px 0px rgba(143,142,142,.3);box-shadow:1px 1px 12px 0px rgba(143,142,142,.3)}.single-block__inner{max-width:1440px;margin-inline:auto}.single-block__heading{font-size:2rem;font-weight:500;line-height:1.8}@media screen and (min-width:1024px){.single-block__heading{font-size:2.25rem}}.single-card__category-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding-block:20px}.single-card__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-card__img img{max-width:800px}.single-card__body{padding-block:20px;max-width:1200px;margin-inline:auto}.single-card__body h3{display:inline-block;position:relative;padding-block:20px;font-size:1.25rem;font-weight:400;line-height:1.8}.single-card__body h3:before{content:"";position:absolute;top:50%;left:115%;width:15px;height:15px;background:#fef26b;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.single-card__body p{font-size:1rem;line-height:1.8}.single-card__body p a{-webkit-transition:all .3s ease;transition:all .3s ease}@media (any-hover:hover){.single-card__body p a:hover{opacity:.6}}.wp-block-columns{padding-block:20px}@media screen and (min-width:1024px){.wp-block-columns h4{margin-top:25%}}.wp-block-columns p{margin-bottom:40px}.contact-block__heading{color:#fff;height:15vw}.contact-block__fv-img{height:27vw}@media screen and (min-width:768px){.contact-block__fv-img{height:15vw}}.contact-block__inner{max-width:400px}@media screen and (min-width:1024px){.contact-block__inner{max-width:800px}}.contact-block__contents{padding-block:40px}.contact-block__lead{text-align:center;font-size:1rem;font-weight:400}.contact-block__form{padding-top:64px}.contact__fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.form-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.form-field__head p{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.form-field__label{font-weight:400;line-height:1.5}.form-field__tag{padding:3px 8px;border:1px solid #2491c8;border-radius:10px;color:#2491c8;font-size:.8rem;font-weight:400}.form-text{width:100%;border:1px solid #d9d9d9;background:#f4f6f7;padding:11px 15px;-webkit-transition:opacity 1s;transition:opacity 1s;font-weight:400}.form-text:hover,.form-text:focus{border:1px solid #8f8e8e;outline:none}.form-textarea{width:100%;border:1px solid #d9d9d9;background:#f4f6f7;height:202px;padding:11px 15px;-webkit-transition:opacity 1s;transition:opacity 1s;font-weight:400}.form-textarea:hover,.form-textarea:focus{border:1px solid #8f8e8e;background:#fafafa;outline:none}.contact__button{display:block;width:120px;margin-top:30px;margin-inline:auto}.contact__button p input{border:2px solid #333;background:#fff;-webkit-box-shadow:4px 4px 0 #8f8e8e;box-shadow:4px 4px 0 #8f8e8e;padding:7px 35px;text-align:center;font-family:"Lexend",serif;font-size:1.25rem;font-weight:500;line-height:1;-webkit-transition:all .3s;transition:all .3s;display:inline-block}.contact__button p input:hover{-webkit-box-shadow:-4px -4px 0 #8f8e8e;box-shadow:-4px -4px 0 #8f8e8e}.contact__submit{background:0 0;border:none}#loading{position:fixed;width:100vw;height:100svh;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999}#content{display:none}