:root{--vh:1vh;--fontGothic:noto-sans-cjk-jp,"noto-sans-cjk-jp","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;--fontMincho:"ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho",YuMincho,serif;--fontDin:din-condensed,sans-serif;--fontHelvetica:"Helvetica Neue",Arial;--mediaDefault:mixins.$mediaDefault;--mediaLarge:mixins.$mediaLarge;--mediaSmall:mixins.$mediaSmall;--mediaExtraSmall:mixins.$mediaExtraSmall;--base:#f9f9f9;--black:#0b0b0b;--black05:rgba(53,61,67,0.05);--black10:rgba(53,61,67,0.1);--black20:rgba(53,61,67,0.2);--black30:rgba(53,61,67,0.3);--black40:rgba(53,61,67,0.4);--black60:rgba(53,61,67,0.6);--black80:rgba(53,61,67,0.8);--white:#fff;--white05:hsla(0,0%,100%,0.05);--white10:hsla(0,0%,100%,0.1);--white20:hsla(0,0%,100%,0.2);--white30:hsla(0,0%,100%,0.3);--white40:hsla(0,0%,100%,0.4);--white60:hsla(0,0%,100%,0.6);--white80:hsla(0,0%,100%,0.8);--blueGrey:#eff2f5;--blueGrey40:rgba(239,242,245,0.4);--blueGrey60:rgba(239,242,245,0.6);--baseWhite:#f9f9f9;--red:#c4302b;--redSecondary:#93110d;--orange:#e29924;--gray:#797979;--navy:#122646;--lightNavy:#cfd5e0;--blue:#3234ac;--blueSecondary:#3d7af2;--lightBlue:#eff3f8;--purple:#544fe8;--lightPurple:#b1aef0;--highLightPurple:#f2f2f8;--gold:#f0c200;--silver:#bebebe;--bronze:#b18136;--durationShort:0.2s;--durationMiddle:0.4s;--durationLong:0.8s;--easeInSine:cubic-bezier(0.47,0,0.745,0.715);--easeOutSine:cubic-bezier(0.39,0.575,0.565,1);--easeInOutSine:cubic-bezier(0.445,0.05,0.55,0.95);--easeInQuad:cubic-bezier(0.55,0.085,0.68,0.53);--easeOutQuad:cubic-bezier(0.25,0.46,0.45,0.94);--easeInOutQuad:cubic-bezier(0.455,0.03,0.515,0.955);--easeInCubic:cubic-bezier(0.55,0.055,0.675,0.19);--easeOutCubic:cubic-bezier(0.215,0.61,0.355,1);--easeInOutCubic:cubic-bezier(0.645,0.045,0.355,1);--easeInQuart:cubic-bezier(0.895,0.03,0.685,0.22);--easeOutQuart:cubic-bezier(0.165,0.84,0.44,1);--easeInOutQuart:cubic-bezier(0.77,0,0.175,1);--easeInQuint:cubic-bezier(0.755,0.05,0.855,0.06);--easeOutQuint:cubic-bezier(0.23,1,0.32,1);--easeInOutQuint:cubic-bezier(0.86,0,0.07,1);--easeInExpo:cubic-bezier(0.95,0.05,0.795,0.035);--easeOutExpo:cubic-bezier(0.19,1,0.22,1);--easeInOutExpo:cubic-bezier(1,0,0,1);--easeInCirc:cubic-bezier(0.6,0.04,0.98,0.335);--easeOutCirc:cubic-bezier(0.075,0.82,0.165,1);--easeInOutCirc:cubic-bezier(0.785,0.135,0.15,0.86);--easeInBack:cubic-bezier(0.6,-0.28,0.735,0.045);--easeOutBack:cubic-bezier(0.175,0.885,0.32,1.275);--easeInOutBack:cubic-bezier(0.68,-0.55,0.265,1.55)}::-webkit-scrollbar{background-color:var(--black);height:.8rem;width:.8rem}::-webkit-scrollbar-track{display:none}::-webkit-scrollbar-thumb{background-color:var(--red);border-radius:0}::-moz-selection{background-color:var(--red);color:var(--white)}::selection{background-color:var(--red);color:var(--white)}html{-webkit-backface-visibility:hidden;-webkit-font-feature-settings:"pkna";font-feature-settings:"pkna";backface-visibility:hidden;background-color:var(--baseWhite);color:var(--black);font-family:var(--fontGothic);font-size:.6944444444vw;font-weight:400;letter-spacing:.02em;line-height:2;visibility:hidden}html.wf-active{visibility:visible}*,:after,:before{-webkit-backface-visibility:inherit;backface-visibility:inherit}h1,h2,h3,h4,h5,h6{margin-block:0}ul{list-style:none}a,button{color:inherit;text-decoration:none}canvas,img,picture,svg{display:block}img{-o-object-fit:contain;object-fit:contain}img,svg{height:auto;width:100%}table{border-collapse:collapse}main{overflow:hidden}div .Button:not(:last-of-type){margin-right:1.2rem}.Br--Pc{display:block}.Br--Sp{display:none}.Breadcrumb{background-color:#202020;color:var(--white);font-size:1.2rem;font-weight:500;line-height:1;padding:2.4rem 0}.Breadcrumb__Container{margin:0 auto;max-width:108rem}.Breadcrumb a{opacity:.6;text-decoration:underline}.Breadcrumb span:not(:last-of-type){margin-right:1rem}.LowerHead{background-color:var(--blueGrey);padding:13rem 13rem 7.2rem}.LowerHead b{font-family:var(--fontDin);font-size:9rem;font-weight:500;letter-spacing:.02em;line-height:1;text-transform:uppercase}.LowerHead h1{font-size:1.6rem;line-height:1;margin-top:.4rem}.LowerHead p{font-size:1.6rem;line-height:1.3;margin-top:3.2rem}.Button{align-items:center;border-radius:100px;display:flex;font-size:1.6rem;font-weight:700;justify-content:center;line-height:1;transition:background-color var(--durationShort) var(--easeOutQuart)}.Button--Medium{height:5.2rem;width:27rem}.Button--White{background-color:var(--white)}.Button--White:hover{background-color:#c9c9c9}.Button--Orange{background-color:var(--orange);color:var(--white)}.Button--Orange:hover{background-color:#ad6b00}.Header{display:flex;justify-content:space-between;left:0;position:fixed;top:0;transition:var(--durationShort);width:100%;z-index:10}.Header.--Scrolled{background-color:var(--baseWhite)}.Header--Single .Header__Logo{background-color:var(--baseWhite)}.Header--Single .Header__Logo svg path{fill:#040000}.Header--Single.--Scrolled .Header__MenuListItemLink{color:var(--black)}.Header--Top .Header__Logo{background-color:var(--baseWhite);height:18rem;padding:0 2rem;width:18rem}.Header--Top .Header__Logo svg path{fill:#040000}.Header--Top.--Scrolled .Header__Logo{height:9.8rem;padding:0 1.5rem;width:9.8rem}.Header--Top.--Scrolled .Header__OtherLink{display:flex}.Header[data-open=true] .Header__ResTrigger .--Close{display:none}.Header[data-open=true] .Header__ResTrigger .--Open{display:flex}.Header[data-open=true] .Header__Menu{opacity:1;pointer-events:auto}.Header__Logo{align-items:center;background-color:var(--black);display:flex;height:9.8rem;justify-content:center;padding:0 1.5rem;width:9.8rem}.Header__Logo svg path{fill:var(--white)}.Header__Logo img,.Header__Logo object{height:100%;pointer-events:none;width:100%}.Header__Menu{padding-right:4rem;padding-top:3rem;transition:var(--durationShort)}.Header__MenuList{align-items:center;display:flex}.Header__MenuListItem:not(:last-of-type){margin-right:3.2rem}.Header__MenuListItem--Contact .Header__MenuListItemLink{background-color:var(--orange);border-radius:100px;color:var(--white);padding:.8rem 2.4rem 1rem}.Header__MenuListItem--Contact .Header__MenuListItemLink:hover{background-color:#ad6b00;opacity:1}.Header__MenuListItem--SignIn .Header__MenuListItemLink{border-left:1px solid var(--black10);padding:2.8rem}.Header__MenuListItem--SignIn .Header__MenuListItemLink:hover{background-color:var(--blue);color:var(--white);opacity:1}.Header__MenuListItemLink{font-size:1.4rem;font-weight:700;line-height:1;transition:var(--durationShort)}.Header__MenuListItemLink span:nth-of-type(2){display:none}.Header__MenuListItemLink:hover{opacity:.5}.Header__OtherLink{align-items:center;background-color:var(--red);border-radius:2px;color:var(--white);display:flex;font-size:1.2rem;font-weight:700;height:3.6rem;justify-content:center;line-height:1;margin-left:auto;margin-top:1.2rem;transition:var(--durationShort);width:20rem}.Header__OtherLink:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.Header__OtherLink--Top{display:none}.Header__OtherLink span{display:block;margin-left:.8rem}.Header__Res{display:none}.Header__ResTrigger{align-items:center;display:flex;height:2rem;justify-content:center;width:2rem}.Header__ResTrigger .--Close{display:flex}.Header__ResTrigger .--Open{display:none}.GoContact{background-color:#111;padding:10rem}.GoContact__Container{margin:0 auto;max-width:108rem}.GoContact__Link{border:2px solid var(--white);color:var(--white);display:block;padding:4.8rem;text-align:center;transition:background-color var(--durationShort),color var(--durationShort);width:100%}.GoContact__Link:hover{background-color:var(--white);color:var(--blacl)}.GoContact__LinkEn{display:block;font-family:var(--fontDin);font-size:4rem;letter-spacing:.04em;line-height:1;text-transform:uppercase}.GoContact__LinkJa{display:block;font-size:1.4rem;font-weight:500;line-height:1.5;margin-top:1.6rem;opacity:.6;text-align:center}.NewsCard{background-color:var(--white);border:1px solid var(--white);border-radius:2px;padding:2.8rem;transition:var(--durationShort)}.NewsCard:focus{background-color:var(--blueGrey);border-color:var(--black10)}.NewsCard:not(:last-of-type){margin-bottom:1.2rem}.NewsCard__Date{color:var(--black40);font-size:1.4rem;font-weight:400;line-height:1}.NewsCard__Heading{font-size:2.4rem;font-weight:700;line-height:1.4}.NewsCard__Category{color:var(--red);font-size:1.2rem;font-weight:500;line-height:1;margin-top:2rem}.NewsCard__Category span{display:inline-block;margin-right:.4rem}.WorksCard{margin-bottom:6.4rem;padding-bottom:2rem;position:relative;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:calc(33.33333% - 1.2rem);will-change:filter}.WorksCard:after,.WorksCard:before{bottom:0;content:"";height:1px;position:absolute}.WorksCard:before{background-color:var(--black20);left:0;width:90%}.WorksCard:after{background-color:var(--red);right:0;width:5%}.WorksCard:focus{-webkit-filter:opacity(.7) brightness(.7);filter:opacity(.7) brightness(.7)}.WorksCard__Date{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:1.6rem}.WorksCard__Image{-o-object-fit:cover;height:23rem;object-fit:cover}.WorksCard__Heading{font-size:1.6rem;font-weight:700;line-height:1.3;margin-top:.8rem}.WorksCard__CatList{display:flex;flex-wrap:wrap;margin-top:.8rem}.WorksCard__CatListItem{font-size:1.2rem;font-weight:500;line-height:1;margin:0 .8rem .8rem 0}.MgmtCardCollection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-6rem;position:relative}.MgmtCardCollection:after,.MgmtCardCollection:before{content:"";display:block;height:0;width:28.7rem}.MgmtCardCollection:before{order:1}.MgmtCard{margin-bottom:6rem;transition:color .225s;width:28.7rem}.MgmtCard:hover{color:#ababab}.MgmtCard:hover .MgmtCard__Image:after,.MgmtCard:hover .MgmtCard__Image:before{opacity:1}.MgmtCard__Image{border-radius:8px;height:39.2rem;overflow:hidden;position:relative;width:100%}.MgmtCard__Image:after,.MgmtCard__Image:before{opacity:0;pointer-events:none;position:absolute;transition:opacity .225s}.MgmtCard__Image:before{background-color:rgba(0,0,0,.7);bottom:0;content:"";height:100%;left:0;right:0;top:0;width:100%;z-index:1}.MgmtCard__Image:after{-webkit-transform:translate(-50%,-50%);align-items:center;border:.15rem solid var(--white);border-radius:100px;color:var(--white);content:"View More";display:flex;font-family:var(--fontDin);font-size:1.6rem;height:10rem;justify-content:center;left:50%;line-height:1;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);width:10rem;z-index:1}.MgmtCard__ImageCover{display:block;height:100%;width:100%}.MgmtCard__ImageCover:after{-webkit-transform:translate(-50%,-50%);border:2px solid var(--white30);border-radius:8px;content:"";height:calc(100% - 2rem);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 2rem)}.MgmtCard__Image img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.MgmtCard__Name{align-items:center;display:flex;justify-content:flex-start;margin-top:1.8rem}.MgmtCard__Name b{font-size:1.6rem;font-weight:700;line-height:1}.MgmtCard__Name small{display:inline-block;font-size:1.6rem;font-weight:700;line-height:1;margin-left:.4rem}.MgmtCard__JobName{color:var(--black60);font-size:1.3rem;font-weight:500;line-height:1;margin-top:1rem}.MgmtCard__CatList{display:flex;flex-wrap:wrap;margin-top:1.8rem}.MgmtCard__CatListItem{background-color:var(--red);border-radius:2px;color:var(--white);font-size:1rem;font-weight:500;line-height:1;margin:0 .4rem .4rem 0;padding:.4rem .6rem .5rem}.Pagination__List{align-items:center;display:flex;justify-content:center}.Pagination__ListItem{height:4rem;width:4rem}.Pagination__ListItem:not(:last-of-type){margin-right:1.2rem}.Pagination__ListItemLink{align-items:center;background-color:var(--black20);border-radius:2px;color:var(--white);display:flex;font-size:1.4rem;font-weight:500;height:100%;justify-content:center;line-height:1;width:100%}.Pagination__ListItemLink--Current{background-color:var(--black)}.SnsShare{display:flex;justify-content:center}.SnsShare__Item{height:5.6rem;overflow:hidden;width:100%}.SnsShare__Item--Facebook{background-color:#0074ff}.SnsShare__Item--Facebook img{height:2.8rem;width:2.8rem}.SnsShare__Item--Twitter{background-color:#1aa1f2}.SnsShare__Item--Twitter img{height:2.2rem;width:2.8rem}.SnsShare__Item--Line{background-color:#00cd2f}.SnsShare__Item--Line img{height:2.6rem;width:2.8rem}.SnsShare__Item:first-of-type{border-radius:2px 0 0 2px}.SnsShare__Item:nth-of-type(3){border-radius:0 2px 2px 0}.SnsShare__Item a,.SnsShare__ItemLink{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.CategorySelect{position:relative}.CategorySelect__Label{background-color:var(--blueGrey);border-radius:4px 4px 0 0;font-size:1.2rem;font-weight:700;left:0;line-height:1;padding:1rem 2rem;position:absolute;top:-2.8rem}.CategorySelect__Collection{background-color:var(--blueGrey);border-radius:4px;display:flex;flex-wrap:wrap;padding:2rem 2rem 1.2rem}.CategorySelect__Item{background-color:var(--white);border-radius:4px;display:block;margin:0 .8rem .8rem 0;transition:color .225s,background-color .225s}.CategorySelect__Item:focus{background-color:var(--red);color:var(--white)}.CategorySelect__ItemInput{opacity:0;pointer-events:none;position:absolute;visibility:hidden}.CategorySelect__ItemInput:checked+span{background-color:var(--red);color:var(--white)}.CategorySelect__ItemVal{border-radius:4px;cursor:pointer;display:block;font-size:1.2rem;font-weight:700;line-height:1;padding:.8rem 1.2rem}.CategorySelect__Submit{align-items:center;background-color:var(--black);border-radius:100px;color:var(--white);display:flex;font-weight:700;height:4.8rem;justify-content:center;margin:2.4rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:32rem}.CategorySelect__Submit:focus{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}.CategorySelect__Submit span{font-size:1.8rem;line-height:1}.CategorySelect__Submit span:nth-of-type(2){display:block;margin-left:.8rem}.CategorySelect__Submit span:nth-of-type(2) svg{display:block;height:1.8rem;width:1.8rem}.MainHeading{align-items:center;display:flex;justify-content:space-between}.MainHeading--White .MainHeading__Name{color:var(--white)}.MainHeading--White .MainHeading__Name:before{background-color:var(--white)}.MainHeading__Name{color:var(--black);position:relative}.MainHeading__Name:before{background-color:var(--red);content:"";height:2px;left:0;position:absolute;top:-1.4rem;width:2rem}.MainHeading__Name b{display:block;font-family:var(--fontDin);font-size:3.2rem;line-height:1;text-transform:uppercase}.MainHeading__Name small{display:block;font-size:1.4rem;font-weight:500;line-height:1;margin-top:.3rem}.MainHeading__Link{align-items:center;background-color:var(--white);border:1px solid var(--black20);border-radius:100px;color:var(--black);display:flex;padding:.8rem 2.5rem;position:relative;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;will-change:filter}.MainHeading__Link:focus{-webkit-filter:invert(.1);filter:invert(.1)}.MainHeading__Link span:first-of-type{font-size:1.5rem;font-weight:700;line-height:1}.MainHeading__Link span:nth-of-type(2){display:block;height:1.3rem;margin-left:.4rem;margin-top:.3rem;width:1.3rem}.MainHeading__Link span:nth-of-type(2) svg{display:block;height:100%;width:100%}.Confirm .Form__Item>span{display:none}.Confirm .Form__Item{align-items:center;display:flex}.Confirm .Form__Item--Select label:after{display:none}.Confirm .Form__Item:not(:last-of-type){border-bottom:1px solid var(--black10);margin-bottom:3.2rem;padding-bottom:3.2rem}.Confirm .Form__Item label{flex:1;font-size:1.4rem;font-weight:300;margin:0 0 0 6rem;word-break:break-all}.Confirm .Form__Item>p{line-height:1.5;width:25%}.Confirm .Form__Agree{display:none}.Confirm .Form__Submit{margin-top:4rem}.Confirm .Form__BackButton{display:flex}.Form__Item:not(:last-of-type){margin-bottom:3.6rem}.Form__Item>p{font-size:1.4rem;font-weight:700;line-height:1}.Form__Item span{color:var(--black60);display:block;font-size:1.4rem;font-weight:300;line-height:1}.Form__Item label{display:block;margin:1.2rem 0}.Form__Item label input{background-color:var(--blueGrey);border-radius:4px;font-size:1.4rem;font-weight:300;padding:1.2rem;width:50%}.Form__Item label select{background-color:var(--blueGrey);border-radius:4px;font-size:1.4rem;font-weight:300;padding:1.2rem;width:100%}.Form__Item label textarea{background-color:var(--blueGrey);border-radius:4px;font-size:1.4rem;font-weight:300;height:25rem;max-height:25rem;overflow-y:scroll;padding:1.2rem;width:100%}.Form__Item--Full label input,.Form__Item--Full label select{width:100%}.Form__Item--Select label{position:relative;width:50%}.Form__Item--Select label:after{-webkit-transform:translateY(-50%);border-bottom:0 solid transparent;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10.4px solid var(--black);content:"";height:0;pointer-events:none;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:0}.Form__Submit{align-items:center;display:flex;justify-content:center;margin-top:6rem}.Form__Submit input{align-items:center;background-color:var(--black);border:2px solid var(--black);border-radius:2px;color:var(--white);display:flex;font-size:2rem;font-weight:700;height:9rem;justify-content:center;line-height:1;transition:color .225s,background-color .225s;width:55rem}.Form__Submit:hover input{background-color:var(--white);color:var(--black)}.Form__Agree{align-items:center;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;line-height:1}.Form__Agree a{color:var(--blueSecondary);text-decoration:underline}.Form__Agree .mwform-checkbox-field{display:block;height:2.5rem;margin-right:.8rem;padding-top:.2rem;width:2.5rem}.Form__Agree .mwform-checkbox-field label{display:block;height:100%;width:100%}.Form__Agree input[type=checkbox]{height:100%;width:100%}.Form__Agree .mwform-checkbox-field-text{display:none}.Form__BackButton{align-items:center;display:flex;display:none;font-size:1.4rem;font-weight:300;justify-content:center;margin-top:4rem}.Form__BackButton:blank,.Form__BackButton:empty{display:none}.Form__BackButton input{border-bottom:1px solid var(--black60);color:var(--black60)}.Link{align-items:center;background-color:var(--white);border:1px solid var(--black20);border-radius:100px;color:var(--black);display:flex;justify-content:center;padding:1rem 2.5rem;position:relative;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:100%;will-change:filter}.Link:focus{-webkit-filter:invert(.1);filter:invert(.1)}.Link span:first-of-type{font-size:1.6rem;font-weight:700;line-height:1}.Link span:nth-of-type(2){display:block;height:1.8rem;margin-left:.4rem;margin-top:.1rem;width:1.8rem}.Link span:nth-of-type(2) svg{display:block;height:100%;width:100%}.Link--Full{padding:1.5rem}.Link--Small span:first-of-type{font-size:1.4rem}.Link--Small span:nth-of-type(2){height:1.5rem;width:1.5rem}.Link--Medium{padding:1.2rem}.Footer{background-color:var(--black);padding:10rem 0}.Footer__Container{margin:0 auto;max-width:108rem}.Footer__Head{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.3);display:flex;justify-content:space-between;padding-bottom:5.2rem}.Footer__Head h2{height:3.2rem;width:12rem}.Footer__Head h2 svg{display:block;height:100%;width:100%}.Footer__Head h2 svg path{fill:var(--white)}.Footer__Head ul{align-items:center;display:flex}.Footer__Head ul li:not(:last-of-type){margin-right:3.2rem}.Footer__Head ul li:not(:last-of-type) a{border-bottom:1px solid var(--white10)}.Footer__Head ul li a{align-items:center;color:var(--white);display:flex;font-size:1.4rem;font-weight:700;line-height:1}.Footer__Head ul li a span:nth-of-type(2){display:none;height:1.7rem;width:1.7rem}.Footer__Head ul li a span:nth-of-type(2) svg{display:block;height:100%;width:100%}.Footer__Bottom{display:flex;justify-content:space-between;margin-top:5.2rem}.Footer__BottomSns h2{color:var(--white60);font-family:var(--fontDin);font-size:1.6rem;line-height:1;text-transform:uppercase}.Footer__BottomSns ul{align-items:center;display:flex;margin-top:1.6rem}.Footer__BottomSns ul li{background-color:var(--baseWhite);border-radius:2px;padding:.4rem}.Footer__BottomSns ul li:not(:last-of-type){margin-right:.8rem}.Footer__BottomSns ul li a{height:100%;width:100%}.Footer__BottomSns ul li a svg{display:block;height:1.7rem;width:auto}.Footer__BottomInfoCompanyLink{align-items:center;border:1px solid var(--white);border-radius:2px;color:var(--white);display:flex;font-size:1.4rem;height:4rem;justify-content:center;line-height:1;margin-left:auto;transition:var(--durationShort);width:21.2rem}.Footer__BottomInfoCompanyLink b{font-weight:500}.Footer__BottomInfoCompanyLink span{display:block;height:1.3rem;width:1.3rem}.Footer__BottomInfoCompanyLink span svg{display:block;height:100%;margin-left:.4rem;width:100%}.Footer__BottomInfoCompanyLink span svg path{fill:var(--white)}.Footer__BottomInfoCompanyLink:hover{background-color:var(--white);color:var(--black)}.Footer__BottomInfoCompanyLink:hover svg path{fill:var(--black)}.Footer__BottomInfo ul{align-items:center;display:flex;justify-content:flex-end;margin-top:3.2rem}.Footer__BottomInfo ul li:not(:last-of-type){margin-right:2rem}.Footer__BottomInfo ul li a{color:var(--white60);font-size:1.2rem;font-weight:500;line-height:1}.Footer__BottomInfo p small{color:var(--white60);display:block;font-family:var(--fontDin);font-size:1rem;line-height:1;margin-top:2rem;text-align:right}.Top__Container{margin:0 auto;max-width:118rem}.Top__Mv{height:calc(var(--vh)*80);min-height:56rem}.Top__MvLink{-webkit-transform:translateY(-50%);margin-top:-8rem;position:absolute;right:0;top:50%;transform:translateY(-50%)}.Top__MvLink a{background-color:var(--black);border-radius:4px 0 0 4px;color:var(--white);display:block;font-weight:700;padding:2rem 1.2rem 2rem 2rem}.Top__MvLink a:hover{background-color:var(--white);color:var(--black);transition:background-color .225s,color .225s}.Top__MvLink a:hover span:nth-of-type(2) svg path{fill:var(--black)}.Top__MvLink a span{display:flex;flex-direction:column}.Top__MvLink a span:first-of-type{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;font-size:1.4rem;letter-spacing:.2em;line-height:1;writing-mode:vertical-rl}.Top__MvLink a span:nth-of-type(2){display:block;height:2rem;margin-top:.4rem;width:1.6rem}.Top__MvLink a span:nth-of-type(2) svg{display:block;height:100%;width:100%}.Top__MvLink a span:nth-of-type(2) svg path{transition:fill .225s}.Top__MvImage{height:100%;padding:8rem 9rem 0 7.2rem;position:relative;width:100%}.Top__MvImageName{background-color:var(--baseWhite);font-family:var(--fontDin);font-size:4rem;left:0;line-height:1;padding:.6rem 2rem;position:absolute;text-transform:uppercase;top:50%;z-index:10}.Top__MvImageInner{display:flex;height:100%;overflow:hidden;position:relative;transition:opacity .25s;width:100%;z-index:1}.Top__MvImage .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:block;height:100%;overflow:hidden;width:100%}.Top__MvImage .swiper-slide.swiper-slide-active .swiper-heading .swiper-heading-cover{-webkit-transform:translateZ(0);transform:translateZ(0)}.Top__MvImage .swiper-slide.swiper-slide-active .swiper-heading .swiper-heading-val{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}.Top__MvImage .swiper-container-fade .swiper-slide{transition:none!important}.Top__MvImage .swiper-bgimg{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-position:50%;background-size:cover;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.Top__MvImage .swiper-bgimg:after{background-color:rgba(0,0,0,.3);bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.Top__MvImage .swiper-bgimg img,.Top__MvImage .swiper-bgimg picture{-o-object-fit:cover;display:block;height:100%;object-fit:cover;transition:none;width:100%;will-change:transform}.Top__MvImage .swiper-heading{-webkit-transform:translateY(-50%);display:inline-block;left:0;margin-top:13rem;overflow:hidden;padding:1.6rem 3.2rem 2.4rem 4rem;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.Top__MvImage .swiper-heading-cover{-webkit-transform:translate3d(-100%,0,0);background-color:var(--baseWhite);height:100%;left:0;position:absolute;top:0;transform:translate3d(-100%,0,0);transition:-webkit-transform .75s var(--easeInOutCirc) 1.1s;transition:transform .75s var(--easeInOutCirc) 1.1s;transition:transform .75s var(--easeInOutCirc) 1.1s, -webkit-transform .75s var(--easeInOutCirc) 1.1s;width:100%}.Top__MvImage .swiper-heading-val{-webkit-transform:translate3d(-1rem,0,0);font-size:7rem;font-weight:900;line-height:1;opacity:0;position:relative;transform:translate3d(-1rem,0,0);transition:opacity 1s var(--easeOutCubic) 1.55s,-webkit-transform 1s var(--easeOutCubic) 1.45s;transition:transform 1s var(--easeOutCubic) 1.45s,opacity 1s var(--easeOutCubic) 1.55s;transition:transform 1s var(--easeOutCubic) 1.45s,opacity 1s var(--easeOutCubic) 1.55s,-webkit-transform 1s var(--easeOutCubic) 1.45s;z-index:1}.Top__MvImage .swiper-nav{align-items:center;bottom:0;display:flex;height:6rem;justify-content:space-between;position:absolute;right:0;width:12rem;z-index:10}.Top__MvImage .swiper-nav .swiper-button-next,.Top__MvImage .swiper-nav .swiper-button-prev{background-color:var(--baseWhite);height:100%;left:auto;margin:0;position:static;right:auto;transition:background-color .225s;width:100%}.Top__MvImage .swiper-nav .swiper-button-next:hover,.Top__MvImage .swiper-nav .swiper-button-prev:hover{background-color:var(--black)}.Top__MvImage .swiper-nav .swiper-button-next:hover svg path,.Top__MvImage .swiper-nav .swiper-button-prev:hover svg path{stroke:var(--white)}.Top__MvImage .swiper-nav .swiper-button-next:after,.Top__MvImage .swiper-nav .swiper-button-prev:after{display:none}.Top__MvImage .swiper-nav .swiper-button-next svg,.Top__MvImage .swiper-nav .swiper-button-prev svg{display:block;height:1.4rem;width:1.4rem}.Top__Service{margin-top:8rem}.Top__ServiceHead{margin-top:-4rem}.Top__ServiceHeadCatch{font-size:8rem;font-weight:900;line-height:1;text-align:center}.Top__ServiceHeadText{font-size:1.6rem;font-weight:400;line-height:1.9;margin:4.4rem auto 0;text-align:center}.Top__ServicePickUp{margin-top:10rem;position:relative}.Top__ServicePickUpBg{left:-13rem;position:absolute;top:-6rem;z-index:-1}.Top__ServicePickUpInner{align-items:center;display:flex}.Top__ServicePickUpMetaHeadingLabel{align-items:center;display:flex;font-family:var(--fontDin);font-size:2.4rem;line-height:1;text-transform:uppercase}.Top__ServicePickUpMetaHeadingLabel:before{background-color:var(--red);content:"";height:3px;margin-right:1rem;width:1.7rem}.Top__ServicePickUpMetaHeadingBody{border-bottom:1px solid #cfcfcf;font-size:4.4rem;font-weight:700;line-height:1;margin-bottom:4rem;margin-top:1.5rem;padding-bottom:4rem}.Top__ServicePickUpMetaText{font-size:1.6rem;font-weight:300;line-height:2.3}.Top__ServicePickUpMetaLink{margin-top:5.2rem;width:50%}.Top__ServicePickUpImage{margin-left:12.8rem;position:relative}.Top__ServicePickUpImage:before{-webkit-transform:translateY(-50%);background-color:var(--red);content:"";height:49rem;position:absolute;right:-13rem;top:50%;transform:translateY(-50%);width:65.5rem;z-index:-1}.Top__ServicePickUpImageBody{height:64.5rem;width:45.7rem}.Top__ServicePickUpImageBody img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Top__ServiceBottom{margin-top:12rem}.Top__ServiceBottom ul{display:flex;flex-wrap:wrap;justify-content:space-between}.Top__ServiceBottom ul li{background-color:var(--white);border:1px solid var(--black20);border-radius:4px;margin-bottom:2rem;min-height:27rem;position:relative;width:calc(33.33333% - 1.4rem)}.Top__ServiceBottom ul li .Top__ServiceBottomLinkWrap{-webkit-transform:translateX(-50%);bottom:2.4rem;left:50%;margin:0 auto;position:absolute;transform:translateX(-50%);width:60%}.Top__ServiceBottom ul li a{display:flex;flex-direction:column;height:100%;padding:4rem 2rem 8rem;transition:background-color .225s}.Top__ServiceBottom ul li a:focus{background-color:var(--blueGrey)}.Top__ServiceBottom ul li a h3{align-items:center;display:flex;flex-direction:column;text-align:center}.Top__ServiceBottom ul li a h3 b{font-size:1.8rem;font-weight:700;line-height:1;margin-top:.8rem}.Top__ServiceBottom ul li a h3 small{color:var(--black40);font-family:var(--fontDin);font-size:1.6rem;font-weight:500;line-height:1;text-transform:uppercase}.Top__ServiceBottom ul li a p{font-size:1.4rem;line-height:1.8;margin-top:2rem;text-align:left}.Top__ServiceBottom ul li a>span{margin-top:3.2rem}.Top__ServiceBottomButton{align-items:center;background-color:var(--white);border:1px solid var(--black20);border-radius:100px;display:flex;height:6rem;justify-content:center;margin:4rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:50%;will-change:filter}.Top__ServiceBottomButton:focus{-webkit-filter:invert(.1);filter:invert(.1)}.Top__ServiceBottomButton span:first-of-type{font-size:1.6rem;font-weight:700;line-height:1}.Top__ServiceBottomButton span:nth-of-type(2){margin-left:.8rem}.Top__ServiceBottomButton span:nth-of-type(2) svg{display:block;height:1.8rem;width:1.8rem}.Top__Works{background-color:var(--white);margin-top:12rem;padding:8rem 0}.Top__WorksCollection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:4rem}.Top__WorksCollection:after{content:"";display:block;width:calc(33.33333% - 1.2rem)}.Top__WorksLink{margin:0 auto;width:50%}.Top__Mgmt{margin-top:12rem}.Top__MgmtContainer{align-items:center;display:flex;margin-top:5.2rem}.Top__MgmtImage{-webkit-filter:brightness(1.25) contrast(.85) grayscale(1);filter:brightness(1.25) contrast(.85) grayscale(1);flex:none;height:47.8rem;margin-left:-13rem;width:80rem}.Top__MgmtImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Top__MgmtMeta{margin-left:6rem}.Top__MgmtMetaCatch{display:block;width:44rem}.Top__MgmtMetaText{font-size:1.8rem;font-weight:500;line-height:1.7;margin-top:3.2rem}.Top__MgmtMetaLink{margin-top:4rem}.Top__Company{margin-top:18rem}.Top__CompanyContainer{align-items:center;display:flex;justify-content:flex-end;position:relative}.Top__CompanyContainer:before{background-color:var(--blueGrey);content:"";height:52rem;position:absolute;right:-20rem;top:-12rem;width:66.3rem;z-index:-1}.Top__CompanyBg{left:-10rem;position:absolute;top:5rem;width:16.8rem}.Top__CompanyHeading{align-items:flex-start;display:flex;flex:none;flex-direction:column;margin-right:-25rem;position:relative;z-index:1}.Top__CompanyHeading span{background-color:var(--baseWhite);font-size:7.2rem;font-weight:700;line-height:1;padding:2rem 0 2rem 2rem}.Top__CompanyHeading span:not(:last-of-type){margin-bottom:1rem}.Top__CompanyImage{margin-right:-13rem;width:75rem}.Top__CompanyImage picture{height:60rem;pointer-events:none;width:100%}.Top__CompanyImage picture img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Top__CompanyImageLink{align-items:center;display:flex;flex-wrap:wrap;margin-top:2.8rem}.Top__CompanyImageLinkWrap:not(:last-of-type){margin-right:1.2rem}.Top__News{background-color:var(--blueGrey60);margin-top:18rem;padding:12rem 0}.Top__NewsCollection{align-items:flex-start;display:flex;margin-top:4rem}.Top__NewsList{width:100%}.Top__NewsSidebar{align-items:center;background-color:var(--white);border-radius:4px;display:flex;flex-direction:column;justify-content:center;margin-left:2rem;padding:5.2rem 0;width:32rem}.Top__NewsSidebarLabel{font-family:var(--fontDin);font-size:3.6rem;line-height:1;text-transform:uppercase}.Top__NewsSidebarText{font-size:1.2rem;font-weight:700;line-height:1;margin-top:.8rem}.Top__NewsSidebar ul{display:flex;justify-content:space-between;margin-top:2.4rem}.Top__NewsSidebar ul li:not(:last-of-type){margin-right:1rem}.Top__NewsLink{margin:4rem auto 0;width:80%}.Top__Recruit{background-color:var(--white);padding:12rem 0}.Top__RecruitContainer{align-items:center;display:flex;margin-top:4rem}.Top__RecruitMeta{margin-bottom:-3.2rem;margin-left:5.2rem}.Top__RecruitMetaHeading{align-items:flex-start;display:flex;flex-direction:column;margin-left:-36rem}.Top__RecruitMetaHeading span{background-color:var(--white);display:inline-block;font-size:5.8rem;font-weight:700;line-height:1;padding:1rem 1rem 1.5rem}.Top__RecruitMetaHeading span:not(:last-of-type){margin-bottom:1.2rem}.Top__RecruitMetaText{font-size:1.6rem;font-weight:500;line-height:2;margin-top:4rem}.Top__RecruitMetaLink{display:flex;flex-wrap:wrap;margin-top:4rem}.Top__RecruitMetaLinkWrap{margin-bottom:1.2rem}.Top__RecruitMetaLinkWrap:not(:last-of-type){margin-right:1.2rem}.Top__RecruitImage{flex:none;height:72rem;margin-left:-13rem;width:63.5rem}.Top__RecruitImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Top__AllLink a{align-items:center;background-color:var(--white);border:1px solid var(--black20);border-radius:100px;display:flex;height:6rem;justify-content:center;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:100%;will-change:filter}.Top__AllLink a:focus{-webkit-filter:invert(.1);filter:invert(.1)}.Top__AllLink a span:first-of-type{font-size:1.6rem;font-weight:700;line-height:1}.Top__AllLink a span:nth-of-type(2){margin-left:.8rem}.Top__AllLink a span:nth-of-type(2) svg{display:block;height:1.8rem;width:1.8rem}.Company__Section{margin:12rem 0}.Company__Section:last-of-type{margin-bottom:0}.Company__Section--BgWhite{background-color:var(--white);padding:12rem 0}.Company__Section--MarginLarge{margin:17.4rem 0}.Company__Container{margin:0 auto;max-width:118rem}.Company__Intro{position:relative}.Company__IntroBg{pointer-events:none;position:absolute;right:-13rem;top:-13rem;width:80%;z-index:-1}.Company__IntroInner{position:relative;z-index:1}.Company__IntroHeading{font-size:7rem;font-weight:700;line-height:1;margin:5.2rem 0}.Company__IntroText{font-size:1.6rem;font-weight:500;line-height:1.8}.Company__IntroText strong{font-size:2.8rem;font-weight:700}.Company__IntroText:not(:last-of-type){margin-bottom:2rem}.Company__Mission{align-items:center;display:flex;justify-content:flex-end;position:relative}.Company__Mission:before{background-color:var(--blueGrey);bottom:-16rem;content:"";height:23.9rem;position:absolute;right:-13rem;width:66.3rem;z-index:-1}.Company__MissionBg{left:-10rem;position:absolute;top:5rem;width:16.8rem}.Company__MissionHeading{align-items:flex-start;display:flex;flex:none;flex-direction:column;margin-right:-25rem;position:relative;z-index:1}.Company__MissionHeading span{background-color:var(--baseWhite);font-size:7.2rem;font-weight:700;line-height:1;padding:2rem 0 2rem 2rem}.Company__MissionHeading span:not(:last-of-type){margin-bottom:1rem}.Company__MissionImage{height:60rem;margin-right:-13rem;pointer-events:none;width:75rem}.Company__MissionImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Company__Vision{margin-top:5.2rem;position:relative}.Company__VisionBg{bottom:-5rem;height:65.6rem;position:absolute;right:0;width:22.1rem}.Company__VisionBg img{height:100%;width:100%}.Company__VisionHeading{align-items:flex-start;display:flex;flex:none;flex-direction:column;position:relative;z-index:1}.Company__VisionHeading span{font-size:6.8rem;font-weight:700;line-height:1}.Company__VisionHeading span:not(:last-of-type){margin-bottom:4.8rem}.Company__VisionSub{font-size:4rem;font-weight:700;line-height:1;margin-top:8rem}.Company__VisionText{font-size:1.6rem;font-weight:500;line-height:2;margin-top:3.6rem}.Company__Outline{position:relative}.Company__OutlineBg{height:76.9rem;pointer-events:none;position:absolute;right:0;top:-10rem;width:22.1rem}.Company__OutlineList{margin-top:7rem;max-width:85rem}.Company__OutlineListOtherLink{align-items:center;background-color:var(--red);border-radius:2px;color:var(--white);display:flex;font-size:1.2rem;font-weight:700;height:3.6rem;justify-content:center;line-height:1;margin-top:1.6rem;transition:var(--durationShort);transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:20rem}.Company__OutlineListOtherLink:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.Company__OutlineListOtherLink span{display:block;margin-left:.8rem}.Company__OutlineListMapLink{align-items:center;display:flex;margin-top:1rem;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s}.Company__OutlineListMapLink:focus{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}.Company__OutlineListMapLink span:first-of-type{display:block;margin-right:.4rem;width:1.2rem}.Company__OutlineListMapLink span:nth-of-type(2){color:#4992ff;font-size:1.4rem;font-weight:500;text-decoration:underline}.Company__OutlineList>div{align-items:flex-start;display:flex;padding:0 2rem}.Company__OutlineList>div:not(:last-of-type){border-bottom:1px solid var(--black10);margin-bottom:3.2rem;padding-bottom:3.2rem}.Company__OutlineList dt{font-size:1.6rem;font-weight:500;line-height:1.4;width:27%}.Company__OutlineList dd{flex:1;margin-left:6rem}.Company__OutlineList dd p{font-size:1.6rem;font-weight:500;line-height:1.4}.Company__Msg{display:flex;justify-content:space-between;margin-top:4rem}.Company__MsgItem{width:calc(33.33333% - 1rem)}.Company__MsgItemImage{height:45rem;width:38rem}.Company__MsgItemImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Company__MsgItem h3{padding-left:2rem;position:relative}.Company__MsgItem h3:before{background-color:var(--red);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.Company__MsgItem h3 b{display:block;font-size:2rem;font-weight:700;line-height:1}.Company__MsgItem h3 small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:.8rem;text-transform:uppercase}.Company__MsgItem>div{justify-content:space-between;margin-top:2rem}.Company__MsgItem>div,.Company__MsgItem>div ul{align-items:center;display:flex}.Company__MsgItem>div ul li:not(:last-of-type){margin-right:1rem}.Company__MsgItem>div ul li svg{display:block;height:1.7rem;width:1.7rem}.Company__MsgItem p{font-size:1.4rem;font-weight:300;line-height:1.8;margin-top:1.6rem}.Company__Hx{margin-top:5.2rem}.Company__HxTab{align-items:center;display:flex}.Company__HxTabItem{display:block;height:19rem;width:59rem}.Company__HxTabItem.--Current{border-color:var(--red);opacity:1}.Company__HxTabItem img{pointer-events:none}.Company__HxCollection{display:flex;margin-top:5.2rem}.Company__HxItem{padding:4rem 0 8rem;width:50%}.Company__HxItem:first-of-type{border-right:2px solid var(--black);padding-left:3rem;padding-right:3.2rem;text-align:right}.Company__HxItem:nth-of-type(2){border-left:2px solid var(--black);margin-left:7rem;padding-left:3.2rem;padding-right:3rem}.Company__HxItemVal:not(:last-of-type){margin-bottom:8rem}.Company__HxItemValDate{align-items:center;display:inline-flex;font-size:2rem;font-weight:700;line-height:1;margin-bottom:1rem;position:relative}.Company__HxItemValDate:before{background-color:var(--red);content:"";height:.2rem;margin-right:.8rem;width:2rem}.Company__HxItemValDate:after{-webkit-transform:translateY(-50%);background:url(images/company/hx_icon.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:3.4rem;left:-5rem;position:absolute;top:50%;transform:translateY(-50%);width:4.3rem}.Company__HxItemValList{margin-top:1rem;text-align:left}.Company__HxItemValList li:not(:last-of-type){margin-bottom:2rem}.Company__HxItemValList li p{align-items:center;display:flex;font-size:1.4rem;font-weight:500;line-height:1.5;position:relative}.Company__HxItemValList li p:before{background-color:var(--black);content:"";display:block;flex:none;height:.8rem;margin-right:.8rem;width:.8rem}.Company__HxItemValList li img{-o-object-position:left;display:block;height:auto;margin-bottom:2.8rem;margin-top:2.8rem;max-height:38rem;object-position:left}.Company__HxItemValList li span{font-size:1.1rem;font-weight:500}.Company__HxItemValList li a{color:var(--blue);text-decoration:underline}.Company__HxProSpecial{margin:0 auto;padding:0 3.2rem;width:100%}.Company__HxProSpecial picture{height:100%;width:100%}.Company__HxProSpecial picture img{height:100%;width:100%}.Company__HxProList{border-left:4px solid var(--black);margin-left:12rem;padding-bottom:15rem;padding-left:4rem;padding-top:8rem;position:relative}.Company__HxProList:after{border-bottom:0 solid transparent;border-left:1.5rem solid transparent;border-right:1.5rem solid transparent;border-top:1.5rem solid var(--black);bottom:-1rem;content:"";height:0;left:-1.7rem;pointer-events:none;position:absolute;width:0}.Company__HxProList li:not(:last-of-type){margin-bottom:4.8rem}.Company__HxProList li p{font-size:1.8rem;font-weight:500;line-height:1.3;position:relative}.Company__HxProList li p:before{-webkit-transform:translateY(-50%);background:url(images/company/hx_icon.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:3.4rem;left:-6rem;position:absolute;top:50%;transform:translateY(-50%);width:4.3rem}.Company__HxProList li img{-o-object-position:left;display:block;margin-bottom:2.8rem;margin-top:2.8rem;object-position:left;width:86.9rem}.Works{margin-bottom:4rem}.Works__Container{margin:0 auto;max-width:118rem}.Works__CategorySelect{margin-top:8rem}.Works__Collection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;margin-top:8rem}.Works__Collection:after{content:"";display:block;width:calc(33.33333% - 1.2rem)}.SingleWorks{background-color:var(--white)}.SingleWorks__Head{background-color:var(--black);padding:12rem 0 8rem}.SingleWorks__HeadImage{height:53.6rem;margin-bottom:-20rem;width:100%}.SingleWorks__HeadImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.SingleWorks__Body{padding:14rem 0 0}.SingleWorks__Container{margin:0 auto;max-width:96rem}.SingleWorks__MetaInfo{align-items:center;color:var(--black);display:flex}.SingleWorks__MetaInfo time{border-right:2px solid var(--red);font-size:1.4rem;font-weight:300;margin-right:1.5rem;padding-right:1.5rem}.SingleWorks__MetaInfoCat{align-items:center;display:flex}.SingleWorks__MetaInfoCat a{font-size:1.4rem;font-weight:300;line-height:1;transition:opacity .225s}.SingleWorks__MetaInfoCat a:focus{opacity:.5}.SingleWorks__MetaInfoCat a:not(:last-of-type){margin-right:.8rem}.SingleWorks__MetaMain{margin-top:3.2rem}.SingleWorks__MetaMain h1{color:var(--black);font-size:3.6rem;font-weight:700;line-height:1.3}.SingleWorks__MetaMainMore{align-items:center;background-color:var(--blueGrey);border-radius:4px;color:var(--black);display:flex;font-size:1.6rem;font-weight:700;justify-content:center;line-height:1;margin-top:3.2rem;padding:1.6rem;text-align:center;text-transform:uppercase;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:100%;will-change:filter}.SingleWorks__MetaMainMore:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.SingleWorks__MetaMainMore span:nth-of-type(2){margin-left:.8rem;margin-top:-2px}.SingleWorks__Label{font-family:var(--fontDin);font-size:2.5rem;line-height:1;padding-left:2.5rem;position:relative;text-transform:uppercase}.SingleWorks__Label:before{-webkit-transform:translateY(-50%);background-color:var(--red);content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.6rem}.SingleWorks__Sns{margin-top:8rem}.SingleWorks__Desc{margin-top:8rem}.SingleWorks__DescContent{margin-top:2.4rem}.SingleWorks__DescContent h1,.SingleWorks__DescContent h2,.SingleWorks__DescContent h3{font-size:2rem!important;line-height:1;margin:1.6rem 0}.SingleWorks__DescContent h1>span,.SingleWorks__DescContent h2>span,.SingleWorks__DescContent h3>span{font-size:inherit!important}.SingleWorks__DescContent p{font-size:1.6rem;font-weight:300;line-height:1.7}.SingleWorks__Credits{border-top:1px solid var(--black10);display:flex;margin-top:8rem;padding-top:8rem}.SingleWorks__CreditsList{display:flex}.SingleWorks__CreditsListItem{margin-left:15rem}.SingleWorks__CreditsListItemVal{display:flex;flex-direction:column}.SingleWorks__CreditsListItemVal:not(:last-of-type){margin-bottom:2rem}.SingleWorks__CreditsListItemVal small{color:var(--black40);font-size:1.2rem;font-weight:500;line-height:1;text-transform:uppercase}.SingleWorks__CreditsListItemVal b{font-size:1.4rem;font-weight:500;margin-top:.4rem}.SingleWorks__Other{background-color:var(--blueGrey);margin-top:12rem;padding:12rem}.SingleWorks__OtherContainer{margin:0 auto;max-width:118rem}.SingleWorks__OtherCollection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-6.4rem;margin-top:4rem}.SingleWorks__OtherCollection:after{content:"";display:block;width:calc(33.33333% - 1.2rem)}.News{margin-bottom:12rem}.News__Container{display:flex;justify-content:space-between;margin:8rem auto 0;max-width:118rem}.News__Loop{flex:1;width:100%}.News__Pagination{margin-top:6rem}.News__Sidebar{margin-left:6rem;width:30rem}.News__SidebarItem{display:block}.News__SidebarItem:not(:last-of-type){display:block;margin-bottom:4rem}.News__SidebarItemLabel{display:block;font-size:1.6rem;font-weight:700;line-height:1;margin-bottom:1.6rem}.News__SidebarItemSelect{display:block;position:relative}.News__SidebarItemSelect:after{-webkit-transform:translateY(-50%);border-bottom:0 solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8.7px solid var(--black);content:"";height:0;pointer-events:none;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:0}.News__SidebarItemSelect select{background-color:var(--blueGrey);border-radius:2px;color:var(--black);cursor:pointer;display:block;font-size:1.4rem;font-weight:500;height:4.4rem;padding:0 2rem;width:100%}.SingleNews__Head{background-color:var(--black);padding:12rem 0 8rem}.SingleNews__HeadInfo{align-items:center;display:flex}.SingleNews__HeadInfo time{color:var(--white80);font-size:1.2rem;font-weight:300;line-height:1;margin-right:1.2rem}.SingleNews__HeadInfo a{color:var(--white);font-size:1.2rem;font-weight:500;line-height:1;margin-right:.8rem}.SingleNews__HeadHeading{color:var(--white);font-size:3.2rem;font-weight:700;line-height:1.5;margin-top:2rem}.SingleNews__Body{background-color:var(--white);padding-bottom:8rem}.SingleNews__BodyContainer{border-bottom:1px solid var(--black10);margin:0 auto;max-width:88rem;padding:7rem 0 0}.SingleNews__Sns{margin-top:4rem}.SingleNews__Content{border-top:1px solid var(--black10);margin:4rem 0 0;padding:4rem 0}.SingleNews__Content strong{font-weight:700}.SingleNews__Content h2,.SingleNews__Content h3,.SingleNews__Content h4,.SingleNews__Content h5,.SingleNews__Content h6{font-size:2rem;font-weight:700;line-height:1.5}.SingleNews__Content>p{font-size:1.5rem;font-weight:300;line-height:2}.SingleNews__Content img{display:block;height:auto;margin:2.8rem 0;width:auto}.SingleNews__Content a{color:var(--blue);font-weight:500;text-decoration:underline}.SingleNews__Content ol,.SingleNews__Content ul{list-style-type:none}.SingleNews__Content ol li,.SingleNews__Content ul li{font-size:1.4rem;font-weight:300;line-height:2}.SingleNews__Content ol li:not(:last-of-type),.SingleNews__Content ul li:not(:last-of-type){margin-bottom:1.2rem}.SingleNews__Other{margin:10rem auto 12rem;max-width:88rem}.SingleNews__OtherCollection{margin-top:4rem}.RecruitPos__Collection{margin:8rem auto 0;max-width:108rem}.RecruitPos__Magazine{background-color:var(--white);margin-top:10rem;padding:10rem 0}.RecruitPos__MagazineContainer{margin:0 auto;max-width:108rem}.RecruitPos__MagazineCollection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:4rem}.RecruitPosFull article:not(:last-of-type){margin-bottom:1.6rem}.RecruitPosHalf{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-2.8rem}.RecruitPosHalf article{margin-bottom:2.8rem;padding-right:8rem;width:calc(50% - 1.4rem)}.RecruitPosCard{background-color:var(--white);border-left:6px solid var(--red);border-radius:4px;padding:2.4rem 8rem 2.4rem 2rem;position:relative;transition:var(--durationShort)}.RecruitPosCard:hover{background-color:var(--blueGrey);opacity:.7}.RecruitPosCard__Icon{-webkit-transform:translateY(-50%);display:block;height:1.8rem;position:absolute;right:3.2rem;top:50%;transform:translateY(-50%);width:1.8rem}.RecruitPosCard__Icon svg{display:block;height:100%;width:100%}.RecruitPosCard__Name{font-size:2rem;font-weight:700;line-height:1.3}.RecruitPosCard__Desc{color:var(--black60);font-size:1.4rem;line-height:1.7;margin-top:1.2rem}.RecruitPosBanner{height:35rem;overflow:hidden;position:relative;z-index:1}.RecruitPosBanner__Bg{bottom:0;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:-1}.RecruitPosBanner__Bg img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.RecruitPosBanner__Container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.RecruitPosBanner h2{color:var(--white);font-family:var(--fontDin);font-size:5rem;line-height:1;text-transform:uppercase}.RecruitPosBanner p{color:var(--white60);font-size:1.6rem;font-weight:500;line-height:1;margin-top:2rem}.RecruitPosBanner a{align-items:center;border:2px solid var(--white);border-radius:2px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin-top:4.8rem;transition:color .225s,background-color .225s;width:40rem}.RecruitPosBanner a:hover{color:var(--black)}.RecruitMagaziine,.RecruitPosBanner a:hover{background-color:var(--white)}.RecruitMagaziine__Container{margin:0 auto 12rem;max-width:118rem}.RecruitMagaziine__Pickup{margin-left:13.6rem;padding-top:10rem}.RecruitMagaziine__Pickup .swiper-container{overflow:visible}.RecruitMagaziine__PickupCollection{height:20rem;margin-top:4rem;position:relative}.RecruitMagaziine__PickupCollection .swiper-nav{align-items:center;display:flex;justify-content:space-between;left:auto;pointer-events:none;position:absolute;right:13.6rem;top:-5rem;z-index:1}.RecruitMagaziine__PickupCollection .swiper-nav .swiper-button-next,.RecruitMagaziine__PickupCollection .swiper-nav .swiper-button-prev{-webkit-transform:none;display:block;height:3.2rem;margin:0;pointer-events:auto;position:static;transform:none;width:3.2rem}.RecruitMagaziine__PickupCollection .swiper-nav .swiper-button-next:after,.RecruitMagaziine__PickupCollection .swiper-nav .swiper-button-prev:after{display:none}.RecruitMagaziine__PickupCollection .swiper-nav .swiper-button-prev{left:0;margin-right:.8rem}.RecruitMagaziine__PickupCollection .swiper-nav .swiper-button-next{right:0}.RecruitMagaziine__PickupCollection .RecruitMagazinecard{flex:0 0 33%}.RecruitMagaziine__PickupCollection .RecruitMagazinecard iframe{width:100%!important}.RecruitMagaziine__List{margin-top:8rem}.RecruitMagaziine__ListCollection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:4rem}.RecruitMagazinecard{flex:0 0 33%;margin-bottom:2.4rem;max-height:calc(var(--vh)*25)}.RecruitMagazinecard iframe{max-height:22rem}.p-noteEmbed{max-width:100%!important}.RecruitMember__Collection{display:flex;flex-wrap:wrap;justify-content:space-between;margin:8rem auto 6.8rem;max-width:102rem}.RecruitMemberCard{margin-bottom:5.2rem;transition:-webkit-filter .25s;transition:filter .25s;transition:filter .25s, -webkit-filter .25s;width:calc(50% - 1rem)}.RecruitMemberCard:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.RecruitMemberCard:hover .RecruitMemberCard__Image img{-webkit-transform:scale(1.02);transform:scale(1.02)}.RecruitMemberCard a{display:block}.RecruitMemberCard__Image{height:32rem;overflow:hidden;width:100%}.RecruitMemberCard__Image img{-o-object-fit:cover;height:100%;object-fit:cover;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s, -webkit-transform .25s;width:100%}.RecruitMemberCard__Path{-webkit-transform:translateY(-50%);height:1.7rem;position:absolute;right:1.4rem;top:50%;transform:translateY(-50%);width:1.8rem}.RecruitMemberCard__Path svg{display:block;height:100%;width:100%}.RecruitMemberCard__Body{background-color:var(--white);border-bottom:2px solid var(--black10);padding:2rem;position:relative}.RecruitMemberCard__Body--minH{display:flex;flex-direction:column;justify-content:center;min-height:10rem}.RecruitMemberCard__Label{font-size:1.2rem;font-weight:300;line-height:1}.RecruitMemberCard__Label span{display:block;line-height:1.2;margin-bottom:.4rem}.RecruitMemberCard__Heading{align-items:baseline;display:flex;line-height:1;margin-top:1rem}.RecruitMemberCard__Heading b{font-size:1.6rem;font-weight:500;line-height:1}.RecruitMemberCard__Heading small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-left:.8rem;text-transform:uppercase}.RecruitSingleMember{background-color:var(--white)}.RecruitSingleMember__Fv{position:relative}.RecruitSingleMember__FvBgWrap{overflow:hidden;position:relative}.RecruitSingleMember__FvBg{-o-object-fit:cover;-o-object-position:right;height:65rem;object-fit:cover;object-position:right}.RecruitSingleMember__FvLine{height:auto;left:0;position:absolute;top:0;width:100rem;z-index:0}.RecruitSingleMember__FvLine svg{display:block;height:100%;width:100%}.RecruitSingleMember__FvLine svg.--Pc{display:block}.RecruitSingleMember__FvLine svg.--Sp{display:none}.RecruitSingleMember__FvBody{bottom:12rem;left:15rem;max-width:65rem;position:absolute}.RecruitSingleMember__FvMsg{font-size:4rem;font-weight:700;line-height:1.3;max-width:60rem}.RecruitSingleMember__FvLabel{display:inline-block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:1.4rem}.RecruitSingleMember__FvHeading{line-height:1;margin-top:5.6rem;position:relative}.RecruitSingleMember__FvHeading:before{background-color:var(--red);content:"";height:3px;left:0;position:absolute;top:-2.8rem;width:3rem}.RecruitSingleMember__FvHeading small{color:var(--black60);font-size:1.4rem;font-weight:500;line-height:1;margin-left:.8rem;text-transform:uppercase}.RecruitSingleMember__FvHeading b{font-size:2.4rem;font-weight:700}.RecruitSingleMember__Content{margin:8rem auto 0;max-width:96rem}.RecruitSingleMember__Content h2,.RecruitSingleMember__Content h3,.RecruitSingleMember__Content h4,.RecruitSingleMember__Content h5,.RecruitSingleMember__Content h6{font-size:2.8rem;font-weight:700;line-height:1.5;margin-top:7rem;position:relative}.RecruitSingleMember__Content h2:first-child,.RecruitSingleMember__Content h3:first-child,.RecruitSingleMember__Content h4:first-child,.RecruitSingleMember__Content h5:first-child,.RecruitSingleMember__Content h6:first-child{margin-top:0}.RecruitSingleMember__Content h2:before,.RecruitSingleMember__Content h3:before,.RecruitSingleMember__Content h4:before,.RecruitSingleMember__Content h5:before,.RecruitSingleMember__Content h6:before{background-color:var(--red);content:"";height:2px;left:0;position:absolute;top:-1rem;width:2.8rem}.RecruitSingleMember__Content>h2+p{margin-top:2rem}.RecruitSingleMember__Content>p{font-size:1.5rem;font-weight:300;line-height:1.7;margin-bottom:2.5rem}.RecruitSingleMember__Content>p img{display:block;height:auto;margin:4rem 0;width:100%}.RecruitSingleMember__Content iframe{display:block;height:43rem;margin:3.6rem auto;width:80%}.RecruitSingleMember__Other{background-color:var(--blueGrey);margin-top:15rem;padding:10rem 0 4.8rem}.RecruitSingleMember__OtherContainer{margin:0 auto;max-width:118rem}.RecruitSingleMember__OtherCollection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:4rem;position:relative}.RecruitSingleMember__OtherCollection:after{content:"";display:block;height:0;width:calc(33.33333% - 1.2rem)}.RecruitSingleMember__OtherCollection .RecruitMemberCard{width:calc(33.33333% - 1.2rem)}.RecruitSingleMember__OtherCollection .RecruitMemberCard__Image{height:24rem}.Recruit__Fv{margin-bottom:12rem;padding:18rem 18rem 0;position:relative}.Recruit__FvCatch{height:28.9rem;pointer-events:none;width:108rem}.Recruit__FvCatch img{height:100%;width:100%}.Recruit__FvText{font-size:1.8rem;font-weight:500;line-height:2;margin-top:4rem}.Recruit__FvBg{-webkit-transform:scale(1.5);-webkit-transform-origin:center;height:auto;pointer-events:none;position:absolute;transform:scale(1.5);transform-origin:center;width:auto;z-index:-1}.Recruit__FvBg img{height:100%;width:100%}.Recruit__Section:not(:last-of-type){margin-bottom:12rem}.Recruit__Section--BgWhite{background-color:var(--white);padding:12rem 0}.Recruit__Section--BgGrey{background-color:#fcfcfc;margin-bottom:0!important;padding:12rem 0}.Recruit__Container{height:100%;margin:0 auto;max-width:118rem}.Recruit__Msg{height:52.6rem;overflow:hidden;position:relative;width:100%}.Recruit__MsgBody{display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%;z-index:1}.Recruit__MsgBg{bottom:0;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;width:100%}.Recruit__MsgBg img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Recruit__MsgAssets{bottom:.3rem;height:29.6rem;pointer-events:none;position:absolute;right:-15rem;width:55.3rem;z-index:1}.Recruit__MsgAssets img{height:100%;width:100%}.Recruit__MsgText{color:var(--white);font-size:1.6rem;font-weight:500;line-height:2}.Recruit__MsgText:first-of-type{margin-top:4rem}.Recruit__MsgText:not(:last-of-type){margin-bottom:2.8rem}.Recruit__Position{margin-top:4rem}.Recruit__Member{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-5.2rem;margin-top:4rem;position:relative}.Recruit__Member:after{content:"";display:block;height:0;width:calc(33.33333% - 1.2rem)}.Recruit__Member .RecruitMemberCard{width:calc(33.33333% - 1.2rem)}.Recruit__Member .RecruitMemberCard__Image{height:24rem}.Recruit__Magazine{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:4rem}.Recruit__FaQ{margin:4rem auto 12rem;max-width:96rem}.Recruit__FaQ div{background-color:var(--blueGrey);border-radius:4px}.Recruit__FaQ div:not(:last-of-type){margin-bottom:2rem}.Recruit__FaQ dt{border-bottom:1px solid var(--black10);font-size:2rem;font-weight:700;line-height:1.3;padding:3.2rem 3.2rem 3.2rem 8.6rem;position:relative}.Recruit__FaQ dt:before{content:"Q";font-family:var(--fontHelvetica);font-size:2.4rem;font-weight:700;left:3.2rem;line-height:1;position:absolute;top:3.2rem}.Recruit__FaQ dd{font-size:1.6rem;font-weight:500;line-height:1.5;padding:3.2rem 3.2rem 3.2rem 8.6rem;position:relative}.Recruit__FaQ dd:before{color:var(--red);content:"A";font-family:var(--fontHelvetica);font-size:2.4rem;font-weight:700;left:3.2rem;line-height:1;position:absolute;top:3.2rem}.MgmtContact__Container{margin:6rem auto 12rem;max-width:80rem}.MgmtContact__Heading{border-left:5px solid var(--red);font-size:2.4rem;line-height:1;padding-left:1.2rem}.MgmtContact__List{background-color:var(--blueGrey);border-radius:4px;margin-top:2.4rem;padding:4rem}.MgmtContact__ListItem{align-items:baseline;display:flex;font-size:1.5rem;font-weight:300;line-height:1.8}.MgmtContact__ListItem:before{background-color:var(--black);content:"";flex:none;height:6px;margin-right:10px;position:relative;top:-.4rem;width:6px}.MgmtContact__ListItem:not(:last-of-type){margin-bottom:1.6rem}.MgmtContact__Text{font-size:1.6rem;font-weight:500;line-height:2}.MgmtContact__Form{margin-top:6rem}.Mgmt{margin-bottom:12rem;overflow:hidden}.Mgmt__Container{margin:6rem auto 0;max-width:118rem}.Mgmt__HeadMsg{font-size:3.6rem;font-weight:700;line-height:1.8}.Mgmt__HeadMsg span{text-transform:uppercase}.Mgmt__CategorySelect{margin-top:10rem}.Mgmt__Collection{margin-top:8rem}.Mgmt__Banner{background-color:var(--blueGrey);margin:12rem calc(50% - 50vw) 0;padding:8rem 0;width:100vw}.Mgmt__BannerContainer{margin:0 auto;max-width:118rem}.Mgmt__Banner p{font-size:2rem;font-weight:500;line-height:1.8;text-align:center}.Mgmt__BannerButton{align-items:center;background-color:var(--redSecondary);border-radius:4px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin:2rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:40rem}.Mgmt__BannerButton:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.Mgmt__BannerSubText{font-size:1.6rem;font-weight:500;margin-top:2.8rem;text-align:center}.Mgmt__BannerSubText a{text-decoration:underline}.SingleMgmt{background-color:var(--white);padding-top:14rem}.SingleMgmt__Main{align-items:flex-start;display:flex;margin:0 auto;max-width:108rem}.SingleMgmt__Poster{border-radius:4px;flex:none;height:53rem;overflow:hidden;width:38.8rem}.SingleMgmt__Poster img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.SingleMgmt__Profile{margin-left:7.2rem;padding-top:7rem}.SingleMgmt__ProfileName{align-items:center;display:flex;line-height:1;position:relative}.SingleMgmt__ProfileName:before{-webkit-transform:translateY(-50%);background-color:var(--red);content:"";height:3px;left:-12rem;position:absolute;top:50%;transform:translateY(-50%);width:9rem}.SingleMgmt__ProfileName b,.SingleMgmt__ProfileName small{font-size:3.2rem;font-weight:700}.SingleMgmt__ProfileName small{margin-left:.4rem}.SingleMgmt__ProfileJobName{color:var(--black60);font-size:1.6rem;font-weight:500;line-height:1;margin-top:1.6rem}.SingleMgmt__ProfileCatList{display:flex;flex-wrap:wrap;margin-top:2.8rem}.SingleMgmt__ProfileCatListItem{background-color:var(--red);border-radius:2px;color:var(--white);font-weight:500;line-height:1;margin:0 .8rem .8rem 0;padding:.8rem 1rem}.SingleMgmt__ProfileBlock{margin-top:4rem}.SingleMgmt__ProfileLabel{color:var(--black60);font-size:1.4rem;font-weight:500;line-height:1;position:relative;text-transform:uppercase}.SingleMgmt__ProfileLabel:after{-webkit-transform:translateY(-50%);background-color:var(--black20);content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:53.6rem}.SingleMgmt__ProfileContent{line-height:1.8;margin-top:2.8rem}.SingleMgmt__ProfileContent>p{font-size:1.4rem;font-weight:300}.SingleMgmt__ProfileContent>p:not(:last-of-type){margin-bottom:1.6rem}.SingleMgmt__ProfileSns{align-items:center;display:flex;margin-top:2.8rem}.SingleMgmt__ProfileSns:after{content:"";display:block;height:0;width:calc(33.33333% - .5rem)}.SingleMgmt__ProfileSns li:not(:last-of-type){margin-right:2rem}.SingleMgmt__ProfileSns li a{display:block;height:2.5rem;width:2.5rem}.SingleMgmt__ProfileSns li a img{-o-object-fit:contain;height:100%;object-fit:contain;width:100%}.SingleMgmt__Banner{background-color:var(--blueGrey);margin:12rem calc(50% - 50vw) 0;padding:8rem 0;width:100vw}.SingleMgmt__BannerContainer{margin:0 auto;max-width:118rem}.SingleMgmt__Banner p{font-size:2rem;font-weight:500;line-height:1.8;text-align:center}.SingleMgmt__Banner a{align-items:center;background-color:var(--redSecondary);border-radius:4px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin:3.2rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:40rem}.SingleMgmt__Banner a:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.SingleMgmt__Other{margin:8rem auto 6.8rem;max-width:118rem}.SingleMgmt__OtherCollection{margin-top:4rem}.Terms{margin-bottom:18rem}.Terms__Container{margin:10rem auto 0;max-width:80rem}.Terms__Text{font-size:1.4rem;font-weight:300;line-height:1.8}.Terms__Content{margin-top:6rem}.Terms__Content h2,.Terms__Content h3,.Terms__Content h4,.Terms__Content h5,.Terms__Content h6{font-size:2rem;font-weight:700;line-height:1;margin-top:4rem}.Terms__Content ol,.Terms__Content ul{margin-top:2rem}.Terms__Content ol li,.Terms__Content ul li{font-size:1.4rem;font-weight:300;line-height:1.8}.Terms__Content ol li:not(:last-of-type),.Terms__Content ul li:not(:last-of-type){margin-bottom:1.2rem}.Terms__Content p{font-size:1.6rem;font-weight:300;line-height:1.8;margin-top:2rem}.Terms__Content .wp-block-group:not(:last-of-type){margin-bottom:4rem}.Terms__Content .wp-block-group ol,.Terms__Content .wp-block-group ul{margin-top:2rem}.Terms__Content .wp-block-group ol li,.Terms__Content .wp-block-group ul li{font-size:1.4rem;font-weight:300;line-height:1.8}.Terms__Content .wp-block-group ol li:not(:last-of-type),.Terms__Content .wp-block-group ul li:not(:last-of-type){margin-bottom:1.2rem}.Terms__Content .wp-block-group p{font-size:1.4rem;font-weight:300;line-height:1.8;margin-top:2rem}.Thanks__Heading{font-size:3.2rem;font-weight:700;line-height:1;margin-bottom:3.2rem;margin-top:12rem;text-align:center}.Thanks__Text{font-size:1.6rem;font-weight:300;line-height:2;margin-top:2rem;text-align:center}.Thanks__Button{align-items:center;display:flex;justify-content:center;margin-top:4rem}.Thanks__Button a{align-items:center;display:flex;font-size:1.6rem;font-weight:500;justify-content:center;line-height:1;text-align:center;text-decoration:underline}.Thanks__Button a span:nth-of-type(2){margin-left:.8rem}.Contact__Container{margin:6rem auto 12rem;max-width:80rem}.Contact__Text{font-size:1.6rem;font-weight:500;line-height:2}.Contact__Form{margin-top:6rem}.ServiceEvent{margin-bottom:12rem}.ServiceEvent__Section:not(:last-of-type){margin-bottom:12rem}.ServiceEvent__Section--BgGrey{background-color:var(--blueGrey);padding:8rem 0}.ServiceEvent__Section--Negative{margin-top:-4.8rem}.ServiceEvent__Container{margin:0 auto;max-width:118rem}.ServiceEvent__Head{margin-top:8rem;position:relative}.ServiceEvent__HeadContainer{align-items:center;display:flex;margin:0 auto;max-width:118rem}.ServiceEvent__HeadMetaHeadingLabel{font-family:var(--fontDin);font-size:10rem;font-weight:700;letter-spacing:.002em;line-height:.92;text-transform:uppercase;word-break:break-all}.ServiceEvent__HeadMetaHeadingBody{font-size:2.8rem;font-weight:700;line-height:1;margin-top:2rem}.ServiceEvent__HeadImage{margin-left:12.8rem;position:relative}.ServiceEvent__HeadImage:before{-webkit-transform:translateY(-50%);background-color:var(--red);content:"";height:49rem;position:absolute;right:-13rem;top:50%;transform:translateY(-50%);width:65.5rem;z-index:-1}.ServiceEvent__HeadImageBody{height:64.5rem;width:45.7rem}.ServiceEvent__HeadImageBody img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.ServiceEvent__HeadTextList{margin-top:5.2rem;position:relative}.ServiceEvent__HeadTextList:before{background-color:var(--red);content:"";display:block;height:3px;left:0;position:absolute;top:-2.5rem;width:3rem}.ServiceEvent__HeadTextListItem{font-size:1.5rem;font-weight:500;line-height:1.6}.ServiceEvent__HeadTextListItem:not(:last-of-type){margin-bottom:1.6rem}.ServiceEvent__HeadTextListItem b{display:block;font-size:2.5rem;font-weight:700}.ServiceEvent__HeadTextListItem b:not(:last-of-type){margin-bottom:.1rem}.ServiceEvent__Strengths{margin-top:4rem}.ServiceEvent__Strengths ul{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.ServiceEvent__Strengths ul li{margin-bottom:4.8rem;width:calc(50% - 3.2rem)}.ServiceEvent__Strengths ul li h3{padding-left:2rem;position:relative}.ServiceEvent__Strengths ul li h3:before{background-color:var(--red);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ServiceEvent__Strengths ul li h3 b{display:block;font-size:2rem;font-weight:700;line-height:1}.ServiceEvent__Strengths ul li h3 small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:.8rem;text-transform:uppercase}.ServiceEvent__Strengths ul li p{font-size:1.6rem;font-weight:300;line-height:1.7;margin-top:1.6rem}.ServiceEvent__SolnText{font-size:1.6rem;font-weight:400;margin-top:3.2rem}.ServiceEvent__Soln ul{border-left:1px solid var(--black10);display:flex;flex-wrap:wrap;margin-top:3.2rem}.ServiceEvent__Soln ul li{align-items:center;border-right:1px solid var(--black10);display:flex;flex:0 0 25%;flex-direction:column;justify-content:flex-start;padding:2.5rem 1.5rem;text-align:center}.ServiceEvent__Soln ul li span{display:block;height:4rem;margin:0 auto;width:4rem}.ServiceEvent__Soln ul li span svg{display:block;height:100%;width:100%}.ServiceEvent__Soln ul li h3{font-size:1.8rem;font-weight:500;line-height:1;margin-top:.8rem;text-align:center}.ServiceEvent__Soln ul li>p{color:var(--black60);font-size:1.1rem;font-weight:400;line-height:1;margin-top:2rem;text-align:center;text-transform:uppercase}.ServiceEvent__Service{margin-top:3.2rem}.ServiceEvent__Service>small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:1.6rem}.ServiceEvent__Service p{font-size:1.6rem;font-weight:400;line-height:1.5}.ServiceEvent__Service ul{border-left:1px solid var(--black10);display:flex;flex-wrap:wrap;margin-top:3.2rem}.ServiceEvent__Service ul li{align-items:center;border-right:1px solid var(--black10);display:flex;flex:0 0 25%;flex-direction:column;justify-content:flex-start;padding:2.5rem 1.5rem;text-align:center}.ServiceEvent__Service ul li span{display:block;height:4rem;margin:0 auto;width:4rem}.ServiceEvent__Service ul li span svg{display:block;height:100%;width:100%}.ServiceEvent__Service ul li h3{font-size:1.8rem;font-weight:500;line-height:1;margin-top:.8rem;text-align:center}.ServiceEvent__Service ul li>p{color:var(--black60);font-size:1.1rem;font-weight:400;line-height:1;margin-top:2rem;text-align:center;text-transform:uppercase}.ServiceEvent__Service ul li>div{margin-top:1.6rem}.ServiceEvent__Service ul li>div>p{color:var(--black80);font-size:1.3rem;font-weight:300;line-height:1.5}.ServiceEvent__Flow{margin-top:4rem}.ServiceEvent__FlowItem{margin:0 auto;max-width:91.5rem}.ServiceEvent__FlowItem p{color:var(--black60);font-size:1.4rem;font-weight:300;line-height:1.5;margin-top:3.2rem}.ServiceOcg{background-color:var(--white);padding-bottom:12rem}.ServiceOcg__Container{margin:0 auto;max-width:100rem}.ServiceOcg__HeadLogo{height:30rem;margin:0 auto;width:42.42em}.ServiceOcg__HeadLogo img{height:100%;width:100%}.ServiceOcg__HeadCaption{font-size:4rem;font-weight:700;line-height:1;margin-right:1rem;text-align:center}.ServiceOcg__HeadText{font-size:1.6rem;font-weight:500;line-height:2.3;margin-top:4rem}.ServiceOcg__Assets{margin-top:6rem}.ServiceOcg__Menu{background-color:var(--blueGrey);margin-top:12rem;padding:8rem 0}.ServiceOcg__MenuCollection{margin-top:4rem}.ServiceOcg__MenuItem:not(:last-of-type){border-bottom:1px solid var(--black10);margin-bottom:5.2rem;padding-bottom:5.2rem}.ServiceOcg__MenuItem--Blue h3:before{background-color:#4992ff}.ServiceOcg__MenuItem--Yellow h3:before{background-color:#f5b32c}.ServiceOcg__MenuItem--Red h3:before{background-color:var(--red)}.ServiceOcg__MenuItem--Purple h3:before{background-color:#7015cc}.ServiceOcg__MenuItem--Green h3:before{background-color:#00a023}.ServiceOcg__MenuItem--Pink h3:before{background-color:#dd3159}.ServiceOcg__MenuItem h3{margin-top:2.4rem;padding-left:2rem;position:relative}.ServiceOcg__MenuItem h3:before{content:"";height:100%;left:0;position:absolute;top:0;width:7px}.ServiceOcg__MenuItem h3 b{display:block;font-size:2rem;font-weight:700;line-height:1}.ServiceOcg__MenuItem h3 small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:.8rem;text-transform:uppercase}.ServiceOcg__MenuItem p{font-size:1.6rem;font-weight:500;line-height:1.8;margin-top:2rem}.ServiceOcg__Works{margin-bottom:-5.2rem;margin-top:12rem}.ServiceOcg__WorksCollection{display:flex;justify-content:space-between;margin-top:4rem}.ServiceOcg__WorksCollection:after{content:"";display:block;width:calc(33.33333% - 1.2rem)}.ServiceSpr{background-color:var(--white);margin-bottom:12rem}.ServiceSpr__Container{margin:0 auto;max-width:118rem}.ServiceSpr__Head{margin-bottom:11rem;margin-top:12rem}.ServiceSpr__Head h2{font-family:var(--fontDin);font-size:11rem;line-height:1;margin-bottom:3.2rem;text-align:center}.ServiceSpr__Head h2 span{text-transform:uppercase}.ServiceSpr__Head p{font-size:3.2rem;font-weight:700;line-height:1;text-align:center}.ServiceSpr__Head p:not(:last-of-type){margin-bottom:1.8rem}.ServiceSpr__SectionHeadText{font-size:1.6rem;font-weight:300;line-height:1.5;margin-top:2rem}.ServiceSpr__Menu{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:18rem;margin-top:6rem;position:relative}.ServiceSpr__Menu:before{background-color:var(--blueGrey40);bottom:-8rem;content:"";height:31.1rem;left:0;margin:0 calc(50% - 50vw);position:absolute;width:100vw}.ServiceSpr__MenuItem{position:relative;width:calc(33.33333% - 1.5rem);z-index:1}.ServiceSpr__MenuItem picture{border:1px solid var(--black30);height:23rem;width:100%}.ServiceSpr__MenuItem picture img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.ServiceSpr__MenuItem div{background-color:var(--white);padding:2rem}.ServiceSpr__MenuItem h3 b{display:block;font-size:1.8rem;font-weight:700;line-height:1}.ServiceSpr__MenuItem h3 small{color:var(--black60);display:block;font-family:var(--fontDin);font-size:1.4rem;font-weight:500;line-height:1;margin-top:.8rem;text-transform:uppercase}.ServiceSpr__Flow{margin-top:4rem}.ServiceSpr__Flow ol{opacity:0;position:absolute;z-index:-1}.ServiceSpr__Flow img{pointer-events:none}.ServiceSpr__Banner{background-color:var(--blueGrey);margin:12rem calc(50% - 50vw) 0;padding:8rem 0;width:100vw}.ServiceSpr__BannerContainer{margin:0 auto;max-width:118rem}.ServiceSpr__Banner p{font-size:2rem;font-weight:500;line-height:1.8;text-align:center}.ServiceSpr__Banner a{align-items:center;background-color:var(--redSecondary);border-radius:4px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin:3.2rem auto 0;width:40rem}.ServiceSem__Section{margin-top:12rem}.ServiceSem__Section:not(:last-of-type){margin-bottom:12rem}.ServiceSem__Section--BgGrey{background-color:var(--blueGrey);padding:12rem 0}.ServiceSem__Container{margin:0 auto;max-width:118rem}.ServiceSem__Head{margin-top:8rem}.ServiceSem__Head h2{font-size:4.4rem;font-weight:700;line-height:1.4;text-align:center}.ServiceSem__Head p{font-size:1.6rem;font-weight:500;line-height:2;margin:2rem auto 0;text-align:center;width:85rem}.ServiceSem__Genre{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-7.2rem;margin-top:4rem}.ServiceSem__GenreItem{margin-bottom:6.4rem;width:calc(50% - 3rem)}.ServiceSem__GenreItemHeading{padding-left:2rem;position:relative}.ServiceSem__GenreItemHeading:before{background-color:var(--red);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ServiceSem__GenreItemHeading b{display:block;font-size:2rem;font-weight:700;line-height:1}.ServiceSem__GenreItemHeading small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:.8rem;text-transform:uppercase}.ServiceSem__GenreItemText{font-size:1.5rem;font-weight:300;line-height:1.7;margin-top:1.6rem}.ServiceSem__GenreItemLabel{font-size:1.6rem;font-weight:700;line-height:1;margin-top:2.8rem}.ServiceSem__GenreItemList{background-color:var(--blueGrey);border-radius:4px;display:flex;flex-direction:column;justify-content:center;margin-top:2rem;min-height:13.6rem;padding:2rem 2.4rem}.ServiceSem__GenreItemList li{font-size:1.4rem;font-weight:300;line-height:1.5;padding-left:1.5rem;position:relative}.ServiceSem__GenreItemList li:before{-webkit-transform:translateY(-50%);background-color:var(--black);content:"";height:.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:.5rem}.ServiceSem__GenreItemList li:not(:last-of-type){margin-bottom:1.2rem}.ServiceSem__Speaker{margin-top:4rem}.ServiceSem__SpeakerItem{align-items:center;display:flex}.ServiceSem__SpeakerItem:not(:last-of-type){border-bottom:1px solid var(--black10);margin-bottom:3.2rem;padding-bottom:3.2rem}.ServiceSem__SpeakerItemImage{height:25rem;width:32rem}.ServiceSem__SpeakerItemImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.ServiceSem__SpeakerItem>div{flex:1;margin-left:3.2rem}.ServiceSem__SpeakerItemLabel{color:var(--black60);font-size:1.2rem;font-weight:500;line-height:1;position:relative}.ServiceSem__SpeakerItemLabel:before{background-color:var(--red);content:"";height:2px;left:0;position:absolute;top:-1.3rem;width:1.5rem}.ServiceSem__SpeakerItemName{align-items:center;display:flex;line-height:1;margin-top:1rem}.ServiceSem__SpeakerItemName b{border-right:1px solid var(--black10);display:block;font-size:2.4rem;font-weight:700;margin-right:1rem;padding-right:1rem}.ServiceSem__SpeakerItemName small{color:var(--black40);display:block;font-size:1.4rem;font-weight:500;text-transform:uppercase}.ServiceSem__SpeakerItemText{font-size:1.4rem;font-weight:300;line-height:1.8;margin-top:2rem}.ServiceSem__Works{display:flex;justify-content:space-between;margin-bottom:12rem;margin-top:4rem}.ServiceSem__Works:after{content:"";display:block;width:calc(33.33333% - 1.2rem)}.ServiceSem__Banner{background-color:var(--blueGrey);margin:0 calc(50% - 50vw);padding:8rem 0;width:100vw}.ServiceSem__BannerContainer{margin:0 auto;max-width:118rem}.ServiceSem__Banner p{font-size:2rem;font-weight:500;line-height:1.8;text-align:center}.ServiceSem__Banner a{align-items:center;background-color:var(--redSecondary);border-radius:4px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin:3.2rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:40rem}.ServiceSem__Banner a:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.ServiceFac__Section{margin-top:10rem}.ServiceFac__Section:not(:last-of-type){margin-bottom:12rem}.ServiceFac__Section--BgGrey{background-color:var(--blueGrey);padding:12rem 0}.ServiceFac__Container{margin:0 auto;max-width:118rem}.ServiceFac__HeadBg{height:32rem;width:100%}.ServiceFac__HeadBg img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.ServiceFac__HeadText{font-size:1.8rem;font-weight:500;line-height:2;margin:6rem auto 0;max-width:90rem;text-align:center}.ServiceFac__Sol{align-items:flex-start;display:flex;justify-content:space-between;margin-top:4rem}.ServiceFac__SolItem{width:calc(33.33333% - 3.2rem)}.ServiceFac__SolItemName{padding-left:2rem;position:relative}.ServiceFac__SolItemName:before{background-color:var(--red);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ServiceFac__SolItemName b{display:block;font-size:2rem;font-weight:700;line-height:1}.ServiceFac__SolItemName small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:.8rem;text-transform:uppercase}.ServiceFac__SolItemText{font-size:1.5rem;font-weight:300;line-height:1.7;margin-top:1.6rem}.ServiceFac__Works{margin:6rem auto 0;max-width:144rem}.ServiceFac__WorksItem{align-items:center;display:flex;position:relative}.ServiceFac__WorksItem:nth-of-type(odd):before{background-color:var(--blueGrey60);bottom:-28rem;content:"";height:37rem;left:0;position:absolute;width:93rem;z-index:-1}.ServiceFac__WorksItem:nth-of-type(2n){flex-direction:row-reverse;margin-left:4rem}.ServiceFac__WorksItem:not(:last-of-type){margin-bottom:8rem}.ServiceFac__WorksItemImage{flex:none;height:48rem;width:73rem}.ServiceFac__WorksItemImage img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.ServiceFac__WorksItemImage .swiper-pagination .swiper-pagination-bullet{background-color:var(--white);height:1rem;margin-top:-1rem;width:1rem}.ServiceFac__WorksItemMeta{padding:6rem;width:100%}.ServiceFac__WorksItemMetaName{font-size:6rem;font-weight:700;line-height:1.1;margin-top:.5rem}.ServiceFac__WorksItemMetaName--LineTop:before{top:-2rem}.ServiceFac__WorksItemMetaAddr{font-size:1.6rem;font-weight:300;line-height:1.7;margin-top:2rem}.ServiceFac__WorksItemMetaLink{margin-top:3.2rem;width:50%}.ServiceFac__Banner{background-color:var(--blueGrey);margin:12rem calc(50% - 50vw) 0;padding:8rem 0;width:100vw}.ServiceFac__BannerContainer{margin:0 auto;max-width:118rem}.ServiceFac__Banner p{font-size:2rem;font-weight:500;line-height:1.8;text-align:center}.ServiceFac__Banner a{align-items:center;background-color:var(--redSecondary);border-radius:4px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin:3.2rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:40rem}.ServiceFac__Banner a:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.ServiceInfluencer{margin-bottom:12rem}.ServiceInfluencer__Section{margin-top:12rem}.ServiceInfluencer__Section--Head{margin-top:8rem}.ServiceInfluencer__Section:not(:last-of-type){margin-bottom:12rem}.ServiceInfluencer__Section--BgGrey{background-color:var(--blueGrey);padding:12rem 0}.ServiceInfluencer__SectionText{font-size:1.6rem;font-weight:300;line-height:1.5;margin-top:2rem}.ServiceInfluencer__Container{margin:0 auto;max-width:118rem}.ServiceInfluencer__Head{align-items:center;display:flex}.ServiceInfluencer__HeadMeta{flex:none;width:55.5rem}.ServiceInfluencer__HeadMetaHeadingLabel{align-items:center;display:flex;font-family:var(--fontDin);font-size:2.4rem;line-height:1;text-transform:uppercase}.ServiceInfluencer__HeadMetaHeadingLabel:before{background-color:var(--red);content:"";height:3px;margin-right:1rem;width:1.7rem}.ServiceInfluencer__HeadMetaHeadingBody{font-size:3.2rem;font-weight:700;line-height:1.4;margin-top:1.5rem}.ServiceInfluencer__HeadMetaText{font-size:1.6rem;font-weight:500;line-height:2;margin-top:2.4rem}.ServiceInfluencer__HeadAssets{flex:1;height:45rem;margin-left:6rem}.ServiceInfluencer__HeadAssets img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.ServiceInfluencer__Feature{align-items:flex-start;display:flex;justify-content:space-between;margin-top:12rem}.ServiceInfluencer__FeatureItem{width:calc(50% - .9rem)}.ServiceInfluencer__FeatureItem h3{align-items:center;display:flex;font-size:2rem;font-weight:700;line-height:1}.ServiceInfluencer__FeatureItem h3:before{background-color:var(--red);content:"";display:block;height:3px;margin-right:1rem;width:1.2rem}.ServiceInfluencer__FeatureItem ul{margin-top:3.2rem}.ServiceInfluencer__FeatureItem ul li{align-items:center;background-color:var(--blueGrey60);border-radius:4px;display:flex;padding:2rem 2.4rem}.ServiceInfluencer__FeatureItem ul li:not(:last-of-type){margin-bottom:1.2rem}.ServiceInfluencer__FeatureItem ul li span:first-of-type.--MinWidth{min-width:11.6rem}.ServiceInfluencer__FeatureItem ul li span:first-of-type.--MinWidth svg{display:block;height:5.2rem;width:5.2rem}.ServiceInfluencer__FeatureItem ul li span:nth-of-type(2){display:block;font-size:1.8rem;font-weight:700;line-height:1;margin-left:2rem}.ServiceInfluencer__Flow{margin-top:4rem}.ServiceInfluencer__Flow ol{opacity:0;position:absolute;z-index:-1}.ServiceInfluencer__Flow img{pointer-events:none}.ServiceInfluencer__Mgmt,.ServiceInfluencer__Works{margin-top:4rem}.ServiceInfluencer__Banner{background-color:var(--blueGrey);margin:12rem calc(50% - 50vw) 0;padding:8rem 0;width:100vw}.ServiceInfluencer__BannerContainer{margin:0 auto;max-width:118rem}.ServiceInfluencer__Banner p{font-size:2rem;font-weight:500;line-height:1.8;text-align:center}.ServiceInfluencer__Banner a{align-items:center;background-color:var(--redSecondary);border-radius:4px;color:var(--white);display:flex;font-size:1.8rem;font-weight:700;height:6.6rem;justify-content:center;margin:3.2rem auto 0;transition:-webkit-filter .225s;transition:filter .225s;transition:filter .225s, -webkit-filter .225s;width:40rem}.ServiceInfluencer__Banner a:focus{-webkit-filter:brightness(.7);filter:brightness(.7)}.ServiceOther{margin-bottom:2rem}.ServiceOther__Container{margin:8rem auto 0;max-width:100rem}.ServiceOther__Text{font-size:1.6rem;font-weight:500;line-height:2;text-align:center}.ServiceOther__Collection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:8rem}.ServiceOther__Collection article{margin-bottom:10rem;width:calc(50% - 3rem)}.ServiceOther__Collection article h2{padding-left:2rem;position:relative}.ServiceOther__Collection article h2:before{background-color:var(--red);content:"";height:100%;left:0;position:absolute;top:0;width:4px}.ServiceOther__Collection article h2 b{display:block;font-size:2rem;font-weight:700;line-height:1}.ServiceOther__Collection article h2 small{color:var(--black60);display:block;font-size:1.2rem;font-weight:300;line-height:1;margin-top:.8rem;text-transform:uppercase}.ServiceOther__Collection article p{font-size:1.6rem;font-weight:300;line-height:1.8;margin-top:1.6rem}.Service{background-color:var(--white);padding-bottom:5.2rem}.Service__Container{margin:0 auto;max-width:118rem}.Service__Collection{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:12rem}.Service__Collection:after{content:"";display:block;height:0;width:calc(33.33333% - 1.6rem)}.Service__Head{margin-top:6rem}.Service__HeadText{font-size:1.8rem;font-weight:400;line-height:2;margin:4.4rem auto 0;text-align:center}.Service__PickUp{margin-top:10rem;position:relative}.Service__PickUpBg{left:0;position:absolute;top:-6rem}.Service__PickUpContainer{align-items:center;display:flex;margin:0 auto;max-width:118rem}.Service__PickUpMetaHeadingLabel{align-items:center;display:flex;font-family:var(--fontDin);font-size:2.4rem;line-height:1;text-transform:uppercase}.Service__PickUpMetaHeadingLabel:before{background-color:var(--red);content:"";height:3px;margin-right:1rem;width:1.7rem}.Service__PickUpMetaHeadingBody{border-bottom:1px solid #cfcfcf;font-size:4.4rem;font-weight:700;line-height:1;margin-bottom:4rem;margin-top:1.5rem;padding-bottom:4rem}.Service__PickUpMetaText{font-size:1.6rem;font-weight:300;line-height:2}.Service__PickUpMetaLink{margin-top:5.2rem;width:50%}.Service__PickUpImage{margin-left:12.8rem;position:relative}.Service__PickUpImage:before{-webkit-transform:translateY(-50%);background-color:var(--red);content:"";height:49rem;position:absolute;right:-13rem;top:50%;transform:translateY(-50%);width:65.5rem}.Service__PickUpImageBody{height:64.5rem;position:relative;width:45.7rem;z-index:1}.Service__PickUpImageBody img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Service__Card{background-color:var(--white);border:1px solid var(--black20);border-radius:4px;margin-bottom:2rem;min-height:27rem;position:relative;width:calc(33.33333% - 1.4rem)}.Service__CardLinkWrap{-webkit-transform:translateX(-50%);bottom:2.4rem;left:50%;margin:0 auto;position:absolute;transform:translateX(-50%);width:60%}.Service__Card picture{border:1px solid var(--black10);border-radius:.4rem;height:20rem;margin:2rem 0 -.5rem;overflow:hidden;width:100%}.Service__Card picture img{-o-object-fit:cover;height:100%;object-fit:cover;width:100%}.Service__Card a{display:flex;flex-direction:column;height:100%;padding:4rem 2rem 8rem;transition:background-color .225s}.Service__Card a:focus{background-color:var(--blueGrey)}.Service__Card a h3{align-items:center;display:flex;flex-direction:column;text-align:center}.Service__Card a h3 b{font-size:1.8rem;font-weight:700;line-height:1;margin-top:.8rem}.Service__Card a h3 small{color:var(--black40);font-family:var(--fontDin);font-size:1.6rem;font-weight:500;line-height:1;text-transform:uppercase}.Service__Card a p{font-size:1.4rem;line-height:1.8;margin-top:2rem;text-align:left}.Service__Card a>span{margin-top:3.2rem}.NotFound__Container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:12rem 0;padding:0 2rem;text-align:center}.NotFound__Num{line-height:1}.NotFound__Num b{display:block;font-family:var(--fontDin);font-size:24rem;font-weight:700}.NotFound__Num small{display:block;font-size:2.4rem;font-weight:700;text-transform:uppercase}.NotFound__Heading{font-size:1.6rem;font-weight:500;line-height:1;margin-top:3rem}.NotFound__Text{font-size:1.6rem;font-weight:500;line-height:2;margin-top:3rem}.NotFound__Link{align-items:center;display:flex;justify-content:center;margin-top:6rem}.NotFound__Link a{align-items:center;display:flex}.NotFound__Link span:first-of-type{display:block;font-size:1.6rem;font-weight:700;line-height:1;text-decoration:underline}.NotFound__Link span:nth-of-type(2){display:block;height:1.4rem;margin-left:.8rem;width:1.4rem}.NotFound__Link span:nth-of-type(2) svg{display:block;height:100%;width:100%}@media (max-width:828px){html{font-size:1.2077294686vw}div .Button:not(:last-of-type){margin:0 0 1.2rem}.Br--Pc{display:none}.Br--Sp{display:block}.Breadcrumb{font-size:1rem;line-height:1.7}.Breadcrumb__Container{max-width:none;padding:0 2rem}.Breadcrumb span:not(:last-of-type){margin-right:.8rem}.LowerHead{padding:8.8rem 3.2rem 3.2rem}.LowerHead b{font-size:3.6rem}.LowerHead h1{font-size:1.4rem;margin-top:.5rem}.Header{align-items:center}.Header--Top{align-items:flex-start}.Header--Top .Header__Logo{height:10rem;padding:0 1rem;width:10rem;z-index:10}.Header--Top.--Scrolled .Header__Logo{height:6.4rem;padding:0 1rem;width:6.4rem;z-index:10}.Header--Top .Header__Res{padding-top:2rem}.Header__Logo{height:6.4rem;padding:0 1rem;width:6.4rem;z-index:10}.Header__Menu{background-color:var(--white);height:calc(var(--vh)*100);opacity:0;padding:8rem 2rem 0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity var(--durationMiddle);width:100%}.Header__MenuList{align-items:flex-start;flex-direction:column;width:100%}.Header__MenuListItem:not(:last-of-type){margin:0}.Header__MenuListItem{width:100%}.Header__MenuListItem--Contact .Header__MenuListItemLink{background-color:initial;border-radius:0;color:initial;padding:2rem}.Header__MenuListItem--Contact .Header__MenuListItemLink:hover{background-color:initial;opacity:.5}.Header__MenuListItem--SignIn .Header__MenuListItemLink{background-color:initial;border:0;color:initial;padding:2rem}.Header__MenuListItem--SignIn .Header__MenuListItemLink:hover{background-color:initial;color:initial;opacity:.5}.Header__MenuListItemLink{align-items:center;border-bottom:1px solid var(--black10);display:block;display:flex;font-size:1.6rem;justify-content:space-between;padding:2rem .8rem}.Header__MenuListItemLink span:nth-of-type(2){display:block;height:1.7rem;width:1.7rem}.Header__MenuListItemLink span:nth-of-type(2) svg{display:block;height:100%;width:100%}.Header__OtherLink{font-size:1.6rem;height:5.2rem;margin-top:3.2rem;width:100%}.Header__OtherLink--Top{display:flex}.Header__OtherLink span{height:1.6rem;width:1.6rem}.Header__OtherLink span svg{display:block;height:100%;width:100%}.Header__Res{display:block;padding-right:2rem;z-index:10}.GoContact{padding:4rem 2rem}.GoContact__Container{max-width:none}.GoContact__Link{padding:4rem 0}.GoContact__LinkEn{font-size:3.2rem}.GoContact__LinkJa{font-size:1.2rem;margin-top:1.2rem}.NewsCard{padding:1.6rem}.NewsCard__Date{font-size:1.2rem}.NewsCard__Heading{font-size:1.6rem;margin-top:.2rem}.NewsCard__Category{font-size:1rem}.WorksCard{margin-bottom:0;width:100%}.WorksCard:not(:last-of-type){margin-bottom:4.8rem}.WorksCard__Date{font-size:1.4rem}.WorksCard__Heading{font-size:1.8rem}.WorksCard__CatList{margin-top:1.2rem}.MgmtCardCollection{margin-bottom:-4rem}.MgmtCardCollection:after,.MgmtCardCollection:before{display:none}.MgmtCard{margin-bottom:4rem;width:calc(50% - .5rem)}.MgmtCard__Image{border-radius:4px;height:24rem;min-height:32rem}.MgmtCard__Name{margin-top:1.5rem}.MgmtCard__Name b{font-size:1.4rem}.MgmtCard__Name small{font-size:1.3rem}.MgmtCard__JobName{font-size:1.2rem}.MgmtCard__CatList{margin-top:1.6rem}.SnsShare__Item{height:4rem}.CategorySelect__Item{margin:0 .8rem 1rem 0}.CategorySelect__ItemVal{padding-bottom:1rem}.MainHeading__Name b{font-size:2.4rem}.MainHeading__Name small{font-size:1.2rem}.MainHeading__Link{flex:none}.MainHeading__Link span:first-of-type{font-size:1.3rem}.Confirm .Form__Item{align-items:flex-start;flex-direction:column}.Confirm .Form__Item:not(:last-of-type){margin-bottom:2.4rem;padding-bottom:2.4rem}.Confirm .Form__Item label{margin-left:0;margin-top:1rem}.Confirm .Form__Item>p{width:100%}.Confirm .Form__Submit{margin-top:2rem}.Form__Item>p{line-height:1.3}.Form__Item label input{font-size:16px;width:100%}.Form__Item label select{font-size:16px;width:100%}.Form__Item label textarea{font-size:16px;height:20rem;max-height:20rem}.Form__Item--Select label{width:100%}.Form__Submit{margin-top:3.2rem}.Form__Submit input{height:7rem;width:100%}.Form__Agree{font-size:1.4rem;margin-top:5.2rem}.Link{flex:none;height:5.2rem}.Link span:first-of-type{font-size:1.5rem}.Link--Small{height:auto;padding:1rem 1.6rem}.Link--Small span:first-of-type{font-size:1.3rem}.Link--Medium{height:4rem}.Link--Medium span:first-of-type{font-size:1.4rem}.Link--Medium span:nth-of-type(2){height:1.5rem;width:1.5rem}.Footer{padding:5.2rem 0 7.8rem}.Footer__Container{max-width:none;padding:0 2rem}.Footer__Head{align-items:flex-start;flex-direction:column}.Footer__Head ul{align-items:flex-start;flex-direction:column;margin-top:5rem;width:100%}.Footer__Head ul li:not(:last-of-type){margin:0 0 2rem}.Footer__Head ul li{width:100%}.Footer__Head ul li a{justify-content:space-between;padding:0 .8rem 2rem;width:100%}.Footer__Head ul li a span:nth-of-type(2){display:block}.Footer__Bottom{flex-direction:column;justify-content:flex-start}.Footer__BottomSns h2{font-size:2rem}.Footer__BottomSns ul{margin-top:1.2rem}.Footer__BottomSns ul li{align-items:center;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.Footer__BottomSns ul li:not(:last-of-type){margin-right:1.6rem}.Footer__BottomSns ul li a{height:2rem;width:auto}.Footer__BottomSns ul li a svg{display:block;height:100%;width:100%}.Footer__BottomInfoCompanyLink{height:4.8rem;margin:4rem auto 0;width:100%}.Footer__BottomInfo ul{align-items:flex-start;flex-direction:column}.Footer__BottomInfo ul li:not(:last-of-type){margin:0 0 1.2rem}.Footer__BottomInfo p small{margin-top:4rem;text-align:left}.Top__Container{max-width:none;padding:0 2rem}.Top__Mv{height:60rem;min-height:auto}.Top__MvLink{display:none}.Top__MvImage{padding:6.4rem 0 0 2rem}.Top__MvImageName{font-size:3.2rem;margin-top:5.5rem}.Top__MvImage .swiper-heading{-webkit-transform:none;bottom:10rem;padding:1.4rem 2.8rem 1.6rem 2rem;top:auto;transform:none}.Top__MvImage .swiper-heading-val{font-size:2.8rem}.Top__MvImage .swiper-nav{height:4rem;width:9rem}.Top__MvImage .swiper-nav .swiper-button-next svg,.Top__MvImage .swiper-nav .swiper-button-prev svg{height:1.2rem;width:1.2rem}.Top__Service{margin-top:6rem}.Top__ServiceHead{margin-top:2.4rem}.Top__ServiceHeadCatch{font-size:3.6rem}.Top__ServiceHeadText{font-weight:300;line-height:1.7;margin-top:3.2rem;text-align:left}.Top__ServicePickUp{margin-top:6rem}.Top__ServicePickUpBg{display:none}.Top__ServicePickUpInner{align-items:normal;flex-direction:column-reverse;max-width:none}.Top__ServicePickUpMeta{margin-top:3.2rem}.Top__ServicePickUpMetaHeadingLabel{font-size:1.8rem}.Top__ServicePickUpMetaHeadingLabel:before{height:2px}.Top__ServicePickUpMetaHeadingBody{font-size:2.4rem;margin-bottom:2.8rem;margin-top:1rem;padding-bottom:2.8rem}.Top__ServicePickUpMetaText{font-size:1.6rem;line-height:2}.Top__ServicePickUpMetaLink{margin-left:auto;margin-right:auto;margin-top:2.4rem;width:80%}.Top__ServicePickUpImage{margin:0}.Top__ServicePickUpImage:before{-webkit-transform:none;height:32.5rem;right:0;right:-4rem;top:-2.5rem;transform:none;width:calc(100% - 4rem)}.Top__ServicePickUpImageBody{height:35.5rem;margin:0 auto;width:100%}.Top__ServiceBottom{margin-top:6rem}.Top__ServiceBottom ul{align-items:flex-start;flex-direction:column}.Top__ServiceBottom ul li{margin-bottom:0;min-height:auto;width:100%}.Top__ServiceBottom ul li:not(:last-of-type){margin-bottom:2.4rem}.Top__ServiceBottom ul li .Top__ServiceBottomLinkWrap{-webkit-transform:none;margin-top:2.8rem;position:static;transform:none}.Top__ServiceBottom ul li a{min-height:0;padding:3.2rem 2rem}.Top__ServiceBottom ul li a h3 b{font-size:2rem}.Top__ServiceBottom ul li a>span{margin-top:2.4rem}.Top__ServiceBottomButton{height:5.6rem;margin-top:3.2rem;width:80%}.Top__ServiceBottomButton span:first-of-type{font-size:1.5rem}.Top__Works{margin-top:8rem;padding-bottom:4.8rem}.Top__WorksCollection:after{display:none}.Top__WorksCollection{margin-top:2.8rem}.Top__WorksCollection .WorksCard{margin-bottom:3.2rem;padding-bottom:1.6rem;width:calc(50% - .5rem)}.Top__WorksCollection .WorksCard .WorksCard__Image{height:10rem}.Top__WorksCollection .WorksCard .WorksCard__Date{font-size:1.2rem}.Top__WorksCollection .WorksCard .WorksCard__Heading{font-size:1.4rem;min-height:3.6rem}.Top__WorksCollection .WorksCard .WorksCard__CatListItem{font-size:1rem}.Top__WorksLink{margin-top:-1.6rem}.Top__Mgmt{margin-top:8rem}.Top__MgmtContainer{flex-direction:column;margin-top:2.8rem}.Top__MgmtImage{height:22rem;margin-left:-4rem;width:100%}.Top__MgmtMeta{margin:0}.Top__MgmtMetaCatch{background-color:var(--baseWhite);margin-left:auto;margin-top:-8rem;padding:2rem 3.2rem;position:relative;width:28.9rem;z-index:1}.Top__MgmtMetaCatch svg{width:21.6rem}.Top__MgmtMetaText{font-size:1.6rem;margin-top:.4rem}.Top__MgmtMetaLink{margin:3.2rem auto 0;width:80%}.Top__Company{margin-top:12rem;padding-bottom:6rem}.Top__CompanyContainer{align-items:normal;flex-direction:column-reverse;justify-content:inherit;margin-top:2.8rem}.Top__CompanyContainer:before{background-color:var(--red);bottom:auto;height:38rem;right:-2rem;top:-12rem;width:13rem}.Top__CompanyBg{display:none}.Top__CompanyHeading{margin:-9rem 0 0}.Top__CompanyHeading span{font-size:3.2rem;padding:1rem 0 1rem 1rem}.Top__CompanyImage picture{height:20rem;margin:0;position:relative;right:-2rem;width:100%}.Top__CompanyImageLinkWrap:not(:last-of-type){margin:0 .8rem 1rem 0}.Top__CompanyImageLink{bottom:-11.5rem;flex-wrap:wrap;left:0;position:absolute;width:100%}.Top__News{margin-top:12rem;padding:8rem 0}.Top__NewsCollection{margin-top:2.8rem}.Top__NewsSidebar{display:none}.Top__NewsLink{margin-top:3.2rem}.Top__Recruit{padding:8rem 0}.Top__RecruitContainer{flex-direction:column;margin-top:2.8rem}.Top__RecruitMeta{margin:0}.Top__RecruitMetaHeading{margin:-6rem 0 0}.Top__RecruitMetaHeading span{font-size:2rem;padding:1rem}.Top__RecruitMetaHeading span:not(:last-of-type){margin-bottom:.5rem}.Top__RecruitMetaText{font-size:1.5rem;line-height:1.8;margin-top:2rem}.Top__RecruitMetaLink{margin-top:3.2rem}.Top__RecruitImage{height:15rem;margin:0 calc(50% - 50vw);width:100vw}.Top__AllLink{margin-left:auto;margin-right:auto;width:80%}.Top__AllLink a{height:5.2rem;margin-top:3.2rem}.Top__AllLink a span:first-of-type{font-size:1.5rem}.Company__Section{margin:6rem 0}.Company__Section--BgWhite{padding:6rem 0}.Company__Section--MarginLarge{margin:12rem 0 6rem}.Company__Container{max-width:none;padding:0 2rem}.Company__IntroBg{right:-5rem;top:-13rem;width:100%}.Company__IntroHeading{font-size:2.8rem;margin-bottom:2.4rem;margin-top:3.2rem}.Company__IntroText{font-size:1.4rem;line-height:1.8;margin-bottom:10rem}.Company__IntroText strong{font-size:2.4rem;line-height:1.7}.Company__IntroText:not(:last-of-type){margin-bottom:1rem}.Company__Mission{align-items:normal;flex-direction:column-reverse;justify-content:inherit;margin-top:3.2rem}.Company__Mission:before{bottom:auto;height:48.2rem;right:-2rem;top:-12rem;width:23rem}.Company__MissionBg{display:none}.Company__MissionHeading{margin:-9rem 0 0}.Company__MissionHeading span{font-size:3.2rem;padding:1rem 0 1rem 1rem}.Company__MissionImage{height:20rem;margin:0;position:relative;right:-2rem;width:100%}.Company__Vision{margin-top:3.2rem}.Company__VisionBg{display:none}.Company__VisionHeading span{font-size:3.2rem}.Company__VisionHeading span:not(:last-of-type){margin-bottom:1.6rem}.Company__VisionSub{font-size:2.4rem;margin-top:4rem}.Company__VisionText{font-size:1.4rem;margin-top:2rem}.Company__OutlineBg{display:none}.Company__OutlineList{margin-top:2.8rem;max-width:none}.Company__OutlineListOtherLink{font-size:1.4rem;height:5.2rem;margin-top:2rem;width:100%}.Company__OutlineListOtherLink span{height:1.6rem;width:1.6rem}.Company__OutlineListOtherLink span svg{display:block;height:100%;width:100%}.Company__OutlineListMapLink span:nth-of-type(2){font-size:1.2rem}.Company__OutlineList>div{flex-direction:column;padding:0}.Company__OutlineList>div:not(:last-of-type){margin-bottom:2rem;padding-bottom:2rem}.Company__OutlineList dt{font-size:1.4rem;width:100%}.Company__OutlineList dd{margin:0}.Company__OutlineList dd p{font-size:1.4rem;line-height:1.5;margin-top:.5rem}.Company__Msg{flex-direction:column;margin-top:3.2rem}.Company__MsgItem{width:100%}.Company__MsgItem:not(:last-of-type){margin-bottom:5.2rem}.Company__MsgItemImage{height:25rem}.Company__MsgItem>div ul li svg{height:2rem;width:2rem}.Company__MsgItem p{font-size:1.5rem;margin-top:2rem}.Company__HxTabItem{border-bottom:3px solid transparent;cursor:pointer;height:7.5rem;opacity:.2;width:50%}.Company__HxCollection{margin-top:3.2rem}.Company__HxItem{display:none;padding:3.2rem 0 6rem;width:100%}.Company__HxItem.--Current{display:block}.Company__HxItem:first-of-type{border-left:2px solid var(--black);border-right:0;padding-left:2rem;padding-right:0;text-align:left}.Company__HxItem:nth-of-type(2){margin-left:0;padding-left:2rem;padding-right:0}.Company__HxItemVal:not(:last-of-type){margin-bottom:4rem}.Company__HxItemValDate{font-size:1.6rem}.Company__HxItemValDate:before{height:1px}.Company__HxItemValDate:after{height:2.8rem;left:-3rem;width:2.3rem}.Company__HxItemValList li:not(:last-of-type){margin-bottom:3.2rem}.Company__HxItemValList li p{font-size:1.5rem;line-height:1.7}.Company__HxProSpecial{padding:0}.Company__HxProSpecial picture{margin:0 calc(50% - 50vw);width:100vw}.Company__HxProList{border-width:2px;margin-left:0;padding:6rem 0 12rem 2.4rem}.Company__HxProList li:not(:last-of-type){margin-bottom:3.2rem}.Company__HxProList li p{font-size:1.6rem;line-height:1.7}.Company__HxProList li p:before{height:2.8rem;left:-3.5rem;width:2.3rem}.Company__HxProList li img{width:100%}.Works__Container{padding:0 2rem}.Works__CategorySelect{margin-top:4rem}.Works__Collection{margin-top:5.2rem}.Works__Collection:after{display:none}.SingleWorks__Head{padding:0}.SingleWorks__HeadImage{height:25rem;margin:0}.SingleWorks__HeadImage img{height:100%}.SingleWorks__Body{padding-top:2rem}.SingleWorks__Container{max-width:none;padding:0 2rem}.SingleWorks__MetaInfo{flex-wrap:wrap}.SingleWorks__MetaInfo time{border-right:0;line-height:1;margin:0 1rem 1rem 0;padding:0}.SingleWorks__MetaInfoCat{flex-wrap:wrap}.SingleWorks__MetaInfoCat a{margin:0 1rem 1rem 0}.SingleWorks__MetaInfoCat a:not(:last-of-type){margin:0 1rem 1rem 0}.SingleWorks__MetaMain{align-items:flex-start;flex-direction:column;margin-top:1.2rem}.SingleWorks__MetaMain h1{font-size:2.8rem}.SingleWorks__MetaMainMore{margin-top:2.4rem}.SingleWorks__Sns{margin-top:3.2rem}.SingleWorks__Desc{margin-top:6rem}.SingleWorks__DescContent{margin-top:2rem}.SingleWorks__Credits{flex-direction:column;margin-top:4.8rem;padding-top:4.8rem}.SingleWorks__CreditsList{flex-direction:column;margin-top:3.2rem}.SingleWorks__CreditsListItem{margin-left:0}.SingleWorks__CreditsListItem:not(:last-of-type){margin-bottom:4rem}.SingleWorks__Other{margin-top:8rem;padding:8rem 2rem 12rem}.SingleWorks__OtherCollection{margin-bottom:0;margin-top:2.8rem}.SingleWorks__OtherCollection:after{display:none}.News{margin-bottom:8rem}.News__Container{flex-direction:column-reverse;margin:4rem auto 0;max-width:none;padding:0 2rem}.News__Loop{margin-top:3.2rem}.News__Pagination{margin-top:4rem}.News__Sidebar{align-items:center;display:flex;justify-content:space-between;margin:0;width:100%}.News__SidebarItem:not(:last-of-type){margin:0}.News__SidebarItem{width:calc(50% - .8rem)}.News__SidebarItemLabel{font-size:1.4rem;margin-bottom:1.2rem}.News__SidebarItemSelect select{font-size:16px;padding:0 1.6rem}.SingleNews__Head{padding:9rem 2rem 3.2rem}.SingleNews__HeadInfo{flex-wrap:wrap}.SingleNews__HeadInfo time{display:block;margin-bottom:1.2rem;width:100%}.SingleNews__HeadInfo a{margin:0 .6rem .6rem 0}.SingleNews__HeadHeading{font-size:2rem;line-height:1.5}.SingleNews__BodyContainer{max-width:calc(100% - 4rem);padding:4rem 0 0}.SingleNews__Other{margin:8rem auto;max-width:none;padding:0 2rem}.SingleNews__OtherCollection{margin-top:2.8rem}.RecruitPos__Collection{margin-top:4rem;max-width:none;padding:0 2rem}.RecruitPos__Magazine{margin-top:6rem;padding:6rem 0}.RecruitPos__MagazineContainer{max-width:none;padding:0 2rem}.RecruitPos__MagazineCollection{margin-top:2.8rem}.RecruitPosFull article:not(:last-of-type){margin-bottom:1.2rem}.RecruitPosHalf{margin-bottom:0}.RecruitPosHalf article{margin:0;padding-right:2rem;width:100%}.RecruitPosHalf article:not(:last-of-type){margin-bottom:1.6rem}.RecruitPosCard{padding:2rem}.RecruitPosCard__Icon{-webkit-transform:none;height:1.4rem;right:2rem;top:2rem;transform:none;width:1.4rem}.RecruitPosCard__Name{font-size:1.8rem;padding-right:2rem}.RecruitPosCard__Desc{font-size:1.3rem;line-height:1.6}.RecruitPosBanner{height:auto}.RecruitPosBanner__Container{padding:8rem 2rem}.RecruitPosBanner h2{font-size:3.6rem}.RecruitPosBanner p{font-size:1.4rem}.RecruitPosBanner a{font-size:1.6rem;height:6rem;margin-top:4rem;width:100%}.RecruitMagaziine__Container{margin-bottom:8rem;padding:0 2rem}.RecruitMagaziine__Pickup{margin:0;overflow:hidden;padding:6rem 2rem 0}.RecruitMagaziine__PickupCollection{height:22rem;margin-top:2.8rem}.RecruitMagaziine__PickupCollection .swiper-nav{display:none}.RecruitMagaziine__PickupCollection .RecruitMagazinecard{flex:0 0 100%}.RecruitMagaziine__List{margin-top:6rem}.RecruitMagaziine__ListCollection{margin-top:2.8rem}.RecruitMagazinecard{flex:0 0 100%;margin-bottom:0;max-height:calc(var(--vh)*30);width:100%}.RecruitMagazinecard:not(:last-of-type){margin-bottom:1.6rem}.RecruitMagazinecard iframe{height:22.6rem!important;margin:0!important}.RecruitMember__Collection{margin-bottom:4rem;margin-top:4rem;max-width:none;padding:0 2rem}.RecruitMemberCard{margin-bottom:4rem;width:100%}.RecruitMemberCard__Image{height:21rem}.RecruitMemberCard__Body--minH{min-height:0}.RecruitMemberCard__Body{padding:1.6rem 6rem 1.6rem 1.6rem}.RecruitMemberCard__Heading{margin-top:1.2rem}.RecruitMemberCard__Heading b{font-size:1.8rem}.RecruitMemberCard__Heading small{font-size:1.2rem}.RecruitSingleMember__FvBgWrap{height:auto;overflow:visible}.RecruitSingleMember__FvBg{height:25rem;width:100%}.RecruitSingleMember__FvLine{bottom:-1rem;top:auto;width:95%}.RecruitSingleMember__FvLine svg.--Pc{display:none}.RecruitSingleMember__FvLine svg.--Sp{display:block}.RecruitSingleMember__FvBody{bottom:auto;left:auto;margin-top:-3.8rem;max-width:none;padding:0 2rem;position:relative;z-index:1}.RecruitSingleMember__FvMsg{font-size:2.3rem;line-height:1.4;max-width:80%}.RecruitSingleMember__FvLabel{font-size:1.3rem;margin-top:1.6rem}.RecruitSingleMember__FvLabel span{display:block}.RecruitSingleMember__FvLabel span:not(:last-of-type){margin-bottom:.6rem}.RecruitSingleMember__FvHeading{margin-top:4rem}.RecruitSingleMember__FvHeading:before{height:2px;top:-2rem;width:2rem}.RecruitSingleMember__FvHeading small{font-size:1.3rem;margin-left:.4rem}.RecruitSingleMember__FvHeading b{font-size:2.2rem}.RecruitSingleMember__Content{border-top:1px solid var(--black10);margin:3.2rem auto 0;max-width:none;padding:3.2rem 2rem 0}.RecruitSingleMember__Content h2,.RecruitSingleMember__Content h3,.RecruitSingleMember__Content h4,.RecruitSingleMember__Content h5,.RecruitSingleMember__Content h6{font-size:2.2rem;line-height:1.4;margin-top:5.2rem}.RecruitSingleMember__Content h2:before,.RecruitSingleMember__Content h3:before,.RecruitSingleMember__Content h4:before,.RecruitSingleMember__Content h5:before,.RecruitSingleMember__Content h6:before{top:-1.4rem;width:2rem}.RecruitSingleMember__Content>h2+p{margin-top:1.2rem}.RecruitSingleMember__Content>p{margin-bottom:2rem}.RecruitSingleMember__Content iframe{height:25rem;width:100%}.RecruitSingleMember__Other{margin-top:8rem;padding:8rem 0 4rem}.RecruitSingleMember__OtherContainer{max-width:none;padding:0 2rem}.RecruitSingleMember__OtherCollection{flex-direction:column;margin-top:2.8rem}.RecruitSingleMember__OtherCollection:after{display:none}.RecruitSingleMember__OtherCollection .RecruitMemberCard__Image{height:21rem}.RecruitSingleMember__OtherCollection .RecruitMemberCard{width:100%}.Recruit__Fv{margin-bottom:6rem;padding:10rem 2rem 0}.Recruit__FvCatch{height:auto;width:33.5rem}.Recruit__FvText{line-height:1.7}.Recruit__Section:not(:last-of-type){margin-bottom:6rem}.Recruit__Section--BgWhite{padding:6rem 0}.Recruit__Section--BgGrey{padding:6rem 0}.Recruit__Container{max-width:none;padding:0 2rem}.Recruit__Msg{height:auto;padding:8rem 0 6rem}.Recruit__MsgAssets{height:25rem;margin:3.2rem calc(50% - 50vw) 0;position:static;width:100vw}.Recruit__MsgAssets img{-o-object-fit:cover;object-fit:cover}.Recruit__MsgText{line-height:1.8}.Recruit__MsgText:first-of-type{margin-top:3.2rem}.Recruit__MsgText:not(:last-of-type){margin-bottom:2rem}.Recruit__Position{margin-top:2.8rem}.Recruit__Member{flex-direction:column;margin-top:2.8rem}.Recruit__Member:after{display:none}.Recruit__Member .RecruitMemberCard__Image{height:21rem}.Recruit__Member .RecruitMemberCard{width:100%}.Recruit__Magazine{margin-top:2rem}.Recruit__FaQ{margin-bottom:8rem;margin-top:2.8rem;max-width:none}.Recruit__FaQ div:not(:last-of-type){margin-bottom:1.6rem}.Recruit__FaQ dt{font-size:1.6rem;padding:2.4rem 2.4rem 2.4rem 6rem}.Recruit__FaQ dt:before{font-size:2rem;left:2.4rem;top:2.4rem}.Recruit__FaQ dd{font-size:1.4rem;line-height:1.6;padding:2.4rem 2.4rem 2.4rem 6rem}.Recruit__FaQ dd:before{font-size:2rem;left:2.4rem;margin-top:2px;top:2.4rem}.MgmtContact__Container{margin:4rem auto 8rem;max-width:none;padding:0 2rem}.MgmtContact__List{padding:3.2rem 2rem}.MgmtContact__ListItem{font-size:1.3rem;line-height:1.7}.MgmtContact__ListItem:before{top:-.2rem}.MgmtContact__ListItem:not(:last-of-type){margin-bottom:1.4rem}.MgmtContact__Text{font-size:1.4rem;line-height:1.8}.MgmtContact__Form{margin-top:4rem}.Mgmt{margin-bottom:8rem}.Mgmt__Container{margin:3.2rem auto 0;max-width:none;padding:0 2rem}.Mgmt__HeadMsg{font-size:1.8rem;line-height:1.7}.Mgmt__CategorySelect{margin-top:6rem}.Mgmt__Collection{margin-top:5.2rem}.Mgmt__Banner{margin-top:8rem;padding:6rem 2rem}.Mgmt__Banner p{font-size:1.5rem}.Mgmt__BannerButton{height:6rem;margin-top:2.8rem;width:100%}.SingleMgmt{padding-top:0}.SingleMgmt__Main{flex-direction:column;max-width:none;padding:0 2rem}.SingleMgmt__Poster{border-radius:0;height:48rem;margin:0 calc(50% - 50vw);width:100%;width:100vw}.SingleMgmt__Profile{margin:2.4rem 0 0;padding-top:0}.SingleMgmt__ProfileName{justify-content:center;text-align:center}.SingleMgmt__ProfileName small{font-size:2.8rem}.SingleMgmt__ProfileJobName{font-size:1.6rem;margin-top:1.2rem;text-align:center}.SingleMgmt__ProfileCatList{justify-content:center}.SingleMgmt__ProfileCatListItem{font-size:1.2rem;font-weight:700;padding-bottom:1rem}.SingleMgmt__ProfileBlock{margin-top:2.8rem}.SingleMgmt__ProfileLabel span{background-color:var(--white);display:inline-block;padding:1rem 2rem 1rem 0;position:relative;z-index:1}.SingleMgmt__ProfileLabel:after{width:100%}.SingleMgmt__ProfileContent{line-height:1.9;margin-top:1rem}.SingleMgmt__ProfileSns{flex-wrap:wrap;justify-content:space-between;margin-top:2rem}.SingleMgmt__ProfileSns li{align-items:center;display:flex;height:5rem;justify-content:center;width:calc(33.33333% - .5rem)}.SingleMgmt__ProfileSns li:not(:last-of-type){margin:0 .5rem 0 0}.SingleMgmt__ProfileSns li a{align-items:center;background-color:var(--lightBlue);display:flex;height:100%;justify-content:center;width:100%}.SingleMgmt__ProfileSns li a img{display:block;height:2.5rem;width:2.5rem}.SingleMgmt__Banner{margin-top:6rem;padding:6rem 2rem}.SingleMgmt__Banner p{font-size:1.5rem}.SingleMgmt__Banner a{height:6rem;margin-top:2.8rem;width:100%}.SingleMgmt__Other{margin:8rem auto;max-width:none;padding:0 2rem}.SingleMgmt__OtherCollection{margin-top:2.8rem}.Terms{margin-bottom:8rem}.Terms__Container{margin:6rem auto 0;max-width:none;padding:0 2rem}.Terms__Content{margin-top:3.2rem}.Terms__Content h2,.Terms__Content h3,.Terms__Content h4,.Terms__Content h5,.Terms__Content h6{font-size:1.8rem;line-height:1.3;margin-top:3.2rem}.Terms__Content p{font-size:1.4rem;line-height:1.7;margin-top:1.6rem}.Terms__Content .wp-block-group:not(:last-of-type){margin-bottom:3.2rem}.Thanks__Heading{font-size:2.5rem;margin-top:6rem}.Thanks__Text{font-size:1.4rem;text-align:left}.Thanks__Button{margin-top:3.2rem}.Contact__Container{margin:4rem auto 8rem;max-width:none;padding:0 2rem}.Contact__Text{font-size:1.4rem;line-height:1.8}.Contact__Form{margin-top:4rem}.ServiceEvent{margin-bottom:8rem}.ServiceEvent__Section{margin-top:6rem}.ServiceEvent__Section:not(:last-of-type){margin-bottom:8rem}.ServiceEvent__Section--BgGrey{padding:8rem 0}.ServiceEvent__Container{max-width:none;padding:0 2rem}.ServiceEvent__Head{margin-top:6rem}.ServiceEvent__HeadContainer{align-items:normal;flex-direction:column-reverse;max-width:none}.ServiceEvent__HeadMeta{margin-top:3.2rem}.ServiceEvent__HeadMetaHeadingLabel{font-size:4.8rem}.ServiceEvent__HeadMetaHeadingBody{font-size:1.8rem;line-height:1.4;margin-top:.4rem}.ServiceEvent__HeadImage{margin:0}.ServiceEvent__HeadImage:before{-webkit-transform:none;height:32.5rem;right:0;right:-4rem;top:-2.4rem;transform:none;width:calc(100% - 4rem)}.ServiceEvent__HeadImageBody{height:35.5rem;margin:0 auto;width:100%}.ServiceEvent__HeadTextList{margin-top:6rem}.ServiceEvent__HeadTextList:before{top:-3rem;width:4rem}.ServiceEvent__HeadTextListItem:not(:last-of-type){margin-bottom:1.6rem}.ServiceEvent__HeadTextListItem{font-size:1.5rem}.ServiceEvent__HeadTextListItem b{font-size:2rem}.ServiceEvent__Strengths{margin-top:2.8rem}.ServiceEvent__Strengths ul li{margin-bottom:0;width:100%}.ServiceEvent__Strengths ul li:not(:last-of-type){margin-bottom:3.6rem}.ServiceEvent__Strengths ul li h3 b{font-size:1.8rem;line-height:1.2}.ServiceEvent__Strengths ul li p{font-size:1.5rem;line-height:1.5;margin-top:1.2rem}.ServiceEvent__SolnText{line-height:1.5;margin-top:2rem}.ServiceEvent__Soln ul{margin-top:2.4rem}.ServiceEvent__Soln ul li{flex:0 0 50%;padding:2.5rem 1.5rem}.ServiceEvent__Soln ul li span{height:3.6rem;width:3.6rem}.ServiceEvent__Soln ul li>p{font-size:1.2rem}.ServiceEvent__Service{margin-top:2rem}.ServiceEvent__Service p{line-height:1.5}.ServiceEvent__Service ul{margin-top:2.4rem}.ServiceEvent__Service ul li{flex:0 0 50%;padding:2.5rem 1.5rem}.ServiceEvent__Service ul li span{height:3.6rem;width:3.6rem}.ServiceEvent__Service ul li h3{font-size:1.6rem;line-height:1.3}.ServiceEvent__Service ul li>p{font-size:1.2rem}.ServiceEvent__Service ul li>div>p{font-size:1.2rem}.ServiceEvent__Flow{margin-top:2.4rem}.ServiceEvent__FlowItem p{font-size:1.3rem;margin-top:2rem}.ServiceOcg{padding-bottom:8rem}.ServiceOcg__Container{max-width:none;padding:0 2rem}.ServiceOcg__HeadLogo{height:auto;width:33.5rem}.ServiceOcg__HeadCaption{font-size:2.8rem}.ServiceOcg__HeadText{font-size:1.5rem;line-height:1.8;margin-top:2.8rem}.ServiceOcg__Menu{margin-top:8rem;padding:6rem 0}.ServiceOcg__MenuCollection{margin-top:3.2rem}.ServiceOcg__MenuItem:not(:last-of-type){margin-bottom:4rem;padding-bottom:4rem}.ServiceOcg__MenuItem p{font-size:1.4rem}.ServiceOcg__Works{margin-bottom:0;margin-top:8rem}.ServiceOcg__WorksCollection{flex-direction:column;margin-top:3.2rem}.ServiceOcg__WorksCollection:after{display:none}.ServiceSpr{margin-bottom:8rem}.ServiceSpr__Container{max-width:none;padding:0 2rem}.ServiceSpr__Head{margin:6rem 0}.ServiceSpr__Head h2{font-size:5.2rem;margin-bottom:1rem}.ServiceSpr__Head p{font-size:1.6rem;line-height:1.4}.ServiceSpr__Head p:not(:last-of-type){margin-bottom:.4rem}.ServiceSpr__Menu{margin-bottom:6rem;margin-top:2.4rem}.ServiceSpr__Menu:before{display:none}.ServiceSpr__MenuItem{width:100%}.ServiceSpr__MenuItem:not(:last-of-type){margin-bottom:4.4rem}.ServiceSpr__MenuItem picture{height:20rem}.ServiceSpr__MenuItem div{margin-top:2rem;padding:0}.ServiceSpr__MenuItem h3 b{font-size:2rem}.ServiceSpr__MenuItem h3 small{font-size:1.4rem}.ServiceSpr__Flow{margin-top:3.2rem}.ServiceSpr__Banner{margin-top:8rem;padding:6rem 2rem}.ServiceSpr__Banner p{font-size:1.5rem}.ServiceSpr__Banner a{height:6rem;margin-top:2.8rem;width:100%}.ServiceSem__Section{margin-top:6rem}.ServiceSem__Section:not(:last-of-type){margin-bottom:6rem}.ServiceSem__Section--BgGrey{padding:6rem 0}.ServiceSem__Container{max-width:none;padding:0 2rem}.ServiceSem__Head{margin-top:4rem}.ServiceSem__Head h2{font-size:2.4rem;text-align:left}.ServiceSem__Head p{font-size:1.4rem;margin:2rem 0 0;text-align:left;width:auto}.ServiceSem__Genre{flex-direction:column;margin-bottom:0;margin-top:3.2rem}.ServiceSem__GenreItem{margin-bottom:0;width:100%}.ServiceSem__GenreItem:not(:last-of-type){border-bottom:1px solid var(--black10);margin-bottom:3.2rem;padding-bottom:3.2rem}.ServiceSem__GenreItemList{min-height:0}.ServiceSem__GenreItemList li{font-weight:500}.ServiceSem__GenreItemList li:not(:last-of-type){margin-bottom:2rem}.ServiceSem__Speaker{margin-top:3.2rem}.ServiceSem__SpeakerItem{flex-direction:column}.ServiceSem__SpeakerItemImage{height:25rem;width:100%}.ServiceSem__SpeakerItem>div{margin:0}.ServiceSem__SpeakerItemLabel{margin-top:3.2rem}.ServiceSem__SpeakerItemName b{font-size:2rem}.ServiceSem__Works{flex-direction:column;margin-bottom:8rem;margin-top:3.2rem}.ServiceSem__Works:after{display:none}.ServiceSem__Banner{margin-top:8rem;padding:6rem 2rem}.ServiceSem__Banner p{font-size:1.5rem}.ServiceSem__Banner a{height:6rem;margin-top:2.8rem;width:100%}.ServiceFac__Section{margin-top:6rem}.ServiceFac__Section:not(:last-of-type){margin-bottom:6rem}.ServiceFac__Section--BgGrey{padding:6rem 0}.ServiceFac__Container{max-width:none;padding:0 2rem}.ServiceFac__HeadBg{height:20rem}.ServiceFac__HeadText{font-size:1.5rem;line-height:1.8;margin:2rem 0 0;max-width:none;padding:0 2rem;text-align:left}.ServiceFac__Sol{flex-wrap:wrap;margin-top:3.2rem}.ServiceFac__SolItem{margin:0;width:100%}.ServiceFac__SolItem:not(:last-of-type){margin:0 0 3.6rem}.ServiceFac__Works{margin-top:2rem;max-width:none}.ServiceFac__WorksItem{flex-direction:column}.ServiceFac__WorksItem:nth-of-type(odd):before{display:none}.ServiceFac__WorksItem:nth-of-type(2n){flex-direction:column;margin:0 0 8rem}.ServiceFac__WorksItem:not(:last-of-type){margin-bottom:8rem}.ServiceFac__WorksItemImage{height:25rem;width:100%}.ServiceFac__WorksItemImage .swiper-pagination .swiper-pagination-bullet{height:1.1rem;width:1.1rem}.ServiceFac__WorksItemMeta{margin:1.6rem 0 0;padding:0 2rem}.ServiceFac__WorksItemMetaName{font-size:2.8rem;line-height:1.3;margin-top:.4rem}.ServiceFac__WorksItemMetaAddr{font-size:1.6rem;line-height:1.5;margin-top:1rem}.ServiceFac__WorksItemMetaLink{margin:3.6rem auto 0;width:80%}.ServiceFac__Banner{margin-top:8rem;padding:6rem 2rem}.ServiceFac__Banner p{font-size:1.5rem}.ServiceFac__Banner a{height:6rem;margin-top:2.8rem;width:100%}.ServiceInfluencer__Section{margin-top:6rem}.ServiceInfluencer__Section--Head{margin-top:0}.ServiceInfluencer__Section:not(:last-of-type){margin-bottom:6rem}.ServiceInfluencer__Section--BgGrey{padding:6rem 0}.ServiceInfluencer__Container{max-width:none;padding:0 2rem}.ServiceInfluencer__Head{flex-direction:column-reverse;width:100%}.ServiceInfluencer__HeadMeta{margin-top:3.2rem;width:100%}.ServiceInfluencer__HeadMetaHeadingLabel{font-size:1.8rem}.ServiceInfluencer__HeadMetaHeadingLabel:before{height:2px}.ServiceInfluencer__HeadMetaHeadingBody{font-size:2.4rem;margin-top:1rem}.ServiceInfluencer__HeadMetaText{font-size:1.6rem;line-height:2}.ServiceInfluencer__HeadAssets{flex:none;height:18rem;margin:0 calc(50% - 50vw);width:100vw}.ServiceInfluencer__Feature{flex-direction:column;margin-top:6rem}.ServiceInfluencer__FeatureItem{width:100%}.ServiceInfluencer__FeatureItem:not(:last-of-type){margin-bottom:3.2rem}.ServiceInfluencer__FeatureItem ul{margin-top:2rem}.ServiceInfluencer__FeatureItem ul li{padding:1.2rem}.ServiceInfluencer__FeatureItem ul li span svg{height:4.4rem;width:4.4rem}.ServiceInfluencer__FeatureItem ul li span:first-of-type.--MinWidth{min-width:10rem}.ServiceInfluencer__FeatureItem ul li span:first-of-type.--MinWidth svg{height:4.4rem;width:4.4rem}.ServiceInfluencer__FeatureItem ul li span:first-of-type.--double{width:10rem}.ServiceInfluencer__FeatureItem ul li span:first-of-type.--double svg{width:100%}.ServiceInfluencer__FeatureItem ul li span:nth-of-type(2){font-size:1.6rem;font-weight:500;line-height:1.3}.ServiceInfluencer__Flow{margin-top:3.2rem}.ServiceInfluencer__Banner{margin-top:8rem;padding:6rem 2rem}.ServiceInfluencer__Banner p{font-size:1.5rem}.ServiceInfluencer__Banner a{height:6rem;margin-top:2.8rem;width:100%}.ServiceOther{margin-bottom:8rem}.ServiceOther__Container{margin-top:4rem;max-width:none;padding:0 2rem}.ServiceOther__Text{font-size:1.5rem;font-weight:500;line-height:1.7;text-align:left}.ServiceOther__Collection{margin-top:5.2rem}.ServiceOther__Collection article{margin-bottom:0;width:100%}.ServiceOther__Collection article:not(:last-of-type){margin-bottom:6.4rem}.Service{padding-bottom:12rem}.Service__Container{max-width:none;padding:0 2rem}.Service__Collection{align-items:flex-start;flex-direction:column;margin-top:8rem}.Service__Collection:after{display:none}.Service__Head{margin-top:4rem;padding:0 2rem}.Service__HeadText{font-size:1.6rem;font-weight:300;line-height:1.7;margin-top:3.2rem;max-width:auto;text-align:left}.Service__PickUp{margin-top:8rem}.Service__PickUpBg{display:none}.Service__PickUpContainer{align-items:normal;flex-direction:column-reverse;max-width:none}.Service__PickUpMeta{margin-top:3.2rem;padding:0 2rem}.Service__PickUpMetaHeadingLabel{font-size:1.8rem}.Service__PickUpMetaHeadingLabel:before{height:2px}.Service__PickUpMetaHeadingBody{font-size:2.4rem;margin-bottom:2.8rem;margin-top:1rem;padding-bottom:2.8rem}.Service__PickUpMetaText{font-size:1.6rem;line-height:1.7}.Service__PickUpMetaLink{margin:2.4rem auto 0;width:80%}.Service__PickUpImage{margin:0}.Service__PickUpImage:before{-webkit-transform:none;height:32.5rem;right:0;right:-4rem;top:-2.5rem;transform:none;width:calc(100% - 4rem)}.Service__PickUpImageBody{height:35.5rem;margin:0 auto;width:calc(100% - 4rem)}.Service__Card{margin-bottom:0;min-height:auto;width:100%}.Service__Card:not(:last-of-type){margin-bottom:2.4rem}.Service__CardLinkWrap{-webkit-transform:none;position:static;transform:none}.Service__Card picture{height:18rem}.Service__Card a{min-height:0;padding:3.2rem 2rem}.Service__Card a h3 b{font-size:2rem}.Service__Card a>span{margin-top:2.4rem}.NotFound__Container{margin:8rem 0;padding:0 1.6rem}.NotFound__Num b{font-size:10rem}.NotFound__Num small{font-size:2rem}.NotFound__Heading{font-size:1.4rem;margin-top:2rem}.NotFound__Text{font-size:1.4rem;line-height:1.8;margin-top:2rem}.NotFound__Link{margin-top:3.2rem}}@media (max-width:414px){html{font-size:2.4154589372vw}.MgmtCard__Image{border-radius:4px;height:24rem;min-height:0}}@media (min-width:414px)and (max-width:828px){.Company__HxItem:first-of-type .Company__HxItemValDate:after{left:0;right:auto}.Company__HxItem:first-of-type .Company__HxItemValDate:after{background:url(images/company/hx_icon.svg) no-repeat 50%;background-size:contain}}@media (min-width:414px){.Header.--Scrolled .Header__Menu{align-items:center;display:flex;padding-right:2rem;padding-top:0}.Header.--Scrolled .Header__OtherLink{margin-left:2rem;margin-top:0}.Header--Single .Header__MenuListItemLink{color:var(--white)}.Company__HxItem:first-of-type .Company__HxItemValDate:after{left:auto;right:-5rem}.Company__HxItem:first-of-type .Company__HxItemValDate:after{background:url(images/company/hx_icon_left.svg) no-repeat 50%;background-size:contain}.SingleWorks__HeadContainer{margin:0 auto;max-width:96rem}.SingleNews__HeadContainer{margin:0 auto;max-width:88rem}}@media (min-width:1441px)and (max-width:828px){.Link--Laptop-Small span:first-of-type{font-size:1.3rem}}@media (min-width:1441px){html{font-size:10px}.Link--Laptop-Small span:first-of-type{font-size:1.4rem}.Link--Laptop-Small span:nth-of-type(2){height:1.5rem;width:1.5rem}.Top__MgmtImage{height:auto;margin-left:0;width:60rem}.Top__CompanyImage picture{height:auto;margin-right:0}.RecruitMagazinecard{margin-bottom:0}.RecruitMagazinecard iframe{max-height:calc(var(--vh)*22)}}@media (hover:hover)and (pointer:fine){.Header__OtherLink:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.NewsCard:hover{background-color:var(--blueGrey);border-color:var(--black10)}.WorksCard:hover{-webkit-filter:opacity(.7) brightness(.7);filter:opacity(.7) brightness(.7)}.CategorySelect__Item:hover{background-color:var(--red);color:var(--white)}.CategorySelect__Submit:hover{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}.MainHeading__Link:hover{-webkit-filter:invert(.1);filter:invert(.1)}.Link:hover{-webkit-filter:invert(.1);filter:invert(.1)}.Top__ServiceBottom ul li a:hover{background-color:var(--blueGrey)}.Top__ServiceBottomButton:hover{-webkit-filter:invert(.1);filter:invert(.1)}.Top__AllLink a:hover{-webkit-filter:invert(.1);filter:invert(.1)}.Company__OutlineListOtherLink:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.Company__OutlineListMapLink:hover{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}.SingleWorks__MetaInfoCat a:hover{opacity:.5}.SingleWorks__MetaMainMore:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.Mgmt__BannerButton:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.SingleMgmt__Banner a:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.ServiceSem__Banner a:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.ServiceFac__Banner a:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.ServiceInfluencer__Banner a:hover{-webkit-filter:brightness(.7);filter:brightness(.7)}.Service__Card a:hover{background-color:var(--blueGrey)}}
