:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - var(--swiper-navigation-size) / 2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - var(--swiper-navigation-size) / 2);margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}html{height:100%;font-size:62.5%}body{color:#000;font-size:1.6rem;font-family:Noto Sans JP,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%;background-color:#fff;overflow-x:hidden}body.is-fixed{overflow:hidden}a{color:#000;font-weight:500;text-decoration:none;transition:all .3s ease}img{vertical-align:bottom;max-width:100%;height:auto}button{border:none}label{white-space:nowrap}input{border:none}.grecaptcha-badge{visibility:hidden}.l-container{width:1200px;margin:0 auto}@media (max-width: 1023px){.l-container{width:83.333vw}}@media (max-width: 598px){.l-container{width:100%;padding-left:6.667vw;padding-right:6.667vw}}.l-header{position:fixed;top:0;left:0;z-index:40;width:100%;height:60px;transition:transform .4s ease,background-color .4s ease;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (max-width: 598px){.l-header{height:50px}}.l-header.is-hide{transform:translateY(-100%)}.l-header.is-top-page:not(.is-scrolled){background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.l-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding-left:3rem}@media (max-width: 598px){.l-header__inner{padding-left:1.6rem}}.l-header__logo{width:200px;z-index:40}@media (max-width: 598px){.l-header__logo{width:160px}}.l-header__logo-white{display:none}.is-top-page:not(.is-scrolled) .l-header__logo-white{display:block}.l-header.is-menu-open .l-header__logo-white{display:none!important}.l-header__logo-red{display:block}.is-top-page:not(.is-scrolled) .l-header__logo-red{display:none}.l-header.is-menu-open .l-header__logo-red{display:block!important}.l-header-nav{z-index:30}@media (max-width: 1023px){.l-header-nav{display:none}}.l-header-nav.is-menu-open{right:0}.l-header-nav__list{display:flex;align-items:center;gap:5rem;list-style:none;transition:all ease .5s}@media (max-width: 1280px){.l-header-nav__list{gap:3rem}}.l-header-nav__item{position:relative}.l-header-nav__toggle{position:relative;cursor:pointer;padding-right:13px}.l-header-nav__link,.l-header-nav__toggle{font-size:1.3rem;font-weight:400;color:#000}.is-top-page:not(.is-scrolled) .l-header-nav__link,.is-top-page:not(.is-scrolled) .l-header-nav__toggle{color:#fff}.l-header.is-menu-open .l-header-nav__link,.l-header.is-menu-open .l-header-nav__toggle{color:#000!important}.l-header-nav__toggle-arrow{width:6px;height:6px;position:absolute;top:50%;right:0;transform:translateY(-50%);transition:all ease .3s}.l-header-nav__toggle-arrow:before{content:"";display:block;width:6px;height:6px;border:1px solid;border-color:transparent transparent #000 #000;transform:rotate(-45deg)}.is-active .l-header-nav__toggle-arrow{transform:translateY(0) scaleY(-1)}.is-top-page:not(.is-scrolled) .l-header-nav__toggle-arrow:before{border-color:transparent transparent #fff #fff}.l-header.is-menu-open .l-header-nav__toggle-arrow:before{border-color:transparent transparent #000 #000}.l-header-nav__submenu{opacity:0;visibility:hidden;pointer-events:none;transition:all .3s ease;position:absolute;display:inline-flex;flex-direction:column;align-items:flex-start;transform:translateY(6px);gap:6px;padding:10px;top:100%;left:0;z-index:100;background:#fff;min-width:140px;list-style:none;box-shadow:0 0 .6rem .1rem #0000001a}.is-active .l-header-nav__submenu{opacity:1;visibility:visible;pointer-events:auto}.is-top-page:not(.is-scrolled) .l-header-nav__submenu{background:#ffffffb3}.l-header-nav__submenu:before{content:"";position:absolute;top:-10px;left:0;width:100%;height:20px;display:block}.l-header-nav__submenu-link{font-size:1.2rem;font-weight:400}.l-header-nav__button{height:60px;width:200px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:1.3rem;font-weight:400;line-height:1;color:#fff;background-color:#e84b20;transition:background .5s ease}.l-header-nav__button:before{content:"";display:block;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_mail.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:15px;height:11px}@media (hover: hover){.l-header-nav__button:hover{background-color:#000}}.l-header-nav-sp{display:none;z-index:30;position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;transition:right .3s ease;padding-top:6rem}@media (max-width: 1023px){.l-header-nav-sp{display:block}}@media (max-width: 598px){.l-header-nav-sp{padding-top:5rem}}.l-header-nav-sp.is-menu-open{right:0}.l-header-nav-sp__list{list-style:none;padding:5.8rem 6rem}.l-header-nav-sp__item{position:relative;margin-top:2.4rem}.l-header-nav-sp__item:first-child{margin-top:0}.l-header-nav-sp__link,.l-header-nav-sp__toggle{position:relative;display:block;height:24px;line-height:0;box-sizing:border-box;padding-left:18px}.l-header-nav-sp__link:before,.l-header-nav-sp__toggle:before{content:"";position:absolute;display:block;top:50%;left:-7px;width:14px;height:14px;border:1px solid;border-color:#bdbdbd #bdbdbd transparent transparent;transform:translateY(-50%) rotate(45deg)}.l-header-nav-sp__link img,.l-header-nav-sp__toggle img{height:100%;width:auto}.is-submenu-open .l-header-nav-sp__toggle:before{border-color:#E84B20 #E84B20 transparent transparent}.l-header-nav-sp__submenu{display:none;flex-direction:column;gap:1.4rem;list-style:none;margin-top:2rem;padding-left:1.8rem}.is-submenu-open .l-header-nav-sp__submenu{display:flex}.l-header-nav-sp__submenu-link{display:block;height:22px;line-height:0;box-sizing:border-box}.l-header-nav-sp__submenu-link img{height:100%;width:auto}.l-header-button-sp{display:none;z-index:40}@media (max-width: 1023px){.l-header-button-sp{display:flex}}.l-header-button-sp__contact{display:block;position:relative;background:#e84b20}@media (max-width: 1023px){.l-header-button-sp__contact{display:flex;width:60px;height:60px}}@media (max-width: 598px){.l-header-button-sp__contact{width:50px;height:50px}}.l-header-button-sp__contact:before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_mail.svg);background-repeat:no-repeat;background-position:center;width:15px;height:11px}.l-header-button-sp__hamburger{position:relative;height:60px;width:60px;background:#000}@media (max-width: 598px){.l-header-button-sp__hamburger{width:50px;height:50px}}.l-header-button-sp__hamburger span{position:absolute;width:24px;height:1px;left:50%;transform:translate(-50%);background:#fff}.l-header-button-sp__hamburger span:nth-of-type(1){top:calc(50% - 3px)}.l-header-button-sp__hamburger span:nth-of-type(2){top:calc(50% + 3px)}.l-header-button-sp__hamburger[aria-expanded=true] span:nth-of-type(1){top:50%;transform:translate(-50%,-50%) rotate(45deg)}.l-header-button-sp__hamburger[aria-expanded=true] span:nth-of-type(2){top:50%;transform:translate(-50%,-50%) rotate(-45deg)}.l-footer{background-color:#fff;border-top:1px solid #E84B20}.l-footer__inner{display:flex;gap:10rem;justify-content:space-between;align-items:center;padding-inline:9.1rem 5.9rem}@media (max-width: 1280px){.l-footer__inner{padding-inline:5%;gap:5rem}}@media (max-width: 1023px){.l-footer__inner{flex-direction:column;padding:6rem 4.5rem 1.5rem;gap:10rem}}@media (max-width: 598px){.l-footer__inner{gap:7.3rem}}.l-footer__logo{width:456px}@media (max-width: 598px){.l-footer__logo{width:258px}}.l-footer__right{min-height:452px;padding-block:7.6rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0}@media (max-width: 1023px){.l-footer__right{min-height:auto;padding-block:0}}@media (max-width: 598px){.l-footer__right{width:100%}}.l-footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:12.5rem}@media (max-width: 598px){.l-footer__bottom{flex-direction:column;margin-top:3.3rem}}.l-footer__bottom-list{display:flex;list-style:none;gap:2.4rem}.l-footer__bottom-link{font-size:1.2rem;font-weight:400;color:#252525}@media (max-width: 598px){.l-footer__bottom-link{line-height:2.2}}.l-footer__bottom-copy{font-size:10px;font-weight:400;color:#252525}@media (max-width: 598px){.l-footer__bottom-copy{margin-top:1rem;line-height:2.6}}.l-footer-menu{display:flex;gap:6.7rem;padding-right:2.7rem;transition:all ease .5s}@media (max-width: 1280px){.l-footer-menu{gap:3rem}}@media (max-width: 1023px){.l-footer-menu{padding-right:0;gap:4rem}}@media (max-width: 598px){.l-footer-menu{flex-direction:column;gap:0}}.l-footer-menu__block{display:flex;flex-direction:column;gap:2.4rem}@media (max-width: 598px){.l-footer-menu__block{gap:0;border-top:1px solid #b2b2b2}.l-footer-menu__block:first-of-type{border-top:0}}.l-footer-menu__list{display:flex;flex-direction:column;gap:2.4rem;list-style:none}@media (max-width: 598px){.l-footer-menu__list{display:none;gap:2rem;padding-block:1rem 2rem}}.l-footer-menu__title{font-size:1.5rem;font-weight:600;line-height:1}@media (max-width: 598px){.l-footer-menu__title{font-size:1.4rem}}.l-footer-menu__trigger{position:relative;width:100%;text-align:left}.l-footer-menu__trigger:before{content:"";display:none;position:absolute;top:50%;right:0;transform:translateY(-50%);background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_black_bottom.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:12px;height:6px}.l-footer-menu__trigger[aria-expanded=true]:before{transform:translateY(-50%) scaleY(-1)}@media (max-width: 598px){.l-footer-menu__trigger{padding-block:1.7rem}.l-footer-menu__trigger:before{display:block}}.l-footer-menu__link,.l-footer-menu__link-sub{display:block;font-size:1.5rem;line-height:1}.l-footer-menu__link{font-weight:600}@media (max-width: 598px){.l-footer-menu__link{border-top:1px solid #b2b2b2;padding-block:1.7rem}.l-footer-menu__link:first-of-type{border-top:0}}@media (max-width: 598px){.l-footer-menu__title .l-footer-menu__link{display:none}}.l-footer-menu__link-sub{font-weight:400}@media (max-width: 598px){.l-footer-menu__link-sub{font-size:1.3rem}}#footer-menu-business .l-footer-menu__link-sub{font-weight:600}@media (max-width: 598px){#footer-menu-business .l-footer-menu__link-sub{font-weight:400}}.l-footer-menu__link-sub[target=_blank]:after{content:"";display:inline-block;vertical-align:middle;margin-left:4px;width:12px;height:12px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external_gray.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.l-breadcrumbs{padding-inline:clamp(1.6rem,.8rem + 7.5vw,10rem)}@media (max-width: 1023px){.l-breadcrumbs{padding-inline:5%}}@media (max-width: 598px){.l-breadcrumbs{padding-inline:1.6rem}}.l-breadcrumbs--gray{background:#f7f6f4}.l-breadcrumbs__inner{width:100%;padding-block:2.1rem 2.2rem}@media (max-width: 598px){.l-breadcrumbs__inner{padding-block:1rem 1.1rem}}.l-breadcrumbs span,.l-breadcrumbs a{font-size:1.5rem;font-weight:400;letter-spacing:.02em;line-height:1}@media (max-width: 598px){.l-breadcrumbs span,.l-breadcrumbs a{font-size:1.1rem}}.l-breadcrumbs span:after{content:"";width:6px;height:10px;margin-inline:10px 6px;display:inline-block;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_black_right.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width: 598px){.l-breadcrumbs span:after{width:5px;height:8px;margin-inline:9px 4px}}.l-breadcrumbs span:last-child:after{display:none}.l-form__head{padding-block:1.8rem;font-size:1.6rem;font-weight:500;letter-spacing:.02em}@media (max-width: 598px){.l-form__head{padding-block:1.4rem;font-size:1.4rem}}.l-form__body{border-bottom:1px solid #bdbdbd}.l-form__checkbox{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:2rem}@media (max-width: 1023px){.l-form__checkbox{grid-template-columns:repeat(2,1fr)}}@media (max-width: 598px){.l-form__checkbox{display:flex;flex-direction:column}}.l-form__checkbox .wpcf7-list-item{margin:0}.l-form__checkbox input{width:14px;height:14px;margin-right:4px}.l-form__checkbox label{display:inline-block;padding-block:.8rem;font-size:1.6rem}@media (max-width: 598px){.l-form__checkbox label{padding-block:.5rem .6rem;font-size:1.4rem}}.l-form__input-text,.l-form__input-textarea{width:100%;padding:1.7rem 2.7rem 1.8rem;font-size:1.6rem}@media (max-width: 598px){.l-form__input-text,.l-form__input-textarea{padding:2rem;font-size:1.4rem}}.l-form__input-textarea{min-height:200px}@media (max-width: 598px){.l-form__input-textarea{min-height:150px}}.l-form__label{display:inline-block;height:23px;min-width:53px;border-radius:50px;color:#fff;font-size:1.4rem;font-weight:700;background:#828282;padding:1px 12px 2px;margin-right:12px}@media (max-width: 598px){.l-form__label{height:19px;min-width:46px;padding:0 10px 1px;margin-right:10px;font-size:1.2rem}}.l-form__label--required{background:linear-gradient(90deg,#e84b20,#ffc4b4)}.l-form__item-note{padding-left:2.7rem;font-size:1.4rem;line-height:1.6;letter-spacing:.02em}@media (max-width: 598px){.l-form__item-note{font-size:1.1rem}}.l-form__acceptance{margin-top:6rem;text-align:center;position:relative}@media (max-width: 598px){.l-form__acceptance{margin-top:4.5rem}}.l-form__acceptance .wpcf7-list-item{margin:0}.l-form__acceptance-checkbox{width:20px;height:20px;position:absolute;top:50%;left:0;transform:translateY(calc(-50% + 2px))}@media (max-width: 598px){.l-form__acceptance-checkbox{width:15px;height:15px}}.l-form__acceptance-text{padding-left:32px;font-size:1.3rem;font-weight:400}@media (max-width: 598px){.l-form__acceptance-text{padding-left:24px;font-size:1.1rem}}.l-form__acceptance-text a{text-decoration:underline;font-weight:400}.l-form__button{display:flex;justify-content:center;margin-top:3rem}@media (max-width: 598px){.l-form__button{margin-top:2.2rem}}.l-form__button .wpcf7-spinner{display:none}.l-form__button .wpcf7-submit:disabled{opacity:.6}.l-form__button-submit{width:260px;height:74px;margin:0 auto;border-radius:40px;font-size:1.5rem;font-family:Zen Kaku Gothic New,sans-serif;font-weight:700;letter-spacing:.04em;color:#fff;background:linear-gradient(90deg,#e84b20,#ffc4b4,#e84b20);background-size:200% auto;background-position:0% center;transition:background-position .5s ease}@media (max-width: 598px){.l-form__button-submit{width:195px;height:55px;font-size:1.4rem}}@media (hover: hover){.l-form__button-submit:hover{background-position:-100% center}}.l-form__button-submit[disabled]{pointer-events:none}.l-form__note{margin-top:3rem;font-size:1.3rem;text-align:center}@media (max-width: 598px){.l-form__note{margin-top:2.2rem;font-size:1rem;text-align:left}}.l-form__note a{text-decoration:underline}.l-single-page .wp-block-image{margin-top:3rem}.l-single-page .wp-block-image img{width:100%;height:100%}.l-single-page h1,.l-single-page h2,.l-single-page h3,.l-single-page h4,.l-single-page h5,.l-single-page h6{font-weight:500;margin-top:5rem;line-height:1.4;letter-spacing:.04em}.l-single-page h1,.l-single-page__title{font-size:3.4rem}@media (max-width: 598px){.l-single-page h1,.l-single-page__title{font-size:2.2rem}}.l-single-page h2{font-size:2.4rem}@media (max-width: 598px){.l-single-page h2{font-size:1.8rem}}.l-single-page h3{font-size:2rem}@media (max-width: 598px){.l-single-page h3{font-size:1.8rem}}.l-single-page .is-style-decoration-dot{padding-left:2.5rem;position:relative}.l-single-page .is-style-decoration-dot:before{content:"";position:absolute;left:0;width:1rem;height:1rem;background:linear-gradient(90deg,#e84b20,#ffc4b4)}@media (max-width: 598px){.l-single-page .is-style-decoration-dot:before{width:.8rem;height:.8rem}}.l-single-page .is-style-decoration-line,.l-single-page__decoration-line{padding-left:1.3rem;position:relative}@media (max-width: 598px){.l-single-page .is-style-decoration-line,.l-single-page__decoration-line{padding-left:1.1rem}}.l-single-page .is-style-decoration-line:before,.l-single-page__decoration-line:before{content:"";position:absolute;top:13%;left:0;width:5px;height:80%;min-height:22px;background:linear-gradient(180deg,#e84b20,#ffc4b4)}@media (max-width: 598px){.l-single-page .is-style-decoration-line:before,.l-single-page__decoration-line:before{top:4%;width:4px;min-height:19px}}.l-single-page p{margin-top:3.2rem;font-size:1.6rem;font-weight:300;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.l-single-page p{font-size:1.4rem}}.l-single-page ol,.l-single-page ul{margin-block-start:3.2rem;padding-inline-start:3.2rem}.l-single-page li{list-style:auto}.l-single-page .wp-block-separator,.l-single-page__separator{border-top:1px solid #E84B20;border-image-slice:1;margin-top:5rem}.l-single-page .wp-block-image:first-child,.l-single-page h1:first-child,.l-single-page h2:first-child,.l-single-page h3:first-child,.l-single-page h4:first-child,.l-single-page h5:first-child,.l-single-page h6:first-child,.l-single-page p:first-child,.l-single-page ol:first-child,.l-single-page ul:first-child{margin-top:0}.c-button{width:-moz-fit-content;width:fit-content;min-width:min(260px,100%);height:74px;position:relative;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-inline:4.2rem 3rem;color:#fff;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.04em;border-radius:40px;background:linear-gradient(90deg,#e84b20,#ffc4b4,#e84b20);background-size:200% auto;background-position:0% center;transition:background-position .5s ease}@media (hover: hover){.c-button:hover{background-position:-100% center}}@media (max-width: 598px){.c-button{min-width:min(195px,100%);height:56px;padding-inline:2.7rem 2rem;font-size:1.2rem;gap:1.7rem}}@media (max-width: 598px){.p-policy .c-button{font-size:1.3rem}}.c-button:after{content:"";display:block;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:15px;height:30px}@media (max-width: 598px){.c-button:after{width:11px;height:22px;right:20px}}.c-button[target=_blank]{padding-inline:4.2rem 2.6rem}@media (max-width: 598px){.c-button[target=_blank]{padding-inline:2.7rem 1.8rem}}.c-button[target=_blank]:after{right:26px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external_white.svg);width:20px;height:20px}@media (max-width: 598px){.c-button[target=_blank]:after{right:18px;width:15px;height:15px}}.c-button--small{gap:1.9rem;height:60px;min-width:min(297px,100%);padding-inline:4.2rem 2rem;font-size:1.6rem}@media (max-width: 598px){.c-button--small{min-width:min(247px,100%);height:50px;padding-inline:2.3rem 1.6rem;font-size:1.4rem}}.c-button--small[target=_blank]{padding-inline:4.2rem 3rem}@media (max-width: 598px){.c-button--small[target=_blank]{padding-inline:2.3rem 1.9rem}}.c-button--small:after{right:20px;width:10px;height:20px}@media (max-width: 598px){.c-button--small:after{width:8px;height:16px;right:16px}}.c-title{position:relative;padding-left:5.4rem}@media (max-width: 598px){.c-title{padding-left:3rem}}.c-title:before{content:"";position:absolute;top:0;left:0;display:block;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_title_arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:36px;height:70px}@media (max-width: 598px){.c-title:before{width:20px;height:39px}}.c-title--center{text-align:center;padding-left:0}.c-title--center:before{display:none}.c-title--small{padding-left:3.9rem}@media (max-width: 598px){.c-title--small{padding-left:2.9rem}}.c-title--small:before{width:21px;height:40px}@media (max-width: 598px){.c-title--small:before{width:15px;height:30px}}.c-title__en{display:block;height:72px;padding-block:1rem .8rem;line-height:0;box-sizing:border-box}@media (max-width: 598px){.c-title__en{height:43px;padding-block:.6rem .4rem}}.c-title__en--small{height:40px;padding-block:.2rem}@media (max-width: 598px){.c-title__en--small{height:30px}}.c-title__en img{height:100%;width:auto}.c-title__jp{display:block;margin-top:1.8rem;font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:.04em;color:#010101}@media (max-width: 598px){.c-title__jp{margin-top:1rem;font-size:1.2rem}}.c-title-sub__jp{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;font-weight:500;line-height:1;color:#e84b20}@media (max-width: 598px){.c-title-sub__jp{gap:.5rem;font-size:1.1rem}}@media (max-width: 598px){.p-business-mission .c-title-sub__jp{font-size:1.2rem}}.c-title-sub__jp:before,.c-title-sub__jp:after{content:"";display:block;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/deco_title.svg);background-repeat:no-repeat;background-size:auto;width:4px;height:15px}@media (max-width: 598px){.c-title-sub__jp:before,.c-title-sub__jp:after{width:3px;height:11px}}.c-title-sub__jp:after{transform:scaleX(-1)}.c-title-sub__en{display:block;margin-top:2rem;padding-block:.8rem .5rem;line-height:0;box-sizing:border-box}@media (max-width: 598px){.c-title-sub__en{height:35px;margin-top:1.2rem;padding-block:.4rem .3rem}}@media (max-width: 598px){.p-business-mission .c-title-sub__en{height:36px;margin-top:1.5rem}}.c-title-sub__en img{height:100%;width:auto}.c-title-parens{color:#e84b20;text-align:center}.c-title-parens__en{display:flex;align-items:center;justify-content:center;gap:12px;font-family:Roboto,sans-serif;font-size:2.4rem;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width: 598px){.c-title-parens__en{gap:9px;font-size:1.8rem}}.c-title-parens__en:before,.c-title-parens__en:after{content:"";display:block;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/deco_title.svg);background-repeat:no-repeat;background-size:cover;width:6px;height:22px}@media (max-width: 598px){.c-title-parens__en:before,.c-title-parens__en:after{width:4px;height:17px}}.c-title-parens__en:after{transform:scaleX(-1)}.c-title-parens__jp{display:block;margin-top:2rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.7rem;font-weight:500;letter-spacing:.04em;line-height:1}@media (max-width: 598px){.c-title-parens__jp{margin-top:1.5rem;font-size:1.2rem}}.c-slider-pagination .swiper-pagination-bullet{margin:0 6px!important}.c-slider-pagination .swiper-pagination-bullet-active{background:#e84b20}.c-post-pagination{position:relative}.c-post-pagination .wp-pagenavi{display:flex;justify-content:center;align-items:center;gap:2.5rem}@media (max-width: 598px){.c-post-pagination .wp-pagenavi{gap:1.6rem}}.c-post-pagination .wp-pagenavi a,.c-post-pagination .wp-pagenavi span{width:50px;height:50px;display:flex;justify-content:center;align-items:center;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:400!important;line-height:1;padding:0;margin:0;border:none;color:#e84b20}@media (max-width: 598px){.c-post-pagination .wp-pagenavi a,.c-post-pagination .wp-pagenavi span{width:37px;height:37px;font-size:1.2rem}}.c-post-pagination .wp-pagenavi a{transition:opacity .5s ease}@media (hover: hover){.c-post-pagination .wp-pagenavi a:hover{opacity:.5}}.c-post-pagination .wp-pagenavi .current{background:linear-gradient(90deg,#e84b20,#ffc4b4);border-radius:50%;overflow:hidden;position:relative;color:#fff;pointer-events:none}.c-post-pagination .wp-pagenavi .previouspostslink,.c-post-pagination .wp-pagenavi .nextpostslink{width:15px;height:30px;position:relative}@media (max-width: 598px){.c-post-pagination .wp-pagenavi .previouspostslink,.c-post-pagination .wp-pagenavi .nextpostslink{width:11px;height:22px}}.c-post-pagination .wp-pagenavi .previouspostslink:before,.c-post-pagination .wp-pagenavi .nextpostslink:before{content:"";display:block;position:absolute;width:21px;height:21px;border-top:1px solid #E84B20;border-right:1px solid #E84B20;transform-origin:center}@media (max-width: 598px){.c-post-pagination .wp-pagenavi .previouspostslink:before,.c-post-pagination .wp-pagenavi .nextpostslink:before{width:16px;height:16px}}.c-post-pagination .wp-pagenavi .previouspostslink{left:0}.c-post-pagination .wp-pagenavi .previouspostslink:before{transform:rotate(-135deg)}.c-post-pagination .wp-pagenavi .nextpostslink{right:0}.c-post-pagination .wp-pagenavi .nextpostslink:before{transform:rotate(45deg)}.c-post-pagination .wp-pagenavi .pages{display:none}.c-color-red{color:#e84b20}@media (hover: hover){.c-link-text{width:-moz-fit-content;width:fit-content;position:relative;text-decoration:none}.c-link-text:before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background-color:currentcolor;transform:scaleX(0);transform-origin:right top;transition:transform .5s ease}.c-link-text:hover:before{transform:scaleX(1);transform-origin:left top}}.p-top-mv{position:relative;height:100vh;height:100dvh;overflow:hidden}.p-top-mv__title{display:flex;flex-direction:row-reverse;gap:22px;position:absolute;top:176px;right:119px;z-index:10}@media (max-width: 1023px){.p-top-mv__title{top:inherit;bottom:33%;right:45px}}@media (max-width: 598px){.p-top-mv__title{gap:13px}}.p-top-mv__title span{font-family:BIZ UDPMincho,serif;font-size:4.8rem;font-weight:400;line-height:1;letter-spacing:.14em;writing-mode:vertical-rl;color:#fff}@media (max-width: 598px){.p-top-mv__title span{font-size:2.8rem}}.p-top-mv__bottom{position:absolute;bottom:24px;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-inline:63px 55px;z-index:10}@media (max-width: 1023px){.p-top-mv__bottom{flex-direction:column-reverse;align-items:baseline;gap:5rem;bottom:0;padding-inline:0}}@media (max-width: 598px){.p-top-mv__bottom{gap:1.4rem}}.p-top-mv__logo{width:100%;max-width:730px;opacity:.8}@media (max-width: 1023px){.p-top-mv__logo{max-width:100%}}.p-top-mv__logo img{width:100%}.p-top-mv__banner{display:flex;justify-content:center;align-items:center;gap:2rem}@media (max-width: 1023px){.p-top-mv__banner{gap:.8rem;padding-left:2rem;flex-direction:column}}@media (max-width: 598px){.p-top-mv__banner{padding-left:1.6rem}}.p-top-mv__banner-item{display:block;max-width:210px;border:5px solid rgba(255,255,255,.3)}@media (max-width: 598px){.p-top-mv__banner-item{max-width:158px;border:4px solid rgba(255,255,255,.3)}}@media (hover: hover){.p-top-mv__banner-item[href]{cursor:pointer}.p-top-mv__banner-item[href]:hover{opacity:.7}}.p-top-mv__slider{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.p-top-mv__slider:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(90deg,#0003,#0006);z-index:10;pointer-events:none}.p-top-mv__slider .swiper-slide{width:100%;height:100%;overflow:hidden}.p-top-mv__slider .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.2);will-change:transform}.p-top-mv__slider .swiper-slide.swiper-slide-active img,.p-top-mv__slider .swiper-slide.swiper-slide-duplicate-active img,.p-top-mv__slider .swiper-slide.swiper-slide-prev img,.p-top-mv__slider .swiper-slide.swiper-slide-next img,.p-top-mv__slider .swiper-slide.swiper-slide-duplicate-next img,.p-top-mv__slider .swiper-slide.swiper-slide-duplicate-prev img{animation:zoomOut 10s linear both}@keyframes zoomOut{0%{transform:scale(1.2)}to{transform:scale(1)}}.p-top-about{background:#fff;width:100%;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (max-width: 598px){.p-top-about{width:auto}}.p-top-about.is-animated{min-height:100%;padding-block:13.2rem 15.5rem}@media (max-width: 598px){.p-top-about.is-animated{padding-block:8.8rem 8.6rem}}.p-top-about__inner{width:100%;max-width:1440px;display:flex;gap:clamp(5rem,15vw,21rem);margin:0 auto;padding-left:clamp(2rem,12vw,18.5rem);padding-right:clamp(2rem,17vw,25.1rem)}@media (max-width: 1023px){.p-top-about__inner{flex-direction:column;gap:6.5rem;align-items:center;padding-inline:4.5rem}}.p-top-about__title{width:-moz-fit-content;width:fit-content;display:flex;flex-direction:column;gap:22px;z-index:10;opacity:0;filter:blur(20px);transform:translateY(20px);transition:filter .2s ease-out;writing-mode:vertical-rl}.is-animated .p-top-about__title{opacity:1!important;filter:blur(0)!important;transform:translateY(0)!important;transition:none!important}@media (max-width: 598px){.p-top-about__title{gap:13px}}.p-top-about__title span{font-family:BIZ UDPMincho,serif;font-size:4.8rem;font-weight:400;line-height:1;letter-spacing:.14em}@media (max-width: 598px){.p-top-about__title span{font-size:2.8rem}}.p-top-about__content{display:grid;gap:3.2rem;margin-top:9.8rem;opacity:0;transform:translateY(20px)}.is-animated .p-top-about__content{opacity:1!important;transform:translateY(0)!important;transition:none!important}@media (max-width: 598px){.p-top-about__content{gap:2.4rem;margin-top:0}}.p-top-about__text{font-size:2rem;line-height:2.4}@media (max-width: 598px){.p-top-about__text{font-size:1.4rem;line-height:2.2}}.p-top-business-main__inner{width:100%;max-width:1440px;margin:0 auto;display:grid;grid-template-columns:1fr 53.4722222222%;gap:9.4rem}@media (max-width: 1023px){.p-top-business-main__inner{display:flex;flex-direction:column-reverse}}@media (max-width: 598px){.p-top-business-main__inner{gap:4rem}}.p-top-business-main__content{padding-left:7.7rem}@media (max-width: 1023px){.p-top-business-main__content{padding-inline:5%}}@media (max-width: 598px){.p-top-business-main__content{padding-inline:1.5rem}}.p-top-business-main__image img{width:100%}.p-top-business-main__title,.p-top-business-main__text{padding-left:5.4rem}@media (max-width: 598px){.p-top-business-main__title,.p-top-business-main__text{padding-left:3rem}}.p-top-business-main__title{font-family:Zen Kaku Gothic New,sans-serif;margin-top:5.5rem;font-size:3.4rem;font-weight:400;line-height:1.65;letter-spacing:.04em}@media (max-width: 598px){.p-top-business-main__title{margin-top:4.1rem;font-size:2.4rem}}.p-top-business-main__text{margin-top:1.8rem;font-size:1.6rem;line-height:2.2;letter-spacing:.02em}@media (max-width: 598px){.p-top-business-main__text{margin-top:1.3rem;font-size:1.2rem}}.p-top-business{margin-top:12rem;padding-inline:10rem}@media (max-width: 598px){.p-top-business:first-of-type{margin-top:8rem}}@media (max-width: 1023px){.p-top-business{padding-inline:1.5rem}}@media (max-width: 598px){.p-top-business{margin-top:6rem}}.p-top-business__inner{width:100%;max-width:1240px;margin:0 auto;display:grid;gap:4rem;grid-template-columns:55.3225806452% 1fr}@media (max-width: 1023px){.p-top-business__inner{display:flex;flex-direction:column;align-items:center}}.p-top-business:nth-of-type(2n) .p-top-business__inner{grid-template-columns:1fr 55.3225806452%}@media (max-width: 1023px){.p-top-business:nth-of-type(2n) .p-top-business__inner{flex-direction:column-reverse}}.p-top-business__content{padding-inline:3rem}.p-top-business__text{margin-top:4.5rem;font-size:1.6rem;line-height:2.2;letter-spacing:.02em}@media (max-width: 598px){.p-top-business__text{margin-top:3.3rem;font-size:1.2rem}}.p-top-business__title-sub{font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.02em;line-height:1;margin-top:2rem;color:#e84b20}@media (max-width: 598px){.p-top-business__title-sub{font-size:1.2rem;margin-top:1.5rem}}.p-top-business__list{list-style:none;margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:1.6rem}@media (max-width: 598px){.p-top-business__list{margin-top:.9rem;gap:.6rem 1.2rem}}.p-top-business__item{font-size:1.3rem;letter-spacing:.02em;line-height:1;color:#333}@media (max-width: 598px){.p-top-business__item{font-size:.9rem}}.p-top-business__button{margin-top:4rem}@media (max-width: 1023px){.p-top-business__button{margin-inline:auto}}@media (max-width: 598px){.p-top-business__button{margin-top:3rem}}.p-top-business__image{max-width:686px}@media (max-width: 1023px){.p-top-business__image{max-width:100%}}.p-top-business__image img{width:100%}.p-top-works{margin-top:12rem;padding-block:10rem;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/bg_gradation.webp);background-repeat:no-repeat;background-position:center;background-size:cover;padding-inline:clamp(1.5rem,5vw,7.7rem)}@media (max-width: 598px){.p-top-works{margin-top:8rem;padding:4rem 1.5rem}}.p-top-works__head{display:flex;justify-content:space-between;max-width:1286px;margin:0 auto;gap:4.1rem}@media (max-width: 1023px){.p-top-works__head{flex-direction:column;padding-right:0}}.p-top-works__list{max-width:1180px;margin:6rem auto 0}@media (max-width: 598px){.p-top-works__list{margin-top:4rem;padding-inline:3rem}}.p-top-works__button{margin:5rem auto 0}@media (max-width: 598px){.p-top-works__button{margin:4rem auto 0}}.p-top-brands{padding-block:10rem}@media (max-width: 598px){.p-top-brands{padding-block:4rem 5.8rem}}.p-top-brands__head{padding-inline:clamp(1.5rem,5vw,7.7rem)}@media (max-width: 598px){.p-top-brands__head{padding-inline:1.5rem}}.p-top-brands__title{max-width:1286px;margin:0 auto}.p-top-brands__slider{position:relative;max-width:1440px;margin:6rem auto 0;overflow:hidden}@media (max-width: 598px){.p-top-brands__slider{margin:3.9rem auto 0}}.p-top-brands__slider:before,.p-top-brands__slider:after{content:"";position:absolute;top:0;z-index:10;width:20%;height:100%;pointer-events:none}.p-top-brands__slider:before{left:0;background:linear-gradient(to right,#fff,#fff0)}.p-top-brands__slider:after{right:0;background:linear-gradient(to left,#fff,#fff0)}.p-top-brands__slider.is-less-slides{max-width:1220px}@media (min-width: 1024px){.p-top-brands__slider.is-less-slides:before,.p-top-brands__slider.is-less-slides:after{display:none}}.p-top-brands__item-content{padding:1.5rem;margin-top:1.2rem}@media (max-width: 598px){.p-top-brands__item-content{padding:1.1rem;margin-top:.9rem}}.p-top-brands__item-title{font-size:2.8rem;font-weight:500;line-height:1.6;letter-spacing:.04em;font-family:Roboto,sans-serif}@media (max-width: 598px){.p-top-brands__item-title{font-size:2rem}}.p-top-brands__item-title:after{content:"";display:inline-block;vertical-align:middle;padding-left:8px;width:24px;height:24px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width: 598px){.p-top-brands__item-title:after{width:18px;height:18px;padding-left:6px}}.p-top-brands__item-text{margin-top:.8rem;font-size:1.6rem;font-weight:400;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.p-top-brands__item-text{margin-top:.6rem;font-size:1.2rem}}.p-top-brands__pagination{text-align:center}.p-top-company{margin-top:10rem}@media (max-width: 598px){.p-top-company{margin-top:6.7rem}}.p-top-company__list{display:grid;grid-template-columns:repeat(3,320px);gap:2rem;justify-content:center;margin-top:6rem;list-style:none;padding-inline:5%}@media (max-width: 1023px){.p-top-company__list{display:flex;flex-direction:column}}@media (max-width: 598px){.p-top-company__list{margin-top:3.8rem;padding-inline:4.5rem}}.p-top-company__item{position:relative;height:296px;text-align:center;border:1px solid #E84B20;background:#fff}@media (max-width: 1023px){.p-top-company__item{height:auto;text-align:left}}.p-top-company__item:before{content:"";position:absolute;top:0;left:0;width:0;height:0;border-top:1px solid #E84B20;border-right:1px solid #E84B20;z-index:0}.p-top-company__item:after{content:"";position:absolute;bottom:0;right:0;width:0;height:0;border-bottom:1px solid #E84B20;border-left:1px solid #E84B20;z-index:0}@media (hover: hover){.p-top-company__item:hover{border-color:transparent;transition:border-color .3s}.p-top-company__item:hover:before{width:100%;height:100%;transition:width .2s ease,height .2s ease .2s}.p-top-company__item:hover:after{width:100%;height:100%;transition:width .2s ease .4s,height .2s ease .6s}}.p-top-company__item-link{display:block;position:relative;height:100%;z-index:10}@media (max-width: 1023px){.p-top-company__item-link{display:grid;grid-template-columns:40px 1fr 11px;align-items:center;gap:1rem;padding:1.7rem 2rem 1.7rem 1.2rem}}.p-top-company__item-numbar{width:31px;margin-inline:auto;padding-top:5rem}@media (max-width: 1023px){.p-top-company__item-numbar{padding-top:0}}@media (max-width: 598px){.p-top-company__item-numbar{width:18px}}.p-top-company__item-title-en{margin-top:2rem;box-sizing:border-box;list-style:none}@media (max-width: 1023px){.p-top-company__item-title-en{margin-top:0}}@media (max-width: 598px){.p-top-company__item-title-en{height:35px}}.p-top-company__item-title-en img{height:100%;width:auto}.p-top-company__item-title-jp{margin-top:2rem;font-size:1.6rem;letter-spacing:.02em}@media (max-width: 598px){.p-top-company__item-title-jp{margin-top:.4rem;font-size:1.2rem}}.p-top-company__item-arrow{margin:3rem auto 0;width:15px;height:30px}@media (max-width: 1023px){.p-top-company__item-arrow{width:11px;height:22px;margin:0}}.p-top-recruit{margin-top:7.8rem;position:relative}@media (max-width: 598px){.p-top-recruit{margin-top:8rem}}.p-top-recruit__content{position:absolute;top:-4px;z-index:10;padding-left:7.7rem;width:100%;max-width:579px;height:calc(100% + 4px);background:#fffc;-webkit-backdrop-filter:blur(2.15px);backdrop-filter:blur(2.15px)}@media (max-width: 1023px){.p-top-recruit__content{height:auto;position:relative}}@media (max-width: 598px){.p-top-recruit__content{padding-inline:1.5rem}}.p-top-recruit__text{margin-top:5.5rem;padding-left:5.4rem;font-size:2rem;line-height:2.2;letter-spacing:.02em}@media (max-width: 598px){.p-top-recruit__text{margin-top:4.1rem;padding-left:3rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:2.4rem;line-height:1.65}}.p-top-recruit__button{margin-top:3rem;margin-left:5.4rem}@media (max-width: 598px){.p-top-recruit__button{margin:4rem auto 0}}.p-top-recruit__image{display:flex;position:relative;overflow:hidden}@media (max-width: 1023px){.p-top-recruit__image{margin-top:6rem}}@media (max-width: 598px){.p-top-recruit__image{margin-top:3.9rem}}.p-top-recruit__image-list{display:flex;list-style:none}.p-top-recruit__image-list:first-child{animation:moveList1 50s -25s linear infinite}.p-top-recruit__image-list:last-child{animation:moveList2 50s linear infinite}@keyframes moveList1{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes moveList2{0%{transform:translate(0)}to{transform:translate(-200%)}}.p-top-recruit__image-item{width:254px;margin-left:2.5rem}@media (max-width: 598px){.p-top-recruit__image-item{width:190px;margin-left:1rem}}.p-top-news{padding:10rem 5%}@media (max-width: 598px){.p-top-news{padding:8rem 1.5rem}}.p-top-news__inner{max-width:1000px;margin-inline:auto;padding:6.6rem 10rem 7rem;border:1px solid #E84B20}@media (max-width: 1023px){.p-top-news__inner{padding:6.6rem 5rem 7rem}}@media (max-width: 598px){.p-top-news__inner{padding:4rem 2rem}}.p-top-news__list{margin-top:5.8rem}@media (max-width: 598px){.p-top-news__list{margin-top:4rem}}.p-top-news__button{margin:5.8rem auto 0}@media (max-width: 598px){.p-top-news__button{margin:4rem auto 0}}.p-news__wrap{display:grid;grid-template-columns:1fr 250px;align-items:start;gap:9.4rem;width:100%;max-width:1440px;margin-inline:auto;padding:14rem 5% 10rem}@media (max-width: 1023px){.p-news__wrap{display:flex;flex-direction:column;padding:0 0 10rem}}@media (max-width: 598px){.p-news__wrap{gap:4rem;padding:0 0 4rem}}.p-news__inner{width:100%}.p-news__pagination{border-top:1px solid #f1f1f1;padding-top:6rem}@media (max-width: 598px){.p-news__pagination{padding-top:4rem}}.p-news-detail{margin-top:6rem}@media (max-width: 598px){.p-news-detail{margin-top:5rem}}.p-news-detail__head{border-bottom:1px solid #E84B20}.p-news-detail__head-inner{width:100%;max-width:1440px;margin:0 auto;padding-block:8.4rem 4.6rem;padding-inline:clamp(1.5rem,5vw,10.6rem)}@media (max-width: 598px){.p-news-detail__head-inner{padding-block:3rem}}.p-news-detail__title{font-family:Zen Kaku Gothic New,sans-serif;font-size:3.6rem;font-weight:400;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.p-news-detail__title{font-size:2.2rem}}.p-news-detail__info{display:flex;align-items:center;gap:1.6rem;margin-top:2.4rem}@media (max-width: 598px){.p-news-detail__info{gap:1.2rem;margin-top:1.8rem}}.p-news-detail__date{font-family:Roboto,sans-serif;font-size:1.6rem;line-height:1;letter-spacing:.02em;color:#828282}@media (max-width: 598px){.p-news-detail__date{font-size:1.2rem}}.p-news-detail__category{height:26px;min-width:112px;padding:4px 15px 6px;border-radius:15px;border:1px solid #C8C8C8;font-size:1.4rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#131735;text-align:center}@media (max-width: 598px){.p-news-detail__category{height:20px;min-width:100px;padding:3px 11px 4px;font-size:1.1rem}}.p-news-detail__inner{padding-block:5.7rem 10rem;padding-inline:clamp(2rem,5vw,28.5rem)}@media (max-width: 598px){.p-news-detail__inner{padding-block:4rem}}.p-news-detail__content{width:100%;max-width:870px;margin-inline:auto}.p-news-detail__button-section{width:100%;max-width:870px;margin:5rem auto 0;padding-top:6rem;border-top:1px solid #E84B20}@media (max-width: 598px){.p-news-detail__button-section{margin:4rem auto 0;padding-top:4rem}}.p-news-detail__button{margin-inline:auto}.p-news-list{list-style:none}@media (max-width: 1023px){.p-news-list{width:100%;padding-inline:5%}}.p-news-list__empty{text-align:center}.p-news-list__empty--archive{text-align:left}.p-news-item{border-top:1px solid #f1f1f1;position:relative}.p-news-item:last-child{border-bottom:1px solid #f1f1f1}.p-news-item:after{content:"";display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%);background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_red.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:15px;height:30px;pointer-events:none;transition:transform .5s ease}@media (max-width: 598px){.p-news-item:after{width:11px;height:22px;right:0}}@media (hover: hover){.p-news-item:hover:after{transform:translate(20px,-50%)}}.p-news-item__link{display:block;padding:3.6rem 3rem 4.8rem 0;transition:opacity .5s ease}@media (max-width: 598px){.p-news-item__link{padding:1.6rem 2rem 1.6rem 0}}@media (hover: hover){.p-news-item:hover .p-news-item__link{opacity:.5}}.p-news-item__info{display:flex;align-items:center;gap:3rem}@media (max-width: 598px){.p-news-item__info{gap:2rem}}.p-news-item__date{font-family:Roboto,sans-serif;font-size:1.4rem;letter-spacing:.04em;line-height:1;color:#e84b20}@media (max-width: 598px){.p-news-item__date{font-size:1.2rem}}.p-news-item__category{height:24px;min-width:112px;padding:4px 10px 5px;border-radius:12px;border:1px solid #c8c8c8;font-size:1.3rem;font-weight:500;line-height:1;color:#131735;text-align:center}@media (max-width: 598px){.p-news-item__category{height:20px;min-width:93px;font-size:1.1rem}}.p-news-item__title{margin-top:1.4rem;font-size:1.7rem}@media (max-width: 598px){.p-news-item__title{margin-top:.6rem;font-size:1.2rem}}.p-works__wrap{padding-inline:clamp(3rem,5vw,13rem)}@media (max-width: 598px){.p-works__wrap{padding-inline:3rem}}.p-works__inner{width:100%;max-width:1180px;margin-inline:auto;padding-bottom:6rem}@media (max-width: 598px){.p-works__inner{padding-bottom:4rem}}.p-works__list{margin-top:10rem}@media (max-width: 598px){.p-works__list{margin-top:4rem;padding-inline:1.5rem}}.p-works__pagination{margin-top:6rem}@media (max-width: 598px){.p-works__pagination{margin-top:4rem}}.p-works-detail{margin-top:6rem}.p-works-detail__head{padding-inline:clamp(1.5rem,5vw,10rem)}@media (max-width: 598px){.p-works-detail__head{padding-inline:1.5rem}}.p-works-detail__head-inner{max-width:1240px;margin-inline:auto;padding-block:8.4rem 4.6rem}@media (max-width: 598px){.p-works-detail__head-inner{padding-block:3rem}}.p-works-detail__image{height:500px;overflow:hidden}@media (max-width: 598px){.p-works-detail__image{height:390px}}.p-works-detail__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.p-works-detail__title{font-family:Zen Old Mincho,serif;font-size:3.6rem;font-weight:400;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.p-works-detail__title{font-size:2.2rem}}.p-works-detail__category{width:-moz-fit-content;width:fit-content;height:26px;padding:6px 15px;margin-top:2.4rem;background-color:#e84b20;font-size:1.4rem;letter-spacing:.02em;line-height:1;font-weight:500;color:#fff;border-radius:15px}@media (max-width: 598px){.p-works-detail__category{height:19px;padding:4px 11px;margin-top:1.8rem;font-size:1.1rem}}.p-works-detail__inner{padding-block:6rem 10rem;padding-inline:clamp(2rem,5vw,18rem)}@media (max-width: 598px){.p-works-detail__inner{padding-block:4rem}}.p-works-detail__info{width:100%;max-width:1080px;margin-inline:auto;display:grid;grid-template-columns:570fr 460fr;gap:5rem}@media (max-width: 1023px){.p-works-detail__info{display:flex;flex-direction:column}}@media (max-width: 598px){.p-works-detail__info{gap:3rem}}.p-works-detail__info-title{font-size:2rem;font-weight:700;letter-spacing:.02em;color:#e84b20}@media (max-width: 598px){.p-works-detail__info-title{font-size:1.8rem}}.p-works-detail__info-text{margin-top:2rem;font-size:1.6rem;line-height:2.2;letter-spacing:.02em;text-align:justify}@media (max-width: 598px){.p-works-detail__info-text{margin-top:1.6rem;font-size:1.4rem}}.p-works-detail__info-list dt{margin-top:2.4rem;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;line-height:1;letter-spacing:.02em;color:#e84b20}@media (max-width: 598px){.p-works-detail__info-list dt{margin-top:2.1rem;font-size:1.3rem}}.p-works-detail__info-list dt:first-child{margin-top:0}.p-works-detail__info-list dd{margin-top:1rem;font-size:1.5rem;line-height:1.6;letter-spacing:.02em}@media (max-width: 598px){.p-works-detail__info-list dd{margin-top:.8rem;font-size:1.3rem}}.p-works-detail__info-list a{font-weight:400;text-decoration:underline;transition:opacity .3s ease}@media (hover: hover){.p-works-detail__info-list a:hover{opacity:.5}}.p-works-detail__content{width:100%;max-width:1080px;margin:10rem auto 0}@media (max-width: 598px){.p-works-detail__content{margin:8rem auto 0}}.p-works-detail__list{background-color:#fefaf8;padding:6rem 5%}@media (max-width: 598px){.p-works-detail__list{padding:4.5rem}}.p-works-detail__list-inner{width:100%;max-width:1180px;margin:6rem auto 0}@media (max-width: 598px){.p-works-detail__list-inner{margin:4rem auto 0}}.p-works-detail__button-section{margin-inline:auto;padding-block:10rem}@media (max-width: 598px){.p-works-detail__button-section{padding-block:5rem 4rem}}.p-works-detail__button{margin-inline:auto}.p-works-list{display:grid;grid-template-columns:repeat(3,1fr);gap:5.3rem;list-style:none}@media (max-width: 1023px){.p-works-list{grid-template-columns:repeat(2,1fr)}}@media (max-width: 598px){.p-works-list{display:flex;flex-direction:column;gap:4.4rem}}.p-works-list--business{grid-template-columns:repeat(2,1fr);gap:6rem clamp(2rem,8%,10rem)}.p-works-list__empty{margin-top:5rem;text-align:center;font-size:1.6rem}@media (max-width: 598px){.p-works-list__empty{font-size:1.4rem}}.p-works-list__empty--archive{margin-top:10rem}@media (max-width: 598px){.p-works-list__empty--archive{margin-top:5rem}}.p-company-mv{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/company/mv_bg.webp);background-repeat:no-repeat;background-position:center;background-size:cover;padding-block:10.7rem 12.8rem}@media (max-width: 1023px){.p-company-mv{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/company/mv_bg_sp.webp)}}@media (max-width: 598px){.p-company-mv{padding-block:7.4rem 3.3rem}}.p-company-mv__inner{width:100%;max-width:1440px;justify-content:space-between;margin-inline:auto;padding-inline:12rem;padding-inline:clamp(3.6rem,5vw,12rem);display:flex;gap:8.7rem}@media (max-width: 1023px){.p-company-mv__inner{flex-direction:column-reverse}}@media (max-width: 598px){.p-company-mv__text-en{width:273px}}.p-company-mv__text-jp{display:flex;flex-direction:row-reverse;gap:22px;z-index:10}@media (max-width: 598px){.p-company-mv__text-jp{gap:13px}}.p-company-mv__text-jp span{font-family:BIZ UDPMincho,serif;font-size:4.8rem;font-weight:400;line-height:1.1;letter-spacing:.06em;writing-mode:vertical-rl;color:#fff}@media (max-width: 598px){.p-company-mv__text-jp span{font-size:2.8rem}}.p-company-philosophy{margin-top:6rem;padding-inline:clamp(2rem,5vw,18rem)}.p-company-philosophy__title{width:-moz-fit-content;width:fit-content;margin-inline:auto;padding:1rem 2rem;border-left:1px solid #E84B20;border-right:1px solid #E84B20;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:700;color:#e84b20}@media (max-width: 598px){.p-company-philosophy__title{padding:.7rem 1.5rem}}.p-company-philosophy__content{width:100%;max-width:1080px;margin-inline:auto;display:grid;grid-template-columns:1fr 600px;padding-block:4rem;border-top:1px solid #E84B20}@media (max-width: 1023px){.p-company-philosophy__content{display:flex;flex-direction:column;gap:3rem}}.p-company-philosophy__content:first-of-type{border-top:0}.p-company-philosophy__content-lead{font-family:Zen Kaku Gothic New,sans-serif;font-size:2.6rem;font-weight:400;line-height:1.8;letter-spacing:.04em}@media (max-width: 598px){.p-company-philosophy__content-lead{font-size:2rem}}.p-company-philosophy__content-lead span{font-weight:500;color:#e84b20}.p-company-philosophy__content-text{font-size:1.6rem;line-height:2.2;letter-spacing:.02em;margin-top:1rem}@media (max-width: 598px){.p-company-philosophy__content-text{font-size:1.4rem;letter-spacing:.04em;margin-top:1.6rem}}.p-company-philosophy__content-list{margin-top:4rem}@media (max-width: 1023px){.p-company-philosophy__content-list{padding-left:5%}}@media (max-width: 598px){.p-company-philosophy__content-list{margin-top:1.6rem;padding-left:3rem}}.p-company-philosophy__content-list dt{height:28px;margin-top:4rem;line-height:0}.p-company-philosophy__content-list dt:first-of-type{margin-top:0}@media (max-width: 598px){.p-company-philosophy__content-list dt{margin-top:2.4rem;height:20px}}.p-company-philosophy__content-list dt img{height:100%;width:auto}.p-company-philosophy__content-list dd{margin-top:2rem;line-height:1;font-size:2rem;font-weight:400;letter-spacing:.02em}@media (max-width: 598px){.p-company-philosophy__content-list dd{margin-top:1.6rem;font-size:1.5rem}}.p-company-philosophy__content-list dd:before{content:"";display:inline-block;width:16px;height:1px;margin-right:.6rem;background:#e84b20}@media (max-width: 598px){.p-company-philosophy__content-list dd:before{width:12px;margin-right:.45rem}}.p-company-philosophy__image{display:flex;gap:.3rem;width:100%;max-width:1440px;margin:2rem auto 0;list-style:none}@media (max-width: 598px){.p-company-philosophy__image{display:grid;grid-template-columns:repeat(2,1fr);gap:.2rem;margin:0}}.p-company-about{padding-inline:clamp(2rem,5vw,10rem);margin-top:10rem}@media (max-width: 598px){.p-company-about{margin-top:6rem}}.p-company-about__inner{width:100%;max-width:1240px;margin-inline:auto}.p-company-about__head{padding-top:2rem;padding-left:3rem;border-top:1px solid #E84B20}@media (max-width: 1023px){.p-company-about__head{padding-left:0}}.p-company-about__list{width:100%;max-width:1080px;margin:6rem auto 0}@media (max-width: 598px){.p-company-about__list{margin:3rem 0 0}}.p-company-message{padding-inline:clamp(2rem,5vw,10rem);margin-top:10rem}@media (max-width: 598px){.p-company-message{margin-top:6rem}}.p-company-message__inner{width:100%;max-width:1240px;margin-inline:auto}.p-company-message__head{padding-top:2rem;padding-left:3rem;border-top:1px solid #E84B20}@media (max-width: 1023px){.p-company-message__head{padding-left:0}}.p-company-message__content{display:grid;grid-template-columns:515px 1fr;gap:7rem;margin-top:6rem;padding-inline:3.4rem}@media (max-width: 1023px){.p-company-message__content{display:flex;flex-direction:column;margin-top:3rem;padding-inline:0;gap:4.5rem}}.p-company-message__lead{display:flex;flex-direction:column;justify-content:space-between;gap:2.4rem}.p-company-message__lead-text{font-family:Zen Old Mincho,serif;font-size:3.6rem;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.p-company-message__lead-text{font-size:2.4rem}}.p-company-message__name-jp{display:flex;align-items:baseline;gap:1.6rem;font-size:1.6rem;line-height:1;letter-spacing:.02em}@media (max-width: 598px){.p-company-message__name-jp{gap:1.2rem;font-size:1.5rem}}.p-company-message__name-jp span:first-child{font-size:1.3rem;font-weight:500}@media (max-width: 598px){.p-company-message__name-jp span:first-child{font-size:1.2rem}}.p-company-message__name-en{margin-top:1.2rem;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:500;line-height:1;letter-spacing:.02em;color:#e84b20}@media (max-width: 598px){.p-company-message__name-en{margin-top:.9rem;font-size:1rem}}.p-company-message__text{font-size:1.6rem;line-height:2.2;letter-spacing:.02em;text-align:justify}@media (max-width: 598px){.p-company-message__text{font-size:1.4rem;letter-spacing:.04em}}.p-company-message__text-under-bar{display:inline-block;width:49px;border-bottom:1px solid #000}.p-company-link{margin-top:15rem;padding-inline:clamp(1.5rem,5vw,10rem);padding-bottom:4rem}@media (max-width: 598px){.p-company-link{margin-top:6rem}}.p-company-link__list{width:100%;max-width:1240px;display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;margin-inline:auto;list-style:none}@media (max-width: 1023px){.p-company-link__list{display:flex;flex-direction:column;gap:1.5rem}}.p-company-link__item{background:#000}.p-company-link__item-link{display:grid;grid-template-columns:48.5% 51.5%;height:100%}@media (max-width: 598px){.p-company-link__item-link{grid-template-columns:174px 1fr}}.p-company-link__image{overflow:hidden}.p-company-link__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:.7;transition:opacity .5s ease}@media (hover: hover){.p-company-link__item:hover .p-company-link__image img{opacity:1}}.p-company-link__content{padding:3rem 3rem 2.2rem}@media (max-width: 598px){.p-company-link__content{padding:1.8rem 2rem .8rem}}.p-company-link__title-en{display:block;line-height:0;box-sizing:border-box}@media (max-width: 598px){.p-company-link__title-en{height:30px}}.p-company-link__title-en img{height:100%;width:auto}.p-company-link__title-jp{display:block;margin-top:1.8rem;font-size:1.4rem;line-height:1;letter-spacing:.04em;color:#fff}@media (max-width: 598px){.p-company-link__title-jp{margin-top:.8rem;font-size:1.2rem}}.p-company-link__text{margin-top:2rem;font-size:1.4rem;font-weight:400;letter-spacing:.02em;line-height:2;color:#fff}@media (max-width: 598px){.p-company-link__text{margin-top:1.4rem;font-size:1.1rem;line-height:1.6}}.p-company-link__button{display:flex;align-items:center;justify-content:end;gap:20px;margin-top:3rem;font-size:1.3rem;color:#fff}@media (max-width: 598px){.p-company-link__button{gap:12px;font-size:1rem;margin-top:1.6rem}}.p-company-link__button-arrow{display:block;position:relative;width:45px;height:45px;border-radius:50%;background:linear-gradient(90deg,#e84b20,#ffc4b4,#e84b20);background-size:200% auto;background-position:0% center;transition:background .5s ease}@media (max-width: 598px){.p-company-link__button-arrow{width:27px;height:27px}}@media (hover: hover){.p-company-link__item:hover .p-company-link__button-arrow{background-position:-100% center}}.p-company-link__button-arrow:before{content:"";display:block;position:absolute;top:50%;left:calc(50% + 2px);transform:translate(-50%,-50%);background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:11px;height:22px}@media (max-width: 598px){.p-company-link__button-arrow:before{width:6px;height:13px}}.p-recruit__empty{margin-top:10rem;padding-inline:1.5rem;text-align:center;font-size:1.6rem}@media (max-width: 598px){.p-recruit__empty{margin-top:6rem;font-size:1.4rem}}.p-recruit-mv{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/recruit/mv_bg.webp);background-repeat:no-repeat;background-position:center;background-size:cover;padding:4rem 5% 4.5rem}@media (max-width: 1023px){.p-recruit-mv{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/recruit/mv_bg_sp.webp)}}@media (max-width: 598px){.p-recruit-mv{padding:3rem 2rem 2rem}}.p-recruit-mv__title{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;margin-inline:auto;padding:1rem 2rem;border-left:1px solid #fff;border-right:1px solid #fff}@media (max-width: 598px){.p-recruit-mv__title{padding:.7rem 1rem}}@media (max-width: 598px){.p-recruit-mv__title img{width:92px}}.p-recruit-mv__icon{margin-top:8.9rem;text-align:center}@media (max-width: 598px){.p-recruit-mv__icon{width:42px;margin:5.2rem auto 0}}.p-recruit-mv__lead{font-family:Zen Kaku Gothic New,sans-serif;font-size:3.4rem;line-height:1.8;letter-spacing:.04em;color:#fff;text-align:center;margin-top:4.1rem}@media (max-width: 598px){.p-recruit-mv__lead{margin-top:3.5rem;font-size:2.4rem}}.p-recruit-mv__lead-accent{width:110px;display:inline-block;position:relative;border-bottom:2px solid #fff;padding-inline:5px 2px;margin-inline:7px 8px;transform:translateY(5px)}@media (max-width: 598px){.p-recruit-mv__lead-accent{width:77px;padding-inline:3px 1px;margin-inline:5px;border-bottom:1px solid #fff}}.p-recruit-mv__lead-accent img{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s}@media (max-width: 598px){.p-recruit-mv__lead-accent img{bottom:-5px;height:36px}}.p-recruit-mv__lead-accent img.is-active{opacity:1!important;visibility:visible}.p-recruit-mv__text,.p-recruit-mv__company-name{font-size:1.8rem;font-weight:500;line-height:2.5;letter-spacing:.02em;text-align:center;color:#fff}@media (max-width: 598px){.p-recruit-mv__text,.p-recruit-mv__company-name{font-size:1.2rem;line-height:2}}.p-recruit-mv__text{margin-top:4.2rem}@media (max-width: 598px){.p-recruit-mv__text{margin-top:5.2rem}}.p-recruit-mv__company-name{margin-top:1.6rem}.p-recruit-head{padding-inline:clamp(2rem,5vw,10rem);margin-top:9.5rem}@media (max-width: 598px){.p-recruit-head{margin-top:4rem}}.p-recruit-head__inner{width:100%;max-width:1240px;margin-inline:auto;padding-left:3rem}@media (max-width: 1023px){.p-recruit-head__inner{padding-left:0}}.p-recruit-tab{padding-inline:5%;margin-top:6rem}.p-recruit-tab__inner{position:relative;max-width:1240px;margin-inline:auto}@media (max-width: 1023px){.p-recruit-tab__inner{width:50%;margin-inline:0}}.p-recruit-tab__trigger{display:none}@media (max-width: 1023px){.p-recruit-tab__trigger{display:block;width:100%;padding:2rem 3rem 2.2rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.6rem;text-align:left;font-weight:500;line-height:1;color:#828282;border:1px solid #E84B20}}@media (max-width: 598px){.p-recruit-tab__trigger{font-size:1.2rem;height:33px;padding:1rem 1.4rem 1.2rem}}.p-recruit-tab__trigger:after{content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%);width:20px;height:10px;background:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_red_bottom.svg);background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease}@media (max-width: 598px){.p-recruit-tab__trigger:after{width:12px;height:6px;right:10px}}.p-recruit-tab__trigger[aria-expanded=true]:after{transform:translateY(-50%) scaleY(-1)}.p-recruit-tab__list{display:flex;justify-content:center;gap:.8rem;width:100%;max-width:1240px;margin-inline:auto;border-bottom:1px solid #E84B20;list-style:none}@media (max-width: 1023px){.p-recruit-tab__list{display:none;position:absolute;top:100%;left:0;transform:translateY(-1px);z-index:10;flex-direction:column;gap:0;border-bottom:1px solid #E84B20;border-right:1px solid #E84B20;border-left:1px solid #E84B20}.p-recruit-tab__list.is-open{display:flex}}.p-recruit-tab__item{position:relative;padding:1.5rem 3rem 1.8rem;line-height:1;border-top:1px solid #E84B20;border-right:1px solid #E84B20;border-left:1px solid #E84B20;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.6rem;font-weight:500;letter-spacing:.04em;color:#828282;background:#fff;cursor:pointer;transition:opacity .3s ease}@media (max-width: 1023px){.p-recruit-tab__item{width:100%;border:none}}@media (max-width: 598px){.p-recruit-tab__item{font-size:1.2rem;padding:1rem 1.4rem}}.p-recruit-tab__item:after{content:"";display:block;background:#fff;width:calc(100% + 2px);height:6px;position:absolute;bottom:0;left:-1px}@media (max-width: 1023px){.p-recruit-tab__item:after{display:none}}@media (hover: hover){.p-recruit-tab__item:hover{opacity:.5}}.p-recruit-tab__item.is-active{background:#e84b20;color:#fff;pointer-events:none}@media (max-width: 1023px){.p-recruit-tab__item.is-active{background:#fff;color:#e84b20}}.p-recruit-tab__item.is-active:after{content:"";display:block;background:#e84b20}@media (max-width: 1023px){.p-recruit-tab__item.is-active:after{display:none}}.p-recruit-list{padding-inline:clamp(2rem,5vw,17rem);margin-top:6rem}@media (max-width: 598px){.p-recruit-list{margin-top:1rem}}.p-recruit-list__inner{width:100%;max-width:900px;margin-inline:auto}.p-recruit-list__list{display:none;list-style:none}.p-recruit-list__list.is-active{display:block}.p-recruit-list__item{border-top:1px solid #e0e0e0}@media (max-width: 598px){.p-recruit-list__item:first-of-type{border-top:none}}.p-recruit-list__item:last-of-type{border-bottom:1px solid #e0e0e0}.p-recruit-list__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-block:3rem;cursor:pointer}@media (max-width: 598px){.p-recruit-list__head{padding-block:2.2rem}}.p-recruit-list__title{line-height:1;letter-spacing:.04em;transition:color .3s ease}.is-open .p-recruit-list__title{color:#e84b20}@media (hover: hover){.p-recruit-list__head:hover .p-recruit-list__title{color:#e84b20}}.p-recruit-list__title-jp{font-family:Zen Kaku Gothic New,sans-serif;font-size:2.8rem;font-weight:500}@media (max-width: 598px){.p-recruit-list__title-jp{font-size:1.8rem}}.p-recruit-list__title-en{margin-top:1.6rem;font-family:Roboto,sans-serif;font-size:1.4rem}@media (max-width: 598px){.p-recruit-list__title-en{margin-top:1.2rem;font-size:1.1rem}}.p-recruit-list__arrow{flex-shrink:0;display:block;position:relative;width:40px;height:40px;border-radius:50%;background:linear-gradient(90deg,#e84b20,#ffc4b4);transition:transform .3s ease}@media (max-width: 598px){.p-recruit-list__arrow{width:30px;height:30px}}.p-recruit-list__arrow:before{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% + 2px));background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_white_bottom.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:20px;height:10px}@media (max-width: 598px){.p-recruit-list__arrow:before{width:15px;height:7px}}.is-open .p-recruit-list__arrow:before{transform:translate(-50%,calc(-50% - 1px)) scaleY(-1)}.p-recruit-list__content{max-height:0;overflow:hidden;transition:max-height .4s ease-out}.p-recruit-list__content-inner{padding-left:4rem;padding-bottom:6rem;border-top:1px solid #e0e0e0}@media (max-width: 598px){.p-recruit-list__content-inner{padding-left:0;padding-bottom:4rem}}.p-recruit-list__item:last-of-type .p-recruit-list__content-inner{padding-bottom:0}.p-recruit-list__empty{text-align:center}.p-recruit-info{padding-block:10rem;padding-inline:clamp(2rem,5vw,27rem);margin-top:10rem;background:#fefaf8}@media (max-width: 598px){.p-recruit-info{padding-block:6rem;margin-top:6rem}}.p-recruit-info__inner{width:100%;max-width:900px;margin-inline:auto}.p-recruit-info__title{font-family:Zen Kaku Gothic New,sans-serif;font-size:2.8rem;font-weight:500;letter-spacing:.04em;line-height:1.8;color:#e84b20}@media (max-width: 598px){.p-recruit-info__title{font-size:1.8rem}}.p-recruit-info__list{margin-top:4rem}@media (max-width: 598px){.p-recruit-info__list{margin-top:3rem}}.p-cta{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/cta/bg_image.webp);background-repeat:no-repeat;background-position:center;background-size:cover;padding:6rem 5%}@media (max-width: 598px){.p-cta{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/cta/bg_image_sp.webp)}}.p-cta__inner{width:100%;max-width:1440px;display:grid;align-items:center;grid-template-columns:1fr 1px 1fr;gap:4rem;margin-inline:auto}@media (max-width: 1023px){.p-cta__inner{display:flex;flex-direction:column}}.p-cta__separator{width:1px;height:280px;background:#fff}@media (max-width: 1023px){.p-cta__separator{width:86%;height:1px}}.p-cta__head{width:-moz-fit-content;width:fit-content;margin-inline:auto}@media (max-width: 1023px){.p-cta__title{margin-inline:auto}}@media (max-width: 598px){.p-cta__title{width:198px}}.p-cta__title-text{margin-top:.8rem;color:#fff;font-family:Zen Kaku Gothic New,sans-serif;font-size:2.2rem;font-weight:500;line-height:2.2;letter-spacing:.02em}@media (max-width: 1023px){.p-cta__title-text{text-align:center}}@media (max-width: 598px){.p-cta__title-text{margin-top:.5rem;font-size:1.5rem}}.p-cta__text{font-size:1.8rem;font-weight:400;text-align:center;line-height:2;letter-spacing:.02em;color:#fff}@media (max-width: 598px){.p-cta__text{font-size:1.2rem}}.p-cta__button-wrap{display:flex;justify-content:center;gap:2rem;margin-top:4rem}@media (max-width: 1023px){.p-cta__button-wrap{flex-direction:column;align-items:center}}@media (max-width: 598px){.p-cta__button-wrap{gap:1.5rem;margin-top:3rem}}@media (max-width: 598px){.p-cta__button{min-width:min(210px,100%)}}.p-business-mv{height:511px;background-repeat:no-repeat;background-position:center;background-size:cover;padding-bottom:4.5rem}@media (max-width: 598px){.p-business-mv{height:477px;padding-bottom:1.6rem}}.p-business-mv--business{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/business/mv_img.webp)}@media (max-width: 598px){.p-business-mv--business{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/business/mv_img_sp.webp)}}.p-business-mv--food{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/food_beverage/mv_img.webp)}@media (max-width: 598px){.p-business-mv--food{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/food_beverage/mv_img_sp.webp)}}.p-business-mv--event{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/event/mv_img.webp)}@media (max-width: 598px){.p-business-mv--event{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/event/mv_img_sp.webp)}}.p-business-mv--bridal{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/bridal/mv_img.webp)}@media (max-width: 598px){.p-business-mv--bridal{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/bridal/mv_img_sp.webp)}}.p-business-mv__inner{display:flex;flex-direction:column;justify-content:flex-end;width:100%;height:100%;max-width:1440px;margin-inline:auto;padding-inline:clamp(1.5rem,6.7vw,9.6rem)}@media (max-width: 598px){.p-business-mv__inner{padding-inline:1.5rem}}.p-business-mv__title{font-family:Zen Kaku Gothic New,sans-serif;font-size:4rem;font-weight:400;line-height:1.4;color:#fff;letter-spacing:.02em}@media (max-width: 598px){.p-business-mv__title{font-size:3rem}}.p-business-mv__text{max-width:555px;margin-top:1.1rem;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.2;letter-spacing:.02em;color:#fff}@media (max-width: 598px){.p-business-mv__text{margin-top:.8rem;font-size:1.2rem}}.p-business-mv__button-wrap{display:flex;width:100%;max-width:550px;gap:3rem;margin-top:3.7rem}@media (max-width: 598px){.p-business-mv__button-wrap{width:100%;margin-top:2.7rem;gap:1.4rem}}.p-business-mv__button{max-width:260px;min-width:inherit;width:50%}@media (max-width: 598px){.p-business-mv__button{max-width:195px}}.p-business-mission{margin-top:10rem}@media (max-width: 598px){.p-business-mission{margin-top:3rem}}.p-business-mission__inner{display:grid;grid-template-columns:minmax(47%,1fr) 1fr;gap:8.4rem;width:100%;max-width:1268px;margin:0 auto}@media (max-width: 1023px){.p-business-mission__inner{display:flex;flex-direction:column-reverse}}@media (max-width: 598px){.p-business-mission__inner{gap:2rem}}.p-business-mission__image{max-width:597px}@media (max-width: 1023px){.p-business-mission__image{max-width:100%;padding-right:5%}}.p-business-mission__image img{width:100%}@media (max-width: 598px){.p-business-mission__image{padding-right:2rem}}.p-business-mission__content{padding-right:14.2rem}@media (max-width: 1023px){.p-business-mission__content{padding-inline:5%}}@media (max-width: 598px){.p-business-mission__content{padding-inline:2rem}}.p-business-mission__subtitle{margin-top:4rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:3.4rem;font-weight:400;line-height:1.8;letter-spacing:.04em}@media (max-width: 598px){.p-business-mission__subtitle{margin-top:3rem;font-size:2.4rem}}.p-business-mission__subtitle-accent{color:#e84b20;font-weight:500}.p-business-mission__text{margin-top:4rem;font-size:1.6rem;line-height:2.2;letter-spacing:.02em;text-align:justify}@media (max-width: 598px){.p-business-mission__text{margin-top:3rem;font-size:1.4rem}}.p-business-service{margin-top:10rem;padding-inline:clamp(2rem,5vw,10rem)}@media (max-width: 598px){.p-business-service{margin-top:6rem}}.p-business-service__inner{width:100%;max-width:1240px;margin-inline:auto}.p-business-service__head{display:grid;grid-template-columns:1fr 560px;justify-content:space-between;gap:1.5rem;padding-top:2rem;padding-left:3rem;border-top:1px solid #E84B20}@media (max-width: 1023px){.p-business-service__head{display:flex;flex-direction:column;padding-left:0}}.p-business-service__list{max-width:1180px;margin:4rem auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5.3rem}@media (max-width: 1023px){.p-business-service__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem 2rem}}@media (max-width: 598px){.p-business-service__list{grid-template-columns:1fr;gap:3.4rem;margin:3rem auto 0;padding-inline:2.5rem}}.p-business-service__item{color:#000}.p-business-service__image{overflow:hidden}.p-business-service__image img{display:block;width:100%;height:auto;aspect-ratio:350/240;-o-object-fit:cover;object-fit:cover}.p-business-service__number{color:#e84b20;font-family:Roboto,sans-serif;font-size:4rem;font-weight:400;line-height:1;flex-shrink:0}@media (max-width: 598px){.p-business-service__number{font-size:3.4rem}}.p-business-service__meta{display:flex;align-items:center;gap:1.2rem;margin-top:1.6rem}@media (max-width: 598px){.p-business-service__meta{gap:.8rem}}.p-business-service__name{padding-bottom:0;font-size:2rem;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width: 598px){.p-business-service__name{font-size:1.6rem}}.p-business-service__text{margin-top:1.7rem;font-size:1.6rem;font-weight:400;line-height:1.6;letter-spacing:.02em;color:#333}@media (max-width: 598px){.p-business-service__text{font-size:1.4rem}}.p-business-service__site-link{display:inline-flex;align-items:center;gap:.8rem;margin-top:1.7rem;color:#e84b20;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.8rem;font-weight:700;line-height:1;letter-spacing:.02em;text-decoration:none;text-decoration:underline;transition:opacity .3s ease}.p-business-service__site-link:before{content:"";display:inline-block;width:12px;height:12px;border-top:1px solid currentcolor;border-right:1px solid currentcolor;transform:rotate(45deg)}@media (max-width: 598px){.p-business-service__site-link:before{width:10px;height:10px}}.p-business-service__site-link:after{content:"";display:inline-block;width:16px;height:16px;background:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external_gray.svg) no-repeat center/contain}@media (max-width: 598px){.p-business-service__site-link:after{width:14px;height:14px}}.p-business-service__site-link:hover,.p-business-service__site-link:focus-visible{opacity:.7}@media (max-width: 1023px){.p-business-service__site-link{font-size:1.7rem}}@media (max-width: 598px){.p-business-service__site-link{margin-top:2rem;font-size:1.6rem}}.p-business-service__button{margin:4rem auto 0}.p-business-service__blocks{margin-top:6rem;display:grid;gap:4rem}@media (max-width: 1023px){.p-business-service__blocks{margin-top:4.8rem;gap:3.2rem}}@media (max-width: 598px){.p-business-service__blocks{margin-top:4rem;gap:2.4rem}}.p-business-service__block{padding:0 4.8rem 4rem;border:1px solid #E84B20}@media (max-width: 1023px){.p-business-service__block{padding:3.6rem 2.4rem}}@media (max-width: 598px){.p-business-service__block{padding:3.2rem 2rem}}.p-business-service__block-title{padding:1rem 3.2rem;margin:-2rem auto 0;border:1px solid #E84B20;border-radius:40px;color:#e84b20;background-color:#fff;font-family:Zen Kaku Gothic New,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.04em;line-height:1;text-align:center;display:flex;justify-content:center;width:-moz-fit-content;width:fit-content;margin-inline:auto}@media (max-width: 1023px){.p-business-service__block-title{font-size:1.8rem}}@media (max-width: 598px){.p-business-service__block-title{font-size:1.6rem;padding:.8rem 2.4rem}}.p-business-service__block-content{display:flex;gap:4rem;margin-top:4rem;align-items:flex-start}@media (max-width: 1023px){.p-business-service__block-content{flex-direction:column-reverse;gap:2.4rem;margin-top:3.2rem}}.p-business-service__block-body{flex:1}.p-business-service__block-meta{display:flex;align-items:center;gap:1.4rem}.p-business-service__block-number{color:#e84b20;font-family:Roboto,sans-serif;font-size:5.6rem;font-weight:400;line-height:1;width:5.6rem;height:5.6rem;display:flex;align-items:center;justify-content:center}@media (max-width: 1023px){.p-business-service__block-number{font-size:4.8rem;width:4.8rem;height:4.8rem}}@media (max-width: 598px){.p-business-service__block-number{font-size:4rem;width:4rem;height:4rem}}.p-business-service__block-name{font-family:Noto Sans JP,sans-serif;font-size:2.8rem;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width: 1023px){.p-business-service__block-name{font-size:2.4rem}}@media (max-width: 598px){.p-business-service__block-name{font-size:2rem}}.p-business-service__block-description{margin-top:2.4rem;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.2;letter-spacing:.02em}@media (max-width: 1023px){.p-business-service__block-description{font-size:1.5rem}}@media (max-width: 598px){.p-business-service__block-description{font-size:1.4rem}}.p-business-service__block-list{margin-top:2.4rem;padding:0;list-style:none}.p-business-service__block-list li{position:relative;padding-left:2rem;font-family:Noto Sans JP,sans-serif;font-size:1.4rem;font-weight:400;line-height:2.2;letter-spacing:.02em}.p-business-service__block-list li:before{content:"";position:absolute;top:1rem;left:0;width:8px;height:8px;border-radius:50%;background-color:#e84b20}@media (max-width: 1023px){.p-business-service__block-list li{font-size:1.3rem}}@media (max-width: 598px){.p-business-service__block-list li{font-size:1.2rem}}.p-business-service__block-image{flex:1;overflow:hidden}.p-business-service__block-image img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.p-business-service__block-cta{display:flex;justify-content:center;margin-top:4rem}@media (max-width: 598px){.p-business-service__block-cta{margin-top:3.2rem}}.p-business-service__block-btn{justify-content:center}.p-business-service__creative-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem;margin-top:4rem}@media (max-width: 1023px){.p-business-service__creative-items{gap:2.4rem}}@media (max-width: 598px){.p-business-service__creative-items{grid-template-columns:1fr;margin-top:3.2rem}}.p-business-service__creative-item{min-width:0}.p-business-service__creative-item-image{overflow:hidden}.p-business-service__creative-item-image img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.p-business-service__creative-item-body{margin-top:2.4rem}.p-business-service__block-list--creative{margin-top:1.2rem}.p-business-service__block-cta--creative{justify-content:flex-start;margin-top:3.2rem}.p-business-service__block-btn--creative{width:100%;max-width:25rem;min-width:18rem}.p-business-service__services-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4rem}@media (max-width: 1023px){.p-business-service__services-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem}}@media (max-width: 598px){.p-business-service__services-cards{grid-template-columns:1fr}}.p-business-service__services-card{min-width:0}.p-business-service__services-card-image{overflow:hidden}.p-business-service__services-card-image img{display:block;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.p-business-service__services-card-body{margin-top:1.6rem}.p-business-service__block-list--services{margin-top:.8rem}.p-business-service__block-cta--services{margin-top:4rem}@media (max-width: 598px){.p-business-service__block-cta--services{margin-top:3.2rem}}.p-business-service__block-btn--services{width:100%;max-width:26rem}.p-business-service__block--third{padding:0;border:none}.p-business-works{margin-top:10rem;padding-inline:clamp(2rem,5vw,10rem)}@media (max-width: 598px){.p-business-works{margin-top:6rem}}.p-business-works__inner{width:100%;max-width:1240px;margin-inline:auto}.p-business-works__head{padding-top:2rem;padding-left:3rem;border-top:1px solid #E84B20}@media (max-width: 1023px){.p-business-works__head{padding-left:0}}.p-business-works__list{max-width:1180px;margin:4rem auto 0}@media (max-width: 598px){.p-business-works__list{margin:3rem auto 0}}.p-business-works__button{margin:6rem auto 0}@media (max-width: 598px){.p-business-works__button{margin:4.5rem auto 0}}.p-business-works__pagination{display:none;align-items:center;justify-content:center;gap:1.6rem;margin-top:3.2rem}@media (max-width: 598px){.p-business-works__pagination{display:flex}}.p-business-works__pagination-prev,.p-business-works__pagination-next{position:relative;display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;border:none;background:none;color:#e84b20;cursor:pointer;transition:color .3s ease}.p-business-works__pagination-prev:before,.p-business-works__pagination-next:before{content:"";width:1rem;height:1rem;border-top:1px solid currentcolor;border-right:1px solid currentcolor;transform-origin:center}.p-business-works__pagination-prev:hover,.p-business-works__pagination-prev:focus-visible,.p-business-works__pagination-next:hover,.p-business-works__pagination-next:focus-visible{color:#e84b20}.p-business-works__pagination-prev:before{transform:rotate(-135deg)}.p-business-works__pagination-next:before{transform:rotate(45deg)}.p-business-works__pagination-dots{display:flex;align-items:center;gap:.8rem}.p-business-works__dot{display:block;width:1rem;height:1rem;border-radius:50%;background-color:#0000004d;transition:background-color .3s ease}.p-business-works__dot.is-active{background-color:#e84b20}.p-business-brands{margin-top:10rem;padding-inline:clamp(2rem,5vw,10rem)}@media (max-width: 598px){.p-business-brands{margin-top:6rem;padding-inline:2rem}}.p-business-brands__inner{width:100%;max-width:1240px;margin-inline:auto}.p-business-brands__head{padding-top:2rem;padding-left:3rem;border-top:1px solid #E84B20}@media (max-width: 1023px){.p-business-brands__head{padding-left:0}}.p-business-brands__slider{position:relative;max-width:1240px;margin:4rem auto 0;padding-inline:3rem;overflow:hidden}@media (max-width: 598px){.p-business-brands__slider{margin-top:3rem;padding-inline:2.5rem}}.p-business-brands__list{align-items:stretch}.p-business-brands__item{height:auto}.p-business-brands__link{display:block;color:inherit;text-decoration:none}.p-business-brands__item-image{overflow:hidden;background-color:#d9d9d9}.p-business-brands__item-image img{display:block;width:100%;height:auto;aspect-ratio:380/262;-o-object-fit:cover;object-fit:cover}.p-business-brands__item-content{padding:1.5rem 0 0;margin-top:0}.p-business-brands__button{position:absolute;z-index:20;top:20%;width:60px;height:60px;border:1px solid #E84B20;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:background-color .3s ease,opacity .3s ease}.p-business-brands__button:before{content:"";position:absolute;top:50%;left:50%;width:22px;height:22px;border-top:1px solid #E84B20;border-right:1px solid #E84B20}@media (max-width: 598px){.p-business-brands__button:before{width:16px;height:16px}}@media (max-width: 598px){.p-business-brands__button{width:45px;height:45px}}.p-business-brands__button--prev{left:0}@media (max-width: 598px){.p-business-brands__button--prev{left:5px}}.p-business-brands__button--prev:before{transform:translate(-30%,-50%) rotate(-135deg)}.p-business-brands__button--next{right:0}@media (max-width: 598px){.p-business-brands__button--next{right:5px}}.p-business-brands__button--next:before{transform:translate(-70%,-50%) rotate(45deg)}.p-business-brands__item-title{font-size:2.8rem;font-weight:500;line-height:1.6;letter-spacing:.04em;font-family:Roboto,sans-serif}.p-business-brands__item-title:after{content:"";display:inline-block;vertical-align:middle;padding-left:8px;width:24px;height:24px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.p-business-brands__item-text{margin-top:.8rem;font-size:1.6rem;font-weight:400;line-height:2;letter-spacing:.02em}.p-business-brands__item-text--empty{min-height:6.4rem}.p-business-brands__pagination{margin-top:4rem;text-align:center}@media (max-width: 598px){.p-business-brands__pagination{margin-top:1rem}}.p-business-banner{margin-top:10rem;padding-inline:5%}@media (max-width: 1023px){.p-business-banner{padding-inline:0}}@media (max-width: 598px){.p-business-banner{margin-top:6rem}}.p-business-banner__link{display:block;max-width:1280px;margin-inline:auto}.p-business-banner__link img{width:100%}.p-bridal-service{padding:9.6rem 0 0}@media (max-width: 1023px){.p-bridal-service{padding:7.2rem 0 8rem}}@media (max-width: 598px){.p-bridal-service{padding:6rem 0 7.2rem}}.p-bridal-service__inner{position:relative;width:100%;max-width:1240px;margin:0 auto;padding-inline:4rem}.p-bridal-service__inner:before{content:"";position:absolute;top:-1.6rem;left:calc(4rem - 8px);right:calc(4rem - 8px);height:1px;background-color:#e84b20}@media (max-width: 1023px){.p-bridal-service__inner{padding-inline:2rem}.p-bridal-service__inner:before{left:calc(2rem - 8px);right:calc(2rem - 8px)}}.p-bridal-service__lead{color:#e84b20;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:.04em}@media (max-width: 598px){.p-bridal-service__lead{font-size:1.4rem}}.p-bridal-service__heading{margin-top:.8rem;font-family:Helvetica Neue,sans-serif;font-size:5.2rem;font-weight:300;line-height:1;letter-spacing:.04em;text-transform:uppercase}@media (max-width: 1023px){.p-bridal-service__heading{font-size:4.8rem}}@media (max-width: 598px){.p-bridal-service__heading{font-size:3.6rem}}.p-bridal-service__head{display:flex;justify-content:space-between;align-items:flex-end;gap:3.2rem}@media (max-width: 1023px){.p-bridal-service__head{align-items:flex-start;gap:2.4rem}}@media (max-width: 598px){.p-bridal-service__head{flex-direction:column;align-items:flex-start;gap:1.6rem}}.p-bridal-service__intro{max-width:56rem;margin-bottom:.8rem;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.8;letter-spacing:.02em}@media (max-width: 1023px){.p-bridal-service__intro{max-width:40rem;font-size:1.5rem}}@media (max-width: 598px){.p-bridal-service__intro{max-width:none;margin-bottom:0;font-size:1.4rem;line-height:1.7}}.p-bridal-service__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5.6rem 3.2rem;margin-top:6.8rem;list-style:none;padding:0}@media (max-width: 1023px){.p-bridal-service__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem 2rem;margin-top:5.2rem}}@media (max-width: 598px){.p-bridal-service__list{grid-template-columns:1fr;gap:3.2rem;margin-top:4.4rem}}.p-bridal-service__item{color:#000}.p-bridal-service__image{overflow:hidden}.p-bridal-service__image img{display:block;width:100%;height:auto;aspect-ratio:350/240;-o-object-fit:cover;object-fit:cover}.p-bridal-service__number{color:#e84b20;font-family:Roboto,sans-serif;font-size:5rem;font-weight:500;line-height:1;flex-shrink:0}@media (max-width: 598px){.p-bridal-service__number{font-size:4.2rem}}.p-bridal-service__meta{display:flex;align-items:center;gap:1.2rem;margin-top:1.6rem}@media (max-width: 598px){.p-bridal-service__meta{gap:.8rem}}.p-bridal-service__name{padding-bottom:0;font-family:Noto Sans JP,sans-serif;font-size:2rem;font-weight:500;line-height:1;letter-spacing:.02em}.p-bridal-service__text{margin-top:1.4rem;font-family:Noto Sans JP,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.9;letter-spacing:.02em}@media (max-width: 1023px){.p-bridal-service__text{font-size:1.5rem}}@media (max-width: 598px){.p-bridal-service__text{font-size:1.4rem;line-height:1.8}}.p-bridal-service__button-wrap{display:flex;justify-content:center;margin-top:5.6rem}@media (max-width: 598px){.p-bridal-service__button-wrap{margin-top:4.8rem}}.p-bridal-service__button{padding-left:0;justify-content:center}.p-bridal-brands{margin-top:10rem;padding-bottom:10rem}.p-bridal-brands__inner{position:relative;width:100%;max-width:1240px;margin:0 auto;padding-inline:4rem}.p-bridal-brands__inner:before{content:"";position:absolute;top:-1.6rem;left:calc(4rem - 8px);right:calc(4rem - 8px);height:1px;background-color:#e84b20}@media (max-width: 1023px){.p-bridal-brands__inner{padding-inline:2rem}.p-bridal-brands__inner:before{left:calc(2rem - 8px);right:calc(2rem - 8px)}}.p-bridal-brands__head{display:flex;justify-content:space-between;align-items:flex-end;gap:3.2rem}@media (max-width: 1023px){.p-bridal-brands__head{align-items:flex-start;gap:2.4rem}}@media (max-width: 598px){.p-bridal-brands__head{flex-direction:column;align-items:flex-start;gap:1.6rem}}.p-bridal-brands__head-main{flex:1}.p-bridal-brands__lead{color:#e84b20;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.6rem;font-weight:500;line-height:1;letter-spacing:.04em}@media (max-width: 598px){.p-bridal-brands__lead{font-size:1.4rem}}.p-bridal-brands__heading{margin-top:.8rem;font-family:Helvetica Neue,sans-serif;font-size:5.2rem;font-weight:300;line-height:1;letter-spacing:.04em;text-transform:uppercase}@media (max-width: 1023px){.p-bridal-brands__heading{font-size:4.8rem}}@media (max-width: 598px){.p-bridal-brands__heading{font-size:3.6rem}}.p-bridal-brands__slider{position:relative;max-width:1240px;margin:6rem auto 0;padding-inline:4rem;overflow:hidden}@media (max-width: 1023px){.p-bridal-brands__slider{padding-inline:2rem}}@media (max-width: 598px){.p-bridal-brands__slider{margin-top:4rem}}.p-bridal-brands__list{align-items:stretch}.p-bridal-brands__item{height:auto}.p-bridal-brands__link{display:block;color:inherit;text-decoration:none}.p-bridal-brands__item-image{overflow:hidden;background-color:#d9d9d9}.p-bridal-brands__item-image img{display:block;width:100%;height:auto;aspect-ratio:380/262;-o-object-fit:cover;object-fit:cover}.p-bridal-brands__item-content{padding:1.5rem 0 0;margin-top:0}.p-bridal-brands__button{position:absolute;top:13rem;z-index:5;width:7.6rem;height:7.6rem;border:1px solid #E84B20;border-radius:50%;background-color:#fffffff5;cursor:pointer;transition:background-color .3s ease,opacity .3s ease}.p-bridal-brands__button:before{content:"";position:absolute;top:50%;left:50%;width:2rem;height:2rem;border-top:1px solid #E84B20;border-right:1px solid #E84B20}.p-bridal-brands__button--prev{left:0}.p-bridal-brands__button--prev:before{transform:translate(-30%,-50%) rotate(-135deg)}.p-bridal-brands__button--next{right:0}.p-bridal-brands__button--next:before{transform:translate(-70%,-50%) rotate(45deg)}@media (max-width: 1023px){.p-bridal-brands__button{top:11rem;width:5.6rem;height:5.6rem}.p-bridal-brands__button:before{width:1.6rem;height:1.6rem}}@media (max-width: 598px){.p-bridal-brands__button{top:9rem;width:4.8rem;height:4.8rem}}.p-bridal-brands__item-title{font-size:2.8rem;font-weight:500;line-height:1.6;letter-spacing:.04em;font-family:Roboto,sans-serif}.p-bridal-brands__item-title:after{content:"";display:inline-block;vertical-align:middle;padding-left:8px;width:24px;height:24px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.p-bridal-brands__item-text{margin-top:.8rem;font-size:1.6rem;font-weight:400;line-height:2;letter-spacing:.02em}.p-bridal-brands__item-text--empty{min-height:6.4rem}.p-bridal-brands__pagination{margin-top:6rem;text-align:center}@media (max-width: 598px){.p-bridal-brands__pagination{margin-top:4rem}}.p-bridal__inner{padding-bottom:10rem}@media (max-width: 598px){.p-bridal__inner{padding-bottom:6rem}}.p-consulting__inner{padding-bottom:10rem}@media (max-width: 598px){.p-consulting__inner{padding-bottom:6rem}}.p-consulting-service__wrap{margin-top:8rem;max-width:1176px;margin-inline:auto}@media (max-width: 598px){.p-consulting-service__wrap{margin-top:5rem}}.p-consulting-service__block{position:relative;border:1px solid #E84B20;margin-top:7rem;padding-block:8.4rem 5rem}@media (max-width: 598px){.p-consulting-service__block{margin-top:6rem;padding-block:5rem 4rem}}.p-consulting-service__block:first-child{margin-top:0}.p-consulting-service__block-list{margin-top:6rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5.3rem;list-style:none}@media (max-width: 1023px){.p-consulting-service__block-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem 2rem}}@media (max-width: 598px){.p-consulting-service__block-list{grid-template-columns:1fr;gap:3.4rem;margin-top:4rem;padding-inline:2.5rem}}.p-consulting-service__title{position:absolute;top:-21px;left:50%;transform:translate(-50%);width:-moz-fit-content;width:fit-content;min-width:268px;padding-block:.8rem 1rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:2rem;font-weight:700;line-height:1;text-align:center;letter-spacing:.04em;border:1px solid #E84B20;border-radius:40px;color:#e84b20;background-color:#fff}@media (max-width: 598px){.p-consulting-service__title{top:-18px;min-width:234px;font-size:1.6rem;padding-block:.8rem .9rem}}.p-consulting-service__inner{display:grid;grid-template-columns:440fr 467fr;gap:6.4%;padding-inline:clamp(3rem,10.67vw,9.6rem)}@media (max-width: 1023px){.p-consulting-service__inner{display:flex;flex-direction:column-reverse;gap:6.2rem}}@media (max-width: 598px){.p-consulting-service__inner{gap:2rem;padding-inline:3rem}}.p-consulting-service__inner-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9%;padding-inline:clamp(3rem,10.78vw,9.7rem)}@media (max-width: 1023px){.p-consulting-service__inner-list{gap:2rem}}@media (max-width: 598px){.p-consulting-service__inner-list{display:flex;flex-direction:column;gap:4.5rem;padding-inline:3rem}}.p-consulting-service__meta{display:flex;align-items:center;gap:1.4rem}@media (max-width: 598px){.p-consulting-service__meta{gap:.8rem}}.p-consulting-service__number{font-family:Roboto,sans-serif;font-size:5.6rem;font-weight:400;letter-spacing:.04em;line-height:1;flex-shrink:0;color:#e84b20}@media (max-width: 598px){.p-consulting-service__number{font-size:4rem}}.p-consulting-service__name{font-size:2.8rem;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width: 598px){.p-consulting-service__name{font-size:2rem}}.p-consulting-service__description{margin-top:2.4rem;font-size:1.6rem;font-weight:400;line-height:2.2;letter-spacing:.02em}@media (max-width: 598px){.p-consulting-service__description{margin-top:1.4rem;font-size:1.4rem}}.p-consulting-service__image{width:100%}@media (max-width: 1023px){.p-consulting-service__image{aspect-ratio:290/188;overflow:hidden}}.p-consulting-service__image img{width:100%}@media (max-width: 1023px){.p-consulting-service__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:bottom;object-position:bottom;height:100%}}.p-consulting-service__list{display:flex;flex-direction:column;gap:1rem;margin-top:1.7rem;list-style:none}@media (max-width: 598px){.p-consulting-service__list{gap:.8rem;margin-top:1.4rem}}.p-consulting-service__item{position:relative;padding-left:14px;font-size:1.4rem;font-weight:400;line-height:1;letter-spacing:.02em;color:#333}@media (max-width: 598px){.p-consulting-service__item{padding-left:12px;font-size:1.2rem}}.p-consulting-service__item:before{content:"";position:absolute;top:3px;left:0;width:10px;height:10px;border-radius:50%;background:linear-gradient(90deg,#e84b20,#ffc4b4)}@media (max-width: 598px){.p-consulting-service__item:before{width:8px;height:8px}}.p-consulting-service__button{margin:4rem auto 0}@media (max-width: 598px){.p-consulting-service__button{margin:2rem auto 0}}.p-consulting-service__button-bottom{margin:6rem auto 0}@media (max-width: 598px){.p-consulting-service__button-bottom{margin:2.5rem auto 0}}.p-food__inner{padding-bottom:10rem}@media (max-width: 598px){.p-food__inner{padding-bottom:6rem}}.p-food-value{margin-top:10rem;padding-inline:clamp(2rem,5vw,8rem)}@media (max-width: 598px){.p-food-value{margin-top:6rem;padding-inline:2rem}}.p-food-value__inner{position:relative;max-width:1280px;margin-inline:auto;padding:7rem 5rem 5rem;border:1px solid #E84B20}@media (max-width: 598px){.p-food-value__inner{padding:5.2rem 3rem 3.7rem}}.p-food-value__head{width:-moz-max-content;width:max-content;position:absolute;top:-19px;left:50%;transform:translate(-50%);padding-inline:2rem;background:#fff;text-align:center}@media (max-width: 598px){.p-food-value__head{top:-11px;padding-inline:1rem}}.p-food-value__lead{font-family:Zen Kaku Gothic New,sans-serif;font-size:3.4rem;font-weight:500;line-height:1;letter-spacing:.04em}@media (max-width: 598px){.p-food-value__lead{font-size:2rem}}.p-food-value__title{margin-top:1rem;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase}@media (max-width: 598px){.p-food-value__title{margin-top:.7rem;font-size:1.2rem}}.p-food-value__description{width:-moz-fit-content;width:fit-content;margin-inline:auto;padding-inline:3rem;border-radius:20px;background:#e84b201a;color:#e84b20;font-size:1.8rem;font-weight:500;line-height:2.2;letter-spacing:.02em;text-align:center}@media (max-width: 598px){.p-food-value__description{font-size:1.3rem;padding:1rem 2.3rem;line-height:1.6;border-radius:32px}}.p-food-value__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5.3rem;margin-top:4rem}@media (max-width: 1023px){.p-food-value__gallery{grid-template-columns:1fr;gap:3rem;margin-top:3rem;padding-inline:.5rem}}.p-food-value__image{overflow:hidden}.p-food-value__image img{display:block;width:100%;height:auto;aspect-ratio:358/232;-o-object-fit:cover;object-fit:cover}.p-food-value__caption{margin-top:1.7rem;font-size:2rem;font-weight:500;line-height:1;letter-spacing:.02em;text-align:center}@media (max-width: 598px){.p-food-value__caption{margin-top:1.2rem;font-size:1.4rem}}.p-event-venue{margin-top:16.7rem;overflow:hidden}@media (max-width: 598px){.p-event-venue{margin-top:6rem}}.p-event-venue__head{max-width:1240px;margin-inline:auto;padding-inline:3rem}@media (max-width: 1023px){.p-event-venue__head{padding-inline:2rem}}.p-event-venue__slider{position:relative;margin-top:6rem;overflow:visible}@media (max-width: 1023px){.p-event-venue__slider{margin-top:6rem}}@media (max-width: 598px){.p-event-venue__slider{margin-top:4rem}}.p-event-venue__slider .swiper{overflow:visible}@media (max-width: 1023px){.p-event-venue__slider .swiper{padding-inline:10%}}@media (max-width: 598px){.p-event-venue__slider .swiper{padding-inline:3.5rem}}.p-event-venue__track{align-items:center}.p-event-venue__slide{position:relative;transition:clip-path .4s ease,opacity .4s ease;clip-path:inset(12.5% 0);will-change:clip-path;transform-origin:center;backface-visibility:hidden}@media (max-width: 598px){.p-event-venue__slide{clip-path:inset(10.17% 0)}}.p-event-venue__slide.swiper-slide-active{clip-path:inset(0 0)}.is-slideless .p-event-venue__slide{transition:none!important}.p-event-venue__image{position:relative}.p-event-venue__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000 50%,#0009);pointer-events:none}@media (max-width: 1023px){.p-event-venue__image:after{display:none}}.p-event-venue__image img{display:block;width:100%;height:auto;aspect-ratio:972/540;-o-object-fit:cover;object-fit:cover;will-change:transform}@media (max-width: 1023px){.p-event-venue__image img{aspect-ratio:320/236}}.p-event-venue__caption{position:absolute;left:21px;bottom:21px;opacity:0;transition:opacity .4s ease,transform .4s ease;will-change:opacity,transform;max-width:440px}.swiper-slide-active .p-event-venue__caption{opacity:1}@media (max-width: 1023px){.p-event-venue__caption{max-width:100%;display:none}}.is-slideless .p-event-venue__caption{transition:none!important}@media (max-width: 1023px){.p-event-venue__caption--sp{display:block;margin-top:2rem;position:static;opacity:1;padding-inline:10%}}@media (max-width: 598px){.p-event-venue__caption--sp{padding-inline:3.5rem}}.p-event-venue__title{display:inline-block;padding:.7rem 1.5rem;background:#fff;font-family:Roboto,sans-serif;font-size:3rem;font-weight:500;line-height:1;letter-spacing:.04em}@media (max-width: 1023px){.p-event-venue__title{padding:0;background-color:transparent;color:#000;line-height:1.6}}@media (max-width: 598px){.p-event-venue__title{font-size:2rem}}.p-event-venue__list{display:grid;grid-template-columns:auto 1fr;color:#fff;margin-top:1rem;font-size:1.5rem;line-height:1.6}@media (max-width: 1023px){.p-event-venue__list{color:#000}}@media (max-width: 598px){.p-event-venue__list{margin-top:.4rem;font-size:1.3rem}}.p-event-venue__list dt{font-weight:700}.p-event-venue__list dd{font-weight:400;margin-left:1.6rem}@media (max-width: 598px){.p-event-venue__list dd{margin-left:1.4rem}}.p-event-venue__text{margin-top:.4rem;color:#fff;font-size:1.4rem;font-weight:400;line-height:1.6}@media (max-width: 1023px){.p-event-venue__text{color:#000}}@media (max-width: 598px){.p-event-venue__text{margin-top:.3rem;font-size:1.2rem}}.p-event-venue__button{position:absolute;top:50%;z-index:5;width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#e84b20,#ffc4b4);box-shadow:0 1.2rem 2.4rem #e84b2038;transform:translateY(-50%);cursor:pointer}@media (max-width: 598px){.p-event-venue__button{width:45px;height:45px}}.p-event-venue__button:before{content:"";position:absolute;top:50%;left:50%;width:22px;height:22px;border-top:1px solid #fff;border-right:1px solid #fff}@media (max-width: 598px){.p-event-venue__button:before{width:17px;height:17px}}.p-event-venue__button--prev{left:10%}@media (max-width: 1023px){.p-event-venue__button--prev{left:6%}}@media (max-width: 598px){.p-event-venue__button--prev{left:12px}}.p-event-venue__button--prev:before{transform:translate(-35%,-50%) rotate(-135deg)}.p-event-venue__button--next{right:10%}@media (max-width: 1023px){.p-event-venue__button--next{right:6%}}@media (max-width: 598px){.p-event-venue__button--next{right:12px}}.p-event-venue__button--next:before{transform:translate(-65%,-50%) rotate(45deg)}.p-event__inner{padding-bottom:10rem}@media (max-width: 598px){.p-event__inner{padding-bottom:6rem}}.p-event-locations{margin-top:10rem;padding-inline:clamp(2rem,5vw,10rem)}@media (max-width: 598px){.p-event-locations{margin-top:6rem}}.p-event-locations__inner{position:relative;max-width:1180px;margin:0 auto;padding-block:8rem 4rem;padding-inline:clamp(2rem,5vw,10rem);border:1px solid #E84B20}@media (max-width: 598px){.p-event-locations__inner{padding:6rem 2rem 3rem}}.p-event-locations__head{position:absolute;top:-30px;left:50%;transform:translate(-50%);text-align:center}@media (max-width: 598px){.p-event-locations__head{top:-16px}}.p-event-locations__heading{line-height:0;padding:.9rem 3rem .6rem;background-color:#fff}@media (max-width: 598px){.p-event-locations__heading{width:258px;padding:.3rem 1rem}}.p-event-locations__sub{margin-top:.8rem;color:#e84b20;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.8rem;font-weight:700;line-height:1;letter-spacing:.04em}@media (max-width: 598px){.p-event-locations__sub{margin-top:.7rem;font-size:1.4rem}}.p-event-locations__list{display:flex;flex-direction:column;gap:2rem;list-style:none}@media (max-width: 598px){.p-event-locations__list{gap:1.7rem}}.p-event-locations__link{position:relative;padding-left:1.6rem;color:#e84b20;font-size:2rem;font-weight:700;line-height:1.6;letter-spacing:.04em;transition:opacity .3s ease}@media (max-width: 598px){.p-event-locations__link{font-size:1.6rem;padding-left:1.3rem}}.p-event-locations__link:before{content:"";display:block;position:absolute;top:10px;left:-5px;width:11px;height:11px;border-top:1px solid currentcolor;border-right:1px solid currentcolor;transform:rotate(45deg)}@media (max-width: 598px){.p-event-locations__link:before{width:10px;height:10px;top:7px;left:-4px}}.p-event-locations__link:after{content:"";display:inline-block;width:16px;height:16px;background:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external_gray.svg);background-position:center;background-size:contain;background-repeat:no-repeat}@media (max-width: 598px){.p-event-locations__link:after{width:14px;height:14px}}.p-event-locations__link:hover,.p-event-locations__link:focus-visible{opacity:.7}.p-event-locations__address{margin-top:.4rem;padding-left:1.4rem;font-size:1.5rem;font-weight:400;line-height:1.6;letter-spacing:.04em}@media (max-width: 598px){.p-event-locations__address{margin-top:.3rem;padding-left:1.3rem;font-size:1.3rem}}.p-event-locations__pagination{display:flex;align-items:center;justify-content:center;gap:6rem;margin-top:4rem}@media (max-width: 598px){.p-event-locations__pagination{margin-top:3rem;gap:4rem}}.p-event-locations__pagination-prev,.p-event-locations__pagination-next{width:10px;cursor:pointer;transition:color .3s ease}@media (max-width: 598px){.p-event-locations__pagination-prev,.p-event-locations__pagination-next{width:7px}}.p-event-locations__pagination-prev:before,.p-event-locations__pagination-next:before{content:"";display:block;width:14px;height:14px;border-top:1px solid #E84B20;border-right:1px solid #E84B20;transform-origin:center}@media (max-width: 598px){.p-event-locations__pagination-prev:before,.p-event-locations__pagination-next:before{width:10px;height:10px}}.p-event-locations__pagination-prev:hover,.p-event-locations__pagination-prev:focus-visible,.p-event-locations__pagination-next:hover,.p-event-locations__pagination-next:focus-visible{color:#e84b20}.p-event-locations__pagination-prev:before{transform:rotate(-135deg)}.p-event-locations__pagination-next:before{transform:rotate(45deg)}.p-event-locations__pagination-dots{display:flex;align-items:center;gap:12px}@media (max-width: 598px){.p-event-locations__pagination-dots{gap:8px}}.p-event-locations__dot{display:block;width:12px;height:12px;border-radius:50%;background-color:#d9d9d9;transition:background-color .3s ease}@media (max-width: 598px){.p-event-locations__dot{width:8px;height:8px}}.p-event-locations__dot.is-active{background-color:#e84b20}.p-sdgs-mv{height:511px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/sdgs/mv_bg.webp);background-repeat:no-repeat;background-position:center;background-size:cover;padding-bottom:7.7rem}@media (max-width: 1023px){.p-sdgs-mv{height:auto;aspect-ratio:390/477;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/sdgs/mv_bg_sp.webp)}}@media (max-width: 598px){.p-sdgs-mv{height:477px;padding-bottom:2.6rem}}.p-sdgs-mv__inner{width:100%;max-width:1440px;height:100%;display:flex;gap:10rem;justify-content:space-between;align-items:flex-end;margin-inline:auto;padding-left:clamp(3.6rem,13.33vw,12rem);padding-right:clamp(3.6rem,7.89vw,7.1rem)}@media (max-width: 1023px){.p-sdgs-mv__inner{gap:4rem;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-inline:5%}}@media (max-width: 598px){.p-sdgs-mv__inner{gap:1.7rem;padding-inline:3.6rem}}@media (max-width: 598px){.p-sdgs-mv__text-en{width:309px}}.p-sdgs-mv__text-jp h2,.p-sdgs-mv__text-jp p{color:#fff;letter-spacing:.02em}.p-sdgs-mv__text-jp h2{font-family:Zen Kaku Gothic New,sans-serif;font-weight:400;font-size:3.4rem;line-height:1.4}@media (max-width: 598px){.p-sdgs-mv__text-jp h2{font-size:2.2rem}}.p-sdgs-mv__text-jp p{margin-top:1.1rem;font-size:1.6rem;font-weight:500;line-height:2}@media (max-width: 598px){.p-sdgs-mv__text-jp p{margin-top:.8rem;font-size:1.2rem}}.p-sdgs-message{margin-top:8rem;padding-inline:clamp(2rem,5vw,13.4rem)}@media (max-width: 598px){.p-sdgs-message{margin-top:6rem}}.p-sdgs-message__inner{width:100%;max-width:1172px;margin-inline:auto;display:grid;grid-template-columns:515px 1fr;gap:7rem}@media (max-width: 1023px){.p-sdgs-message__inner{display:flex;flex-direction:column;margin-top:3rem;padding-inline:0;gap:4.5rem}}.p-sdgs-message__lead-text{margin-top:6rem;font-family:Zen Old Mincho,serif;font-size:3.6rem;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.p-sdgs-message__lead-text{margin-top:3rem;font-size:2.4rem}}.p-sdgs-message__name-jp{display:flex;align-items:baseline;gap:1.6rem;margin-top:6rem;font-size:1.6rem;line-height:1;letter-spacing:.02em}@media (max-width: 598px){.p-sdgs-message__name-jp{margin-top:2.4rem;gap:1.2rem;font-size:1.5rem}}.p-sdgs-message__name-jp span:first-child{font-size:1.3rem;font-weight:500}@media (max-width: 598px){.p-sdgs-message__name-jp span:first-child{font-size:1.2rem}}.p-sdgs-message__name-en{margin-top:1.2rem;font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:500;line-height:1;letter-spacing:.02em;color:#e84b20}@media (max-width: 598px){.p-sdgs-message__name-en{margin-top:.9rem;font-size:1rem}}.p-sdgs-message__text{display:flex;flex-direction:column;gap:3rem;margin-top:2.6rem}@media (max-width: 1023px){.p-sdgs-message__text{margin-top:0;gap:2.4rem}}.p-sdgs-message__text p{font-size:1.6rem;line-height:2.2;letter-spacing:.02em;text-align:justify}@media (max-width: 598px){.p-sdgs-message__text p{font-size:1.4rem;letter-spacing:.04em}}.p-sdgs-initiatives{background:#f7f6f4;margin-top:9rem;padding-block:8rem;padding-inline:clamp(1.5rem,5vw,13rem)}@media (max-width: 598px){.p-sdgs-initiatives{margin-top:6rem;padding-inline:1.5rem}}.p-sdgs-initiatives__inner{width:100%;max-width:1180px;margin-inline:auto}.p-sdgs-initiatives__intro{display:flex;gap:3rem;justify-content:space-between;align-items:center;margin-top:7rem}@media (max-width: 1023px){.p-sdgs-initiatives__intro{flex-direction:column}}@media (max-width: 598px){.p-sdgs-initiatives__intro{margin-top:4rem}}.p-sdgs-initiatives__title{flex-shrink:0;font-family:Zen Kaku Gothic New,sans-serif;line-height:1}@media (max-width: 1023px){.p-sdgs-initiatives__title{text-align:center}}.p-sdgs-initiatives__title-small{display:block;font-size:1.6rem;font-weight:500}@media (max-width: 598px){.p-sdgs-initiatives__title-small{font-size:1.2rem}}.p-sdgs-initiatives__title-main{display:block;font-size:4.5rem;font-weight:400;margin-top:1.3rem}@media (max-width: 598px){.p-sdgs-initiatives__title-main{font-size:3.4rem}}.p-sdgs-initiatives__title-main span{font-size:3.3rem}@media (max-width: 598px){.p-sdgs-initiatives__title-main span{font-size:2.4rem}}.p-sdgs-initiatives__image{display:flex;align-items:center;gap:clamp(.8rem,2vw,3rem)}.p-sdgs-initiatives__image-item{width:120px}@media (max-width: 1023px){.p-sdgs-initiatives__image-item{width:100%}}.p-sdgs-initiatives__image-item img{width:100%}.p-sdgs-initiatives__list{display:flex;flex-direction:column;gap:4rem;margin-top:7rem}@media (max-width: 598px){.p-sdgs-initiatives__list{margin-top:4rem;gap:3rem}}.p-sdgs-initiatives-content{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:8.4rem;background:#fff;padding:4.3rem 9.6rem 4rem 15.1rem;border-right:4px solid #ccc}@media (max-width: 1023px){.p-sdgs-initiatives-content{display:flex;flex-direction:column;padding:4rem;border-right:0;border-bottom:3px solid #ccc}}@media (max-width: 598px){.p-sdgs-initiatives-content{gap:3.6rem;padding:2rem}}.p-sdgs-initiatives-content.is-goal-05{border-right-color:#e83819}@media (max-width: 1023px){.p-sdgs-initiatives-content.is-goal-05{border-right-color:transparent;border-bottom:3px solid #e83819}}.p-sdgs-initiatives-content.is-goal-08{border-right-color:#970b31}@media (max-width: 1023px){.p-sdgs-initiatives-content.is-goal-08{border-right-color:transparent;border-bottom:3px solid #970b31}}.p-sdgs-initiatives-content.is-goal-09{border-right-color:#ed6a02}@media (max-width: 1023px){.p-sdgs-initiatives-content.is-goal-09{border-right-color:transparent;border-bottom:3px solid #ed6a02}}.p-sdgs-initiatives-content.is-goal-11{border-right-color:#f5a200}@media (max-width: 1023px){.p-sdgs-initiatives-content.is-goal-11{border-right-color:transparent;border-bottom:3px solid #f5a200}}.p-sdgs-initiatives-content.is-goal-17{border-right-color:#003067}@media (max-width: 1023px){.p-sdgs-initiatives-content.is-goal-17{border-right-color:transparent;border-bottom:3px solid #003067}}.p-sdgs-initiatives-content__icon{position:absolute;top:50px;left:0;width:100px}@media (max-width: 1023px){.p-sdgs-initiatives-content__icon{left:inherit;right:0}}@media (max-width: 598px){.p-sdgs-initiatives-content__icon{top:33px;width:88px}}.p-sdgs-initiatives-content__title{font-family:Zen Kaku Gothic New,sans-serif;font-size:2.8rem;font-weight:500;letter-spacing:.04em;line-height:1.6}@media (max-width: 1023px){.p-sdgs-initiatives-content__title{padding-right:9rem}}@media (max-width: 598px){.p-sdgs-initiatives-content__title{font-size:2.4rem}}.p-sdgs-initiatives-content__title-en{font-family:Roboto,sans-serif;font-weight:500;font-size:1.4rem;letter-spacing:.04em;line-height:1.6;margin-top:1rem}.is-goal-05 .p-sdgs-initiatives-content__title-en{color:#e83819}.is-goal-08 .p-sdgs-initiatives-content__title-en{color:#970b31}.is-goal-09 .p-sdgs-initiatives-content__title-en{color:#ed6a02}.is-goal-11 .p-sdgs-initiatives-content__title-en{color:#f5a200}.is-goal-17 .p-sdgs-initiatives-content__title-en{color:#003067}@media (max-width: 598px){.p-sdgs-initiatives-content__title-en{font-size:1.2rem;margin-top:.8rem}}.p-sdgs-initiatives-content__text{font-size:1.6rem;font-weight:400;letter-spacing:.04em;line-height:2;margin-top:3.7rem}@media (max-width: 598px){.p-sdgs-initiatives-content__text{font-size:1.4rem}}.p-sdgs-initiatives-content__list{display:flex;flex-direction:column;gap:2.2rem;list-style:none}@media (max-width: 598px){.p-sdgs-initiatives-content__list{gap:1.6rem}}.p-sdgs-initiatives-content__item-title{position:relative;font-size:1.6rem;font-weight:700;line-height:1.6;letter-spacing:.04em;padding-left:18px}.is-goal-05 .p-sdgs-initiatives-content__item-title{color:#e83819}.is-goal-08 .p-sdgs-initiatives-content__item-title{color:#970b31}.is-goal-09 .p-sdgs-initiatives-content__item-title{color:#ed6a02}.is-goal-11 .p-sdgs-initiatives-content__item-title{color:#f5a200}.is-goal-17 .p-sdgs-initiatives-content__item-title{color:#003067}@media (max-width: 598px){.p-sdgs-initiatives-content__item-title{font-size:1.4rem;padding-left:15px}}.p-sdgs-initiatives-content__item-title:before{content:"";display:inline-block;position:absolute;top:7px;left:0;width:12px;height:12px;border-radius:50%;background:#ccc}.is-goal-05 .p-sdgs-initiatives-content__item-title:before{background:#e83819}.is-goal-08 .p-sdgs-initiatives-content__item-title:before{background:#970b31}.is-goal-09 .p-sdgs-initiatives-content__item-title:before{background:#ed6a02}.is-goal-11 .p-sdgs-initiatives-content__item-title:before{background:#f5a200}.is-goal-17 .p-sdgs-initiatives-content__item-title:before{background:#003067}@media (max-width: 598px){.p-sdgs-initiatives-content__item-title:before{width:10px;height:10px}}.p-sdgs-initiatives-content__item-text{font-size:1.4rem;font-weight:400;line-height:1.8;letter-spacing:.04em;margin-top:.6rem}@media (max-width: 598px){.p-sdgs-initiatives-content__item-text{font-size:1.2rem;margin-top:.4rem}}.p-sdgs-commitment{margin-top:10rem;padding-inline:clamp(2rem,5vw,8rem)}@media (max-width: 598px){.p-sdgs-commitment{margin-top:6rem;padding-inline:2rem}}.p-sdgs-commitment__inner{position:relative;max-width:1280px;margin-inline:auto;padding:8rem 5rem 5rem;border:1px solid #E84B20}@media (max-width: 1023px){.p-sdgs-commitment__inner{padding:11rem 5rem 5rem}}@media (max-width: 598px){.p-sdgs-commitment__inner{padding:11rem 2.85rem 3.5rem}}.p-sdgs-commitment__head{width:-moz-max-content;width:max-content;position:absolute;top:-31px;left:50%;padding-inline:3rem;background:#fff;transform:translate(-50%)}@media (max-width: 598px){.p-sdgs-commitment__head{padding-inline:1rem}}.p-sdgs-commitment__lead{width:100%;max-width:635px;padding-block:9px 6px}@media (max-width: 598px){.p-sdgs-commitment__lead{width:239px;padding-inline:4px 5px}}.p-sdgs-commitment__lead img{width:100%}.p-sdgs-commitment__title{margin-top:.8rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.8rem;font-weight:700;line-height:1;letter-spacing:.02em;text-align:center}@media (max-width: 598px){.p-sdgs-commitment__title{font-size:1.4rem}}.p-sdgs-commitment__description{width:-moz-fit-content;width:fit-content;margin-inline:auto;padding:.7rem 3rem;border-radius:20px;background:#e84b201a;color:#e84b20;font-size:1.8rem;font-weight:500;letter-spacing:.02em;text-align:center}@media (max-width: 1023px){.p-sdgs-commitment__description{border-radius:100px;padding:.5rem 2rem;padding-block:1rem}}@media (max-width: 598px){.p-sdgs-commitment__description{font-size:1.3rem;line-height:1.6}}.p-sdgs-commitment__list{display:grid;grid-template-columns:repeat(3,1fr);gap:5.3rem;margin-top:4rem;list-style:none}@media (max-width: 1023px){.p-sdgs-commitment__list{display:flex;flex-direction:column;gap:3rem;margin-top:3rem}}@media (max-width: 598px){.p-sdgs-commitment__list{padding-inline:.65rem}}.p-sdgs-commitment__item-image{overflow:hidden}.p-sdgs-commitment__item-image img{display:block;width:100%;height:auto;aspect-ratio:358/232;-o-object-fit:cover;object-fit:cover}.p-sdgs-commitment__item-title{margin-top:1.7rem;font-size:2rem;font-weight:500;line-height:1;letter-spacing:.02em;text-align:center}@media (max-width: 598px){.p-sdgs-commitment__item-title{margin-top:1.3rem;font-size:1.4rem}}.p-sdgs-commitment__item-text{margin-top:1.7rem;font-size:1.6rem;font-weight:400;line-height:2;letter-spacing:.04em}@media (max-width: 598px){.p-sdgs-commitment__item-text{margin-top:1rem;font-size:1.2rem}}.p-sdgs-declaration{margin-top:16rem}@media (max-width: 598px){.p-sdgs-declaration{margin-top:6rem}}.p-sdgs-declaration__head{padding-inline:clamp(2rem,5vw,10rem)}@media (max-width: 598px){.p-sdgs-declaration__head{padding-inline:2rem}}.p-sdgs-declaration__head-inner{max-width:1180px;margin-inline:auto}.p-sdgs-declaration__wrap{background:#f7f6f4;margin-top:13.4rem;padding-bottom:10rem}@media (max-width: 598px){.p-sdgs-declaration__wrap{margin-top:8.4rem;padding-bottom:3.5rem}}.p-sdgs-declaration__inner{padding-inline:clamp(2rem,5vw,4.5rem)}@media (max-width: 598px){.p-sdgs-declaration__inner{padding-inline:2rem}}.p-sdgs-declaration__list{max-width:1350px;margin:10.8rem auto 0;display:grid;grid-template-columns:repeat(3,1fr);list-style:none}@media (max-width: 1023px){.p-sdgs-declaration__list{display:flex;flex-direction:column}}@media (max-width: 598px){.p-sdgs-declaration__list{margin-top:3.6rem;padding-inline:2rem}}.p-sdgs-declaration__item{border-left:1px solid #bdbdbd;padding-inline:3.5rem}@media (max-width: 1023px){.p-sdgs-declaration__item{border-left:none;border-top:1px solid #bdbdbd;padding:3.5rem 0}.p-sdgs-declaration__item:first-child{border-top:none}}@media (max-width: 598px){.p-sdgs-declaration__item{padding:2.4rem 0}}.p-sdgs-declaration__item:first-child{border-left:none}@media (max-width: 1023px){.p-sdgs-declaration__item:first-child{border-top:none}}.p-sdgs-declaration__item-title{font-family:Zen Kaku Gothic New,sans-serif;font-size:2.4rem;font-weight:500;line-height:1.6;letter-spacing:.04em}@media (max-width: 598px){.p-sdgs-declaration__item-title{font-size:2rem}}.p-sdgs-declaration__item-title-en{margin-top:.6rem;font-family:Roboto,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.6;letter-spacing:.04em;color:#e84b20}@media (max-width: 598px){.p-sdgs-declaration__item-title-en{margin-top:.5rem;font-size:1.2rem}}.p-sdgs-declaration__item-text{margin-top:2rem;font-size:1.6rem;font-weight:400;line-height:2;letter-spacing:.039em;text-align:justify}@media (max-width: 598px){.p-sdgs-declaration__item-text{margin-top:1.7rem;font-size:1.4rem}}.p-sdgs-declaration-lead{position:relative;max-width:1440px;margin-inline:auto;transform:translateY(-80px)}@media (max-width: 1023px){.p-sdgs-declaration-lead{padding-bottom:11rem}}@media (max-width: 598px){.p-sdgs-declaration-lead{transform:translateY(-54px)}}.p-sdgs-declaration-lead__content{position:absolute;bottom:33px;left:80px}@media (max-width: 1023px){.p-sdgs-declaration-lead__content{left:0;bottom:0;padding-inline:3rem}}.p-sdgs-declaration-lead__title{width:100%;max-width:654px;padding-block:1.7rem 1.1rem}@media (max-width: 598px){.p-sdgs-declaration-lead__title{width:314px;padding-block:.8rem .5rem}}.p-sdgs-declaration-lead__text{margin-top:2.4rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:1.8rem;font-weight:400;line-height:1.8;letter-spacing:.02em}@media (max-width: 598px){.p-sdgs-declaration-lead__text{margin-top:1rem;font-size:1.2rem}}.p-sdgs-declaration-lead__image{width:100%;display:flex;justify-content:flex-end}.p-sdgs-declaration-lead__image img{width:62.5%;height:auto;aspect-ratio:899/555;-o-object-fit:cover;object-fit:cover}@media (max-width: 1023px){.p-sdgs-declaration-lead__image img{width:87.2%;aspect-ratio:340/350}}.p-sdgs-declaration-summary__title{width:-moz-fit-content;width:fit-content;margin-inline:auto;padding:1rem 2rem;border-left:1px solid #E84B20;border-right:1px solid #E84B20;font-family:Roboto,sans-serif;font-size:1.6rem;font-weight:700;color:#e84b20}@media (max-width: 598px){.p-sdgs-declaration-summary__title{padding:.7rem 1.5rem}}.p-sdgs-declaration-summary__text{margin-top:4rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:2.4rem;font-weight:500;line-height:1.4;letter-spacing:.02em;text-align:center}@media (max-width: 598px){.p-sdgs-declaration-summary__text{margin-top:3rem;font-size:2rem}}.p-contact__inner{padding-block:10rem 11.5rem;padding-inline:clamp(1.5rem,5vw,13rem)}@media (max-width: 598px){.p-contact__inner{padding-block:4rem 6rem}}.p-contact__read{width:100%;max-width:1180px;display:flex;gap:4rem;justify-content:space-between;margin-inline:auto}@media (max-width: 1023px){.p-contact__read{flex-direction:column;gap:2rem}}.p-contact__read-title{font-family:Zen Kaku Gothic New,sans-serif;font-size:3.4rem;font-weight:400;line-height:1.8;letter-spacing:.04em;color:#e84b20}@media (max-width: 598px){.p-contact__read-title{font-size:2.4rem}}.p-contact__read-text{max-width:541px;font-size:1.6rem;line-height:2.2;letter-spacing:.02em;flex:1}@media (max-width: 598px){.p-contact__read-text{font-size:1.2rem}}.p-contact__form{width:100%;max-width:800px;margin:10rem auto 0}@media (max-width: 598px){.p-contact__form{margin:4rem auto 0}}.p-policy__content{padding-inline:clamp(2rem,5vw,18rem)}@media (max-width: 598px){.p-policy__content{padding-inline:2rem}}.p-policy__inner{width:100%;max-width:1080px;margin:0 auto;padding-block:10rem}@media (max-width: 598px){.p-policy__inner{padding-block:4rem}}.p-policy__title{font-size:3.4rem!important}@media (max-width: 598px){.p-policy__title{font-size:2.2rem!important}}.p-policy__button-wrap{display:flex;justify-content:center;gap:1.6rem;margin-top:3.2rem}@media (max-width: 1023px){.p-policy__button-wrap{flex-direction:column}}@media (max-width: 598px){.p-policy__button-wrap{gap:1.4rem;margin-top:2.8rem}}.p-404{margin-top:6rem}@media (max-width: 598px){.p-404{margin-top:5rem}}.p-404__inner{padding:20rem 5% 18rem}@media (max-width: 598px){.p-404__inner{padding:14rem 2rem 18rem}}.p-404__title{text-align:center}.p-404__lead{margin-top:7.7rem;font-family:Zen Kaku Gothic New,sans-serif;font-size:2.6rem;font-weight:500;line-height:1.6;letter-spacing:.04em;text-align:center;color:#e84b20}@media (max-width: 598px){.p-404__lead{margin-top:5.5rem;font-size:2rem}}.p-404__text{margin-top:1.6rem;font-size:1.4rem;font-weight:400;line-height:1.6;letter-spacing:.02em;text-align:center}@media (max-width: 598px){.p-404__text{margin-top:2rem;font-size:1.2rem}}.p-404__button{margin:3.6rem auto 0}@media (max-width: 598px){.p-404__button{margin:2.4rem auto 0}}.p-page-head{margin-top:6rem;padding-inline:clamp(1.6rem,5vw,9.6rem)}@media (max-width: 598px){.p-page-head{padding-inline:1.6rem}}.p-page-head--separator{border-bottom:1px solid #E84B20}.p-page-head__inner{display:flex;align-items:center;justify-content:space-between;max-width:1248px;margin:0 auto;padding-block:6.9rem 9.4rem;padding-right:3.3rem}@media (max-width: 1023px){.p-page-head__inner{flex-direction:column;align-items:flex-start;padding-right:0}}@media (max-width: 598px){.p-page-head__inner{padding-block:4rem}}.p-page-head__title{font-family:Zen Kaku Gothic New,sans-serif;font-size:3.4rem;font-weight:500;letter-spacing:.02em;line-height:1;color:#e84b20}@media (max-width: 1023px){.p-page-head__title{padding-left:3rem}}@media (max-width: 598px){.p-page-head__title{font-size:1.6rem;padding-left:1.6rem}}.p-page-head__title-en{font-size:4.8rem;letter-spacing:.04em;line-height:0;box-sizing:border-box}@media (max-width: 1023px){.p-page-head__title-en{margin-top:2rem}}@media (max-width: 598px){.p-page-head__title-en{height:28px;margin-top:1.5rem}}.p-page-head__title-en:before{content:"";height:4px;width:24px;background:#e84b20}@media (max-width: 598px){.p-page-head__title-en:before{height:2px;width:14px}}.p-page-head__title-en img{height:100%;width:auto}.p-sidebar{margin-top:.2rem}@media (max-width: 1023px){.p-sidebar{width:100%;padding:4rem 5% 0;border-top:1px solid #E84B20}}@media (max-width: 598px){.p-sidebar{padding:2.6rem 4.8rem 0}}.p-sidebar__title{font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:.02em;color:#e84b20}.p-sidebar__list{margin-top:5rem;list-style:none}@media (max-width: 598px){.p-sidebar__list{margin-top:2.4rem}}.p-sidebar__item{margin-top:3.9rem}@media (max-width: 598px){.p-sidebar__item{margin-top:2rem}}.p-sidebar__item:first-child{margin-top:0}.p-sidebar__link{display:flex;align-items:center;gap:11px}.p-sidebar__dot{width:8px;height:8px;border-radius:50%;background:#e84b20;opacity:.3}.is-active .p-sidebar__dot{opacity:1}.p-sidebar__category{font-size:1.4rem;letter-spacing:.06em;line-height:1;color:#252525}.is-active .p-sidebar__category{color:#e84b20;font-weight:500}.p-sidebar-works{border:1px solid #E84B20;padding:3rem}@media (max-width: 598px){.p-sidebar-works{padding:1.2rem 2rem}}.p-sidebar-works__title{font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:.02em;color:#e84b20}@media (max-width: 598px){.p-sidebar-works__title{font-size:1.2rem}}.p-sidebar-works__list{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.6rem;list-style:none}@media (max-width: 598px){.p-sidebar-works__list{margin-top:1.2rem;gap:.8rem}}.p-sidebar-works__link{display:block;border:solid 1px #E84B20;border-radius:15px;font-size:1.3rem;font-weight:500;line-height:1;color:#121212;padding:7px 20px 8px;transition:opacity .3s ease}@media (max-width: 598px){.p-sidebar-works__link{padding:4px 15px 5px;font-size:1.1rem}}@media (hover: hover){.p-sidebar-works__link:hover{opacity:.5}}.is-active .p-sidebar-works__link{background:#e84b20;color:#fff;pointer-events:none}.p-list{display:grid;grid-template-columns:170px 1fr;list-style:none}@media (max-width: 598px){.p-list{display:flex;flex-direction:column}}.p-list dt,.p-list dd{font-size:1.6rem;line-height:1.4}@media (max-width: 598px){.p-list dt,.p-list dd{font-size:1.4rem}}.p-list dt{border-bottom:1px solid #E84B20;padding:3rem 0 3rem 1rem;letter-spacing:.02em;font-weight:500}@media (max-width: 598px){.p-list dt{border-bottom:none;padding:2rem 1rem 0}}.p-list dd{border-bottom:1px solid #e0e0e0;padding:3rem 0 3rem 3rem;font-weight:400}@media (max-width: 598px){.p-list dd{padding:1rem 1rem 2rem}}.p-list ul{list-style:none}.p-list li{position:relative;padding-left:16px;font-size:1.6rem;font-weight:400;line-height:1.4;letter-spacing:.04em;color:#333}@media (max-width: 598px){.p-list li{padding-left:14px;font-size:1.4rem}}.p-list li:before{content:"";display:block;position:absolute;top:8px;left:0;width:8px;height:8px;border-radius:50%;background:#e84b20}@media (max-width: 598px){.p-list li:before{top:6px;width:7px;height:7px}}.p-list a{display:inline-block;color:#e84b20;text-decoration:underline;font-weight:500;margin-left:15px;transition:opacity .5s ease}@media (hover: hover){.p-list a:hover{opacity:.5}}.p-list a[target=_blank]:after{content:"";display:inline-block;vertical-align:middle;margin-left:4px;width:16px;height:16px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external_gray.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.p-list-service{padding-block:6rem 8rem}@media (max-width: 598px){.p-list-service{padding-block:4.5rem 6rem}}.p-list-service__inner{width:100%;max-width:1440px;margin-inline:auto;padding-inline:5%}.p-list-service__list{display:grid;grid-template-columns:repeat(2,1fr);gap:6rem 8rem;list-style:none;margin-top:6rem}.p-list-service__list.is-current{grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 1023px){.p-list-service__list{display:flex;flex-direction:column;gap:2rem}}@media (max-width: 598px){.p-list-service__list{margin-top:4.5rem}}.p-list-service__item{position:relative;height:180px;overflow:hidden}@media (max-width: 598px){.p-list-service__item{height:108px}}.is-current .p-list-service__item{height:150px}@media (max-width: 598px){.is-current .p-list-service__item{height:108px}}.p-list-service__item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover;transition:transform .5s ease}.p-list-service__item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000059;pointer-events:none;z-index:0}.p-list-service__item--business:before{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/footer/list_img_business.webp)}.p-list-service__item--food:before{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/footer/list_img_food_beverage.webp)}.p-list-service__item--event:before{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/footer/list_img_event_produce.webp)}.p-list-service__item--bridal:before{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/footer/list_img_bridal.webp)}@media (hover: hover){.p-list-service__item:hover:before{transform:scale(1.1)}}.p-list-service__item-link{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;height:100%;padding-inline:5rem;z-index:10}@media (max-width: 1023px){.p-list-service__item-link{padding-inline:3rem}}.is-current .p-list-service__item-link{padding-inline:3rem 2rem}@media (max-width: 1023px){.is-current .p-list-service__item-link{padding-inline:3rem}}.p-list-service__item-title{z-index:10}.p-list-service__item-title-en{height:47px}.p-list-service__item-title-en img{width:100%;height:100%}@media (max-width: 598px){.p-list-service__item-title-en{height:28.7px}}.is-current .p-list-service__item-title-en{height:38px}@media (max-width: 598px){.is-current .p-list-service__item-title-en{height:28.7px}}.p-list-service__item-title-jp{margin-top:1.8rem;font-size:1.4rem;font-weight:500;letter-spacing:.04em;line-height:1;color:#fff}@media (max-width: 598px){.p-list-service__item-title-jp{margin-top:1rem;font-size:1.2rem}}.p-list-service__item-arrow{flex-shrink:0;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_circle_white.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:40px;height:40px;z-index:10}@media (max-width: 598px){.p-list-service__item-arrow{width:24px;height:24px}}.p-list-anchor{margin-top:6rem;padding-inline:5%}@media (max-width: 598px){.p-list-anchor{margin-top:3rem;padding-inline:2rem}}.p-list-anchor__list{display:grid;grid-template-columns:repeat(auto-fit,200px);justify-content:center;gap:2rem;list-style:none}@media (max-width: 1023px){.p-list-anchor__list{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 598px){.p-list-anchor__list{gap:.8rem}}@media (max-width: 1023px){.p-list-anchor__list:has(.p-list-anchor__item:nth-child(3):last-child),.p-list-anchor__list:has(.p-list-anchor__item:nth-child(5):last-child),.p-list-anchor__list:has(.p-list-anchor__item:nth-child(6):last-child){grid-template-columns:repeat(3,1fr)}}.p-list-anchor__link{display:block;padding:14px 20px 16px;color:#e84b20;font-size:1.8rem;font-weight:500;line-height:1;position:relative;border:1px solid #E84B20;transition:background-color .3s ease,color .3s ease}@media (max-width: 598px){.p-list-anchor__link{font-size:1.1rem;padding:8px 15px 9px}}.p-list-anchor__link:after{content:"";display:block;position:absolute;top:50%;right:20px;transform:translateY(-50%);background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_anchor.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:18px;height:18px;pointer-events:none;transition:background-image .3s}@media (max-width: 598px){.p-list-anchor__link:after{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_anchor_sp.svg);width:10px;height:10px;right:10px}}.p-list-anchor__link:hover,.p-list-anchor__link:focus-visible{background-color:#e84b20;color:#fff}.p-list-anchor__link:hover:after,.p-list-anchor__link:focus-visible:after{background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_arrow_anchor_white.svg)}@media (max-width: 598px){.p-list-anchor__list:has(.p-list-anchor__item:nth-child(3):last-child) .p-list-anchor__link,.p-list-anchor__list:has(.p-list-anchor__item:nth-child(5):last-child) .p-list-anchor__link,.p-list-anchor__list:has(.p-list-anchor__item:nth-child(6):last-child) .p-list-anchor__link{padding:8px 10px 9px}}@media (max-width: 598px){.p-list-anchor__list:has(.p-list-anchor__item:nth-child(3):last-child) .p-list-anchor__link:after,.p-list-anchor__list:has(.p-list-anchor__item:nth-child(5):last-child) .p-list-anchor__link:after,.p-list-anchor__list:has(.p-list-anchor__item:nth-child(6):last-child) .p-list-anchor__link:after{right:8px}}.p-card-works__link{display:block}.p-card-works__image{aspect-ratio:358/232;overflow:hidden}.p-card-works__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .5s ease}@media (hover: hover){.p-card-works:hover .p-card-works__image img{transform:scale(1.1)}}.p-card-works__content{margin-top:1.7rem}@media (max-width: 598px){.p-card-works__content{margin-top:1.4rem}}.p-card-works__category{width:-moz-fit-content;width:fit-content;height:26px;padding:6px 15px;background-color:#e84b20;font-size:1.4rem;letter-spacing:.02em;line-height:1;font-weight:500;color:#fff;border-radius:15px}@media (max-width: 598px){.p-card-works__category{height:22px;padding:5px 12px;font-size:1.2rem}}@media (max-width: 598px){.p-business-works .p-card-works__category{height:18px;padding:3px 10px;font-size:1.1rem}}.p-card-works__title{margin-top:.8rem;font-size:1.8rem;line-height:1.6;letter-spacing:.04em}@media (max-width: 598px){.p-card-works__title{margin-top:.6rem;font-size:1.6rem}}.p-card-works--business .p-card-works__title{margin-top:1.2rem;font-family:Zen Old Mincho,serif;font-size:2.4rem;line-height:1.8;letter-spacing:.02em}@media (max-width: 598px){.p-card-works--business .p-card-works__title{margin-top:.8rem;font-size:1.8rem}}.p-card-works__description{margin-top:1.6rem;font-size:1.6rem;line-height:2;letter-spacing:.02em;font-weight:400}@media (max-width: 598px){.p-card-works__description{margin-top:1rem;font-size:1.4rem}}.p-card-works__client{margin-top:.8rem;font-size:1.4rem;line-height:1.6;letter-spacing:.02em}@media (max-width: 598px){.p-card-works__client{margin-top:.8rem;font-size:1.2rem}}.p-card-works--business .p-card-works__client{margin-top:2.4rem}@media (max-width: 598px){.p-card-works--business .p-card-works__client{margin-top:1.6rem;font-size:1.1rem}}.p-card-works__scope{margin-top:.8rem;font-size:1.3rem;font-weight:400;letter-spacing:.02em;line-height:2}@media (max-width: 598px){.p-card-works__scope{margin-top:.5rem;font-size:1.1rem}}.p-card-brands__item{position:relative;aspect-ratio:380/262;overflow:hidden;background-color:#d9d9d9}.p-card-brands__image{display:block;width:100%;height:100%;transition:transform .5s ease}@media (hover: hover){.p-card-brands:hover .p-card-brands__image{transform:scale(1.1)}}.p-card-brands__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.p-card-brands__image-overlay{position:absolute;top:0;left:0;z-index:10;width:100%;height:100%;background:#0000004d;opacity:1;transition:opacity .5s ease}@media (hover: hover){.p-card-brands:hover .p-card-brands__image-overlay{opacity:0}}.p-card-brands__image-overlay img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.p-card-brands__content{padding-inline:1.5rem;margin-top:1.2rem}@media (max-width: 598px){.p-card-brands__content{padding-inline:1.1rem;margin-top:.9rem}}.p-card-brands__title{font-size:2.7rem;font-weight:500;line-height:1.6;letter-spacing:.04em;font-family:Roboto,sans-serif}@media (max-width: 598px){.p-card-brands__title{font-size:2.1rem}}.p-business-brands .p-card-brands__title{font-size:2.6rem}@media (max-width: 598px){.p-business-brands .p-card-brands__title{font-size:2.1rem}}.p-card-brands__title:after{content:"";display:inline-block;vertical-align:middle;padding-left:8px;width:24px;height:24px;background-image:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width: 598px){.p-card-brands__title:after{width:18px;height:18px;padding-left:6px}}.p-card-brands__text{margin-top:.8rem;font-size:1.6rem;font-weight:400;line-height:2;letter-spacing:.02em}@media (max-width: 598px){.p-card-brands__text{margin-top:.6rem;font-size:1.2rem}}.p-card-service{color:#000}.p-card-service__image{overflow:hidden}.p-card-service__image img{display:block;width:100%;height:auto;aspect-ratio:358/232;-o-object-fit:cover;object-fit:cover}.p-card-service__meta{display:flex;align-items:center;gap:1.2rem;margin-top:1.6rem}@media (max-width: 598px){.p-card-service__meta{gap:.8rem}}.p-card-service__number{color:#e84b20;font-family:Roboto,sans-serif;font-size:4rem;font-weight:400;line-height:1;flex-shrink:0}@media (max-width: 598px){.p-card-service__number{font-size:3.4rem}}.p-card-service__name{padding-bottom:0;font-size:2rem;font-weight:500;line-height:1;letter-spacing:.02em}@media (max-width: 598px){.p-card-service__name{font-size:1.6rem}}.p-card-service__text{margin-top:1.7rem;font-size:1.6rem;font-weight:400;line-height:1.6;letter-spacing:.02em;color:#333}@media (max-width: 598px){.p-card-service__text{font-size:1.4rem}}.p-card-service__link{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.7rem;color:#e84b20;font-size:1.6rem;font-weight:700;line-height:1;letter-spacing:.04em;text-decoration:underline;transition:opacity .3s ease}.p-card-service__link:before{content:"";display:inline-block;width:12px;height:12px;border-top:1px solid currentcolor;border-right:1px solid currentcolor;transform:rotate(45deg)}@media (max-width: 598px){.p-card-service__link:before{width:10px;height:10px}}.p-card-service__link:after{content:"";display:inline-block;width:16px;height:16px;background:url(/wp-content/themes/forward_creation_wordpress/assets/img/common/icon_external_gray.svg);background-position:center;background-size:contain;background-repeat:no-repeat}@media (max-width: 598px){.p-card-service__link:after{width:14px;height:14px}}.p-card-service__link:hover,.p-card-service__link:focus-visible{opacity:.7}@media (max-width: 598px){.p-card-service__link{margin-top:1rem;font-size:1.4rem}}.p-card-service__button{margin-top:3rem}@media (max-width: 598px){.p-card-service__button{margin:2rem auto 0}}.p-card-service__list{display:flex;flex-direction:column;gap:1rem;margin-top:1.7rem;list-style:none}@media (max-width: 598px){.p-card-service__list{gap:.8rem;margin-top:1rem}}.p-card-service__item{position:relative;padding-left:14px;font-size:1.4rem;font-weight:400;line-height:1;letter-spacing:.02em;color:#333}@media (max-width: 598px){.p-card-service__item{padding-left:12px;font-size:1.2rem}}.p-card-service__item:before{content:"";position:absolute;top:3px;left:0;width:10px;height:10px;border-radius:50%;background:linear-gradient(90deg,#e84b20,#ffc4b4)}@media (max-width: 598px){.p-card-service__item:before{width:8px;height:8px}}.u-display-pc{display:block}@media (max-width: 598px){.u-display-pc{display:none}}.u-display-tab-sp{display:none}@media (max-width: 1023px){.u-display-tab-sp{display:block}}.u-display-sp{display:none}@media (max-width: 598px){.u-display-sp{display:block}}.u-display-inline{display:inline-block}@media (max-width: 598px){.u-display-inline{display:block}}
