@charset "UTF-8";:root{--wh:#fefefe;--bk:#2c2c2c;--main:#071b63;--accent:#f3c622;--gy:#848485;--red:#c90a0a;--grd-accent:linear-gradient(#f2c11f,#ea9e0a);--grd-main:linear-gradient(#2364c4,#0f1f6a);--grd-gy:linear-gradient(#9a9ea3,#6b6e7c);--ff-noto:"Noto Sans JP",sans-serif;--ff-zenkaku:"Zen Kaku Gothic New","Noto Sans JP",sans-serif;--ff-roboto:"Roboto","Noto Sans JP",sans-serif}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;text-decoration:none;list-style:none}a{display:block;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}a:hover{opacity:.6}img{display:block;width:100%;-o-object-fit:contain;object-fit:contain}body{font-family:var(--ff-noto);font-weight:500;font-size:16px;line-height:1.8;letter-spacing:0;color:var(--bk);background:var(--wh)}h1,h2,h3{font-family:var(--ff-zenkaku);font-weight:700}.container{max-width:1200px;margin:0 auto;padding:100px 40px}@media (max-width:768px){.container{padding:60px 20px}}@media (max-width:768px){.sp-none{display:none}}.header{position:fixed;z-index:1000;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;background:var(--wh)}@media (max-width:960px){.header{height:60px}}.header-logo{max-width:224px;min-width:120px;width:15%;margin-left:60px}@media (max-width:1450px){.header-logo{margin-left:20px}}.header-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media (max-width:1450px){.header-nav{gap:12px}}.header-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media (max-width:1450px){.header-nav__list{gap:12px}}.header-nav__list .nav-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;font-weight:700;font-size:15px;line-height:1.2;letter-spacing:1.4px}@media (max-width:1450px) and (min-width:961px){.header-nav__list .nav-link{font-size:12px;letter-spacing:0}}.header-nav__list .nav-link span{font-weight:500;font-size:10px;line-height:1;letter-spacing:.4px;color:var(--main)}@media (max-width:1450px) and (min-width:961px){.header-nav__list .nav-link span{font-size:9px}}.header-nav .nav-link{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;height:80px}@media (max-width:960px){.header-nav .nav-link{height:60px}}.header-nav__cta{display:-webkit-box;display:-ms-flexbox;display:flex}.header-nav__cta .button{height:80px;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;color:var(--wh);font-size:22px;font-weight:700}@media (max-width:1450px){.header-nav__cta .button{font-size:16px}}@media (max-width:960px){.header-nav__cta .button{height:60px}}.header-nav__cta .button.consultation{background:var(--grd-accent);font-weight:900;letter-spacing:1.4px;line-height:1;text-shadow:0px 0px 4px #ea9e0a}.header-nav__cta .button.consultation .nav-link{gap:20px}@media (max-width:1450px){.header-nav__cta .button.consultation .nav-link{gap:12px}}.header-nav__cta .button.consultation span{background:var(--wh);color:#ea9a08;font-size:16px;padding:5px 10px;-webkit-box-shadow:0px 0px 4px 0px #ea9e0a;box-shadow:0px 0px 4px 0px #ea9e0a;text-shadow:none}@media (max-width:1450px){.header-nav__cta .button.consultation span{font-size:12px}}.header-nav__cta .button.consultation span strong{font-size:20px}@media (max-width:1450px){.header-nav__cta .button.consultation span strong{font-size:14px}}.header-nav__cta .button.contact{background:var(--grd-main);text-shadow:0px 0px 4px #0f1f6a}.header-nav__cta .button.contact .nav-link{gap:6px}.header-nav__cta .button.contact img{width:32px;display:inline}@media (max-width:1450px){.header-nav__cta .button.contact img{width:24px}}.header-nav__cta .button .nav-link{padding:0 40px}@media (max-width:1450px){.header-nav__cta .button .nav-link{padding:0 18px}}.header__hamburger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:28px;height:20px;background:0 0;border:none;cursor:pointer;padding:0;z-index:9999;margin-right:20px}.header__hamburger span{display:block;height:2px;width:100%;background:#333;border-radius:2px;-webkit-transition:.3s;transition:.3s}.header__hamburger.active span:nth-child(1){-webkit-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.header__hamburger.active span:nth-child(2){opacity:0}.header__hamburger.active span:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}@media (max-width:960px){.header__hamburger{display:-webkit-box;display:-ms-flexbox;display:flex}.header-nav{position:fixed;top:0;right:-100%;width:80%;height:100dvh;background:var(--wh);-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;gap:40px;-webkit-transition:right .3s ease;transition:right .3s ease;-webkit-box-shadow:-4px 0 8px rgba(0,0,0,.1);box-shadow:-4px 0 8px rgba(0,0,0,.1);z-index:1000;overflow-y:auto}.header-nav.active{right:0}.header-nav__list,.header-nav__cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}.site-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease;z-index:900}body.no-scroll .site-overlay{opacity:1;visibility:visible}body.no-scroll{overflow:hidden;-ms-touch-action:none;touch-action:none}.fv{background-color:#000;background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/fv-bg.jpg) no-repeat right 30% center/cover;padding:80px 0 30px;position:relative}@media (max-width:960px){.fv{padding-top:60px}}.fv .container{max-width:1600px;padding:120px 20px 0}.fv__title{font-weight:900;font-size:74px;line-height:1.4;color:var(--wh);text-shadow:-1px 1px 11.4px rgba(76,70,61,.8392156863);margin-bottom:40px}@media (max-width:1450px){.fv__title{font-size:44px}}@media (max-width:768px){.fv__title{font-size:32px}}.fv__title span{font-size:56px;margin-left:10px}@media (max-width:1450px){.fv__title span{font-size:36px}}@media (max-width:768px){.fv__title span{margin-left:0;font-size:20px}}.fv__subtitle{font-weight:700;font-size:20px;color:var(--wh);text-shadow:0px 0px 4px rgba(76,70,61,.8392156863);margin-bottom:32px;margin-left:25px}@media (max-width:1450px){.fv__subtitle{font-size:16px}}@media (max-width:768px){.fv__subtitle{margin-left:0;font-size:14px}}.fv__medal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 12px;padding:10px;margin-left:20px}@media (max-width:960px){.fv__medal{margin-left:0}}@media (max-width:768px){.fv__medal{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.fv__medal img{width:212px}@media (max-width:1450px){.fv__medal img{width:160px}}@media (max-width:768px){.fv__medal img{width:92px}}.fv .contact-button{position:absolute;top:180px;right:0;padding:32px 22px;border-radius:8px 0 0 8px;background:var(--grd-accent);-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl;font-weight:900;font-size:20px;line-height:1.15;letter-spacing:1.4px;color:var(--wh);-webkit-box-shadow:0px 0px 4px 0px #ea9e0a;box-shadow:0px 0px 4px 0px #ea9e0a}@media (max-width:1450px){.fv .contact-button{font-size:16px}}@media (max-width:768px){.fv .contact-button{position:fixed;top:auto;bottom:0;width:100%;-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;border-radius:0;padding:16px;font-size:16px;text-align:center;z-index:100}}.about{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/about-bg.jpg) no-repeat center/cover}.about .container{max-width:900px;padding:100px 40px 60px}@media (max-width:768px){.about .container{padding:60px 20px 40px}}.about__title{font-size:42px;line-height:1.4;margin-bottom:16px}@media (max-width:960px){.about__title{font-size:32px}}@media (max-width:768px){.about__title{font-size:22px}}.about__title span{font-size:53px;position:relative;font-weight:900;color:transparent;background:var(--grd-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;-webkit-filter:drop-shadow(1px 2px 1.8px rgba(110,110,110,.15));filter:drop-shadow(1px 2px 1.8px rgba(110,110,110,.15));display:inline-block}@media (max-width:960px){.about__title span{font-size:40px}}@media (max-width:768px){.about__title span{font-size:28px}}.about__title span:before{position:absolute;content:"成果にコミット。";inset:0;color:transparent;background:var(--grd-accent);-webkit-background-clip:text;background-clip:text;text-shadow:none}.about__text{padding:16px 0;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;font-weight:500;font-size:18px}@media (max-width:960px){.about__text{font-size:16px}}@media (max-width:768px){.about__text{font-size:14px}}.about .youtube{width:100%;aspect-ratio:820/460}.youtube{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/youtube-bg.jpg) no-repeat center/cover;color:var(--wh)}.youtube__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:66px;margin-bottom:56px}@media (max-width:960px){.youtube__heading{gap:20px}}@media (max-width:768px){.youtube__heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.youtube__title{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.youtube__title-icon{width:58px}@media (max-width:960px){.youtube__title-icon{width:30px}}.youtube__title-text{font-size:36px;line-height:1.4}@media (max-width:960px){.youtube__title-text{font-size:28px}}@media (max-width:768px){.youtube__title-text{font-size:20px}}.youtube__title-text span{font-size:16px;font-weight:900;display:block}@media (max-width:960px){.youtube__title-text span{font-size:14px}}@media (max-width:768px){.youtube__title-text span{font-size:12px}}.youtube__text{border-left:1px solid var(--wh);padding-left:26px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}@media (max-width:960px){.youtube__text{font-size:14px}}@media (max-width:768px){.youtube__text{border-left:none;border-top:1px solid var(--wh);padding:12px 0 0}}.youtube__text span{font-weight:700;font-size:18px;line-height:1.7;color:var(--accent)}@media (max-width:960px){.youtube__text span{font-size:16px}}.youtube__slider{position:relative}.youtube .youtube__swiper{width:100%;max-width:1100px;margin:0 auto;position:relative;height:auto}.youtube .youtube__swiper.is-dragging iframe{pointer-events:none}@media (max-width:768px){.youtube .youtube__swiper{padding:0 40px}}.youtube .youtube__swiper .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.youtube .youtube__swiper .swiper-slide{position:relative;aspect-ratio:16/9;width:auto}.youtube .youtube__swiper .swiper-slide iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.youtube .youtube__slider .swiper-button-next,.youtube .youtube__slider .swiper-button-prev{color:var(--wh)}.youtube .youtube__slider .swiper-button-next{right:-30px}.youtube .youtube__slider .swiper-button-prev{left:-30px}.youtube .swiper-button-next:after,.youtube .swiper-button-prev:after{font-size:24px}@media (max-width:768px){.youtube .youtube__slider .swiper-button-next{right:8px}.youtube .youtube__slider .swiper-button-prev{left:8px}}.strengths{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/strengths-bg.jpg) no-repeat center bottom/cover}.strengths .container{padding:100px 40px 145px}@media (max-width:768px){.strengths .container{padding:60px 20px 100px}}.strengths__title{font-size:28px;line-height:1.4;margin-bottom:80px}@media (max-width:960px){.strengths__title{font-size:22px;margin-bottom:60px}}@media (max-width:768px){.strengths__title{font-size:18px;margin-bottom:40px}}.strengths__title span{font-family:var(--ff-roboto);font-size:96px;line-height:1;color:transparent;background:var(--grd-main);-webkit-background-clip:text;background-clip:text}@media (max-width:960px){.strengths__title span{font-size:72px}}@media (max-width:768px){.strengths__title span{font-size:48px}}.strengths__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:105px}@media (max-width:960px){.strengths__content{gap:40px}}.strengths-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.strengths-item__box{background:#fff;padding:30px 180px 20px 60px;width:clamp(500px, 75%, 750px)}@media (max-width:960px){.strengths-item__box{width:100%;padding:30px 20px}}.strengths-item:nth-child(even) .strengths-item__box{padding:30px 60px 20px 180px;margin-left:auto}@media (max-width:960px){.strengths-item:nth-child(even) .strengths-item__box{padding:30px 20px}}.strengths-item__subtitle{border-bottom:1px solid #777f9c;font-family:var(--ff-roboto);font-weight:500;font-size:26px;line-height:1.6;color:#777f9c;margin-bottom:16px}@media (max-width:960px){.strengths-item__subtitle{font-size:20px}}.strengths-item__subtitle span{font-weight:700;font-size:64px;line-height:1;color:var(--main);margin-right:16px}@media (max-width:960px){.strengths-item__subtitle span{font-size:48px}}.strengths-item__title{padding:8px 0;font-size:32px;line-height:1.4;color:var(--main);margin-bottom:16px}@media (max-width:960px){.strengths-item__title{font-size:24px}}.strengths-item__text{padding:16px 0;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}@media (max-width:960px){.strengths-item__text{font-size:14px}}.strengths-item__img{position:absolute;right:0;bottom:-45px;width:clamp(300px, 40%, 510px)}@media (max-width:960px){.strengths-item__img{position:static;width:100%}}.strengths-item:nth-child(even) .strengths-item__img{right:auto;left:0}.problem{background:-webkit-gradient(linear,left top,left bottom,from(#9b9b9b),to(#595959));background:linear-gradient(#9b9b9b,#595959);color:var(--wh);position:relative}.problem:after{content:"";position:absolute;bottom:-121px;left:0;width:100%;height:122px;background:#595959;clip-path:polygon(0 0,50% 100%,100% 0)}.problem .container{max-width:980px;padding:100px 40px 20px}@media (max-width:768px){.problem .container{padding:60px 20px 20px}}.problem__title{font-size:38px;line-height:1.4;text-align:center;margin-bottom:40px}@media (max-width:960px){.problem__title{font-size:32px}}@media (max-width:768px){.problem__title{font-size:24px}}.problem__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px}.problem__item{width:292px;border:1px solid #cbcbcb;background:rgba(255,255,255,.1294117647);-webkit-box-shadow:0px 4px 8.5px 0px rgba(89,89,89,.2509803922) inset;box-shadow:0px 4px 8.5px 0px rgba(89,89,89,.2509803922) inset;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}@media (max-width:960px){.problem__item{font-size:14px}}.problem__item img{width:24px}.solution{margin-top:122px;background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/solution-bg.jpg) no-repeat center top/cover}.solution .container{padding:80px 40px 100px}@media (max-width:768px){.solution .container{padding:60px 20px}}.solution__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto 50px;text-align:center;font-size:40px;line-height:1.4;text-decoration-color:rgba(243,198,34,.5019607843);text-decoration-line:underline;text-decoration-thickness:20px;text-underline-offset:-10px}@media (max-width:960px){.solution__title{font-size:32px;text-decoration-thickness:16px;text-underline-offset:-8px}}@media (max-width:768px){.solution__title{font-size:24px;text-decoration-thickness:12px;text-underline-offset:-6px}}.solution__text{margin-bottom:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:35px;text-align:center}.solution__text-description{font-size:18px}@media (max-width:960px){.solution__text-description{font-size:16px}}.solution__text-advantage{font-weight:700;font-size:22px;line-height:1.8;text-decoration:underline;text-underline-offset:8px}@media (max-width:960px){.solution__text-advantage{font-size:18px}}.solution__text-advantage span{font-size:26px}@media (max-width:960px){.solution__text-advantage span{font-size:22px}}.solution-note{font-weight:700;font-size:20px}@media (max-width:960px){.solution-note{font-size:14px}}.solution__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}@media (max-width:960px){.solution__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.solution-item{padding:10px 10px 20px;background:#fff;-webkit-box-shadow:0px 4px 10.5px 0px rgba(0,0,0,.2509803922);box-shadow:0px 4px 10.5px 0px rgba(0,0,0,.2509803922);-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.solution-item__heading{height:194px;width:100%;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}.solution-item:nth-child(1) .solution-item__heading{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/solution01.jpg) no-repeat center/cover}.solution-item:nth-child(2) .solution-item__heading{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/solution02.jpg) no-repeat center/cover}.solution-item:nth-child(3) .solution-item__heading{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/solution03.jpg) no-repeat center/cover}.solution-item__title{font-size:28px;line-height:1.4;color:var(--wh);text-shadow:0px 4px 11.2px rgba(0,0,0,.2509803922)}@media (max-width:768px){.solution-item__title{font-size:20px}}.solution-item__text{margin-bottom:6px;font-weight:700;font-size:18px;line-height:1.6;text-align:center}@media (max-width:768px){.solution-item__text{font-size:16px}}.solution-item__text span{font-weight:900;font-size:20px;color:var(--accent)}@media (max-width:768px){.solution-item__text span{font-size:18px}}.solution-item__list{background:#f0f0f0;padding:8px;font-size:15px;line-height:1.6;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.solution-item__list li:before{content:"・";left:0}.cta{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/cta-bg.jpg) no-repeat center/cover;color:var(--wh)}.cta .container{max-width:1290px;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;gap:54px}@media (max-width:960px){.cta .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;padding:80px 20px}}@media (max-width:768px){.cta .container{padding:60px 20px}}.cta__title{font-size:28px;line-height:2.2}@media (max-width:960px){.cta__title{font-size:clamp(16px, 2.5vw, 24px)}}.cta__title .accent{font-size:40px;color:var(--accent);margin-right:.2em}@media (max-width:960px){.cta__title .accent{font-size:clamp(20px, 3.5vw, 32px)}}.cta__title .border{border:1px solid var(--wh);padding:0 8px;margin-right:.2em;margin-left:-.2em;font-size:32px}@media (max-width:960px){.cta__title .border{font-size:clamp(18px, 3vw, 28px)}}.cta__button{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:12px;-ms-flex-negative:0;flex-shrink:0}.cta__button-label{font-weight:700;line-height:1;letter-spacing:1.4px;text-shadow:0px 0px 4px rgba(0,0,0,.5019607843)}@media (max-width:768px){.cta__button-label{font-size:14px}}.cta__button-label span{font-size:18px;color:var(--accent);margin:0 .2em}@media (max-width:768px){.cta__button-label span{font-size:16px}}.cta__button-label:before{content:"＼";margin-right:1em}.cta__button-label:after{content:"／";margin-left:1em}.cta__button-link{background:var(--grd-accent);height:80px;width:100%;padding:0 40px;font-weight:700;font-size:24px;letter-spacing:1.4px;line-height:1;text-shadow:0px 0px 4px #ea9e0a;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}@media (max-width:768px){.cta__button-link{font-size:20px;height:60px}}.works{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/works-bg.jpg) no-repeat center/cover}.works__title{font-size:28px;color:var(--wh);line-height:1.4;margin-bottom:80px}@media (max-width:960px){.works__title{font-size:22px;margin-bottom:60px}}@media (max-width:768px){.works__title{font-size:18px;margin-bottom:40px}}.works__title span{font-family:var(--ff-roboto);font-size:96px;line-height:1}@media (max-width:960px){.works__title span{font-size:72px}}@media (max-width:768px){.works__title span{font-size:48px}}.works__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}.works-item{background:var(--wh);padding:30px 40px 30px 8px;width:550px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:24px}@media (max-width:960px){.works-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 20px;gap:12px}}.works-item__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-writing-mode:sideways-lr;-ms-writing-mode:sideways-lr;writing-mode:sideways-lr;border-right:1px solid #777f9c;font-family:var(--ff-roboto);font-size:26px;line-height:1.6;color:#777f9c}@media (max-width:960px){.works-item__heading{-webkit-writing-mode:horizontal-tb;-ms-writing-mode:lr-tb;writing-mode:horizontal-tb;font-size:18px;border-right:none;border-bottom:1px solid #777f9c}}.works-item__label{margin-bottom:30px;height:66px;background:var(--main);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px;font-weight:700;color:var(--wh)}@media (max-width:960px){.works-item__label{margin-bottom:16px}}.works-item__label .sub{font-size:20px;line-height:1.1;text-align:center;width:72px;border-right:1px solid var(--wh);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}@media (max-width:960px){.works-item__label .sub{font-size:16px}}@media (max-width:768px){.works-item__label .sub{font-size:14px}}.works-item__label .main{font-size:24px;line-height:1.8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:960px){.works-item__label .main{font-size:20px}}@media (max-width:768px){.works-item__label .main{font-size:16px}}.works-item__title{margin-bottom:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;font-size:24px;line-height:1.4;color:var(--main)}@media (max-width:960px){.works-item__title{margin-bottom:12px;gap:6px}}@media (max-width:768px){.works-item__title{font-size:20px}}.works-item__title img{width:41px;opacity:.4;display:inline}@media (max-width:960px){.works-item__title img{width:32px}}@media (max-width:960px){.works-item__text{font-size:14px}}.works-item__text span{font-weight:700;font-size:18px;color:var(--red)}@media (max-width:960px){.works-item__text span{font-size:16px}}.comparison{background:#f6f6f6}.comparison .container{max-width:980px}@media (max-width:768px){.comparison .container{padding:100px 20px}}.comparison__title{font-size:32px;line-height:1.4;margin-bottom:40px;text-align:center}.comparison__table{width:100%}.note{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/note-bg.jpg) no-repeat center/cover}.note__title{font-size:28px;color:var(--wh);line-height:1.4;margin-bottom:80px}@media (max-width:960px){.note__title{font-size:22px;margin-bottom:60px}}@media (max-width:768px){.note__title{font-size:18px;margin-bottom:40px}}.note__title span{font-family:var(--ff-roboto);font-size:96px;line-height:1}@media (max-width:960px){.note__title span{font-size:72px}}@media (max-width:768px){.note__title span{font-size:48px}}.note__content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width:768px){.note__content{grid-template-columns:1fr}}.note__item{-webkit-box-flex:1;-ms-flex:1;flex:1;aspect-ratio:16/9;overflow:hidden}.note__item img{height:100%;-o-object-fit:cover;object-fit:cover}.flow{background:#f6f6f6}.flow .container{max-width:940px}.flow__title{font-size:28px;line-height:1.4;margin-bottom:80px;text-align:center}@media (max-width:960px){.flow__title{font-size:22px;margin-bottom:60px}}@media (max-width:768px){.flow__title{font-size:18px;margin-bottom:40px}}.flow__title span{font-family:var(--ff-roboto);font-size:96px;line-height:1;color:transparent;background:var(--grd-main);-webkit-background-clip:text;background-clip:text}@media (max-width:960px){.flow__title span{font-size:72px}}@media (max-width:768px){.flow__title span{font-size:48px}}.flow__list{position:relative;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}.flow__list:after{content:"";position:absolute;background:var(--main);width:2px;height:calc(100% - 136px);top:68px;left:48px;z-index:0}@media (max-width:960px){.flow__list:after{height:calc(100% - 112px);top:56px;left:36px}}@media (max-width:768px){.flow__list:after{height:calc(100% - 100px);top:50px;left:30px}}.flow-item{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}@media (max-width:960px){.flow-item{gap:18px}}@media (max-width:768px){.flow-item{gap:12px}}.flow-item__step{background:var(--main);border-radius:50%;width:96px;height:96px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--wh);font-family:var(--ff-roboto);font-weight:600;font-size:40px;line-height:1;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:1}@media (max-width:960px){.flow-item__step{width:72px;height:72px;gap:0;font-size:32px}}@media (max-width:768px){.flow-item__step{width:60px;height:60px;font-size:20px}}.flow-item__step span{font-size:14px;line-height:1.4}.flow-item__img{width:88px}@media (max-width:960px){.flow-item__img{width:68px}}@media (max-width:768px){.flow-item__img{width:52px}}.flow-item__content{padding:0 16px}.flow-item__title{margin-bottom:12px;font-size:22px;line-height:1.4}.flow-item__text{font-weight:400;line-height:1.4}.faq{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/faq-bg.jpg) no-repeat center/cover}.faq .container{max-width:900px}.faq__title{font-size:28px;color:var(--wh);line-height:1.4;margin-bottom:80px;text-align:center}@media (max-width:960px){.faq__title{font-size:22px;margin-bottom:60px}}@media (max-width:768px){.faq__title{font-size:18px;margin-bottom:40px}}.faq__title span{font-family:var(--ff-roboto);font-size:96px;line-height:1}@media (max-width:960px){.faq__title span{font-size:72px}}@media (max-width:768px){.faq__title span{font-size:48px}}.faq__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.faq-item{background:var(--wh)}.faq-item__question{min-height:72px;padding:20px 50px 16px 12px;position:relative;z-index:1;cursor:pointer;-webkit-transition:.2s;transition:.2s}.faq-item__question:not(.open):hover{background-color:#f1f8ff}.faq-item__question-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:52px;position:relative;line-height:1.5}.faq-item__question-inner:before{position:absolute;left:0;content:"Q";background:var(--main);border:1px solid var(--main);width:36px;height:36px;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;color:var(--wh);font-family:var(--ff-roboto);font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width:768px){.faq-item__question-inner:before{font-size:18px;width:30px;height:30px}}.faq-item__question.open .faq-item__icon:after{height:0}.faq-item__question-text{font-weight:700;font-size:18px;line-height:1.5;letter-spacing:.02em}@media (max-width:768px){.faq-item__question-text{font-size:16px}}.faq-item__answer{display:none;padding:4px 50px 20px 12px}.faq-item__answer-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:52px;position:relative;line-height:1.5}.faq-item__answer-inner:before{position:absolute;left:0;content:"A";border:1px solid var(--main);width:36px;height:36px;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;color:var(--main);font-family:var(--ff-roboto);font-size:20px;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width:768px){.faq-item__answer-inner:before{font-size:18px;width:30px;height:30px}}.faq-item__answer-text{font-weight:400;line-height:1.7}@media (max-width:768px){.faq-item__answer-text{font-size:14px}}.faq-item__icon{position:absolute;top:50%;right:27px;width:15px;height:15px;margin-top:-7px}.faq-item__icon:before,.faq-item__icon:after{position:absolute;content:"";margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle}.faq-item__icon:before{border-top:1px solid var(--gy);width:15px;height:0;top:0;bottom:0;right:0}.faq-item__icon:after{border-left:1px solid var(--gy);width:0;height:15px;top:0;bottom:0;right:7px;-webkit-transition:.3s;transition:.3s}.message{background:#f6f6f6}.message__title{font-size:28px;line-height:1.4;margin-bottom:80px}@media (max-width:960px){.message__title{font-size:22px;margin-bottom:60px}}@media (max-width:768px){.message__title{font-size:18px;margin-bottom:40px}}.message__title span{font-family:var(--ff-roboto);font-size:96px;line-height:1;color:transparent;background:var(--grd-main);-webkit-background-clip:text;background-clip:text}@media (max-width:960px){.message__title span{font-size:72px}}@media (max-width:768px){.message__title span{font-size:48px}}.message__content{max-width:920px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:80px}.message-director{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media (max-width:768px){.message-director{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.message-director__content{width:65%}@media (max-width:768px){.message-director__content{width:100%}}.message-director__title{font-family:var(--ff-noto);font-weight:500;font-size:22px;line-height:1.5;margin-bottom:1em}@media (max-width:768px){.message-director__title{font-size:18px}}.message-director__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1em;font-weight:400;line-height:1.6}@media (max-width:768px){.message-director__text{font-size:14px}}.message-director__img{width:35%}@media (max-width:768px){.message-director__img{width:100%;max-width:350px}}.message-company{background:var(--wh);padding:40px}@media (max-width:768px){.message-company{padding:40px 20px}}.message-company__inner{max-width:536px;margin:0 auto}.message-company__title{font-size:22px;line-height:1.5;letter-spacing:.02em;margin-bottom:80px;text-align:center}.message-company__title span{display:block;margin-bottom:6px;font-family:var(--ff-roboto);font-size:42px;line-height:1;color:transparent;background:var(--grd-main);-webkit-background-clip:text;background-clip:text}.message-company__table{width:100%;border-collapse:collapse}.message-company__table tr{border-bottom:1px solid #d1d1d1}.message-company__table tr:first-child{border-top:1px solid #d1d1d1}.message-company__table th{width:45%;margin-right:6px;padding:8px 80px;text-align:right;font-weight:700;font-size:18px;line-height:1.5;letter-spacing:.02em;color:var(--main)}@media (max-width:768px){.message-company__table th{width:100%;display:block;text-align:center;background:var(--main);color:var(--wh);padding:8px 20px;font-size:16px}}.message-company__table td{padding:8px 0;font-weight:400;line-height:1.5}@media (max-width:768px){.message-company__table td{width:100%;display:block;padding:8px 20px;font-size:14px}}.message-company__table td li:before{content:"・";left:0}.bottom-cta{background:url(//www.promarke.jp/wp-content/themes/promarke-theme/css/../img/bottom-cta-bg.jpg) no-repeat center/cover;color:var(--wh)}.bottom-cta .container{padding:60px 40px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:768px){.bottom-cta .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.bottom-cta-item{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 40px;text-align:center;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:24px}.bottom-cta-item__title{font-family:var(--ff-noto);font-size:32px;line-height:1.25;letter-spacing:.1px}@media (max-width:960px){.bottom-cta-item__title{font-size:24px}}@media (max-width:768px){.bottom-cta-item__title{font-size:20px}}.bottom-cta-item__text{font-weight:400;line-height:1.7;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.bottom-cta-item__button{margin:0 15px;width:100%;height:80px;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;font-weight:700;font-size:24px;line-height:1;letter-spacing:1.4px;text-shadow:0px 0px 4px rgba(0,0,0,.5019607843)}@media (max-width:960px){.bottom-cta-item__button{font-size:20px}}@media (max-width:768px){.bottom-cta-item__button{height:60px}}.bottom-cta-item.information{border-right:1px solid var(--gy)}@media (max-width:960px){.bottom-cta-item.information{padding:0 40px 0 0}}@media (max-width:768px){.bottom-cta-item.information{border-right:none;border-bottom:1px solid var(--gy);padding:0 0 20px}}.bottom-cta-item.information .bottom-cta-item__button{background:var(--grd-gy)}@media (max-width:960px){.bottom-cta-item.contact{padding:0 0 0 40px}}@media (max-width:768px){.bottom-cta-item.contact{padding:20px 0 0}}.bottom-cta-item.contact .bottom-cta-item__button{background:var(--grd-main)}.footer-menu{background:#fff}.footer-menu .container{max-width:1030px;padding:40px;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}@media (max-width:768px){.footer-menu .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}}.footer-menu__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;font-size:13px;line-height:1.7}@media (max-width:768px){.footer-menu__left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer-menu__logo{width:180px}.footer-menu__company{font-weight:700}.footer-menu__address{font-weight:400}.footer-menu__right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}@media (max-width:768px){.footer-menu__right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;gap:5%}}.footer-menu__list{width:160px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:.2px}@media (max-width:768px){.footer-menu__list{width:45%}}.footer-menu__button{width:220px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:13px;font-weight:700;font-size:14px;line-height:1.3;letter-spacing:.2px}@media (max-width:768px){.footer-menu__button{width:50%}}.footer-menu__button li a{padding:8px 0;border-bottom:1px solid var(--bk)}.footer-copyright{padding:8px 40px;background:#1f2a37;font-weight:400;font-size:10px;letter-spacing:.2px;color:#fff;text-align:center}@media (max-width:768px){.footer-copyright{margin-bottom:50px}}.wpcf7{padding:0 20px;max-width:800px;margin:50px auto}.wpcf7 form .wpcf7-form-control-wrap{display:block}.wpcf7-form p{margin:0 0 16px}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea,.wpcf7 select{width:100%;max-width:680px;border:1px solid #ddd;border-radius:8px;padding:12px 14px;font-size:16px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}.wpcf7 textarea{min-height:160px;resize:vertical}.wpcf7 .wpcf7-submit{display:inline-block;padding:14px 28px;border:none;border-radius:9999px;background:#111;color:#fff;font-weight:700;cursor:pointer;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.wpcf7 .wpcf7-submit:hover{opacity:.85}.wpcf7 .wpcf7-not-valid-tip{color:#d93025;font-size:13px;margin-top:6px}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.spam .wpcf7-response-output{border-color:#d93025;color:#d93025}.wpcf7 form.sent .wpcf7-response-output{border-color:#0a7f42;color:#0a7f42}.wpcf7 .wpcf7-response-output{margin:16px 0 0;padding:10px 12px;border:1px solid #ddd;border-radius:6px;background:#fff}.wpcf7 form label{display:block;font-weight:600;margin-bottom:8px}.wpcf7 .required{color:#d93025;margin-left:4px}.youtube-lazy{position:relative;width:100%;aspect-ratio:16/9;background:#000;cursor:pointer;overflow:hidden}.youtube-lazy img{width:100%;height:100%;object-fit:cover;display:block}.youtube-lazy:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.3)}.youtube-lazy:after{content:"▶";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:64px;opacity:.9;pointer-events:none}.youtube-lazy.active:after,.youtube-lazy.active:before{display:none}