.c-section-title{display:inline-block;color:var(--color-accent);font-family:var(--font-family-en);font-size:48px;font-weight:300;line-height:normal}@media screen and (max-width: 760px){.c-section-title{font-size:32px}}@-webkit-keyframes move_left{from{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes move_left{from{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes move_left2{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}@keyframes move_left2{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}@-webkit-keyframes move_vert{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes move_vert{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes move_vert2{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-200%);transform:translateY(-200%)}}@keyframes move_vert2{from{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-200%);transform:translateY(-200%)}}.img_auto_slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;width:100vw;margin-inline:calc(50% - 50vw);-ms-flex-wrap:nowrap;flex-wrap:nowrap}.img_auto_slider span{-ms-flex-negative:0;flex-shrink:0;white-space:nowrap;display:block;will-change:transform}.img_auto_slider span:nth-child(odd){-webkit-animation:move_left 48s -24s infinite linear;animation:move_left 48s -24s infinite linear}.img_auto_slider span:nth-child(even){-webkit-animation:move_left2 48s infinite linear;animation:move_left2 48s infinite linear}.img_auto_slider span img{pointer-events:none}.l-about{background-color:var(--color-bg-primary);font-family:var(--font-family-morisawa);padding-bottom:214px}@media screen and (max-width: 760px){.l-about{padding-bottom:81px}}.l-about .pc{display:block}@media screen and (max-width: 760px){.l-about .pc{display:none}}.l-about .sp{display:none}@media screen and (max-width: 760px){.l-about .sp{display:block}}.l-about .c-section-title{font-size:56px}.l-about .c-section-title span{font-size:18px;font-family:var(--font-family-morisawa-regular);font-weight:400;color:var(--color-text-main);letter-spacing:.18em;margin-left:24px}@media screen and (max-width: 890px){.l-about .c-section-title{font-size:45px}.l-about .c-section-title span{font-size:16px}}@media screen and (max-width: 760px){.l-about .c-section-title{font-size:34px}.l-about .c-section-title span{display:block;font-size:13px;margin-left:0}}.l-about p{font-size:16px;line-height:2.2}.l-about .s-about-mv{position:relative;padding-top:88px;padding-bottom:248px;background:#fff}.l-about .s-about-mv::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background:url("./images/intro-bg-anime.gif") no-repeat bottom center/cover;mask-image:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));mask-image:linear-gradient(to bottom, black 0%, black 70%, transparent 100%);-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(70%, black), to(transparent));-webkit-mask-image:linear-gradient(to bottom, black 0%, black 70%, transparent 100%);mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}@media screen and (max-width: 760px){.l-about .s-about-mv{padding-top:0;padding-bottom:80px}.l-about .s-about-mv::before{background-image:url("./images/intro-bg-anime-sp.gif") no-repeat bottom center/cover;mask-image:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(65%, black), to(transparent));mask-image:linear-gradient(to bottom, black 0%, black 65%, transparent 100%);-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(black), color-stop(65%, black), to(transparent));-webkit-mask-image:linear-gradient(to bottom, black 0%, black 65%, transparent 100%)}}.l-about .s-about-mv__brand_slogan{width:36%;max-width:528px;margin:0 auto 0 50%}@media screen and (max-width: 760px){.l-about .s-about-mv__brand_slogan{width:87%;max-width:none;margin:0 auto}}.l-about .s-about-mv__brand_slogan__title{margin-bottom:55px}@media screen and (max-width: 760px){.l-about .s-about-mv__brand_slogan__title{margin-bottom:40px}}.l-about .s-about-mv__brand_slogan__title span{display:inline-block;font-family:var(--font-family-morisawa-regular);font-size:43px;font-weight:400;letter-spacing:.05em}@media screen and (max-width: 890px){.l-about .s-about-mv__brand_slogan__title span{font-size:37px}}@media screen and (max-width: 760px){.l-about .s-about-mv__brand_slogan__title span{font-size:26px}}.l-about .s-about-mv__brand_slogan__title span.border{position:relative;white-space:nowrap;overflow:hidden}.l-about .s-about-mv__brand_slogan__title span.border span{position:relative;z-index:10}.l-about .s-about-mv__brand_slogan__title span.border .text-animate{display:inline-block}.l-about .s-about-mv__brand_slogan__title span.border .text-animate span{display:inline-block;opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px);-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out;transition:opacity .3s ease-out,transform .3s ease-out,-webkit-transform .3s ease-out}.l-about .s-about-mv__brand_slogan__title span.border .text-animate span.is-visible{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@-webkit-keyframes draw_border{to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes draw_border{to{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes fadeInChar{from{opacity:0}to{opacity:1}}@keyframes fadeInChar{from{opacity:0}to{opacity:1}}.l-about .s-about-mv__brand_slogan__title span.border:after{content:"";position:absolute;display:block;width:95%;height:30px;background-color:#dad2c9;z-index:1;left:0;bottom:16px;-webkit-transform:translate(-105%, 0);transform:translate(-105%, 0);-webkit-animation:draw_border 1s ease-out forwards;animation:draw_border 1s ease-out forwards}@media screen and (max-width: 760px){.l-about .s-about-mv__brand_slogan__title span.border:after{height:15px;bottom:12px}}.l-about .s-about-mv__brand_slogan__title .en{font-size:18px;font-weight:normal;letter-spacing:.01em;font-family:var(--font-family-en);z-index:10;position:relative}@media screen and (max-width: 760px){.l-about .s-about-mv__brand_slogan__title .en{display:block;font-size:15px}}.l-about .s-about-mv__brand_slogan p{font-family:var(--font-family-morisawa-regular);font-weight:400;letter-spacing:.04em;margin-bottom:32px}@media screen and (max-width: 760px){.l-about .s-about-mv__brand_slogan p{font-size:14px;letter-spacing:.06em}}.l-about .s-about-mv__brand_slogan__text{z-index:10;position:relative;opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .8s ease-out,-webkit-transform .8s ease-out;transition:opacity .8s ease-out,-webkit-transform .8s ease-out;transition:opacity .8s ease-out,transform .8s ease-out;transition:opacity .8s ease-out,transform .8s ease-out,-webkit-transform .8s ease-out}.l-about .s-about-mv__brand_slogan__text.is-animated{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.l-about .s-about-mv .img_auto_slider.pc{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:35%;height:803px;z-index:500}.l-about .s-about-mv .img_auto_slider.pc span{width:100%}.l-about .s-about-mv .img_auto_slider.pc span:nth-child(odd){-webkit-animation:move_vert 38s -19s infinite linear;animation:move_vert 38s -19s infinite linear}.l-about .s-about-mv .img_auto_slider.pc span:nth-child(even){-webkit-animation:move_vert2 38s infinite linear;animation:move_vert2 38s infinite linear}@media screen and (max-width: 760px){.l-about .s-about-mv .img_auto_slider.pc{display:none}}.l-about .s-about-mv .img_auto_slider.sp{display:none}.l-about .s-about-mv .img_auto_slider.sp span{width:400%}.l-about .s-about-mv .img_auto_slider.sp span img{width:100%}@media screen and (max-width: 760px){.l-about .s-about-mv .img_auto_slider.sp{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:36px}}.l-about .s-about-product-policy{position:relative;background:#fff}.l-about .s-about-product-policy::before{content:"";position:absolute;top:0;left:0;right:0;height:200px;z-index:0;background:var(--color-bg-secondary);mask-image:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, black), to(black));mask-image:linear-gradient(to bottom, transparent 0%, black 30%, black 100%);-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, black), to(black));-webkit-mask-image:linear-gradient(to bottom, transparent 0%, black 30%, black 100%);mask-size:100% 100%;-webkit-mask-size:100% 100%;mask-position:center;-webkit-mask-position:center;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat}@media screen and (max-width: 760px){.l-about .s-about-product-policy::before{height:150px;mask-image:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), to(black));mask-image:linear-gradient(to bottom, transparent 0%, black 25%, black 100%);-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, black), to(black));-webkit-mask-image:linear-gradient(to bottom, transparent 0%, black 25%, black 100%)}}.l-about .s-about-product-policy__title{position:relative;width:100%;height:80px;max-width:1120px;margin:0 auto;padding:0 20px 20px 20px}@media screen and (max-width: 760px){.l-about .s-about-product-policy__title{width:87%;padding:0}}.l-about .s-about-product-policy__title::before{content:"";display:block;width:80px;height:63px;background:url("./images/cat-face-2.webp") no-repeat center center/contain;position:absolute;top:25px;right:15px;-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;-webkit-transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:opacity .6s ease-out,-webkit-transform .6s ease-out;transition:transform .6s ease-out,opacity .6s ease-out;transition:transform .6s ease-out,opacity .6s ease-out,-webkit-transform .6s ease-out;-webkit-transition-delay:.9s;transition-delay:.9s;z-index:10}@media screen and (max-width: 760px){.l-about .s-about-product-policy__title::before{width:50px;height:38px;top:44px;right:0}}.l-about .s-about-product-policy__title::after{content:"";display:block;width:104px;height:18px;background:url("./images/cat-hand-2.webp") no-repeat center center/contain;position:absolute;bottom:-7px;right:5px;-webkit-transform-origin:top center;transform-origin:top center;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);opacity:1;z-index:30}@media screen and (max-width: 760px){.l-about .s-about-product-policy__title::after{width:66px;height:11px;bottom:-3px;right:-6px}}.l-about .s-about-product-policy__title.is-animated::before{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.l-about .s-about-product-policy__title.is-animated::after{-webkit-animation:cat-hand-raise .5s ease-out forwards;animation:cat-hand-raise .5s ease-out forwards;-webkit-animation-delay:1.3s;animation-delay:1.3s}.l-about .s-about-product-policy__inner{position:relative;z-index:1;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-about .s-about-product-policy__inner{width:87%;padding:0}}.l-about .s-about-product-policy__content{background-color:#dad2c9;padding-top:56px;padding-bottom:96px;position:relative;z-index:20}@media screen and (max-width: 760px){.l-about .s-about-product-policy__content{padding-top:28px;padding-bottom:50px}}.l-about .s-about-product-policy__intro_text{font-family:var(--font-family-morisawa-regular);font-weight:400;margin-bottom:40px;font-size:18px;letter-spacing:.1em}@media screen and (max-width: 760px){.l-about .s-about-product-policy__intro_text{margin-bottom:28px;font-size:13px;letter-spacing:.04em}}.l-about .s-about-product-policy__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}@media screen and (max-width: 760px){.l-about .s-about-product-policy__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.l-about .s-about-product-policy__items .item{width:50%;background-color:#faf9f5;border-radius:4px;overflow:hidden}@media screen and (max-width: 760px){.l-about .s-about-product-policy__items .item{width:100%}}.l-about .s-about-product-policy__items .item .content{padding:32px 56px 40px 56px}@media screen and (max-width: 760px){.l-about .s-about-product-policy__items .item .content{padding:24px}}.l-about .s-about-product-policy__items .item .content h3{font-family:var(--font-family-morisawa-regular);font-size:20px;font-weight:400;margin-bottom:16px;letter-spacing:.05em}@media screen and (max-width: 760px){.l-about .s-about-product-policy__items .item .content h3{font-size:16px;letter-spacing:.01em}}.l-about .s-about-product-policy__items .item .content h3 span{font-size:28px}@media screen and (max-width: 760px){.l-about .s-about-product-policy__items .item .content h3 span{font-size:26px}}.l-about .s-about-product-policy__items .item .content p{font-size:14px}@media screen and (max-width: 760px){.l-about .s-about-product-policy__items .item .content p{font-size:13px}}.l-about .s-about-design-philosophy{position:relative;padding-top:48px;padding-bottom:180px;overflow:hidden}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy{padding-top:0;padding-bottom:46px;background-color:#faf9f5}}.l-about .s-about-design-philosophy__bg{position:absolute;top:0;width:100%;height:100%;background:url("./images/pages/about/design_philosophy_bg.webp") no-repeat center center;background-size:cover;z-index:1}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy__bg{position:static;height:auto;padding-top:111%;background:url("./images/pages/about/design_philosophy_bg_sp.webp") no-repeat center center;background-size:100% auto}}.l-about .s-about-design-philosophy__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px;z-index:10}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy__inner{position:static;width:87%;padding:0}}.l-about .s-about-design-philosophy .c-section-title{margin-bottom:89px}.l-about .s-about-design-philosophy .c-section-title span{margin-left:0;display:block}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy .c-section-title{position:absolute;top:24px}}.l-about .s-about-design-philosophy__intro{width:36%;max-width:394px;margin-left:57%}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy__intro{width:100%;max-width:none;margin:36px 0 0 0}}.l-about .s-about-design-philosophy__intro h3{font-family:var(--font-family-morisawa-regular);font-size:28px;font-weight:400;margin-bottom:24px}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy__intro h3{font-size:26px;margin-bottom:16px}}.l-about .s-about-design-philosophy__intro p{letter-spacing:.05em;font-size:14px}@media screen and (max-width: 760px){.l-about .s-about-design-philosophy__intro p{font-size:13px}}.l-about .s-about-origin{padding-top:112px;margin-bottom:56px}@media screen and (max-width: 760px){.l-about .s-about-origin{padding-top:48px;margin-bottom:64px}}.l-about .s-about-origin__inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:1120px;margin:0 auto;gap:10%;padding:0 20px}@media screen and (max-width: 760px){.l-about .s-about-origin__inner{width:87%;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.l-about .s-about-origin__intro{width:434px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 760px){.l-about .s-about-origin__intro{width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.l-about .s-about-origin__intro .c-section-title{margin-bottom:25px}.l-about .s-about-origin__intro p{letter-spacing:.05em;font-size:14px}@media screen and (max-width: 760px){.l-about .s-about-origin__intro p{font-size:13px}}.l-about .s-about-origin__img{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:510px;width:35%}@media screen and (max-width: 760px){.l-about .s-about-origin__img{width:100%;max-width:none;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:20px}}.l-about .s-about-history{margin-bottom:120px}@media screen and (max-width: 760px){.l-about .s-about-history{margin-bottom:91px}}.l-about .s-about-history__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-about .s-about-history__inner{width:100%;padding:0}}.l-about .s-about-history .c-section-title{margin-bottom:25px}.l-about .s-about-history .c-section-title .footprint{display:inline-block;margin:0 0 0 5px;width:36px;-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}@media screen and (max-width: 760px){.l-about .s-about-history .c-section-title{position:relative;margin-left:6.5%}.l-about .s-about-history .c-section-title .footprint{position:absolute;right:0;bottom:0;margin:0;-webkit-transform:translate(74%, 0);transform:translate(74%, 0)}}.l-about .s-about-history__intro{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 760px){.l-about .s-about-history__intro{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}}.l-about .s-about-history__intro__img{-ms-flex-negative:0;flex-shrink:0;position:relative;width:332px;overflow:hidden}.l-about .s-about-history__intro__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}@media screen and (max-width: 760px){.l-about .s-about-history__intro__img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}}.l-about .s-about-history__intro__text{padding:52px;background-color:#faf9f5;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.l-about .s-about-history__intro__text p{font-size:15px}@media screen and (max-width: 760px){.l-about .s-about-history__intro__text{background-color:rgba(0,0,0,0);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:0;width:87%;margin:0 auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:13px}}.l-about .s-about-product-story__title{max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-about .s-about-product-story__title{padding:0 24px}}.l-about .s-about-product-story__title .c-page-section-title__ja{font-size:18px;letter-spacing:.08em}@media screen and (max-width: 760px){.l-about .s-about-product-story__title .c-page-section-title__ja{font-size:13px}}.l-about .s-about-product-story__inner{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-about .s-about-product-story__inner{padding:0}}.l-about .s-about-product-story__slider{padding-left:72px;padding-right:72px;margin-top:56px}@media screen and (max-width: 760px){.l-about .s-about-product-story__slider{padding-left:0;padding-right:0;margin-top:36px}}@-webkit-keyframes cat-hand-raise{0%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}20%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}70%{-webkit-transform:rotateX(-8deg);transform:rotateX(-8deg)}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@keyframes cat-hand-raise{0%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}20%{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}70%{-webkit-transform:rotateX(-8deg);transform:rotateX(-8deg)}100%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}.c-section-title{display:inline-block;color:var(--color-accent);font-family:var(--font-family-en);font-size:48px;font-weight:300;line-height:normal}@media screen and (max-width: 760px){.c-section-title{font-size:32px}}.l-recruit .c-section-title span{font-size:18px;font-family:var(--font-family-morisawa-regular);font-weight:400;color:var(--color-text-main);letter-spacing:.18em;margin-left:24px}@media screen and (max-width: 760px){.l-recruit .c-section-title span{font-size:13px;display:block;margin-left:0}}.l-recruit .s-recruit-mv__image{position:relative;width:100%}.l-recruit .s-recruit-mv__image .bg img{width:100%}.l-recruit .s-recruit-mv__image__title{position:absolute;width:31%;max-width:455px;left:50%;bottom:52px;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);z-index:10}@media screen and (max-width: 760px){.l-recruit .s-recruit-mv__image__title{width:60%;bottom:36px}}.l-recruit .s-recruit-mv .img_auto_slider{background:#fff}.l-recruit .s-recruit-mv .img_auto_slider span{width:200%}@media screen and (max-width: 760px){.l-recruit .s-recruit-mv .img_auto_slider span{width:323%}}.l-recruit .s-recruit-mv .img_auto_slider span:nth-child(odd){-webkit-animation:move_left 90s -45s infinite linear;animation:move_left 90s -45s infinite linear}.l-recruit .s-recruit-mv .img_auto_slider span:nth-child(even){-webkit-animation:move_left2 90s infinite linear;animation:move_left2 90s infinite linear}.l-recruit .s-recruit-mv .img_auto_slider span img{width:100%}.l-recruit .s-recruit-work_place{padding:110px 0 50px 0;background:#fff url("./images/pages/recruit/work_place_bg.webp") no-repeat center center;background-size:cover}@media screen and (max-width: 760px){.l-recruit .s-recruit-work_place{padding:63px 0 50px 0;background:#fff url("./images/pages/recruit/work_place_bg.webp") no-repeat top left;background-size:1030%}}.l-recruit .s-recruit-work_place .c-section-title{margin-bottom:66px}@media screen and (max-width: 760px){.l-recruit .s-recruit-work_place .c-section-title{margin-bottom:40px}}.l-recruit .s-recruit-work_place__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-recruit-work_place__inner{width:88%;padding:0}}.l-recruit .s-recruit-work_place__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:3%}.l-recruit .s-recruit-work_place__items__item{width:31.3%;font-size:14px;margin-bottom:80px}@media screen and (max-width: 760px){.l-recruit .s-recruit-work_place__items__item{width:100%;margin-bottom:40px}}.l-recruit .s-recruit-work_place__items__item .image{position:relative;margin-bottom:26px}.l-recruit .s-recruit-work_place__items__item .image img{width:100%}.l-recruit .s-recruit-work_place__items__item .image__hover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}@media screen and (min-width: 761px){.l-recruit .s-recruit-work_place__items__item .image:focus .image__hover{opacity:1}}@media screen and (min-width: 761px)and (hover: hover)and (pointer: fine){.l-recruit .s-recruit-work_place__items__item .image:hover .image__hover{opacity:1}}@media screen and (min-width: 761px)and (-ms-high-contrast: none),screen and (min-width: 761px)and (-ms-high-contrast: active){.l-recruit .s-recruit-work_place__items__item .image:hover .image__hover{opacity:1}}@media screen and (max-width: 760px){.l-recruit .s-recruit-work_place__items__item .image__hover{-webkit-transition:opacity .5s ease;transition:opacity .5s ease}}.l-recruit .s-recruit-work_place__items__item .title{font-family:var(--font-family-morisawa-medium);font-size:15px;font-weight:500;letter-spacing:.18em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:20px}.l-recruit .s-recruit-work_place__items__item .title span{display:inline-block}.l-recruit .s-recruit-work_place__items__item .title span:hover .image__hover{opacity:1}.l-recruit .s-recruit-work_place__items__item .title span:not(:hover) .image__hover{opacity:0}.l-recruit .s-recruit-work_place__items__item .title .number{font-family:var(--font-family-en);font-size:36px;color:#dad2c9}.l-recruit .s-recruit-work_place__items__item .text{line-height:2;letter-spacing:.18em}.l-recruit .s-benefits{padding:105px 0 90px 0;background:#faf9f5}@media screen and (max-width: 760px){.l-recruit .s-benefits{padding:70px 0 70px 0}}.l-recruit .s-benefits .c-section-title{margin-bottom:66px}@media screen and (max-width: 760px){.l-recruit .s-benefits .c-section-title{margin-bottom:40px}}.l-recruit .s-benefits__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-benefits__inner{width:88%;padding:0}}.l-recruit .s-benefits__items{display:grid;grid-template-columns:repeat(6, 1fr);gap:5%;margin-bottom:68px}@media screen and (max-width: 760px){.l-recruit .s-benefits__items{gap:40px 10%;grid-template-columns:repeat(2, 1fr)}}.l-recruit .s-benefits__items__item .image{margin-bottom:20px}.l-recruit .s-benefits__items__item .image img{width:100%}@media screen and (max-width: 760px){.l-recruit .s-benefits__items__item .image{margin-bottom:10px}}.l-recruit .s-benefits__items__item .title{font-family:var(--font-family-morisawa-medium);font-weight:500;font-size:14px;line-height:1.28;letter-spacing:.18em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;height:60px;margin-bottom:15px}@media screen and (max-width: 760px){.l-recruit .s-benefits__items__item .title{margin-bottom:5px}}.l-recruit .s-benefits__items__item .text{font-size:13px;line-height:2}.l-recruit .s-benefits__annotation{font-size:12px;margin-left:auto}.l-recruit .s-people{padding:105px 0 114px 0;background:#f3efe6}@media screen and (max-width: 760px){.l-recruit .s-people{padding:66px 0 70px 0}}.l-recruit .s-people .c-section-title{margin-bottom:66px}@media screen and (max-width: 760px){.l-recruit .s-people .c-section-title{margin-bottom:40px}}.l-recruit .s-people__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-people__inner{width:88%;padding:0}}.l-recruit .s-people__intro .title{font-family:var(--font-family-morisawa-medium);font-weight:500;font-size:28px;margin-bottom:20px}@media screen and (max-width: 760px){.l-recruit .s-people__intro .title{font-size:18px}}.l-recruit .s-people__intro p{font-size:16px;margin-bottom:40px}@media screen and (max-width: 760px){.l-recruit .s-people__intro p{font-size:13px}}.l-recruit .s-people__slider__inner{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-people__slider__inner{padding:0}}.l-recruit .s-people__slider{padding-left:72px;padding-right:72px;margin-top:40px;position:relative}@media screen and (max-width: 760px){.l-recruit .s-people__slider{padding-left:0;padding-right:0;margin-top:30px}}.l-recruit .s-people .c-column-item__content{height:243px}.l-recruit .s-people .c-column-item__title{height:80px;line-height:1.66}.l-recruit .s-people .c-column-item__desc p{font-size:14px;line-height:1.71}.l-recruit .s-faq{padding:105px 0 100px 0;background:#faf9f5}@media screen and (max-width: 760px){.l-recruit .s-faq{padding:66px 0 70px 0}}.l-recruit .s-faq .c-section-title{margin-bottom:66px}@media screen and (max-width: 760px){.l-recruit .s-faq .c-section-title{margin-bottom:40px}}.l-recruit .s-faq__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-faq__inner{width:88%;padding:0}}.l-recruit .s-faq__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media screen and (max-width: 760px){.l-recruit .s-faq__list{gap:20px}}.l-recruit .s-faq__item{position:relative;background:#fff;border:1px solid #dad2c9;border-radius:4px;margin-bottom:0}@media screen and (max-width: 760px){.l-recruit .s-faq__item{margin-bottom:0}}.l-recruit .s-faq__item:not(:last-child){margin-bottom:0}.l-recruit .s-faq__checkbox{position:absolute;opacity:0;pointer-events:none}.l-recruit .s-faq__checkbox:checked~.s-faq__answer{grid-template-rows:1fr;opacity:1;padding-top:20px;padding-bottom:20px}@media screen and (max-width: 760px){.l-recruit .s-faq__checkbox:checked~.s-faq__answer{padding-top:20px;padding-bottom:20px}}.l-recruit .s-faq__checkbox:checked~.s-faq__question .s-faq__toggle-icon::after{opacity:0}.l-recruit .s-faq__question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 92px 20px 38px;cursor:pointer;position:relative;min-height:68px}@media screen and (max-width: 760px){.l-recruit .s-faq__question{padding:20px 60px 20px 20px;min-height:64px}}.l-recruit .s-faq__question-text{-webkit-box-flex:1;-ms-flex:1;flex:1;font-family:var(--font-family-morisawa-medium);font-size:15px;font-weight:500;letter-spacing:.18em;line-height:1.86;padding-left:52px}@media screen and (max-width: 760px){.l-recruit .s-faq__question-text{font-size:14px;letter-spacing:.18em;line-height:24px;padding-left:40px;-webkit-box-flex:1;-ms-flex:1;flex:1}}.l-recruit .s-faq__label{position:absolute;font-family:var(--font-family-en);font-size:40px;font-weight:400;letter-spacing:.18em;line-height:28px}@media screen and (max-width: 760px){.l-recruit .s-faq__label{font-size:40px;letter-spacing:.18em;line-height:28px}}.l-recruit .s-faq__label--q{left:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#bfb5a9}@media screen and (max-width: 760px){.l-recruit .s-faq__label--q{left:20px}}.l-recruit .s-faq__label--a{left:43px;top:20px;color:#776046}@media screen and (max-width: 760px){.l-recruit .s-faq__label--a{left:20px;top:20px}}.l-recruit .s-faq__toggle-icon{position:absolute;right:38px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:21px;height:21px}@media screen and (max-width: 760px){.l-recruit .s-faq__toggle-icon{right:20px;width:14px;height:14px}}.l-recruit .s-faq__toggle-icon::before,.l-recruit .s-faq__toggle-icon::after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#776046;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.l-recruit .s-faq__toggle-icon::before{width:100%;height:1px;opacity:1}.l-recruit .s-faq__toggle-icon::after{width:1px;height:100%;opacity:1}.l-recruit .s-faq__answer{display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;-webkit-transition:grid-template-rows .5s ease-in-out,opacity .4s ease-in-out,padding .4s ease-in-out;transition:grid-template-rows .5s ease-in-out,opacity .4s ease-in-out,padding .4s ease-in-out;transition:grid-template-rows .5s ease-in-out,opacity .4s ease-in-out,padding .4s ease-in-out,-ms-grid-rows .5s ease-in-out;padding:0 47px 0 38px;position:relative}@media screen and (max-width: 760px){.l-recruit .s-faq__answer{padding:0 20px 0 20px}}.l-recruit .s-faq__answer::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background-image:repeating-linear-gradient(to right, #dad2c9 0, #dad2c9 4px, transparent 4px, transparent 8px)}.l-recruit .s-faq__answer-inner{min-height:0;overflow:hidden}.l-recruit .s-faq__answer-text{display:block;font-family:var(--font-family-main);font-size:14px;font-weight:500;color:#2e2e2e;letter-spacing:.18em;line-height:28px;padding-left:52px}@media screen and (max-width: 760px){.l-recruit .s-faq__answer-text{font-size:14px;letter-spacing:.18em;line-height:24px;padding-left:40px}}.l-recruit .s-message{padding:80px 0 100px 0;background:#fff url("./images/pages/recruit/message_bg.webp") no-repeat center center;background-size:cover}@media screen and (max-width: 760px){.l-recruit .s-message{padding:66px 0 70px 0;background:#fff url("./images/pages/recruit/message_bg_sp.webp") no-repeat center center;background-size:cover}}.l-recruit .s-message .c-section-title{margin-bottom:66px}@media screen and (max-width: 760px){.l-recruit .s-message .c-section-title{margin-bottom:50px}}.l-recruit .s-message__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-message__inner{width:88%;padding:0}}.l-recruit .s-message__intro p{font-size:15px;margin-bottom:40px;line-height:2.2}.l-recruit .s-message__intro p:last-child{margin-bottom:0}.l-recruit .s-learn-more{padding:105px 0 123px 0;background:#f3efe6}@media screen and (max-width: 760px){.l-recruit .s-learn-more{padding:66px 0 70px 0}}.l-recruit .s-learn-more .c-section-title{margin-bottom:93px}@media screen and (max-width: 760px){.l-recruit .s-learn-more .c-section-title{margin-bottom:40px}}.l-recruit .s-learn-more__inner{position:relative;width:100%;max-width:1120px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-learn-more__inner{width:88%;padding:0}}.l-recruit .s-learn-more__slider__inner{width:100%;max-width:1160px;margin:0 auto;padding:0 20px}@media screen and (max-width: 760px){.l-recruit .s-learn-more__slider__inner{padding:0}}.l-recruit .s-learn-more__slider{padding-left:72px;padding-right:72px;position:relative}@media screen and (max-width: 760px){.l-recruit .s-learn-more__slider{padding-left:0;padding-right:0}}.l-recruit .s-join-us{padding:72px 0 80px 0;background:#dad2c9;text-align:center}@media screen and (max-width: 760px){.l-recruit .s-join-us{padding:66px 0 70px 0}}.l-recruit .s-join-us__inner{width:332px;margin-left:auto;margin-right:auto}.l-recruit .s-join-us .c-section-title{display:block;margin:0 auto 60px auto}@media screen and (max-width: 760px){.l-recruit .s-join-us .c-section-title{margin:0 auto 30px auto}}.l-recruit .s-join-us .s-join-us__cta{margin-bottom:43px}@media screen and (max-width: 760px){.l-recruit .s-join-us .s-join-us__cta{margin-bottom:37px}}.l-recruit .s-join-us .s-join-us__about_cta{display:inline-block;width:332px}.l-recruit .s-join-us .s-join-us__about_cta img{width:100%}@media screen and (max-width: 760px){.l-recruit .s-join-us .s-join-us__about_cta{width:83%;max-width:326px}}.l-recruit .s-join-us .s-join-us__cta-1{font-size:26px;font-family:var(--font-family-morisawa-light);font-weight:300;line-height:1.4;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-radius:40px;border:1px solid var(--color-text-main);padding:10px 54px;background-color:var(--color-white);-webkit-transition:all .3s ease;transition:all .3s ease;margin-left:auto;margin-right:auto}.l-recruit .s-join-us .s-join-us__cta-1 img{width:auto;height:auto}@media screen and (max-width: 760px){.l-recruit .s-join-us .s-join-us__cta-1{font-size:22px;padding:5px 68px}}.l-recruit .s-join-us .s-join-us__cta-1:hover{background-color:var(--color-text-main);color:var(--color-bg-primary)}.l-recruit .s-join-us .s-join-us__about.s-about__content{padding:0}.l-recruit .s-join-us .s-join-us__about .s-about__content__item{width:308px;margin-right:24px}@media screen and (max-width: 760px){.l-recruit .s-join-us .s-join-us__about .s-about__content__item{width:332px;margin-right:0}}.c-page-title{width:100%;background:url("./images/page-title-bg.webp") no-repeat center center/cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px;padding-top:60px;padding-bottom:60px}@media screen and (max-width: 760px){.c-page-title{padding-top:36px;padding-bottom:36px}}.c-page-title__en{font-family:var(--font-family-en);font-size:60px;font-weight:400;line-height:.966;color:#bfb5a9;letter-spacing:0}@media screen and (max-width: 760px){.c-page-title__en{font-size:36px}}.c-page-title__ja{font-family:var(--font-family-morisawa-regular);font-size:20px;font-weight:400;line-height:1.2;color:#776046}@media screen and (max-width: 760px){.c-page-title__ja{font-size:12px}}.c-page-section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:16px}@media screen and (max-width: 760px){.c-page-section-title{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0}}.c-page-section-title__en{font-family:var(--font-family-en);font-size:56px;font-weight:300;line-height:1;letter-spacing:0;color:#776046}@media screen and (max-width: 760px){.c-page-section-title__en{font-size:34px}}.c-page-section-title__ja{font-family:var(--font-family-morisawa-regular);font-size:18px;font-weight:400;line-height:2;color:#2e2e2e;letter-spacing:.08em}@media screen and (max-width: 760px){.c-page-section-title__ja{font-size:13px}}.c-page-section-title.--bold .c-page-section-title__en{font-weight:400}.c-column-item{width:304px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:4px;overflow:clip}@media screen and (max-width: 760px){.c-column-item{width:280px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.c-column-item__image{width:100%}@media screen and (max-width: 760px){.c-column-item__image{width:100%;-ms-flex-negative:0;flex-shrink:0}}.c-column-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:16/9}.c-column-item__content{height:192px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;padding:32px;background-color:#fefcf8;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width: 760px){.c-column-item__content{height:175px}}.c-column-item__date{font-size:10px;font-weight:500;line-height:1.8}.c-column-item__title{font-size:16px;font-family:var(--font-family-main-bold);font-weight:700;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 760px){.c-column-item__title{font-size:15px;-webkit-line-clamp:3;line-height:18px}}.c-column-item__desc{font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 760px){.c-column-item__desc{line-height:13px}}.c-column-item__slider__arrow{background:rgba(0,0,0,0) !important;width:20px !important;height:40px !important}@media screen and (max-width: 760px){.c-column-item__slider__arrow{width:12px !important;height:24px !important}}.c-column-item__slider__arrow img{width:20px;height:40px}@media screen and (max-width: 760px){.c-column-item__slider__arrow img{width:12px;height:24px}}.c-column-item__slider__arrow.--prev{left:-52px;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}@media screen and (max-width: 760px){.c-column-item__slider__arrow.--prev{left:calc(50% - 160px)}}.c-column-item__slider__arrow.--next{right:-52px}@media screen and (max-width: 760px){.c-column-item__slider__arrow.--next{right:calc(50% - 160px)}}.s-column--show-page .c-column-item{width:100%}.s-about{padding-top:146px}@media screen and (max-width: 760px){.s-about{padding-top:124px}}.s-about__inner{width:100%;max-width:1120px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.s-about__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width: 760px){.s-about__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.s-about__title{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;aspect-ratio:560/421;background-image:url("./images/about-img.webp");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.s-about__title::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1}.s-about__title h2{position:relative;z-index:2;color:#fff;font-family:var(--font-family-en);font-size:40px;font-weight:400;text-align:center}@media screen and (max-width: 760px){.s-about__title h2{font-size:32px}}.s-about__title h2 span{display:block;font-size:16px;font-family:var(--font-family-main);font-weight:500;color:#fff;line-height:1.2}@media screen and (max-width: 760px){.s-about__title h2 span{font-size:14px}}.s-about__content{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:48px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:72px;padding-right:72px}@media screen and (max-width: 760px){.s-about__content{-webkit-box-flex:1;-ms-flex:1;flex:1;gap:20px;padding:0;margin-top:40px}}.s-about__content__item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;position:relative;padding-bottom:10px}.s-about__content a{font-size:28px;font-family:var(--font-family-en);font-weight:400;line-height:1.1}@media screen and (max-width: 760px){.s-about__content a{font-size:20px}}.s-about__content a span{font-family:var(--font-family-main);display:block;font-size:15px;font-weight:500;line-height:1.2}@media screen and (max-width: 760px){.s-about__content a span{font-size:13px}}