@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap";:root{--color-white: #fff;--color-black: #252e3e;--color-black-000: #000;--color-red: #f00;--color-primary: #deef13;--color-secondary: green;--color-form-base: #c5c5c5;--color-form-accent: #bccb09;--font-size: 1.8rem;--font-family-higure: Higure Gothic, sans-serif;--line-height: 2.5555555556;--line-height-small: 1.4;--contents-width: 1080;--container-space: 2.4rem;--duration-base: 0.2s;--opacity-base: 0.7}.l-wrapper{margin:auto;width:min(var(--contents-width)*1px + var(--container-space)*2,100%);padding-right:var(--container-space);padding-left:var(--container-space)}.l-lower-heading{margin:initial;align-items:center;display:flex;font-size:4.8rem;font-weight:600;gap:32px}@media(max-width: 840px){.l-lower-heading{flex-direction:column;align-items:flex-start;gap:16px;font-size:3.2rem}}.l-lower-heading .jp{padding-top:10px;font-size:1.6rem;font-weight:400;letter-spacing:0.04em}@media(max-width: 840px){.l-lower-heading .jp{padding-top:0}}.c-form ::-moz-placeholder{filter:grayscale(100%)}.c-form ::placeholder{filter:grayscale(100%)}.c-form{--checkbox-size: 3.2rem;--radio-size: 4rem}.c-form :disabled{filter:grayscale(100%)}.c-form ::-moz-placeholder{color:#9f9f9f}.c-form ::placeholder{color:#9f9f9f}.c-form input:not([type=submit]):not([type=file]),.c-form button,.c-form select,.c-form textarea{-webkit-appearance:none;background-color:#f1f1ec;width:100%;border:none;padding:1.3rem 2rem;border-radius:2px;line-height:var(--line-height-small)}.c-form :not(input[type=submit]):focus,.c-form :not(input[type=submit]):focus-visible{outline:initial;box-shadow:0 0 0 2px var(--color-form-accent) inset}.c-form textarea{height:200px;vertical-align:bottom}@media(max-width: 840px){.c-form textarea{height:150px}}.c-form-select select{width:100%}.c-form-radio,.c-form-checkbox{line-height:1}.c-form input[type=checkbox],.c-form input[type=radio]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.c-form input[type=checkbox]+span,.c-form input[type=radio]+span{position:relative;display:inline-flex;align-items:center;line-height:var(--line-height-small)}.c-form input[type=checkbox]+span::before,.c-form input[type=radio]+span::before{content:"";flex-shrink:0;aspect-ratio:1/1}.c-form input[type=checkbox]:checked+span::after,.c-form input[type=radio]:checked+span::after{content:"";position:absolute;top:50%}.c-form input[type=checkbox]+span::before{width:var(--checkbox-size);border:3px solid var(--color-form-base);border-radius:3px;margin-right:1.5rem}.c-form input[type=checkbox]:checked+span::after{left:10px;width:12px;height:17px;border-style:solid;border-color:#f39800;border-width:0 2px 2px 0;transform:translateY(calc(-50% - 3px)) rotate(45deg)}.c-form input[type=radio]+span::before{width:var(--radio-size);background-color:#f1f1ec;border-radius:50%;margin-right:.8rem}.c-form input[type=radio]+span::before,.c-form input[type=radio]+span::after{border-radius:50%}.c-form input[type=radio]:checked+span::after{left:0;width:var(--radio-size);aspect-ratio:1/1;background-color:var(--color-form-accent);transform:translateY(-50%) scale(0.5)}.c-form-list{--dt-width: 295px;margin:initial;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding:1.5rem 0;font-size:1.6rem;line-height:var(--line-height-small)}.c-form-list>div{display:flex;align-items:center}@media(max-width: 840px){.c-form-list>div{flex-direction:column}}.c-form-list>div+div{border-top:1px solid #f2f2f2;margin-top:1.5rem;padding-top:1.5rem}.c-form-list>div.initial{align-items:initial}.c-form-list>div>dt{position:relative;width:var(--dt-width);padding-right:1.5rem;padding-left:6.3rem}@media(max-width: 840px){.c-form-list>div>dt{width:100%;padding-right:0;padding-left:0;margin-bottom:.5rem}}.c-form-list>div>dt.initial{align-self:flex-start;margin-top:1.5rem}@media(max-width: 840px){.c-form-list>div>dt.initial{margin-top:0}}.c-form-list>div>dd{flex:1;margin-left:0;padding-right:1.5rem}@media(max-width: 840px){.c-form-list>div>dd{width:100%;padding-right:0}}.c-form-radio{font-size:1.6rem}.c-form-radio .wpcf7-form-control{display:flex;gap:4rem}@media(max-width: 840px){.c-form-radio .wpcf7-form-control{flex-direction:column;gap:1.5rem}}.c-form-file .wpcf7-form-control-wrap{position:relative;display:block}.c-form-file .wpcf7-form-control-wrap::after{color:#bccb09;content:"→";display:block;position:absolute;top:15px;left:145px;transition-duration:.3s;transition-property:transform,right,width,height,opacity;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.c-form-file input[type=file]{width:100%}.c-form-file input[type=file]::file-selector-button{border:none;background-color:#f2f2f2;border-radius:26px;padding-right:47px;padding-left:24px;width:180px;height:51px;margin-right:1rem;cursor:pointer}@media(max-width: 840px){.c-form-file input[type=file]::file-selector-button{margin-right:0;margin-bottom:1rem;display:block}}.c-form-file>p{margin:1rem 0 0;font-family:var(--font-family-higure);line-height:var(--line-height-small)}.c-form-url{margin-top:1.5rem;font-family:var(--font-family-higure)}.c-form-required{position:absolute;top:50%;transform:translateY(-50%);left:1.5rem;border:1px solid #aaa;padding:2px .5rem;font-size:1.2rem;line-height:1.2}@media(max-width: 840px){.c-form-required{position:static;transform:none;display:block;width:-moz-fit-content;width:fit-content;margin-bottom:.5rem}}.c-form-privacy{margin:4rem auto 0;width:min(700px,100%);border:1px solid #ccc;border-radius:4px;padding:2.5rem 5rem;letter-spacing:0.04em}@media(max-width: 840px){.c-form-privacy{margin-top:3rem}}.c-form-privacy>h3{margin:0 0 1.5rem;font-size:1.5rem;font-weight:400;line-height:var(--line-height-small);text-align:center}.c-form-privacy>p{margin:initial;font-size:1.2rem;line-height:1.666}.c-form-privacy>p a{text-decoration:underline}.c-form-acceptance{margin:4rem auto 0;width:-moz-fit-content;width:fit-content;font-size:1.5rem;line-height:1.2}@media(max-width: 840px){.c-form-acceptance{margin-top:3rem}}.c-form-acceptance>li+li{margin-top:1.5rem}.c-form-button{margin-top:4rem;text-align:center}@media(max-width: 840px){.c-form-button{margin-top:3rem}}.c-form-button input{cursor:pointer;width:min(560px,100%);height:100px;background-color:#bccb09;border:none;border-radius:8px;font-size:2.4rem;font-weight:500;color:var(--color-white);transition:var(--duration-base) background-color}.c-form-button input:hover{background-color:var(--color-black)}.grecaptcha-badge{visibility:hidden}.c-form-recaptcha{margin:1rem 0 0;font-size:1rem;line-height:var(--line-height-small);text-align:center}.c-form-recaptcha a{text-decoration:underline}.c-form .wpcf7-list-item{margin:0}.c-form .wpcf7-not-valid-tip{margin-top:.5rem;color:var(--color-red);font-size:1.4rem}.c-form .wpcf7-spinner{display:block;margin:1rem auto 0}.wpcf7-form.sent .wpcf7-response-output{display:none}.wpcf7 form.invalid .wpcf7-response-output{border-color:var(--color-primary)}.c-heading-primary{margin:initial;font-size:4.8rem;font-weight:600;text-align:center}@media(max-width: 840px){.c-heading-primary{font-size:3.2rem}}.c-heading-primary .jp{display:block;padding-top:1em;font-size:1.6rem;font-weight:400;letter-spacing:0.04em}.c-heading-secondary{margin:initial;font-size:4rem;font-weight:500;letter-spacing:0.04em;line-height:var(--line-height-small);text-align:center}@media(max-width: 840px){.c-heading-secondary{font-size:2.4rem}}.c-accordion-summary{list-style:none;cursor:pointer}.c-accordion-summary::-webkit-details-marker{display:none}.c-accordion-summary i{position:relative;display:block;width:50px;aspect-ratio:1/1;background-color:var(--color-black);border:1px solid var(--color-primary);border-radius:50%}.c-accordion-summary i::before,.c-accordion-summary i::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:20px;height:1px;background-color:var(--color-primary)}.c-accordion-summary i::after{transform:translate(-50%, -50%) rotate(90deg);transition:var(--duration-base) transform}details.is-active .c-accordion-summary i::after{transform:translate(-50%, -50%) rotate(0deg)}.c-accordion-content{overflow:hidden}.p-service{background-color:var(--color-black);color:var(--color-white)}.p-service .md-works-list-wrap{position:relative;z-index:1}.p-service .md-works-list-wrap .section-title-wrap h2{color:var(--color-black)}.p-service .md-works-list-wrap .section-inner-wrap{margin:auto}@media(max-width: 840px){.p-service .md-works-list-wrap:not(:has(.md-works-slider)) .btn-more{margin-top:3rem}}.p-service-header{padding:12rem 0;position:relative;text-align:center}@media(max-width: 840px){.p-service-header{padding:20rem 0 15rem;height:100dvh;overflow:hidden;text-align:left}}@media(max-width: 375px){.p-service-header{height:auto}}.p-service-header__inner{position:relative;z-index:1}.p-service-header .p-service-heading{margin:initial;position:relative}.p-service-header .p-service-heading .our-service{margin-bottom:1rem;display:block;font-size:3.2rem;font-weight:600;line-height:1}.p-service-exhibition .p-service-header .p-service-heading .our-service,.p-service-event-promotion .p-service-header .p-service-heading .our-service{opacity:.24}.p-service-header .p-service-heading .service{min-height:258px;display:flex;align-items:flex-end;justify-content:center}@media(max-width: 840px){.p-service-header .p-service-heading .service{min-height:auto;position:absolute;top:-18.4rem;right:0}.p-service-movie .p-service-header .p-service-heading .service{right:-3rem}.p-service-header .p-service-heading .service img{width:148px}.p-service-movie .p-service-header .p-service-heading .service img{width:143px}}.p-service-exhibition .p-service-header .p-service-heading .service,.p-service-event-promotion .p-service-header .p-service-heading .service{opacity:.24}.p-service-movie .p-service-header .p-service-heading .service{align-items:flex-start}.p-service-header .p-service-heading .service-space{position:absolute;top:50%;left:50%;transform:translate(-50%, calc(-50% + 1rem));width:100%;font-size:clamp(65px,6.2225475842vw,85px);font-weight:600}@media(max-width: 840px){.p-service-header .p-service-heading .service-space{display:none}}.p-service-header .jp{margin:1rem 0 0;font-size:2.4rem;font-weight:500;letter-spacing:0.04em;line-height:var(--line-height-small)}@media(max-width: 840px){.p-service-header .jp{margin-top:1.5rem;font-size:2rem}}.p-service-header .jp span{display:block;margin-bottom:1rem;font-size:1.6rem;font-weight:400}.p-service-header .jp:has(span){margin-top:-21px}@media(max-width: 840px){.p-service-header .jp:has(span){margin-top:4rem}}.p-service-header .description{margin:5rem 0 0;line-height:1.6875;letter-spacing:0.04em}@media(max-width: 840px){.p-service-header .description{width:calc(100% - 10rem)}.p-service-movie .p-service-header .description{margin-top:10.5rem}}.p-service-header-bg{position:absolute;top:0;left:50%;transform:translateX(-50%);width:calc(100% - 18px);height:calc(100% + 97px)}@media(max-width: 840px){.p-service-header-bg{top:4rem;height:calc(100% - 4rem - 57px)}}.p-service-header-bg img{border-radius:0 0 8px 8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 840px){.p-service-header-bg img{border-radius:8px}}.p-service-flow{padding:12rem 0}@media(max-width: 840px){.p-service-flow{padding:6.5rem 0}}.p-service-flow .c-heading-primary{margin-bottom:4rem}@media(max-width: 840px){.p-service-flow .c-heading-primary{margin-bottom:2.5rem}}.p-service-flow-list{margin:initial;padding-left:initial;list-style:none;display:flex;flex-wrap:wrap;gap:2.5rem 4rem}@media(max-width: 992px){.p-service-flow-list{flex-direction:column;width:min(616px,100%);margin:auto;gap:4rem}}.p-service-flow-list>li{position:relative;width:calc(25% - 3rem);background:var(--color-white) url(../img/service_bg03.png) center/cover no-repeat;border:1px solid hsla(0,0%,100%,.84);border-radius:4px;margin-top:55px;padding:6.5rem 2rem 4rem}@media(max-width: 1090px){.p-service-flow-list>li{width:calc(50% - 2rem)}}@media(min-width: 993px)and (max-width: 1090px){.p-service-flow-list>li:nth-of-type(2)::after{display:none}.p-service-movie .p-service-flow-list>li:nth-of-type(2)::after{display:block}}@media(max-width: 992px){.p-service-flow-list>li{width:100%}}@media(max-width: 840px){.p-service-flow-list>li{background-image:url(../img/service_bg03_sp.png)}}.p-service-exhibition .p-service-flow-list>li{background-image:url(../img/service_bg04.png)}@media(max-width: 840px){.p-service-exhibition .p-service-flow-list>li{background-image:url(../img/service_bg04_sp.png)}}.p-service-movie .p-service-flow-list>li{width:calc(33.3333333333% - 2.6666666667rem);background-image:url(../img/service_bg05.png)}@media(max-width: 992px){.p-service-movie .p-service-flow-list>li{width:100%}}@media(max-width: 840px){.p-service-movie .p-service-flow-list>li{background-image:url(../img/service_bg03_sp.png)}}.p-service-movie .p-service-flow-list>li:nth-of-type(3)::after{display:none}@media(max-width: 992px){.p-service-movie .p-service-flow-list>li:nth-of-type(3)::after{display:block}}@media(max-width: 840px){.p-service-movie .p-service-flow-list>li p{width:100%}}.p-service-movie .p-service-flow-list>li p span{display:inline-block}.p-service-flow-list>li:not(:last-of-type)::after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:-29px;width:0;height:0;border-style:solid;border-width:12px 0 12px 16px;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--color-primary)}@media(max-width: 992px){.p-service-flow-list>li:not(:last-of-type)::after{top:auto;bottom:-33px;right:50%;transform:translateX(50%) rotate(90deg)}}.p-service-flow-list>li .icon{position:absolute;top:-55px;left:50%;transform:translateX(-50%);width:100px}.p-service-flow-list>li .icon img{border-radius:50%;background-color:var(--color-primary)}.p-service-flow-list>li h3{margin:0 0 2.5rem;font-size:2rem;font-weight:500;letter-spacing:0.04em;line-height:1.2;color:var(--color-primary);text-align:center}.p-service-flow-list>li h3 .step{display:block;margin-bottom:.8rem;font-size:2.4rem;letter-spacing:0em;color:var(--color-white)}.p-service-flow-list>li p{margin:initial;line-height:1.6875;letter-spacing:0.04em;text-align:center}@media(max-width: 840px){.p-service-strengths>.l-wrapper{--container-space: 1rem}}.p-service-strengths__container{background-color:var(--color-white);border:2px solid var(--color-primary);border-radius:4px;padding:8rem var(--container-space);color:var(--color-black)}@media(max-width: 840px){.p-service-strengths__container{padding:4rem 1.5rem 6.5rem}}.p-service-strengths .c-heading-primary{margin-bottom:4rem}@media(max-width: 840px){.p-service-strengths .c-heading-primary{margin-bottom:2.5rem}}.p-service-strengths-list{width:min(616px,100%);margin:auto}.p-service-strengths-list>div+div{margin-top:2.5rem}@media(max-width: 840px){.p-service-strengths-list>div+div{margin-top:1.5rem}}.p-service-strengths-list>div:has(.number){padding-top:4.8rem}.p-service-strengths-list>div>dt{margin-bottom:1.5rem;position:relative;background:url(../img/service_bg01.png) center/cover no-repeat;border-radius:4px;padding:2.6rem;font-size:2rem;font-weight:500;line-height:var(--line-height-small);letter-spacing:0.04em;text-align:center;color:var(--color-white)}@media(max-width: 840px){.p-service-strengths-list>div>dt{background-image:url(../img/service_bg01_sp.png);padding:2.6rem 1rem}}.p-service-exhibition .p-service-strengths-list>div>dt{background-image:url(../img/service_bg02.png)}@media(max-width: 840px){.p-service-exhibition .p-service-strengths-list>div>dt{background-image:url(../img/service_bg02_sp.png)}}.p-service-strengths-list>div>dt .number{position:absolute;top:-48px;left:50%;transform:translateX(-50%);width:56px;aspect-ratio:1/1;background-color:var(--color-primary);border-radius:4px;display:grid;place-content:center;font-size:2.4rem;font-weight:500;font-style:normal;color:var(--color-black)}.p-service-strengths-list>div>dd{margin:auto;width:min(480px,100%);font-size:1.6rem;letter-spacing:0.04em;line-height:var(--line-height-small);text-align:center}@media(max-width: 840px){.p-service-strengths-list>div>dd{padding:0 1rem}}.p-service-qa{padding:12rem 0}@media(max-width: 840px){.p-service-qa{padding:6.5rem 0 8rem}}.p-service-qa>.l-wrapper{--contents-width: 990}@media(max-width: 840px){.p-service-qa>.l-wrapper{--container-space: 1rem}}.p-service-qa .c-heading-primary{margin-bottom:4rem}@media(max-width: 840px){.p-service-qa .c-heading-primary{margin-bottom:2.5rem}}.p-service-qa .c-accordion details{background-color:#555;border-radius:60px;padding:1.5rem 0}.p-service-qa .c-accordion details+details{margin-top:2.5rem}.p-service-qa .c-accordion-summary{position:relative;padding:3rem;padding-right:103px;padding-left:87px;font-size:2rem;font-weight:500;letter-spacing:0.04em;line-height:var(--line-height-small)}@media(max-width: 840px){.p-service-qa .c-accordion-summary{padding:2rem;padding-right:57px;padding-left:53px;font-size:1.8rem}}.p-service-qa .c-accordion-summary::before{content:"Q";position:absolute;top:50%;transform:translateY(-50%);left:3rem;font-size:3.2rem}@media(max-width: 840px){.p-service-qa .c-accordion-summary::before{left:1.5rem}}.p-service-qa .c-accordion-summary i{position:absolute;top:50%;transform:translateY(-50%);right:3rem}@media(max-width: 840px){.p-service-qa .c-accordion-summary i{width:30px;right:1.5rem}.p-service-qa .c-accordion-summary i::before,.p-service-qa .c-accordion-summary i::after{width:12px}}.p-service-qa .c-accordion-content__inner{padding-right:103px;padding-left:87px;padding-bottom:15px;font-size:1.6rem;letter-spacing:0.04em;line-height:1.6875}@media(max-width: 840px){.p-service-qa .c-accordion-content__inner{padding-right:57px;padding-left:53px}}.p-service-space .p-service-header{padding-bottom:5.5rem;z-index:1}@media(max-width: 840px){.p-service-space .p-service-header{height:calc(100dvh - 57px)}}@media(max-width: 375px){.p-service-space .p-service-header{height:auto}}@media(max-width: 840px){.p-service-space .p-service-header__inner{z-index:2}}.p-service-space .p-service-header-bg{height:100%}@media(max-width: 840px){.p-service-space .p-service-header-bg{height:calc(100% - 4rem)}}.p-service-space-slider{margin-top:8rem;position:relative;z-index:1;display:flex;gap:.3rem;overflow:hidden}@media(max-width: 840px){.p-service-space-slider{margin-top:10rem}}.p-service-space-list{margin:initial;padding-left:initial;list-style:none;animation:spaceScroll 40s infinite linear both;display:flex;gap:.3rem}.p-service-space-list>li{width:360px}.p-service-space-list img{aspect-ratio:360/270;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.p-service-space-list p{margin:.5rem 0 0;font-size:1.5rem;letter-spacing:0.04em;line-height:var(--line-height-small);text-align:center}@keyframes spaceScroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}.p-service-space-lead{position:relative;padding:12rem 0}@media(max-width: 840px){.p-service-space-lead{padding:8rem 0}}.p-service-space-lead::before{content:"";position:absolute;top:-81px;left:0;width:100%;height:calc(100% + 81px + 373px);background:url(../img/service_space_bg02.png) center 0/cover no-repeat}@media(max-width: 840px){.p-service-space-lead::before{top:0;height:100%;background-image:url(../img/service_space_bg02_sp.png)}}.p-service-space-lead>.l-wrapper{--contents-width: 920}.p-service-space-lead-text{margin:initial;font-size:1.8rem;font-weight:500;letter-spacing:0.04em;line-height:2.055}@media(max-width: 840px){.p-service-space-lead-text{line-height:1.611}}.p-service-space-discription{position:relative;z-index:1;padding-bottom:12rem}@media(max-width: 840px){.p-service-space-discription{padding-bottom:8rem}}.p-service-space-discription>.l-wrapper{--contents-width: 1240}@media(max-width: 840px){.p-service-space-discription>.l-wrapper{--container-space: 1rem}}.p-service-space-discription__container{background:url(../img/service_space_bg03.jpg) center 0/cover no-repeat;border-radius:4px;border:1px solid var(--color-white);padding:5rem var(--container-space) 8rem}@media(max-width: 840px){.p-service-space-discription__container{background-image:url(../img/service_space_bg03_sp.jpg);border-radius:8px;border:none;padding:4rem var(--container-space) 3rem}}.p-service-space-discription .c-heading-primary{margin-bottom:4rem}@media(max-width: 840px){.p-service-space-discription .c-heading-primary{margin-bottom:2.5rem}}.p-service-space-discription .c-heading-primary .en{font-size:3.2rem}.p-service-space-discription-contents{display:flex;justify-content:center;gap:5.8rem}@media(max-width: 840px){.p-service-space-discription-contents{flex-direction:column;align-items:center;gap:2.5rem}}.p-service-space-discription-content{width:min(512px,100%)}.p-service-space-discription-content a{position:relative;display:block}@media(max-width: 840px){.p-service-space-discription-content a{box-shadow:0px 4px 8px rgba(0,0,0,.1)}}.p-service-space-discription-content a:hover .p-service-space-discription-image::before{background-color:rgba(222,239,19,.64)}.p-service-space-discription-content a:hover .p-service-space-discription-text{color:var(--color-black)}.p-service-space-discription-content a:hover .p-service-space-discription-button::after{right:5px}.p-service-space-discription-text{margin:initial;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;width:calc(100% - var(--container-space)*2);font-size:4rem;font-weight:600;line-height:1.2;text-align:center;color:var(--color-white)}@media(max-width: 840px){.p-service-space-discription-text{transform:translate(-50%, calc(-50% - 2rem));font-size:3.2rem}}.p-service-space-discription-text.exhibition .en{font-size:4.8rem}@media(max-width: 840px){.p-service-space-discription-text.exhibition .en{font-size:3.2rem}}.p-service-space-discription-text .en+.en{display:block;margin-top:.8rem}@media(max-width: 840px){.p-service-space-discription-text .en+.en{margin-top:1.5rem}}.p-service-space-discription-text .jp{display:block;padding-top:1em;font-size:2rem;font-weight:400;letter-spacing:0.04em}.p-service-space-discription-image{position:relative;border-radius:16px;overflow:hidden}.p-service-space-discription-image::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(37,46,62,.48);transition:var(--duration-base) ease}.p-service-space-discription-button{align-items:center;background:linear-gradient(#f2f2f2, #f2f2f2);border-radius:25.5px;color:#252e3e;display:inline-flex;font-size:1.4rem;font-weight:500;font-weight:400;height:51px;justify-content:center;line-height:1.4;padding-left:36px;padding-right:40px;text-decoration:none;position:absolute;bottom:4rem;right:-8px}@media(max-width: 840px){.p-service-space-discription-button{bottom:3.2rem;right:50%;transform:translateX(50%)}}.p-service-space-discription-button::after{color:#bccb09;content:"→";display:block;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition-duration:.3s;transition-property:transform,right,width,height,opacity;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.p-company{background-color:var(--color-black);color:var(--color-white)}.p-company__container{background:url(../img/company_bg03.png) 0 0/100% no-repeat,url(../img/company_bg01.png) center bottom 8.5rem/100% no-repeat;padding:13rem 0 12rem}@media(max-width: 1270px){.p-company__container{background-position:0 0,center top 34rem}}@media(max-width: 840px){.p-company__container{background:url(../img/company_bg04.png) 0 0/100% no-repeat;padding:8.5rem 0 6.5rem}}.p-company .l-lower-header{margin-bottom:8rem}@media(max-width: 840px){.p-company .l-lower-header{margin-bottom:5rem}}.p-company-lead>.l-wrapper{--contents-width: 920}.p-company-lead-heading h2{margin-bottom:6.5rem}@media(max-width: 840px){.p-company-lead-heading h2{margin-bottom:2.5rem}.p-company-lead-heading h2 img{width:342px}}.p-company-lead-heading p{margin:initial}.p-company-lead-heading p img{width:min(830px,100%)}@media(max-width: 840px){.p-company-lead-heading p img{width:342px}}.p-company-lead__container{position:relative}.p-company-lead-text{margin-top:16rem;position:relative;z-index:1}@media(max-width: 840px){.p-company-lead-text{margin-top:1.5rem}}.p-company-lead-text p{margin:initial;font-size:1.8rem;font-weight:500;line-height:2.055}@media(max-width: 840px){.p-company-lead-text p{line-height:1.611}}.p-company-lead-text p+p{margin-top:2em}.p-company-lead-image{position:absolute;top:-1rem;right:-14rem;width:253px}@media(max-width: 1270px){.p-company-lead-image{right:0}}@media(max-width: 840px){.p-company-lead-image{margin:2.5rem auto 0;position:static;width:145px}}@media(max-width: 840px){.p-company-mission>.l-wrapper{--container-space: 1rem}}.p-company-mission__container{background:url(../img/company_bg02.png) center/cover no-repeat;min-height:836px;padding:9.5rem var(--container-space) 32rem;border-radius:8px;border:2px solid var(--color-primary)}@media(max-width: 840px){.p-company-mission__container{background-image:url(../img/company_bg02_sp.png);min-height:580px;padding:4rem 3rem 17.5rem}}.p-company-mission .c-heading-primary{margin-bottom:4rem;font-weight:700}@media(max-width: 840px){.p-company-mission .c-heading-primary{margin-bottom:2.5rem}}.p-company-mission-heading{margin-bottom:4rem;font-size:4.8rem;font-weight:500;letter-spacing:0.32em;line-height:1.5;color:var(--color-primary);text-align:center}@media(max-width: 840px){.p-company-mission-heading{margin-bottom:2.5rem;font-size:3.2rem;letter-spacing:0.2em}}@media(max-width: 375px){.p-company-mission-heading{font-size:3.1rem}}.p-company-mission-heading+p{margin:initial;font-size:1.8rem;font-weight:500;line-height:2.055;text-align:center}@media(max-width: 840px){.p-company-mission-heading+p{padding-right:2rem;padding-left:1rem;line-height:1.611;text-align:left}}.p-company-value{position:relative;width:686px;height:440px;margin:-22rem auto 0}@media(max-width: 840px){.p-company-value{width:auto;height:auto;margin-top:-13.7rem}}.p-company-value-heading{margin-bottom:0;text-align:center}@media(max-width: 840px){.p-company-value-heading{margin-bottom:3rem}.p-company-value-heading img{width:274px}}.p-company-value-list{margin:initial;font-family:var(--font-family-higure);letter-spacing:0.04em}@media(max-width: 840px){.p-company-value-list{text-align:center}}.p-company-value-list>div{position:absolute}@media(max-width: 840px){.p-company-value-list>div{position:static}.p-company-value-list>div+div{margin-top:4rem}}.p-company-value-list>div:nth-of-type(1){top:2.5rem;left:0;color:#c944ab}.p-company-value-list>div:nth-of-type(2){top:2.5rem;right:0;color:#f08048}.p-company-value-list>div:nth-of-type(3){left:0;bottom:2.5rem;color:#659aff}.p-company-value-list>div:nth-of-type(4){right:0;bottom:2.5rem;color:#39b2ca}.p-company-value-list>div>dt{margin-bottom:1.5rem;font-size:4rem;font-weight:500}@media(max-width: 840px){.p-company-value-list>div>dt{margin-bottom:1rem;font-size:3.2rem}}.p-company-value-list>div>dd{margin-left:0;font-size:1.6rem;line-height:1.6875}.p-company-overview{padding:13.5rem 0 12rem}@media(max-width: 840px){.p-company-overview{padding:6.5rem 0 8rem}}.p-company-overview>.l-wrapper{--contents-width: 920}.p-company-overview__container{background-color:#444;border-radius:8px;padding:8rem var(--container-space)}@media(max-width: 840px){.p-company-overview__container{padding:4rem 2rem 6.5rem}}.p-company-overview .c-heading-primary{margin-bottom:5.5rem;font-size:3.2rem;font-weight:700}@media(max-width: 840px){.p-company-overview .c-heading-primary{margin-bottom:4rem}.p-company-overview .c-heading-primary .en{line-height:1.25}.p-company-overview .c-heading-primary .jp span{display:inline-block}}.p-company-overview-list{margin:auto;width:min(603px,100%);font-size:1.6rem;font-family:var(--font-family-higure);line-height:1.6875;letter-spacing:0.04em}.p-company-overview-list>div{display:flex}@media(max-width: 840px){.p-company-overview-list>div{flex-direction:column}}.p-company-overview-list>div+div{margin-top:4rem}.p-company-overview-list>div>dt{width:123px;padding-right:2rem;color:var(--color-primary)}@media(max-width: 840px){.p-company-overview-list>div>dt{width:100%;padding-right:0;margin-bottom:1rem}}.p-company-overview-list>div>dd{margin-left:0;flex:1;color:#dfdfdf}.p-company-overview-list>div>dd.address span{position:relative}.p-company-overview-list>div>dd.address .google-map{position:absolute;right:-42px;bottom:0}@media(max-width: 840px){.p-company-overview-list>div>dd.address .google-map{display:none}}.p-partnership-lead{position:relative}@media(max-width: 840px){.p-partnership-lead{padding-top:10rem}}.p-partnership-lead-image{width:58.5651537335%;aspect-ratio:1/1;left:0;position:absolute;top:0;z-index:0}@media(max-width: 840px){.p-partnership-lead-image{width:370px;position:static;margin:auto}}.p-partnership-lead>.l-wrapper,.p-partnership-lead__inner{height:100%}.p-partnership-lead__inner{height:800px;display:flex;flex-direction:column;justify-content:center;width:-moz-fit-content;width:fit-content;margin-left:auto;position:relative;z-index:1}@media(max-width: 840px){.p-partnership-lead__inner{height:auto}}@media(max-width: 840px){.p-partnership-lead .l-lower-header{margin-top:-8.5rem}}.p-partnership-lead .l-lower-header>p{margin:0 0 2.5rem;font-size:2.4rem;font-weight:400;letter-spacing:0.4em;line-height:1}@media(max-width: 840px){.p-partnership-lead .l-lower-header>p{margin-bottom:1.5rem;text-align:center}}.p-partnership-lead .l-lower-header>p>span{color:#ef4491}@media(max-width: 840px){.p-partnership-lead .l-lower-heading{align-items:center}}.p-partnership-lead-text{margin:8rem 0 0;font-size:1.8rem;font-weight:500;line-height:2.055;letter-spacing:0.04em}@media(max-width: 840px){.p-partnership-lead-text{margin-top:5.5rem;line-height:1.611}}.p-partnership-industry{margin-top:1.5rem}@media(max-width: 840px){.p-partnership-industry{margin-top:8rem}}.p-partnership-industry>.l-wrapper{--contents-width: 920}.p-partnership-industry .c-heading-secondary{margin-bottom:5rem}@media(max-width: 840px){.p-partnership-industry .c-heading-secondary{margin-bottom:2.5rem}}.p-partnership-industry-list>div+div{margin-top:8rem}@media(max-width: 840px){.p-partnership-industry-list>div+div{margin-top:4rem}}.p-partnership-industry-list>div:has(.number){padding-top:4.8rem}.p-partnership-industry-list>div>dt{margin-bottom:2.5rem;position:relative;background:url(../img/partnership_bg01.png) center/cover no-repeat;border-radius:40px;padding:2.6rem;font-size:2rem;font-weight:500;line-height:var(--line-height-small);letter-spacing:0.04em;text-align:center;color:var(--color-white)}@media(max-width: 840px){.p-partnership-industry-list>div>dt{background-image:url(../img/partnership_bg01_sp.png)}}.p-partnership-industry-list>div>dt .number{position:absolute;top:-48px;left:50%;transform:translateX(-50%);width:56px;aspect-ratio:1/1;background-color:var(--color-primary);border-radius:4px;display:grid;place-content:center;font-size:2.4rem;font-weight:500;font-style:normal;color:var(--color-black)}.p-partnership-industry-list>div>dd{margin-left:0}.p-partnership-industry-list>div>dd .in-list{width:-moz-fit-content;width:fit-content;margin:auto;font-size:1.8rem;font-weight:500;line-height:var(--line-height-small)}.p-partnership-industry-list>div>dd .in-list>li{text-indent:-1em;padding-left:1em}.p-partnership-industry-list>div>dd .in-list>li::before{content:"●"}.p-partnership-industry-list>div>dd .in-list>li+li{margin-top:1.5rem}@media(max-width: 840px){.p-partnership-industry-list>div>dd .in-list>li+li{margin-top:1rem}}.p-partnership-industry-list>div>dd .in-list+p{margin:.5rem 0 0;text-align:center;line-height:var(--line-height-small)}@media(max-width: 840px){.p-partnership-industry-list>div>dd .in-list+p span{display:inline-block}}.p-partnership-industry-list>div>dd .c-accordion-summary{margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:1.6rem;text-decoration:underline}@media(max-width: 840px){.p-partnership-industry-list>div>dd .c-accordion-summary{margin-top:2rem}}.p-partnership-industry__container{margin:3.2rem auto 0;width:min(794px,100%);display:flex;justify-content:space-between;gap:4rem}@media(max-width: 840px){.p-partnership-industry__container{width:-moz-fit-content;width:fit-content;flex-direction:column;gap:1rem}}.p-partnership-industry__container .in-list{margin:0 !important}.p-partnership-merit{margin-top:12rem}@media(max-width: 840px){.p-partnership-merit{margin-top:6.5rem}}.p-partnership-merit>.l-wrapper{--contents-width: 1200}@media(max-width: 840px){.p-partnership-merit>.l-wrapper{--container-space: 1rem}}.p-partnership-merit__inner{background:url(../img/partnership_bg02.png) center/cover no-repeat;border-radius:8px;padding:8rem var(--container-space) 9.5rem}@media(max-width: 840px){.p-partnership-merit__inner{background-image:url(../img/partnership_bg02_sp.png);padding:4rem 1.5rem 6.5rem}}.p-partnership-merit .c-heading-secondary{margin-bottom:6.5rem}@media(max-width: 840px){.p-partnership-merit .c-heading-secondary{margin-bottom:2.5rem}}.p-partnership-merit-list{width:min(616px,100%);margin:auto}.p-partnership-merit-list>li{background:url(../img/partnership_bg03.png) center/cover no-repeat;border:2px solid var(--color-white);border-radius:4px;padding:2.4rem;font-size:2rem;font-weight:500;line-height:var(--line-height-small);letter-spacing:0.04em;text-align:center}@media(max-width: 840px){.p-partnership-merit-list>li{background-image:url(../img/partnership_bg03_sp.png);font-size:2rem;line-height:1.6}}.p-partnership-merit-list>li+li{margin-top:4rem}@media(max-width: 840px){.p-partnership-merit-list>li+li{margin-top:2.5rem}}.p-partnership-contact{padding:12rem 0}@media(max-width: 840px){.p-partnership-contact{padding:6.5rem 0 8rem}}.p-partnership-contact>.l-wrapper{--contents-width: 770}.p-partnership-contact .c-heading-secondary{margin-bottom:4.5rem}@media(max-width: 840px){.p-partnership-contact .c-heading-secondary{margin-bottom:2.5rem}}.p-partnership-contact .c-heading-secondary+p{margin:0 0 4.5rem;font-size:1.8rem;font-weight:500;line-height:2.055;text-align:center}@media(max-width: 840px){.p-partnership-contact .c-heading-secondary+p{margin-bottom:2.5rem;line-height:1.611;text-align:left}}.p-privacypolicy{padding:13rem 0 12rem}@media(max-width: 840px){.p-privacypolicy{padding:8.5rem 0}}.p-privacypolicy .l-lower-header{margin-bottom:8rem}@media(max-width: 840px){.p-privacypolicy .l-lower-header{margin-bottom:5rem}}.p-privacypolicy .l-lower-heading .en{font-size:3.2rem}.p-privacypolicy .l-lower-heading .jp{font-size:1.5rem}@media(max-width: 840px){.p-privacypolicy .l-lower-heading .jp{font-size:1.6rem}}.p-privacypolicy-contents>.l-wrapper{--contents-width: 800}.p-contact{padding:12rem 0}@media(max-width: 840px){.p-contact{padding:9.5rem 0 8rem}}.p-contact-header{margin-bottom:3.2rem;text-align:center}@media(max-width: 840px){.p-contact-header{margin-bottom:4rem}}.p-contact-header h1{margin:0 0 4rem}@media(max-width: 840px){.p-contact-header h1{margin-bottom:3rem}.p-contact-header h1 img{width:270px}}.p-contact-header p{margin:initial;font-size:1.8rem;font-weight:500;line-height:2.055}@media(max-width: 840px){.p-contact-header p{line-height:1.611;text-align:left}}.p-contact-navi{display:flex;justify-content:center;gap:4rem}@media(max-width: 840px){.p-contact-navi{flex-direction:column;align-items:center}}.p-contact-navi>li .image img{width:340px;border-radius:4px}@media(max-width: 840px){.p-contact-navi>li .image img{width:300px}}.p-contact-navi>li.tel a{display:block;margin:1.5rem 0 .8rem;font-size:3.2rem;font-weight:500;color:#bccb09;text-align:center}.p-contact-navi>li.tel p{margin:initial;font-size:1.3rem;font-family:var(--font-family-higure);line-height:1.538;letter-spacing:0.04em;color:#555;text-align:center}.p-contact-navi-button{position:relative;margin:2.5rem auto 0;background-color:#f2f2f2;width:190px;height:51px;border-radius:26px;display:grid;place-content:center;padding-right:2.5rem;font-size:1.6rem}@media(max-width: 840px){.p-contact-navi-button{margin-top:1.5rem}}.p-contact-navi-button::after{content:"";position:absolute;top:50%;right:2.5rem;transform:translateY(-50%) rotate(135deg);width:8px;height:8px;border-top:solid 2px #bccb09;border-right:solid 2px #bccb09}.p-contact-form{margin-top:8rem}@media(max-width: 840px){.p-contact-form{margin-top:6.5rem}}.p-contact-form-header{position:relative;margin-bottom:5rem}@media(max-width: 840px){.p-contact-form-header{margin-bottom:2.5rem}}.p-contact-form-header .btn-more{position:absolute;right:0;top:50%;transform:translateY(-50%)}@media(max-width: 1050px){.p-contact-form-header .btn-more{position:static;transform:none;margin-top:1rem;text-align:right}}@media(max-width: 840px){.p-contact-form-header .btn-more{margin-top:2rem;text-align:center}}.p-contact-form .c-form{width:min(770px,100%);margin:auto}.p-contact-form .c-form-radio{margin-bottom:3.2rem}@media(max-width: 840px){.p-contact-form .c-form-radio{margin-bottom:2.5rem}}.p-contact-form .c-form-radio .wpcf7-form-control{justify-content:center}.p-complete{padding:13rem 0 12rem}@media(max-width: 840px){.p-complete{padding:8.5rem 0}}.p-complete .l-lower-header{margin-bottom:8rem}@media(max-width: 840px){.p-complete .l-lower-header{margin-bottom:5rem}}.p-complete .l-lower-heading .en{font-size:3.2rem}.p-complete .l-lower-heading .jp{font-size:1.5rem}@media(max-width: 840px){.p-complete .l-lower-heading .jp{font-size:1.6rem}}.p-complete-contents>.l-wrapper{--contents-width: 800}.p-complete .btn-more{margin-top:4rem}.p-recruit{padding:13rem 0 12rem}@media(max-width: 840px){.p-recruit{padding:8.5rem 0}}.p-recruit .l-lower-header{margin-bottom:4rem}@media(max-width: 840px){.p-recruit .l-lower-header{margin-bottom:1.5rem}}.p-recruit .l-lower-header-image{margin-top:4rem}@media(max-width: 840px){.p-recruit .l-lower-header-image{margin-top:1.5rem}}.p-recruit .l-lower-header-image>.l-wrapper{--contents-width: 1000}.p-recruit .l-lower-header-image img{border-radius:4px}.p-recruit-type>.l-wrapper{--contents-width: 1000}.p-recruit-type-heading{margin:0 0 3rem;font-size:2.4rem;font-weight:500;line-height:var(--line-height-small)}@media(max-width: 840px){.p-recruit-type-heading{margin-bottom:2.5rem;text-align:center}}.p-recruit-type .c-accordion details+details{margin-top:4rem}@media(max-width: 840px){.p-recruit-type .c-accordion details+details{margin-top:2.5rem}}.p-recruit-type .c-accordion-summary{position:relative;background-color:var(--color-primary);border-radius:40px;padding:2.6rem 4rem;display:flex;align-items:center;gap:2.5rem;font-size:2rem;font-weight:500;line-height:var(--line-height-small)}@media(max-width: 840px){.p-recruit-type .c-accordion-summary{padding:2.6rem 2.5rem;gap:1.5rem}}.p-recruit-type .c-accordion-summary .employment-status{border:1px solid #707070;border-radius:4px;padding:7px 1rem;font-size:1.2rem;font-weight:400}.p-recruit-type .c-accordion-summary i{position:absolute;top:50%;transform:translateY(-50%);right:3rem}@media(max-width: 840px){.p-recruit-type .c-accordion-summary i{right:2.5rem}}.p-recruit-type .c-accordion-content__inner{width:calc(100% - 4%*2);margin:3.2rem auto 0}@media(max-width: 840px){.p-recruit-type .c-accordion-content__inner{width:calc(100% - 4rem);margin-top:1.5rem}}.p-recruit-type .c-accordion-content__inner h2{background-color:#e8eded;padding:.5rem 1.5rem;font-size:1.6rem;font-weight:500;letter-spacing:0.04em;line-height:var(--line-height-small)}.p-recruit-type .c-accordion-content__inner h2:not(:first-of-type){margin-top:5rem}.p-recruit-type .c-accordion-content__inner p{font-size:1.4rem;font-family:var(--font-family-higure);letter-spacing:0.04em;line-height:1.714}.p-recruit-type .c-accordion-content__inner hr{border:1px solid #dfdfdf}.p-recruit-contact{margin-top:6.5rem}.p-recruit-contact>.l-wrapper{--contents-width: 770}.p-recruit-contact .c-heading-secondary{margin-bottom:5rem}@media(max-width: 840px){.p-recruit-contact .c-heading-secondary{margin-bottom:2.5rem;text-align:center}}@media(max-width: 840px){.p-recruit-contact .c-form-radio{margin-top:1rem}}@media(max-width: 840px){.p-recruit-contact .c-form-file{margin-top:1rem}}.p-member{padding:13rem 0 12rem}@media(max-width: 840px){.p-member{padding:8.5rem 0}}.p-member .l-lower-header{margin-bottom:4rem}@media(max-width: 840px){.p-member .l-lower-header{margin-bottom:1.5rem}}.p-member-contents>.l-wrapper{--contents-width: 920}.p-member-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(25.6rem, 1fr));gap:12rem 8.2608695652%}@media(max-width: 840px){.p-member-list{grid-template-columns:auto;gap:2.5rem}}.p-member-list .c-post-thumbnail{margin-bottom:.8rem;text-align:center}.p-member-list .c-post-thumbnail img{aspect-ratio:256/294;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width: 840px){.p-member-list .c-post-thumbnail img{width:49.1176470588%}}.p-member-list .p-member-name{margin:0 0 1.5rem;font-size:2.4rem;font-weight:500;line-height:1.25;text-align:center}.p-member-list .p-member-name span{display:block}.p-member-list .p-member-position{margin:0 0 1.5rem;font-size:2rem;font-weight:500;letter-spacing:0.04em;line-height:1.25;text-align:center}.p-member-list .p-member-desc{margin:initial;padding:0 .8rem;font-size:1.4rem;letter-spacing:0.04em;line-height:1.6875}.p-member-list .p-member-desc span{display:inline-block}@media(max-width: 840px){.u-db-large{display:none}}.u-db-small{display:none}@media(max-width: 840px){.u-db-small{display:block}}@media(max-width: 375px){.u-db-xs{display:none}}.u-text-paragraph p{margin:initial}.u-text-paragraph p+p{margin-top:2em}.u-text-indent{text-indent:-1em;padding-left:1em}.u-text-gradient{text-underline-offset:-5px;text-decoration-line:underline;text-decoration-style:initial;text-decoration-color:var(--color-secondary);text-decoration-thickness:.5em;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}/*# sourceMappingURL=ymd-style.min.css.map */