@charset "UTF-8";/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:100%;word-break:normal}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit],[role=button]{color:inherit;cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}svg:not([fill]){fill:currentColor}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}:root{--MAIN_WHITE: #fff;--MAIN_BLACK: #000;--MAIN_PURPLE: #2f3cd4;--BG_BLACK: #232427;--BG_GRAY: #f2f2f2;--HOVER_PURPLE: #1d2089;--CIRCLE_PURPLE: #4b57da;--AREA_GRAY: #f2f2f2;--MAIN_ORANGE: #f27d16;--HITDSP_DARKBLUE: #141775;--HITDSP_LIGHTBLUE: #1d2089;--MAIN_SKYBLUE: #16b0f2;--LABEL_RED: #c42527;--LABEL_GREEN: #0c6b38;--LABEL_BLUE: #285291;--LABEL_ORANGE: #c1462f;--PRELOADER_INDEX: 100;--TRIGGER_CLOSE_INDEX: 90;--NAV_INDEX: 80;--TRIGGER_OPEN_INDEX: 70;--NOTICE_INDEX: 60;--HEADER_INDEX: 50}*{box-sizing:border-box}::-moz-selection{color:var(--MAIN_WHITE);background:var(--MAIN_PURPLE)}::selection{color:var(--MAIN_WHITE);background:var(--MAIN_PURPLE)}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html.-fixed{overflow:hidden}body{background-color:var(--MAIN_WHITE);color:var(--MAIN_BLACK);font-family:Noto Sans JP,Helvetica Neue,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;line-height:1}body.-modal-opened{overflow:hidden}li{list-style:none}a{text-decoration:none}img{height:auto;max-width:100%;vertical-align:middle}svg{width:100%;height:100%}small{font-size:100%}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;border-radius:0;font:inherit}button,label,select{cursor:pointer}button{display:inline-block;position:relative;background-color:transparent;text-decoration:none;text-align:left}.footer{position:relative;background-color:var(--MAIN_WHITE)}.footer .footer_topLink{position:relative;color:var(--MAIN_BLACK);font-weight:700}.footer .footer_topLink svg{display:inline-flex;width:1em;height:auto;margin:0 0 -.1em .3em}.footer .footer_companyName{font-weight:700}.footer .footer_companyAddress{color:#000c}.footer .footer_companyTel{position:relative;color:#000c}.footer .footer_companyTel:before{content:"";position:absolute;top:0;left:0;width:5px;height:1px;background-color:var(--MAIN_BLACK)}.footer .footer_companyFax{color:#000c}.footer .footer_left{display:flex}.footer .footer_bottomLink{display:inline-block;position:relative;color:#000c}.footer .footer_bottomLink:after{content:"";position:absolute;bottom:.3125rem;left:0;transform:scaleX(0);transform-origin:right;width:100%;height:1px;background-color:var(--MAIN_BLACK)}.footer .footer_lang{position:absolute}html:not([lang=ja]) .footer .footer_copyright{text-align:center}.header{position:fixed;top:0;left:0;z-index:var(--HEADER_INDEX);width:100%;transition:background-color .6s ease-out}.header.-change{transition:background-color .6s ease-out}.header .header_block{display:flex;justify-content:space-between;align-items:center}.header .header_logo{width:2.5rem}.header .header_logoLink{display:inline-block;color:var(--MAIN_WHITE)}.main{position:relative}.nav .nav_mainLink{display:block;color:var(--MAIN_WHITE);font-weight:700}.nav .nav_mainLink.-open .nav_bar.-vertical{transform:translateY(-50%)}.nav .nav_mainLink svg{position:absolute;right:0;bottom:0;display:inline-flex;width:1em}.nav .nav_bar.-horizontal{transform:translateY(-50%)}.nav .nav_bar.-vertical{transform:translateY(-50%) rotate(90deg)}.nav .nav_subList{display:flex}.nav .nav_subLink{display:inline-block;font-weight:700}.nav .nav_contactButton{display:inline-flex;justify-content:center;align-items:center;color:var(--MAIN_WHITE);font-weight:700}.nav .nav_contactButton .button_arrow svg{fill:var(--BG_BLACK)}.-change .nav .nav_contactButton .button_arrow svg{fill:var(--MAIN_PURPLE)}.nav .nav_contactButton .button_icon{display:inline-flex;justify-content:center;align-items:center;position:relative;margin-left:.3em;z-index:1;border-radius:50%;background-color:var(--MAIN_WHITE)}.nav .nav_contactButton .button_arrow{display:inline-flex;position:relative}.nav .nav_lang{display:flex;justify-content:flex-end;align-items:center}.nav .nav_title img{width:100%}.nav a{white-space:nowrap}html:not([lang=ja]) .nav .nav_menu:before{content:none}.notice{position:fixed;top:0;left:0;z-index:var(--NOTICE_INDEX);width:100%;background-color:var(--MAIN_PURPLE)}.notice .notice_link{color:var(--MAIN_WHITE)}.notice .notice_time{font-weight:700}.notice .notice_text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notice .notice_close{position:absolute;top:50%;transform:translateY(-50%)}.notice .notice_button{display:inline-flex;justify-content:center;align-items:center;position:relative;border-radius:50%;background-color:var(--MAIN_BLACK)}.notice .notice_buttonClose{display:inline-flex;width:.5rem;height:.5rem}.preloader{display:grid;position:fixed;top:0;left:0;z-index:var(--PRELOADER_INDEX);width:100%;height:100%}.preloader .preloader_layer{grid-area:1/1;align-self:center;width:100%;height:calc(100% + 100px)}.preloader .preloader_layer.-front{background-color:var(--HOVER_PURPLE)}.preloader .preloader_layer.-back{background-color:var(--MAIN_PURPLE)}.preloader .preloader_logo{grid-area:1/1;justify-self:center;align-self:center;opacity:0;width:5rem;height:5rem}.preloader .preloader_logo img{width:100%}.subNav .subNav_head{color:var(--MAIN_WHITE);font-weight:700}.wrapper{display:flex;flex-direction:column;min-height:100vh}.commonAnchorLink{background-color:var(--BG_GRAY)}.commonAnchorLink .commonAnchorLink_list{display:flex}.commonAnchorLink .commonAnchorLink_link{display:inline-flex;align-items:center;color:var(--MAIN_BLACK)}.commonAnchorLink .commonAnchorLink_text{font-weight:700}.commonAnchorLink .commonAnchorLink_arrow{display:inline-flex}.commonAccordion{background-color:var(--BG_GRAY)}.commonAccordion .commonAccordion_target{position:relative}.commonAccordion .commonAccordion_target:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:1px;background-color:#16171926}.commonAccordion .commonAccordion_trigger{position:relative;cursor:pointer}.commonAccordion .commonAccordion_trigger.-open:after{background-color:transparent}.commonAccordion .commonAccordion_trigger.-open .commonAccordion_button{background-color:transparent}.commonAccordion .commonAccordion_trigger.-open .commonAccordion_bar{background-color:var(--MAIN_PURPLE)}.commonAccordion .commonAccordion_trigger.-open .commonAccordion_bar.-vertical{transform:translate(-50%,-50%)}.commonAccordion .commonAccordion_triggerText{display:flex;align-items:baseline}.commonAccordion .commonAccordion_q{color:var(--MAIN_PURPLE);font-weight:700}.commonAccordion .commonAccordion_question{font-weight:700}.commonAccordion .commonAccordion_button{display:inline-block;position:absolute;z-index:1;border:1px solid var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE);transition-property:transform,background-color;transition-duration:.6s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.commonAccordion .commonAccordion_bar{position:absolute;top:50%;left:50%;background-color:var(--MAIN_WHITE);transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonAccordion .commonAccordion_bar.-horizontal{transform:translate(-50%,-50%)}.commonAccordion .commonAccordion_bar.-vertical{transform:translate(-50%,-50%) rotate(90deg)}.commonAccordion .commonAccordion_content{overflow:hidden}.commonAccordion .commonAccordion_contentText{display:flex;align-items:baseline;background-color:var(--MAIN_WHITE)}.commonAccordion .commonAccordion_a{color:var(--LABEL_RED);font-weight:700}.commonBgHighLightLink{display:block;position:relative}.commonBgHighLightLink:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#161719cc}.commonBgHighLightLink .commonBgHighLightLink_content{position:relative;z-index:1;color:var(--MAIN_WHITE)}.commonBgHighLightLink .commonBgHighLightLink_head{display:flex;justify-content:space-between;align-items:center;position:relative}.commonBgHighLightLink .commonBgHighLightLink_title{font-weight:700}.commonBgHighLightLink .commonBgHighLightLink_button{display:inline-flex;justify-content:space-between;align-items:center;position:relative;border-width:2px;border-style:solid;overflow:hidden;border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.commonBgHighLightLink .commonBgHighLightLink_button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_PURPLE);pointer-events:none}.commonBgHighLightLink .commonBgHighLightLink_buttonText{flex:1;position:relative;z-index:1;color:var(--MAIN_BLACK);font-weight:700}.commonBgHighLightLink .commonBgHighLightLink_buttonIcon{display:inline-flex;justify-content:center;align-items:center;z-index:1;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonBgHighLightLink .commonBgHighLightLink_buttonArrow{display:inline-flex;position:relative}.commonBgHighLightLink .commonBgHighLightLink_buttonArrow svg{fill:var(--MAIN_WHITE)}.commonBgHighLightLink .commonBgHighLightLink_img{position:absolute;top:0;left:0;width:100%;height:100%}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item{position:relative;color:var(--MAIN_BLACK)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#161719cc}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item:not(:first-of-type){position:relative}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item:not(:first-of-type):before{content:"";position:absolute;top:0;left:0;z-index:1;background-color:var(--MAIN_BLACK)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_content{position:relative;z-index:1;color:var(--MAIN_WHITE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_head{display:flex;justify-content:space-between;align-items:center;position:relative}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_title{font-weight:700}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonWrapper{margin-top:1rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button{display:inline-flex;justify-content:space-between;align-items:center;position:relative;border-width:2px;border-style:solid;overflow:hidden;border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_PURPLE);pointer-events:none}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonText{flex:1;position:relative;z-index:1;color:var(--MAIN_BLACK);font-weight:700}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonIcon{display:inline-flex;justify-content:center;align-items:center;z-index:1;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonArrow{display:inline-flex;position:relative}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonArrow svg{fill:var(--MAIN_WHITE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_img{position:absolute;top:0;left:0;width:100%;height:100%}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item{position:relative}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#161719cc}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item:not(:first-of-type){position:relative}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item:not(:first-of-type):before{content:"";position:absolute;top:0;left:0;z-index:1;background-color:var(--MAIN_BLACK)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_content{position:relative;z-index:1;color:var(--MAIN_WHITE)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_head{display:flex;justify-content:space-between;align-items:center;position:relative}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_title{font-weight:700}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_link{display:flex;align-items:center;gap:.5rem;position:relative;color:var(--MAIN_WHITE)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkText{font-weight:700}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkIcon{display:inline-flex;justify-content:center;align-items:center;flex-shrink:0;position:relative;border-radius:50%;border-width:2px;border-style:solid;border-color:var(--MAIN_WHITE);overflow:hidden;background-color:var(--MAIN_WHITE);font-weight:700}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkIcon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkArrow{display:inline-flex;position:relative;left:1px;z-index:1}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkArrow svg{fill:var(--MAIN_PURPLE)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_img{position:absolute;top:0;left:0;width:100%;height:100%}.commonImg .commonImg_caption{text-align:center}.commonColumn2{display:grid}.commonColumn2 .commonColumn2_link{display:flex;flex-direction:column;height:100%;color:var(--MAIN_BLACK)}.commonColumn2 .commonColumn2_thumbnail{position:relative}.commonColumn2 .commonColumn2_thumbnail img{width:100%}.commonColumn2 .commonColumn2_copy,.commonColumn2 .commonColumn2_lead{font-weight:700}.commonColumn3{display:grid}.commonColumn3 .commonColumn3_link{display:flex;flex-direction:column;height:100%;color:var(--MAIN_BLACK)}.commonColumn3 .commonColumn3_thumbnail{position:relative}.commonColumn3 .commonColumn3_thumbnail img{width:100%}.commonColumn3 .commonColumn3_copy,.commonColumn3 .commonColumn3_lead{font-weight:700}.commonButton{display:flex;gap:.5rem;margin-block:1.875rem;color:var(--MAIN_BLACK)}.commonButton.-default .commonButton_arrow{left:1px}.commonButton .commonButton_text{font-weight:700}.commonButton .commonButton_icon{display:inline-flex;justify-content:center;align-items:center;position:relative;border-radius:50%;border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);overflow:hidden;background-color:var(--MAIN_PURPLE);font-weight:700}.commonButton .commonButton_icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonButton .commonButton_arrow{display:inline-flex;position:relative;left:1px;z-index:1}.commonButton .commonButton_arrow svg{fill:var(--MAIN_WHITE)}.commonCaseSlider{position:relative;background-color:var(--MAIN_WHITE)}.commonCaseSlider .commonCaseSlider_thumbnail{position:relative}.commonCaseSlider .commonCaseSlider_thumbnail img{aspect-ratio:16/9}.commonCaseSlider .commonCaseSlider_movie{display:grid;place-items:center;position:absolute;top:0;left:0;width:100%;height:100%}.commonCaseSlider .commonCaseSlider_movieTrigger{display:grid;place-items:center;width:100%;height:100%}.commonCaseSlider .commonCaseSlider_movieIcon{display:grid;place-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#2f3cd4d9}.commonCaseSlider .commonCaseSlider_movieArrow{display:inline-flex}.commonCaseSlider .commonCaseSlider_name{position:relative;font-weight:700}.commonCaseSlider .commonCaseSlider_name:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonCaseSlider .commonCaseSlider_lead{font-weight:700}.commonCaseSlider .commonCaseSlider_control{display:flex}.commonCaseSlider .commonCaseSlider_pagination{display:flex;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.commonCaseSlider .commonCaseSlider_bar{height:1px;background-color:var(--MAIN_BLACK)}.commonCaseSlider .commonCaseSlider_links{display:flex}.commonCaseSlider .commonCaseSlider_link{display:flex;justify-content:space-between;align-items:center;max-width:100%;background-color:var(--MAIN_WHITE);color:var(--MAIN_BLACK);font-weight:700}.commonCaseSlider .commonCaseSlider_linkArrow{display:inline-flex;position:relative;left:1px;z-index:1}.commonCaseSlider .swiper-pagination{position:static;text-align:inherit;transition:inherit;transform:none}.commonCaseSlider .swiper-pagination-custom{width:inherit;color:inherit}.commonCaseSlider .swiper-button-prev,.commonCaseSlider .swiper-button-next{position:static;top:inherit;right:inherit;left:inherit;z-index:inherit;margin-top:0;color:inherit}.commonCaseSlider .swiper-button-prev:after,.commonCaseSlider .swiper-button-next:after{content:none}.commonCaseSlider.-gray{background-color:var(--BG_GRAY)}.commonEmbedded .commonEmbedded_caption{text-align:center}.commonEmbedded iframe{width:100%;height:100%}.commonEmbeddedCol2{display:grid;grid-template-columns:repeat(2,1fr)}.commonEmbeddedCol2 .commonEmbeddedCol2_caption{text-align:center}.commonEmbeddedCol2 iframe{width:100%;height:100%}.commonFileButton{display:flex;align-items:center;gap:.5rem;color:var(--MAIN_BLACK)}.commonFileButton:after{display:inline-flex;justify-content:center;align-items:center;color:var(--MAIN_WHITE);text-decoration:none;font-family:Archivo,sans-serif}.commonFileButton.-pdf:after{content:"PDF";background-color:var(--LABEL_RED)}.commonFileButton.-excel:after{content:"EXCEL";background-color:var(--LABEL_GREEN)}.commonFileButton.-word:after{content:"WORD";background-color:var(--LABEL_BLUE)}.commonFileButton.-pptx:after{content:"PPTX";background-color:var(--LABEL_ORANGE)}.commonFileButton.-file:after{content:"FILE";background-color:var(--MAIN_PURPLE)}.commonFileButton .commonFileButton_text{font-weight:700}.commonFlow{background-color:var(--BG_GRAY)}.commonFlow .commonFlow_list{position:relative}.commonFlow .commonFlow_list:before{content:"";position:absolute;width:6px;height:100%;border-radius:3px;background-color:var(--MAIN_WHITE)}.commonFlow .commonFlow_item{position:relative}.commonFlow .commonFlow_item:not(:first-of-type):after{content:"";position:absolute;top:0;height:6px;border-radius:3px;background-color:var(--MAIN_WHITE)}.commonFlow .commonFlow_head{position:relative}.commonFlow .commonFlow_head:before{content:"";position:absolute;z-index:1;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonFlow .commonFlow_step{color:var(--MAIN_PURPLE);text-transform:uppercase}.commonFlow .commonFlow_title{font-weight:700}.commonFlowVertical{background-color:var(--BG_GRAY)}.commonFlowVertical .commonFlowVertical_item{position:relative}.commonFlowVertical .commonFlowVertical_item:not(:first-of-type):before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background-color:var(--MAIN_WHITE)}.commonFlowVertical .commonFlowVertical_step{color:var(--MAIN_PURPLE)}.commonFlowVertical .commonFlowVertical_block{display:flex}.commonFlowVertical .commonFlowVertical_title{font-weight:700}.commonFlowVertical .commonFlowVertical_icon{display:inline-flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;left:50%;transform:translate(-50%);z-index:1;background-color:var(--MAIN_WHITE)}.commonFlowVertical .commonFlowVertical_icon .commonFlowVertical_arrow{display:inline-flex}.commonFlowVertical .commonFlowVertical_icon .commonFlowVertical_arrow svg{fill:var(--MAIN_PURPLE)}.commonInner{margin-inline:auto}.commonHighLightLink{display:block;background-color:var(--BG_GRAY);color:var(--MAIN_BLACK)}.commonHighLightLink .commonHighLightLink_head{display:flex;justify-content:space-between;align-items:center;position:relative}.commonHighLightLink .commonHighLightLink_head:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:var(--MAIN_WHITE)}.commonHighLightLink .commonHighLightLink_head:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonHighLightLink .commonHighLightLink_title{font-weight:700}.commonHighLightLink .commonHighLightLink_button{display:inline-flex;justify-content:space-between;align-items:center;position:relative;border-width:2px;border-style:solid;overflow:hidden;border-color:var(--MAIN_PURPLE);background-color:var(--MAIN_PURPLE)}.commonHighLightLink .commonHighLightLink_button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_WHITE);pointer-events:none}.commonHighLightLink .commonHighLightLink_buttonText{flex:1;position:relative;z-index:1;color:var(--MAIN_WHITE);font-weight:700}.commonHighLightLink .commonHighLightLink_buttonIcon{display:inline-flex;justify-content:center;align-items:center;z-index:1;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonHighLightLink .commonHighLightLink_buttonArrow{display:inline-flex;position:relative}.commonHighLightLink .commonHighLightLink_buttonArrow svg{fill:var(--MAIN_PURPLE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_item{background-color:var(--BG_GRAY);color:var(--MAIN_BLACK)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_head{display:flex;justify-content:space-between;align-items:center;position:relative}.commonHighLightLinkCol2 .commonHighLightLinkCol2_head:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:var(--MAIN_WHITE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_head:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_title{font-weight:700}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonWrapper{margin-top:1rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button{display:inline-flex;justify-content:space-between;align-items:center;position:relative;border-width:2px;border-style:solid;overflow:hidden;border-color:var(--MAIN_PURPLE);background-color:var(--MAIN_PURPLE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_WHITE);pointer-events:none}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonText{flex:1;position:relative;z-index:1;color:var(--MAIN_WHITE);font-weight:700}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonIcon{display:inline-flex;justify-content:center;align-items:center;z-index:1;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonArrow{display:inline-flex;position:relative}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonArrow svg{fill:var(--MAIN_PURPLE)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_item{background-color:var(--BG_GRAY);color:var(--MAIN_BLACK)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_head{display:flex;justify-content:space-between;align-items:center;position:relative}.commonHighLightLinkCol3 .commonHighLightLinkCol3_head:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:var(--MAIN_WHITE)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_head:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_title{font-weight:700}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkWrapper{margin-top:1rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_link{display:flex;align-items:center;gap:.5rem;position:relative;color:var(--MAIN_BLACK)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkText{font-weight:700}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkIcon{display:inline-flex;justify-content:center;align-items:center;flex-shrink:0;position:relative;border-radius:50%;border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);overflow:hidden;background-color:var(--MAIN_PURPLE);font-weight:700}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkIcon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkArrow{display:inline-flex;position:relative;left:1px;z-index:1}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkArrow svg{fill:var(--MAIN_WHITE)}.commonImgCol2{display:grid;grid-template-columns:repeat(2,1fr)}.commonImgCol2 .commonImgCol2_caption{text-align:center}.commonImgCol3{display:grid;grid-template-columns:repeat(3,1fr)}.commonImgCol3 .commonImgCol3_caption{text-align:center}.commonImgCol4{display:grid}.commonImgCol4 .commonImgCol4_caption{text-align:center}.commonMap iframe{width:100%;height:100%;border:none}.commonMovie .commonMovie_thumbnail{position:relative}.commonMovie .commonMovie_thumbnail iframe{width:100%;height:100%}.commonMovie .commonMovie_trigger{display:grid;place-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#2f3cd4d9}.commonMovie .commonMovie_trigger.-play{width:100%;height:100%}.commonMovie .commonMovie_arrow{display:inline-flex}.commonMovie .commonMovie_arrow svg{fill:var(--MAIN_WHITE)}.commonMovie .commonMovie_caption{text-align:center}.commonMovieCol2{display:grid;grid-template-columns:repeat(2,1fr)}.commonMovieCol2 .commonMovieCol2_thumbnail{position:relative}.commonMovieCol2 .commonMovieCol2_thumbnail iframe{width:100%;height:100%;aspect-ratio:16/9}.commonMovieCol2 .commonMovieCol2_trigger{display:grid;place-items:center;position:absolute;top:0;left:0;width:100%;height:100%}.commonMovieCol2 .commonMovieCol2_icon{display:grid;place-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#2f3cd4d9}.commonMovieCol2 .commonMovieCol2_arrow{display:inline-flex}.commonMovieCol2 .commonMovieCol2_arrow svg{fill:var(--MAIN_WHITE)}.commonMovieCol2 .commonMovieCol2_caption{text-align:center}.commonPageTitle .commonPageTitle_titleJa{display:block;color:var(--MAIN_PURPLE);font-weight:700}.commonPageTitle .commonPageTitle_titleEn{display:block;color:var(--MAIN_BLACK);font-weight:600}.commonPageTitle .commonPageTitle_img img{width:100%}.commonPageTitle .commonPageTitle_copy{font-weight:700}html:not([lang=ja]) .commonPageTitle+*{margin-top:0!important}html:not([lang=ja]) .commonPageTitle .commonPageTitle_inner{padding:0}html:not([lang=ja]) .commonPageTitle .commonPageTitle_block{width:100%}.commonProfile{background-color:var(--BG_GRAY)}.commonProfile .commonProfile_target:not(:first-of-type){position:relative}.commonProfile .commonProfile_target:not(:first-of-type):before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:1px;background-color:#16171926}.commonProfile .commonProfile_trigger{position:relative;cursor:pointer}.commonProfile .commonProfile_trigger.-open:after{background-color:transparent}.commonProfile .commonProfile_trigger.-open .commonProfile_button{background-color:transparent}.commonProfile .commonProfile_trigger.-open .commonProfile_bar{background-color:var(--MAIN_PURPLE)}.commonProfile .commonProfile_trigger.-open .commonProfile_bar.-vertical{transform:translate(-50%,-50%)}.commonProfile .commonProfile_triggerBlock{display:flex;justify-content:center;align-items:center;position:relative}.commonProfile .commonProfile_img{width:100%;height:100%;border:6px solid var(--MAIN_WHITE);border-radius:50%;overflow:hidden}.commonProfile .commonProfile_right{flex:1}.commonProfile .commonProfile_name{font-weight:700}.commonProfile .commonProfile_position{color:#16171980}.commonProfile .commonProfile_button{display:inline-block;position:absolute;top:50%;transform:translateY(-50%);z-index:1;border:1px solid var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE);transition-property:transform,background-color;transition-duration:.6s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.commonProfile .commonProfile_bar{position:absolute;top:50%;left:50%;background-color:var(--MAIN_WHITE);transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonProfile .commonProfile_bar.-horizontal{transform:translate(-50%,-50%)}.commonProfile .commonProfile_bar.-vertical{transform:translate(-50%,-50%) rotate(90deg)}.commonProfile .commonProfile_content{overflow:hidden}.commonProfile .commonProfile_contentBlock{background-color:var(--MAIN_WHITE)}.commonProfileCol2 .commonProfileCol2_target{background-color:var(--BG_GRAY)}.commonProfileCol2 .commonProfileCol2_trigger{position:relative;cursor:pointer}.commonProfileCol2 .commonProfileCol2_trigger.-open:after{background-color:transparent}.commonProfileCol2 .commonProfileCol2_trigger.-open .commonProfileCol2_button{background-color:transparent}.commonProfileCol2 .commonProfileCol2_trigger.-open .commonProfileCol2_bar{background-color:var(--MAIN_PURPLE)}.commonProfileCol2 .commonProfileCol2_trigger.-open .commonProfileCol2_bar.-vertical{transform:translate(-50%,-50%)}.commonProfileCol2 .commonProfileCol2_triggerBlock{display:flex;justify-content:center;align-items:center;position:relative}.commonProfileCol2 .commonProfileCol2_img{width:100%;height:100%;border:6px solid var(--MAIN_WHITE);border-radius:50%;overflow:hidden}.commonProfileCol2 .commonProfileCol2_right{flex:1}.commonProfileCol2 .commonProfileCol2_name{font-weight:700}.commonProfileCol2 .commonProfileCol2_position{color:#16171980}.commonProfileCol2 .commonProfileCol2_button{display:inline-block;position:absolute;top:50%;transform:translateY(-50%);z-index:1;border:1px solid var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE);transition-property:transform,background-color;transition-duration:.6s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.commonProfileCol2 .commonProfileCol2_bar{position:absolute;top:50%;left:50%;background-color:var(--MAIN_WHITE);transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonProfileCol2 .commonProfileCol2_bar.-horizontal{transform:translate(-50%,-50%)}.commonProfileCol2 .commonProfileCol2_bar.-vertical{transform:translate(-50%,-50%) rotate(90deg)}.commonProfileCol2 .commonProfileCol2_content{overflow:hidden}.commonProfileCol2 .commonProfileCol2_contentBlock{background-color:var(--MAIN_WHITE)}.commonRelatedColumn .commonRelatedColumn_block{display:flex}.commonRelatedColumn .commonRelatedColumn_titleJa{display:block;color:var(--MAIN_PURPLE);font-weight:700}.commonRelatedColumn .commonRelatedColumn_titleEn{display:block;color:var(--MAIN_BLACK);font-weight:600}.commonRelatedColumn .commonRelatedColumn_item:not(:first-of-type){margin-top:.9375rem}.commonRelatedColumn .commonRelatedColumn_link{display:flex;color:var(--MAIN_BLACK)}.commonRelatedColumn .commonRelatedColumn_time{display:inline-flex;justify-content:center;align-items:center}.commonRelatedColumn .commonRelatedColumn_subTitle{font-weight:700}.commonRelatedColumn .commonRelatedColumn_button{display:flex;gap:.5rem;color:var(--MAIN_BLACK)}.commonRelatedColumn .commonRelatedColumn_button.-default .commonRelatedColumn_arrow{left:1px}.commonRelatedColumn .commonRelatedColumn_text{font-weight:700}.commonRelatedColumn .commonRelatedColumn_icon{display:inline-flex;justify-content:center;align-items:center;position:relative;border-radius:50%;border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);overflow:hidden;background-color:var(--MAIN_PURPLE);font-weight:700}.commonRelatedColumn .commonRelatedColumn_arrow{display:inline-flex;position:relative;z-index:1}.commonRelatedColumn .commonRelatedColumn_arrow svg{fill:var(--MAIN_WHITE)}.commonRelatedInfo{position:relative;background-color:var(--BG_GRAY)}.commonRelatedInfo .commonRelatedInfo_thumbnail{position:relative}.commonRelatedInfo .commonRelatedInfo_thumbnail img{position:relative;width:100%}.commonRelatedInfo .commonRelatedInfo_thumbnail:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);height:3.125rem;background-color:var(--MAIN_WHITE)}.commonRelatedInfo .commonRelatedInfo_title{position:relative;font-weight:700}.commonRelatedInfo .commonRelatedInfo_title:before{content:"";position:absolute;bottom:0;left:0;width:50px;height:6px;border-radius:3px;background-color:var(--MAIN_WHITE)}.commonRelatedInfo .commonRelatedInfo_title:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonRelatedInfo .commonRelatedInfo_lead{font-weight:700}.commonRelatedInfo .commonRelatedInfo_button{position:relative;border-width:2px;border-style:solid;overflow:hidden;border-color:var(--MAIN_PURPLE);background-color:var(--MAIN_PURPLE)}.commonRelatedInfo .commonRelatedInfo_button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_WHITE);pointer-events:none}.commonRelatedInfo .commonRelatedInfo_buttonText{position:relative;z-index:1;color:var(--MAIN_WHITE);font-weight:700}.commonRelatedInfo .commonRelatedInfo_buttonIcon{display:inline-flex;justify-content:center;align-items:center;position:absolute;z-index:1;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonRelatedInfo .commonRelatedInfo_buttonArrow{display:inline-flex;position:relative}.commonRelatedInfo .commonRelatedInfo_buttonArrow svg{fill:var(--MAIN_PURPLE)}.commonSlider{overflow-x:hidden}.commonSlider .commonSlider_link{display:block;color:var(--MAIN_BLACK)}.commonSlider .commonSlider_thumbnail{position:relative}.commonSlider .commonSlider_thumbnail img{aspect-ratio:16/9}.commonSlider .commonSlider_category{position:relative;font-weight:700}.commonSlider .commonSlider_category:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonSlider .commonSlider_name{font-weight:700}.commonSlider .commonSlider_control{display:flex;flex-direction:row-reverse;align-items:center}.commonSlider .commonSlider_pagination{display:flex;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.commonSlider .commonSlider_bar{height:1px;background-color:var(--MAIN_BLACK)}.commonSlider .swiper-pagination{position:static;text-align:inherit;transition:inherit;transform:none}.commonSlider .swiper-pagination-custom{width:inherit;color:inherit}.commonSlider .swiper-button-prev,.commonSlider .swiper-button-next{position:static;top:inherit;right:inherit;left:inherit;z-index:inherit;margin-top:0;color:inherit}.commonSlider .swiper-button-prev:after,.commonSlider .swiper-button-next:after{content:none}.commonTextBox{background-color:var(--BG_GRAY)}.commonTextBox .commonTextBox_title{position:relative;font-weight:700}.commonTextBox .commonTextBox_title:before{content:"";position:absolute;bottom:0;left:0;width:50px;height:6px;border-radius:3px;background-color:var(--MAIN_WHITE)}.commonTextBox .commonTextBox_title:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonTextBoxCol2{display:grid;grid-template-columns:repeat(2,1fr)}.commonTextBoxCol2 .commonTextBoxCol2_block{background-color:var(--BG_GRAY)}.commonTextBoxCol2 .commonTextBoxCol2_title{position:relative;font-weight:700}.commonTextBoxCol2 .commonTextBoxCol2_title:before{content:"";position:absolute;bottom:0;left:0;width:50px;height:6px;border-radius:3px;background-color:var(--MAIN_WHITE)}.commonTextBoxCol2 .commonTextBoxCol2_title:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonTextBoxCol3{display:grid}.commonTextBoxCol3 .commonTextBoxCol3_block{background-color:var(--BG_GRAY)}.commonTextBoxCol3 .commonTextBoxCol3_title{position:relative;font-weight:700}.commonTextBoxCol3 .commonTextBoxCol3_title:before{content:"";position:absolute;bottom:0;left:0;width:50px;height:6px;border-radius:3px;background-color:var(--MAIN_WHITE)}.commonTextBoxCol3 .commonTextBoxCol3_title:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonThumbnailSlider{position:relative}.commonThumbnailSlider.-case{margin-block:0}.commonThumbnailSlider .commonThumbnailSlider_thumbnail{position:relative}.commonThumbnailSlider .commonThumbnailSlider_thumbnail img{aspect-ratio:16/9}.commonThumbnailSlider .commonThumbnailSlider_thumbnail iframe{width:100%;height:100%;border:none;aspect-ratio:16/9}.commonThumbnailSlider .commonThumbnailSlider_trigger{display:grid;place-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#2f3cd4d9}.commonThumbnailSlider .commonThumbnailSlider_trigger.-play{width:100%;height:100%}.commonThumbnailSlider .commonThumbnailSlider_arrow{display:inline-flex}.commonThumbnailSlider .commonThumbnailSlider_arrow svg{fill:var(--MAIN_WHITE)}.commonThumbnailSlider .commonThumbnailSlider_caption{text-align:center}.commonThumbnailSlider .commonThumbnailSlider_pagination{display:inline-flex;justify-content:center;align-items:center;width:inherit;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.commonThumbnailSlider .commonThumbnailSlider_bar{background-color:currentColor}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_thumbnail{position:relative;cursor:pointer}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_thumbnail:after{content:"";position:absolute;inset:0;background-color:#16171900}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_thumbnail:after{transition:background-color 1s cubic-bezier(.16,1,.3,1)}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_icon{display:grid;place-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#2f3cd4d9}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .swiper-slide-thumb-active .commonThumbnailSlider_thumbnail:after{background-color:#16171966}.commonTitle .commonTitle_titleJa{display:block;color:var(--MAIN_PURPLE);font-weight:700}.commonTitle .commonTitle_titleEn{display:block;color:var(--MAIN_BLACK);font-weight:600}.commonTitle .commonTitle_copy{font-weight:700}.commonTitle.-white .commonTitle_titleJa,.commonTitle.-white .commonTitle_titleEn{color:var(--MAIN_WHITE)}.button{display:inline-flex;justify-content:space-between;align-items:center;position:relative;border-width:2px;border-style:solid;overflow:hidden;font-weight:700}.button:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;pointer-events:none}.button .button_text{position:relative;z-index:1}.button .button_icon{display:inline-flex;justify-content:center;align-items:center;position:relative;z-index:1;border-radius:50%}.button .button_arrow{display:inline-flex;position:relative}.button.-default .button_arrow{left:1px}.button.-largeHitDsp{max-width:100%}.button.-largeHitDsp .button_text{flex:1}.button.-largeCase{max-width:100%}.button.-largeCase .button_text{flex:1;text-align:center}.button.-largeCase .button_icon{position:absolute}.button.-purple{border-color:var(--MAIN_PURPLE);background-color:var(--MAIN_PURPLE)}.button.-purple:before{background-color:var(--MAIN_WHITE)}.button.-purple .button_text{color:var(--MAIN_WHITE)}.button.-purple .button_icon{background-color:var(--MAIN_WHITE)}.button.-purple .button_arrow svg{fill:var(--MAIN_PURPLE)}.button.-hitDsp{border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.button.-hitDsp:before{background-color:var(--MAIN_PURPLE)}.button.-hitDsp .button_text{color:var(--MAIN_PURPLE)}.button.-hitDsp .button_icon{background-color:var(--MAIN_PURPLE)}.button.-hitDsp .button_arrow svg{fill:var(--MAIN_WHITE)}.button.-contact{background-color:var(--MAIN_WHITE)}.button.-contact:before{background-color:var(--MAIN_PURPLE)}.button.-contact .button_text{color:var(--MAIN_BLACK)}.button.-contact .button_icon{background-color:var(--MAIN_PURPLE)}.button.-case{border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.button.-case:before{background-color:var(--MAIN_PURPLE)}.button.-case .button_text{color:var(--MAIN_BLACK)}.button.-case .button_icon{background-color:var(--MAIN_PURPLE)}.button.-case .button_arrow svg{fill:var(--MAIN_WHITE)}.font-archivo{font-family:Archivo,sans-serif}.lang{position:relative;cursor:pointer}.lang .lang_trigger{display:inline-flex;align-items:center;position:relative;border-style:solid;border-width:1px;font-weight:700}.lang .lang_arrow{display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.lang.-white .lang_trigger{border-color:#ffffff40;color:var(--MAIN_WHITE)}.lang.-white .lang_arrow svg{fill:var(--MAIN_WHITE)}.lang.-white .lang_list{background-color:#ffffff0d}.lang.-white .lang_link{color:var(--MAIN_WHITE)}.lang.-white .lang_line{background-color:var(--MAIN_WHITE)}.lang.-black .lang_trigger{border-color:#00000040;color:var(--MAIN_BLACK)}.link .link_arrow svg{fill:var(--MAIN_WHITE)}.link.-service .link_icon{display:inline-flex;justify-content:center;align-items:center;position:relative;border-width:2px;border-style:solid;border-radius:50%;overflow:hidden}.link.-service .link_icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_PURPLE)}.link.-service .link_arrow svg{fill:var(--MAIN_PURPLE)}.linkArea{background-color:var(--MAIN_WHITE);text-align:center}.linkArea .linkArea_text{position:relative;padding-bottom:1px;color:var(--MAIN_BLACK);font-weight:700}.linkArea .linkArea_text:after{content:"";position:absolute;bottom:0;left:0;transform:scaleX(1);transform-origin:left;width:100%;height:1px;background-color:var(--MAIN_BLACK)}.modal{display:none;position:fixed;top:0;left:0;z-index:110;width:100vw;height:100%}.modal .modal_container{width:100%;height:100%;overflow-y:auto}.modal .modal_content{position:relative;z-index:1;max-width:1120px;margin-inline:auto;color:var(--MAIN_WHITE)}.modal .modal_header{font-weight:700}.modal .modal_category{position:relative}.modal .modal_category:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background-color:var(--MAIN_WHITE)}.modal .modal_close{position:absolute;z-index:2;width:1.875rem;height:1.875rem;border-width:2px;border-style:solid;border-color:var(--MAIN_WHITE);border-radius:50%;background-color:var(--MAIN_WHITE)}.modal .modal_close:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_PURPLE)}.modal .modal_bar{display:inline-block;position:absolute;top:50%;left:50%;z-index:1;width:8px;height:1px;background-color:var(--MAIN_PURPLE)}.modal .modal_bar:nth-of-type(1){transform:translate(-50%,-50%) rotate(45deg)}.modal .modal_bar:nth-of-type(2){transform:translate(-50%,-50%) rotate(-45deg)}.modal .modal_copy{position:relative;font-weight:700}.modal .modal_copy:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;border-radius:3px;background-color:#f2f2f21a}.modal .modal_copy:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_WHITE)}.modal .modal_bg{position:fixed;inset:0;background-color:#161719d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.moreButton{display:inline-flex;justify-content:center;align-items:center;border:1px solid rgba(22,23,25,.1);color:var(--MAIN_BLACK)}.moreButton .moreButton_text{font-weight:700}.moreButton .moreButton_arrow{display:inline-flex}.newsList .newsList_item{position:relative}.newsList .newsList_item:after{content:"";position:absolute;width:100%;height:1px;background-color:#17191c1a}.newsList .newsList_link{display:block;color:var(--MAIN_BLACK)}.newsList .newsList_link:after{content:"";position:absolute;bottom:-1px;transform:scaleX(0);transform-origin:left;width:100%;height:1px;background-color:#17191c1a}.newsList .newsList_left{display:flex;align-items:center}.newsList .newsList_time{display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:#17191c1a;font-weight:600}.pageSubTitle .pageSubTitle_titleJa{display:block;color:var(--MAIN_PURPLE);font-weight:700}.pageSubTitle .pageSubTitle_titleEn{display:block;color:var(--MAIN_BLACK);font-weight:600}.pageSubTitle .pageSubTitle_copy{font-weight:700}.pageSubTitle.-white .pageSubTitle_titleJa,.pageSubTitle.-white .pageSubTitle_titleEn{color:var(--MAIN_WHITE)}.pageTitle .pageTitle_title{display:inline-block}.pageTitle .pageTitle_title.-anime{-webkit-clip-path:polygon(0 0,0 0,0 100%,0% 100%);clip-path:polygon(0 0,0 0,0 100%,0% 100%);transition:-webkit-clip-path 2s cubic-bezier(.16,1,.3,1);transition:clip-path 2s cubic-bezier(.16,1,.3,1);transition:clip-path 2s cubic-bezier(.16,1,.3,1),-webkit-clip-path 2s cubic-bezier(.16,1,.3,1)}.pageTitle .pageTitle_title.-anime.is-inview{-webkit-clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%);clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)}.pageTitle .pageTitle_titleJa{display:block;color:var(--MAIN_PURPLE);font-weight:700}.pageTitle .pageTitle_titleEn{display:block;color:var(--MAIN_BLACK);font-weight:600}.pageTitle .pageTitle_copy{font-weight:700}.post .post_body>*:first-child{margin-top:0!important}.post .post_body>*:last-child{margin-bottom:0!important}.post .post_body h2:not([class]),.post .post_body h3:not([class]){position:relative}.post .post_body h2:not([class]):before,.post .post_body h3:not([class]):before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;border-radius:3px;background-color:var(--BG_GRAY)}.post .post_body h2:not([class]):after,.post .post_body h3:not([class]):after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_BLACK)}.post .post_body h2:not([class]) .purple,.post .post_body h3:not([class]) .purple{display:block;color:var(--MAIN_PURPLE);font-weight:700}.post .post_body h2:not([class]) .white,.post .post_body h3:not([class]) .white{display:block;font-family:Archivo,sans-serif;font-weight:700}.post .post_body p:not([class]){margin-block:.9375rem}.post .post_body p:not([class]) a{position:relative;color:var(--MAIN_PURPLE);text-decoration:underline}.post .post_body p:not([class]) a[target=_blank]:after{content:"";display:inline-block;background:url(/assets/img/common/blank.svg) no-repeat center center/contain}.post .post_body p:not([class]) a.-label:after{display:inline-flex;justify-content:center;align-items:center;color:var(--MAIN_WHITE);font-family:Archivo,sans-serif;vertical-align:middle}.post .post_body p:not([class]) a.-pdf:after{content:"PDF";background-color:var(--LABEL_RED);text-decoration-color:var(--LABEL_RED);-webkit-text-decoration-color:var(--LABEL_RED)}.post .post_body p:not([class]) a.-excel:after{content:"EXCEL";background-color:var(--LABEL_GREEN);text-decoration-color:var(--LABEL_GREEN);-webkit-text-decoration-color:var(--LABEL_GREEN)}.post .post_body p:not([class]) a.-word:after{content:"WORD";background-color:var(--LABEL_BLUE);text-decoration-color:var(--LABEL_BLUE);-webkit-text-decoration-color:var(--LABEL_BLUE)}.post .post_body p:not([class]) a.-pptx:after{content:"PPTX";background-color:var(--LABEL_ORANGE);text-decoration-color:var(--LABEL_ORANGE);-webkit-text-decoration-color:var(--LABEL_ORANGE)}.post .post_body p:not([class]) a.-file:after{content:"FILE";background-color:var(--MAIN_PURPLE);text-decoration-color:var(--MAIN_PURPLE);-webkit-text-decoration-color:var(--MAIN_PURPLE)}.post .post_body p:not([class]) a.commonButton{position:relative;margin-block:.9375rem;color:var(--MAIN_BLACK);text-decoration:none}.post .post_body b:not([class]){font-weight:600;margin-block:.9375rem}.post .post_body ul:not([class]){margin-block:.9375rem}.post .post_body ul:not([class])>li{position:relative}.post .post_body ul:not([class])>li:before{content:"";position:absolute;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.post .post_body ul:not([class])>li>ul>li{position:relative}.post .post_body ul:not([class])>li>ul>li:before{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background-color:#2f3cd433}.post .post_body ol:not([class]){margin-block:.9375rem}.post .post_body ol:not([class])>li{counter-increment:number;position:relative}.post .post_body ol:not([class])>li:before{content:counter(number,decimal-leading-zero);position:absolute;left:0;color:var(--MAIN_PURPLE);font-family:Archivo,sans-serif}.post .post_body ol:not([class])>li>ol>li{counter-increment:subNumber;position:relative}.post .post_body ol:not([class])>li>ol>li:before{content:counter(subNumber,decimal-leading-zero);position:absolute;top:2px;left:8px;color:var(--MAIN_PURPLE);font-family:Archivo,sans-serif}.post .post_body table:not([class]){table-layout:fixed;border-collapse:collapse;width:100%;border-top:1px solid rgba(22,23,25,.15);border-bottom:1px solid rgba(22,23,25,.15)}.post .post_body table:not([class]) tr:not(:first-of-type){border-top:1px solid rgba(22,23,25,.15)}.post .post_body table:not([class]) th{background-color:var(--BG_GRAY);text-align:left;vertical-align:middle}.post .post_body table:not([class]) td{vertical-align:middle}.post .post_body .side{overflow-x:auto}.post .post_body .side table:not([class]){table-layout:fixed;border-collapse:collapse;width:100%;min-width:575px}.post .post_body .side table:not([class]) tr:nth-of-type(3n){border-top:1px solid rgba(22,23,25,.15)}.post .post_body .side table:not([class]) th{background-color:var(--BG_GRAY);vertical-align:middle}.post .post_body .side table:not([class]) th:not(:first-of-type){border-left:1px solid rgba(22,23,25,.15)}.post .post_body .side table:not([class]) td{vertical-align:top}.post .post_body .side table:not([class]) td:not(:first-of-type){border-left:1px solid rgba(22,23,25,.15)}html:not([lang=ja]) .post .post_body table:not([class]){margin-bottom:0}.scaleImg{overflow:hidden}.sliderNav{display:flex}.sliderNav .sliderNav_button{display:inline-flex;justify-content:center;align-items:center;position:relative;border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);border-radius:50%;overflow:hidden;background-color:var(--MAIN_PURPLE);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.sliderNav .sliderNav_button:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.sliderNav .sliderNav_button.-prev .sliderNav_arrow{left:-1px;transform:scaleX(-1)}.sliderNav .sliderNav_button.-next .sliderNav_arrow{left:1px}.sliderNav .sliderNav_arrow{display:inline-flex;position:relative;z-index:1}.sliderNav .sliderNav_arrow svg{fill:var(--MAIN_WHITE)}.sliderNav.-case .sliderNav_button{border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.sliderNav.-case .sliderNav_button:before{background-color:var(--MAIN_PURPLE)}.sliderNav.-case .sliderNav_arrow svg{fill:var(--MAIN_PURPLE)}.support{background-color:var(--MAIN_WHITE)}.support .support_img{display:flex;justify-content:center}.support .support_img img{width:100%}.support .support_lead{font-weight:700}.support .support_highlight{color:var(--MAIN_PURPLE)}.tab .tab_tabpanel[aria-hidden=false]{display:block}.tab .tab_tabpanel[aria-hidden=true]{display:none}.title{display:inline-block;overflow:hidden}.title .title_ja{display:block;color:var(--MAIN_PURPLE);font-weight:700}.title .title_en{display:block;color:var(--MAIN_BLACK);word-break:break-all;font-weight:600}.title.-anime{-webkit-clip-path:polygon(0 0,0 0,0 100%,0% 100%);clip-path:polygon(0 0,0 0,0 100%,0% 100%);transition:-webkit-clip-path 1.6s cubic-bezier(.16,1,.3,1);transition:clip-path 1.6s cubic-bezier(.16,1,.3,1);transition:clip-path 1.6s cubic-bezier(.16,1,.3,1),-webkit-clip-path 1.6s cubic-bezier(.16,1,.3,1)}.title.-anime.is-inview{-webkit-clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%);clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)}.about .about_highLightLink{position:relative}.aboutHighLightLink{display:block;background-color:var(--MAIN_BLACK);color:var(--MAIN_WHITE)}.aboutHighLightLink .aboutHighLightLink_head{display:flex;justify-content:space-between;align-items:center;position:relative}.aboutHighLightLink .aboutHighLightLink_head:before{content:"";position:absolute;bottom:0;left:0;width:4px;height:4px;border-radius:50%;background-color:var(--MAIN_WHITE)}.aboutHighLightLink .aboutHighLightLink_head:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#ffffff1a}.aboutHighLightLink .aboutHighLightLink_title{font-weight:700}.aboutHighLightLink .aboutHighLightLink_arrow{display:inline-flex;position:relative;left:1px;z-index:1}.aboutOurService{background-color:var(--MAIN_PURPLE)}.aboutOurService .aboutOurService_content{position:relative}.aboutOurService .aboutOurService_item{grid-area:1/1}.aboutOurService .aboutOurService_head{position:absolute;z-index:1}.aboutOurService .aboutOurService_block{position:relative;background-color:var(--BG_GRAY)}.aboutOurService .aboutOurService_img img{position:relative;z-index:2}.aboutOurService .aboutOurService_title{display:inline-flex;flex-direction:column}.aboutOurService .aboutOurService_titleJa{color:var(--MAIN_PURPLE)}.aboutOurService .aboutOurService_titleEn{display:inline-flex;color:var(--MAIN_BLACK)}.aboutOurService .aboutOurService_titleEn img{width:100%}.aboutOurService .aboutOurService_description{color:var(--MAIN_BLACK);font-weight:700}.aboutOurService .aboutOurService_num{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.aboutOurService .aboutOurService_contentHeight:last-of-type{height:0!important;padding:0!important}.aboutPhilosophy{background-color:var(--BG_GRAY)}.aboutPhilosophy .aboutPhilosophy_copy{font-weight:700}.aboutPhilosophy .aboutPhilosophy_description:not(:first-of-type){margin-top:.625rem}.aboutVision{background-color:var(--MAIN_PURPLE);color:var(--MAIN_WHITE)}.aboutVision .aboutVision_list{font-weight:700}.aboutVision .aboutVision_item{display:flex;align-items:baseline;position:relative}.aboutVision .aboutVision_item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#ffffff26}.aboutVision .aboutVision_text{flex:1}.boardArchive .boardArchive_content{background-color:var(--BG_GRAY)}.boardArchive .boardArchive_grid{display:grid}.boardArchive .boardArchive_link{display:block;color:var(--MAIN_BLACK)}.boardArchive .boardArchive_thumbnail{position:relative}.boardArchive .boardArchive_category{position:relative;font-weight:700}.boardArchive .boardArchive_category:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%}.boardArchive .boardArchive_category.-digital:before{background-color:var(--MAIN_SKYBLUE)}.boardArchive .boardArchive_category.-static:before{background-color:var(--MAIN_ORANGE)}.boardArchive .boardArchive_description{font-weight:700}.boardArchive .boardArchive_area{display:flex}.boardArchive .boardArchive_areaHead{font-weight:700}.boardArchive .boardArchive_areaList{display:flex;flex-wrap:wrap;letter-spacing:-.05em}.boardArchive .boardArchive_areaItem:not(:first-of-type){position:relative}.boardArchive .boardArchive_areaItem:not(:first-of-type):before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;background-color:var(--MAIN_BLACK)}.boardArchiveOther .boardArchiveOther_contents,.boardPost{background-color:var(--BG_GRAY)}.boardPost .boardPost_head{position:relative}.boardPost .boardPost_headInner{position:relative;z-index:1}.boardPost .boardPost_category{display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;font-weight:700}.boardPost .boardPost_category.-digital{border-color:var(--MAIN_SKYBLUE);color:var(--MAIN_SKYBLUE)}.boardPost .boardPost_category.-static{border-color:var(--MAIN_ORANGE);color:var(--MAIN_ORANGE)}.boardPost .boardPost_title{position:relative;font-weight:700}.boardPost .boardPost_bg{display:flex;justify-content:center;position:absolute;left:50%;transform:translate(-50%);width:100%;pointer-events:none}.boardPost .boardPost_bg img{height:100%}.boardPost .boardPost_copy{position:relative;z-index:1;background-color:var(--MAIN_WHITE);font-weight:700}.boardPost .boardPost_copy:before{content:"";position:absolute;left:50%;transform:translate(-50%);height:32px;background-color:var(--MAIN_WHITE)}.boardPost .boardPost_body{position:relative;background-color:var(--MAIN_WHITE)}.boardPost .boardPost_foot{background-color:var(--MAIN_WHITE)}.boardPost .boardPost_downloadText{display:inline-flex;align-items:center;position:relative;z-index:1}.boardPost .boardPost_downloadButton{display:flex;justify-content:space-between;align-items:center;position:relative;border-width:2px;border-style:solid;border-color:var(--MAIN_ORANGE);overflow:hidden;background-color:var(--MAIN_ORANGE);color:var(--MAIN_WHITE)}.boardPost .boardPost_downloadButton:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_WHITE);pointer-events:none}.boardPost .boardPost_downloadDescription{font-weight:700}.boardPost .boardPost_downloadLabel{display:inline-flex;justify-content:center;align-items:center;border-width:1px;border-style:solid;border-color:var(--MAIN_WHITE);color:var(--MAIN_WHITE);text-align:center}.boardPost .boardPost_downloadIcon{display:inline-flex;justify-content:center;align-items:center;position:relative;border-radius:50%;background-color:var(--MAIN_WHITE)}.boardPost .boardPost_downloadArrow{display:inline-flex;position:relative;z-index:1}.boardPost .boardPost_downloadArrow svg{fill:var(--LABEL_RED)}.boardPost .boardPost_moreButton{display:grid;place-items:center;background-color:var(--MAIN_WHITE)}.boardPostSlider{display:grid;position:relative}.boardPostSlider .boardPostSlider_front,.boardPostSlider .boardPostSlider_back{grid-area:1/1}.boardPostSlider .boardPostSlider_triggerArea{display:inline-flex;position:absolute;right:0;z-index:1;background-color:var(--BG_GRAY)}.boardPostSlider .boardPostSlider_triggerCornerTopRight{position:absolute;overflow:hidden}.boardPostSlider .boardPostSlider_triggerCornerTopRight:before{content:"";display:block;position:absolute;top:0px;left:0px;transform:translate(-50%,-50%);width:200%;height:200%;border-radius:50%;background:transparent}.boardPostSlider .boardPostSlider_triggerCornerTopLeft{position:absolute;overflow:hidden}.boardPostSlider .boardPostSlider_triggerCornerTopLeft:before{content:"";display:block;position:absolute;top:0px;left:0px;transform:translate(-50%,-50%);width:200%;height:200%;border-radius:50%;background:transparent}.boardPostSlider .boardPostSlider_trigger{display:inline-flex;position:relative;overflow:hidden}.boardPostSlider .boardPostSlider_bg img{width:100%}.boardPostSlider .boardPostSlider_triggerLeft{display:inline-flex;align-items:center;position:relative;z-index:1}.boardPostSlider .boardPostSlider_triggerEyeIcon{display:inline-flex;position:relative;z-index:1}.boardPostSlider .boardPostSlider_triggerEyeIcon svg{fill:var(--MAIN_WHITE)}.boardPostSlider .boardPostSlider_triggerText{display:grid;position:relative;color:var(--MAIN_WHITE);font-weight:700}.boardPostSlider .boardPostSlider_triggerTextBack,.boardPostSlider .boardPostSlider_triggerTextFront{grid-area:1/1}.boardPostSlider .boardPostSlider_triggerRight{display:inline-flex;justify-content:center;align-items:center;position:relative;z-index:1}.boardPostSlider .boardPostSlider_triggerChangeIcon{display:inline-flex}.boardPostSlider .boardPostSlider_triggerChangeIcon svg{fill:var(--MAIN_WHITE)}.boardPostSlider .boardPostSlider_pagination{display:flex}.boardPostSlider .boardPostSlider_pagination .swiper-pagination-bullet{opacity:1;width:6px;height:6px;margin:0!important;background-color:#2f3cd433}.boardPostSlider .boardPostSlider_pagination .swiper-pagination-bullet-active{background-color:var(--MAIN_PURPLE)}.boardPostSlider .boardPostSlider_button{position:absolute}.caseArchive .caseArchive_content{background:var(--BG_GRAY)}.caseArchive .caseArchive_body{position:relative;z-index:1;overflow:hidden}.caseArchive .caseArchive_body:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background-color:var(--MAIN_WHITE)}.caseArchive .caseArchive_body:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:10vw;background-color:var(--BG_GRAY)}.caseArchiveBody{position:relative;z-index:1}.caseArchiveBody .caseArchiveBody_grid{display:grid}.caseArchiveBody .caseArchiveBody_item{position:relative}.caseArchiveBody .caseArchiveBody_trigger{width:100%}.caseArchiveBody .caseArchiveBody_text{position:relative}.caseArchiveBody .caseArchiveBody_client{position:relative;font-weight:700}.caseArchiveBody .caseArchiveBody_client:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background-color:var(--MAIN_PURPLE)}.caseArchiveBody .caseArchiveBody_name{font-weight:700}.caseArchiveBody .caseArchiveBody_tagList{display:flex;flex-wrap:wrap}.caseArchiveBody .caseArchiveBody_tagItem{background-color:var(--BG_GRAY)}.caseArchiveBody .caseArchiveBody_button{display:inline-block;position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:1;border:1px solid var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE);transition-property:transform,background-color;transition-duration:.4s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.caseArchiveBody .caseArchiveBody_button:before{content:"";position:absolute;inset:0}.caseArchiveBody .caseArchiveBody_bar{position:absolute;top:50%;left:50%;background-color:var(--MAIN_WHITE);transition:transform .6s cubic-bezier(.16,1,.3,1)}.caseArchiveBody .caseArchiveBody_bar.-horizontal{transform:translate(-50%,-50%)}.caseArchiveBody .caseArchiveBody_bar.-vertical{transform:translate(-50%,-50%) rotate(90deg)}.caseArchiveBody .caseArchiveBody_moreButton{display:flex;justify-content:center}.caseArchiveBody .caseArchiveBody_moreButton.is-disabled{display:none}.caseArchiveHead .caseArchiveHead_text{font-weight:700}.caseArchiveHead .caseArchiveHead_trigger{display:inline-flex;justify-content:center;align-items:center;color:var(--MAIN_BLACK);font-weight:700;transition-property:background-color,color;transition-duration:.4s;transition-timing-function:ease}.caseArchiveHead .caseArchiveHead_trigger.is-active{background-color:var(--MAIN_PURPLE);color:var(--MAIN_WHITE)}.caseClients{background-color:var(--BG_GRAY)}.caseClients .caseClients_block{display:flex}.caseClients .caseClients_grid{display:grid}.caseClients .caseClients_img img{width:100%}.caseSlider{overflow-x:hidden}.caseSlider .caseSlider_link{display:block;width:100%;color:var(--MAIN_BLACK)}.caseSlider .caseSlider_thumbnail{position:relative}.caseSlider .caseSlider_thumbnail img{aspect-ratio:16/9}.caseSlider .caseSlider_category{position:relative;font-weight:700}.caseSlider .caseSlider_category:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background-color:var(--MAIN_PURPLE)}.caseSlider .caseSlider_name{font-weight:700}.caseSlider .caseSlider_control{display:flex;flex-direction:row-reverse;align-items:center}.caseSlider .caseSlider_pagination{display:flex;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.caseSlider .caseSlider_bar{height:1px;background-color:var(--MAIN_BLACK)}.caseSlider .swiper-pagination{position:static;text-align:inherit;transition:inherit;transform:none}.caseSlider .swiper-pagination-custom{width:inherit;color:inherit}.caseSlider .swiper-button-prev,.caseSlider .swiper-button-next{position:static;top:inherit;right:inherit;left:inherit;z-index:inherit;margin-top:0;color:inherit}.caseSlider .swiper-button-prev:after,.caseSlider .swiper-button-next:after{content:none}.homeAbout,.homeAbout .homeAbout_block{position:relative}.homeAbout .homeAbout_word{display:flex;align-items:baseline;overflow:hidden}.homeAbout .homeAbout_word img{width:100%}.homeAbout .homeAbout_wordInner{display:flex}.homeAbout .homeAbout_body{margin-left:auto}.homeAbout .homeAbout_lead,.homeAbout .homeAbout_description{color:var(--MAIN_WHITE);font-weight:700}.homeAbout .homeAbout_link{display:inline-block;position:relative;color:var(--MAIN_WHITE);font-weight:700}.homeAbout .homeAbout_link:after{content:"";position:absolute;left:0;transform:scaleX(1);transform-origin:left;width:100%;height:1px;background-color:var(--MAIN_WHITE)}.homeArea{position:relative;overflow:hidden;background-color:var(--AREA_GRAY)}.homeArea .homeArea_block{position:relative;z-index:1}.homeArea .homeArea_subTitle{display:flex;align-items:center;position:relative}.homeArea .homeArea_subTitle:before{content:"";position:absolute;border-radius:50%}.homeArea .homeArea_subTitleEn img{width:100%}.homeArea .homeArea_subTitleJa{display:inline-flex;justify-content:center;align-items:center;border-style:solid;border-width:1px;letter-spacing:-.05em}.homeArea .homeArea_body{display:flex}.homeArea .homeArea_subHead{font-weight:700}.homeArea .homeArea_list{display:flex;flex-wrap:wrap;letter-spacing:-.05em}.homeArea .homeArea_item:not(:last-of-type){position:relative}.homeArea .homeArea_item:not(:last-of-type):after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:1px;background-color:var(--MAIN_BLACK)}.homeArea .homeArea_bg{position:absolute}.homeArea.-digital .homeArea_subTitle:before{background-color:var(--MAIN_SKYBLUE)}.homeArea.-digital .homeArea_subTitleJa{color:var(--MAIN_SKYBLUE)}.homeArea.-analog .homeArea_subTitle:before{background-color:var(--MAIN_ORANGE)}.homeArea.-analog .homeArea_subTitleJa{color:var(--MAIN_ORANGE)}.homeAreas{background-color:var(--MAIN_WHITE);overflow-x:hidden}.homeAreas .homeAreas_homeArea{display:flex}.homeAreas .homeAreas_foot{position:relative}.homeAreas .homeAreas_link{display:block;color:var(--MAIN_BLACK)}.homeAreas .homeAreas_thumbnail{position:relative}.homeAreas .homeAreas_thumbnail img{aspect-ratio:16/9}.homeAreas .homeAreas_category{position:relative;font-weight:700}.homeAreas .homeAreas_category:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%}.homeAreas .homeAreas_category.-digital:before{background-color:var(--MAIN_SKYBLUE)}.homeAreas .homeAreas_category.-analog:before{background-color:var(--MAIN_ORANGE)}.homeAreas .homeAreas_name{font-weight:700}.homeAreas .homeAreas_control{display:flex;flex-direction:row-reverse;align-items:center}.homeAreas .homeAreas_pagination{display:flex;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.homeAreas .homeAreas_bar{height:1px;background-color:var(--MAIN_BLACK)}.homeAreas .swiper-pagination{position:static;text-align:inherit;transition:inherit;transform:none}.homeAreas .swiper-pagination-custom{width:inherit;color:inherit}.homeAreas .swiper-button-prev,.homeAreas .swiper-button-next{position:static;top:inherit;right:inherit;left:inherit;z-index:inherit;margin-top:0;color:inherit}.homeAreas .swiper-button-prev:after,.homeAreas .swiper-button-next:after{content:none}.homeContact{position:relative;z-index:1;overflow:hidden;background-color:var(--MAIN_PURPLE);color:var(--MAIN_WHITE)}.homeContact .homeContact_link{display:block;color:var(--MAIN_WHITE)}.homeContact .homeContact_lead{font-weight:700;letter-spacing:-.025em}.homeFv{position:relative;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);overflow:hidden}.homeFv .homeFv_title{position:absolute;left:50%;transform:translate(-50%);z-index:1}.homeFv .homeFv_title img{width:100%}.homeFv .homeFv_cover{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#16171966}.homeHitDsp{position:relative;color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.homeHitDsp .homeHitDsp_head{display:flex;align-items:center;background-color:var(--HITDSP_DARKBLUE)}.homeHitDsp .homeHitDsp_name{color:var(--MAIN_SKYBLUE);font-weight:600;letter-spacing:-.02em}.homeHitDsp .homeHitDsp_copy{letter-spacing:-.03em}.homeHitDsp .homeHitDsp_body{background-color:var(--HITDSP_LIGHTBLUE)}.homeHitDsp .homeHitDsp_title img{width:100%}.homeHitDsp .homeHitDsp_lead{font-weight:700}.homeHitDsp .homeHitDsp_highlight{color:var(--MAIN_SKYBLUE)}.homeHitDsp .homeHitDsp_button{display:flex;justify-content:center}.homeIntro{position:relative}.homeIntro .homeIntro_content{position:relative;z-index:1}.homeIntro .homeIntro_bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#161719cc;pointer-events:none}.homeMovie{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100vh;height:100lvh}.homeMovie .homeMovie_mask{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-color:var(--MAIN_WHITE);-webkit-mask-image:url(/assets/img/home/movie_mask.png);mask-image:url(/assets/img/home/movie_mask.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:cover;mask-size:cover}.homeMovie .homeMovie_content{width:100%;height:100%}.homeMovie .homeMovie_img{height:100%}.homeMovie .homeMovie_overlay{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:url(/assets/img/home/movie_texture.png);background-repeat:repeat}.homeNews{background-color:var(--MAIN_WHITE)}.homeNews .homeNews_body{margin-top:.25rem}.homePickUp{position:relative;overflow:hidden;background-color:var(--MAIN_WHITE)}.homePickUp .homePickUp_thumbnail{position:relative}.homePickUp .homePickUp_thumbnail img{aspect-ratio:16/9}.homePickUp .homePickUp_movie{display:grid;place-items:center;position:absolute;top:0;left:0;width:100%;height:100%}.homePickUp .homePickUp_movieTrigger{display:grid;place-items:center;width:100%;height:100%}.homePickUp .homePickUp_movieIcon{display:grid;place-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#2f3cd4d9}.homePickUp .homePickUp_movieArrow{display:inline-flex}.homePickUp .homePickUp_name{position:relative;font-weight:700}.homePickUp .homePickUp_name:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);border-radius:50%;background-color:var(--MAIN_PURPLE)}.homePickUp .homePickUp_lead{font-weight:700}.homePickUp .homePickUp_button{max-width:345px}.homePickUp .homePickUp_control{display:flex}.homePickUp .homePickUp_pagination{display:flex;justify-content:center;align-items:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.homePickUp .homePickUp_bar{height:1px;background-color:var(--MAIN_BLACK)}.homePickUp .homePickUp_links{display:flex}.homePickUp .homePickUp_link{display:flex;justify-content:space-between;align-items:center;max-width:100%;background-color:var(--MAIN_WHITE);color:var(--MAIN_BLACK);font-weight:700}.homePickUp .homePickUp_linkArrow{display:inline-flex;position:relative;left:1px;z-index:1}.homePickUp .swiper-pagination{position:static;text-align:inherit;transition:inherit;transform:none}.homePickUp .swiper-pagination-custom{width:inherit;color:inherit}.homePickUp .swiper-button-prev,.homePickUp .swiper-button-next{position:static;top:inherit;right:inherit;left:inherit;z-index:inherit;margin-top:0;color:inherit}.homePickUp .swiper-button-prev:after,.homePickUp .swiper-button-next:after{content:none}.homePickUp.-gray{background-color:var(--BG_GRAY)}.homeService{position:relative;overflow:hidden;background-color:var(--MAIN_WHITE)}.homeService .homeService_title{word-break:break-all}.homeService .homeService_mainLead{font-weight:700}.homeService .homeService_body{position:relative;z-index:1}.homeService .homeService_list:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:1px;background-color:#ffffff0d}.homeService .homeService_item{position:relative}.homeService .homeService_item:not(:first-of-type):before{content:"";position:absolute;top:0;left:0;z-index:1;background-color:#ffffff0d}.homeService .homeService_link{position:relative;display:block;color:var(--MAIN_WHITE)}.homeService .homeService_subTitle{display:inline-flex;flex-direction:column}.homeService .homeService_subTitleJa{display:block}.homeService .homeService_subTitleEn img{width:100%}.homeService .homeService_subLead{font-weight:700}.homeService .homeService_img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.homeService .homeService_hoverImg{position:absolute;top:0;width:100vw;height:100vh;pointer-events:none}.homeSpacer{position:relative}.news .news_moreButton,.newsAccordion .newsAccordion_head{display:flex;justify-content:center}.newsAccordion .newsAccordion_head.-disabled{opacity:.6;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.newsPost{background-color:var(--BG_GRAY)}.newsPost .newsPost_label{color:var(--MAIN_PURPLE)}.newsPost .newsPost_title{position:relative;font-weight:700}.newsPost .newsPost_title:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:var(--MAIN_WHITE)}.newsPost .newsPost_title:after{content:"";position:absolute;bottom:0;left:0;width:6px;height:6px;border-radius:50%;background-color:var(--MAIN_PURPLE)}.newsPost .newsPost_meta{display:flex;align-items:center}.newsPost .newsPost_time{font-weight:700}.newsPost .newsPost_bar{display:inline-block;width:1px;height:11px;background-color:var(--MAIN_BLACK)}.newsPost .newsPost_category{font-weight:700}.newsPost .newsPost_body{position:relative;background-color:var(--MAIN_WHITE)}.newsTab .newsTab_list{display:flex;font-weight:700}.newsTab .newsTab_trigger{display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.newsTab .newsTab_trigger:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:transparent;transition:background-color .6s ease}.newsTab .newsTab_trigger[aria-selected=true]{color:var(--MAIN_PURPLE)}.newsTab .newsTab_trigger[aria-selected=true]:after{background-color:var(--MAIN_PURPLE)}.newsTab .newsTab_body{position:relative;overflow:hidden}.newsTab .newsTab_body:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--BG_GRAY)}.u-fitCover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.u-maxWidth{max-width:2560px;margin-inline:auto}.u-uppercase{text-transform:uppercase}@media screen and (hover: hover) and (pointer: fine) and (min-width: 48em){.lang .lang_link:hover .lang_line{transform:translate(-50%) scaleX(1);transform-origin:left}.aboutHighLightLink:hover .aboutHighLightLink_arrow svg{fill:var(--MAIN_WHITE)}.aboutHighLightLink:hover .aboutHighLightLink_arrow svg{fill:var(--MAIN_PURPLE)}.boardPostSlider .boardPostSlider_trigger:hover .boardPostSlider_triggerRight:before{transform:translate(-50%,-50%) scale(1)}}@media screen and (min-width: 48em){.footer{padding-top:8.125rem;padding-bottom:6rem}.footer .footer_inner{padding-inline:5.5555555556vw}.footer .footer_content{position:relative}.footer .footer_block{display:flex;flex-direction:row-reverse;justify-content:space-between}.footer .footer_head{width:44.4444444444vw;padding-right:1.3888888889vw}.footer .footer_topList{display:inline-grid;grid-template-columns:repeat(3,1fr);gap:2.0833333333vw 8.8888888889vw;position:relative}.footer .footer_topItem:nth-of-type(1){grid-row:1/2;grid-column:1/2}.footer .footer_topItem:nth-of-type(2){grid-row:1/2;grid-column:2/3;transform:translate(-2.7777777778vw)}.footer .footer_topItem:nth-of-type(3){grid-row:1/2;grid-column:3/4}.footer .footer_topItem:nth-of-type(4){grid-row:2/3;grid-column:1/2}.footer .footer_topItem:nth-of-type(5){grid-row:2/3;grid-column:3/4}.footer .footer_topItem:nth-of-type(6){grid-row:3/4;grid-column:3/4}.footer .footer_topItem:nth-of-type(7){grid-row:4/5;grid-column:3/4}.footer .footer_topItem:nth-of-type(8){grid-row:5/6;grid-column:3/4}.footer .footer_topLink{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.375;background-image:linear-gradient(var(--MAIN_BLACK),var(--MAIN_BLACK));background-size:100% 1px;background-position:bottom left;background-repeat:no-repeat}.footer .footer_topChildList{position:absolute;top:3.4722222222vw;white-space:nowrap}.footer .footer_topChildItem{margin-top:.5555555556vw}.footer .footer_topChildLink{display:inline-block;position:relative;color:#000c;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.footer .footer_topChildLink:after{content:"";position:absolute;bottom:.3125rem;left:0;transform:scaleX(0);transform-origin:right;width:100%;height:1px;background-color:var(--MAIN_BLACK)}.footer .footer_body{width:26.8055555556vw;padding-top:3.375rem}.footer_company+.footer_company{margin-top:2rem}.footer .footer_companyName{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.footer .footer_companyAddress{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.footer .footer_companyTel{margin-top:.5rem;padding-top:.75rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.footer .footer_companyFax{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.footer .footer_foot{display:flex;justify-content:space-between;align-items:flex-end;margin-top:13.1875rem}.footer .footer_left{flex-direction:row}.footer .footer_logo{width:13.2638888889vw}.footer .footer_bottomList{display:flex;align-items:center;flex:1;margin-left:6.25vw}.footer .footer_bottomItem{display:flex}.footer .footer_bottomItem:not(:first-of-type){margin-left:1.875rem}.footer .footer_bottomLink{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.footer .footer_copyright{font-size:clamp(6.875px,.7638888889vw,12.03125px);line-height:2}.footer .footer_lang{top:0;left:0}html:not([lang=ja]) .footer{padding-block:2.5rem}.main{padding-top:3.125rem}.page-home .main{padding-top:0}.nav .nav_contactButton .button_icon{width:clamp(12.5px,1.3888888889vw,21.875px);height:clamp(12.5px,1.3888888889vw,21.875px)}.nav .nav_contactButton .button_arrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.notice{padding-block:.6875rem}.notice .notice_inner{padding-inline:16.6666666667vw}.notice .notice_link{display:flex;justify-content:center;align-items:center;gap:1.7361111111vw}.notice .notice_time{display:inline-flex;justify-content:center;align-items:center;width:8.75rem;height:1.5rem;border-radius:.75rem;background-color:#ffffff26;font-size:.75rem;line-height:2}.notice .notice_text{width:54.6527777778vw;font-size:.875rem;line-height:2}.notice .notice_close{right:2.5694444444vw}.notice .notice_button{width:1.6666666667vw;height:1.6666666667vw}.preloader .preloader_logo{width:6.9444444444vw;height:6.9444444444vw}.commonAnchorLink{padding:1.6875rem 14.7222222222vw}.commonAnchorLink .commonAnchorLink_list{flex-wrap:wrap;justify-content:center;gap:.5625rem 2.0833333333vw}.commonAnchorLink .commonAnchorLink_link{gap:.6944444444vw}.commonAnchorLink .commonAnchorLink_text{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonAnchorLink .commonAnchorLink_arrow{width:.4861111111vw;height:.2777777778vw}.commonAccordion{margin-block:3.75rem;padding:5rem 16.6666666667vw}.commonAccordion .commonAccordion_triggerText{gap:1.7361111111vw;padding-block:1.875rem;padding-right:8.3333333333vw}.commonAccordion .commonAccordion_q,.commonAccordion .commonAccordion_question{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonAccordion .commonAccordion_button{top:50%;right:0;transform:translateY(-50%);width:3.4722222222vw;height:3.4722222222vw}.commonAccordion .commonAccordion_bar{width:.8333333333vw;height:.1388888889vw}.commonAccordion .commonAccordion_contentText{gap:1.8055555556vw;margin-bottom:1.875rem;padding:1.875rem 2.7777777778vw}.commonAccordion .commonAccordion_a{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:2}.commonAccordion .commonAccordion_answer{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonBgHighLightLink{margin-block:3.75rem;padding:2.875rem 2.7777777778vw 3.125rem}.commonBgHighLightLink .commonBgHighLightLink_title{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.8}.commonBgHighLightLink .commonBgHighLightLink_body{margin-top:.75rem}.commonBgHighLightLink .commonBgHighLightLink_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonBgHighLightLink .commonBgHighLightLink_buttonWrapper{margin-top:1.25rem}.commonBgHighLightLink .commonBgHighLightLink_button{gap:clamp(10px,1.1111111111vw,17.5px);padding:clamp(8.125px,.9027777778vw,14.21875px) clamp(11.25px,1.25vw,19.6875px) clamp(8.125px,.9027777778vw,14.21875px) clamp(14.375px,1.5972222222vw,25.15625px);border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonBgHighLightLink .commonBgHighLightLink_button:before{border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonBgHighLightLink .commonBgHighLightLink_buttonText{text-align:left;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonBgHighLightLink .commonBgHighLightLink_buttonIcon{right:1.3888888889vw;width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.commonBgHighLightLink .commonBgHighLightLink_buttonArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonBgHighLightLinkCol2{display:flex;flex-wrap:wrap;margin-block:3.75rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item{width:50%;padding:1.875rem 2.7777777778vw 2.5rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item:not(:first-of-type):before{width:1px;height:100%}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_title{font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:1.8}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_body{margin-top:.625rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button{gap:clamp(10px,1.1111111111vw,17.5px);padding:clamp(8.125px,.9027777778vw,14.21875px) clamp(11.25px,1.25vw,19.6875px) clamp(8.125px,.9027777778vw,14.21875px) clamp(14.375px,1.5972222222vw,25.15625px);border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:before{border-radius:clamp(18.75px,2.0833333333vw,32.8125px)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonText{text-align:left;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonIcon{right:1.3888888889vw;width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonBgHighLightLinkCol3{display:flex;flex-wrap:wrap;margin-block:3.75rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item{width:33.3333333333%;padding:1.875rem 2.7777777778vw}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item:not(:first-of-type):before{width:1px;height:100%}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_title{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_body{margin-top:.625rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkWrapper{margin-top:1rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkText{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkIcon{width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2;min-width:18.75px}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonImg{margin-block:3.75rem}.commonImg .commonImg_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonColumn2{grid-template-columns:repeat(2,1fr);gap:3.75rem 2.0833333333vw;margin-block:3.75rem}.commonColumn2 .commonColumn2_thumbnail{margin-bottom:2.1875rem}.commonColumn2 .commonColumn2_thumbnail img{aspect-ratio:155/87}.commonColumn2 .commonColumn2_text{flex:1;width:31.9444444444vw}.commonColumn2 .commonColumn2_copy{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.5}.commonColumn2 .commonColumn2_lead{margin-top:.9375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.commonColumn2 .commonColumn2_description{margin-top:.625rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonColumn2 .commonColumn2_linkWrapper{margin-top:1.875rem}.commonColumn3{grid-template-columns:repeat(3,1fr);gap:2.0833333333vw;margin-block:3.75rem}.commonColumn3 .commonColumn3_thumbnail{margin-bottom:1.5625rem}.commonColumn3 .commonColumn3_thumbnail img{aspect-ratio:16/9}.commonColumn3 .commonColumn3_text{flex:1;width:22.2222222222vw}.commonColumn3 .commonColumn3_copy{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonColumn3 .commonColumn3_lead{margin-top:.9375rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonColumn3 .commonColumn3_description{margin-top:.625rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonColumn3 .commonColumn3_linkWrapper{margin-top:1.875rem}.commonButton .commonButton_text{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonButton .commonButton_icon{width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px)}.commonButton .commonButton_arrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonCaseSlider{padding-block:8.375rem}.commonCaseSlider .commonCaseSlider_inner{padding-left:11.1111111111vw}.commonCaseSlider .commonCaseSlider_head{position:absolute;width:22.2222222222vw}.commonCaseSlider .commonCaseSlider_body{position:relative}.commonCaseSlider .commonCaseSlider_item{width:47.2222222222vw;padding-right:2.7777777778vw}.commonCaseSlider .commonCaseSlider_movieIcon{width:6.9444444444vw;height:6.9444444444vw}.commonCaseSlider .commonCaseSlider_movieArrow{width:1.25vw;height:.9722222222vw}.commonCaseSlider .commonCaseSlider_text{width:34.7222222222vw;margin-top:1.75rem}.commonCaseSlider .commonCaseSlider_name{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.commonCaseSlider .commonCaseSlider_name:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonCaseSlider .commonCaseSlider_lead{margin-top:.5rem;font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.commonCaseSlider .commonCaseSlider_description{margin-top:1.25rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonCaseSlider .commonCaseSlider_control{flex-direction:column;gap:1.375rem;position:absolute;top:50%;left:0;transform:translateY(-34%);z-index:1}.commonCaseSlider .commonCaseSlider_pagination{gap:.75rem}.commonCaseSlider .commonCaseSlider_bar{width:clamp(25px,2.7777777778vw,43.75px)}.commonCaseSlider .commonCaseSlider_num{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonCaseSlider .commonCaseSlider_links{justify-content:center;position:relative;width:88.8888888889vw;margin-top:4rem}.commonCaseSlider .commonCaseSlider_links:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1px;height:40px;background-color:#16171926}.commonCaseSlider .commonCaseSlider_link{width:50%;padding:2.125rem 5.5555555556vw;font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.8}.commonCaseSlider .commonCaseSlider_link:nth-of-type(1){border-radius:50px 0 0 50px}.commonCaseSlider .commonCaseSlider_link:nth-of-type(2){border-radius:0 50px 50px 0}.commonCaseSlider .commonCaseSlider_linkIcon{display:inline-flex;justify-content:center;align-items:center;position:relative;z-index:1;width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE)}.commonCaseSlider .commonCaseSlider_linkIcon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonCaseSlider .commonCaseSlider_linkArrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonCaseSlider .commonCaseSlider_linkArrow svg{fill:var(--MAIN_WHITE)}.commonCaseSlider .swiper{margin-left:22.2222222222vw}.commonCaseSlider.-gray .commonCaseSlider_inner{padding-left:5.5555555556vw}.commonEmbedded{margin-block:3.75rem}.commonEmbedded .commonEmbedded_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonEmbedded iframe{aspect-ratio:16/9}.commonEmbeddedCol2{gap:2.7777777778vw;margin-block:3.75rem}.commonEmbeddedCol2 .commonEmbeddedCol2_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonEmbeddedCol2 iframe{aspect-ratio:16/9}.commonFileButton:after{width:3.8194444444vw;height:1.1111111111vw;border-radius:.9722222222vw;font-size:clamp(6.25px,.6944444444vw,10.9375px)}.commonFileButton .commonFileButton_text{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonFlow{margin-block:3.75rem;padding:5rem 16.6666666667vw}.commonFlow .commonFlow_list:before{top:.6944444444vw;left:7.2916666667vw;height:calc(100% - .6944444444vw)}.commonFlow .commonFlow_item{display:flex;padding:2.7777777778vw 0}.commonFlow .commonFlow_item:first-of-type{padding-top:0;padding-bottom:2.7777777778vw}.commonFlow .commonFlow_item:last-of-type{padding-top:2.7777777778vw;padding-bottom:0}.commonFlow .commonFlow_item:not(:first-of-type):after{left:7.2916666667vw;width:48.2638888889vw}.commonFlow .commonFlow_head{width:7.2916666667vw}.commonFlow .commonFlow_head:before{top:.6944444444vw;left:7.2916666667vw}.commonFlow .commonFlow_step{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonFlow .commonFlow_body{width:48.2638888889vw;padding-left:3.8888888889vw}.commonFlow .commonFlow_title{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonFlow .commonFlow_text{margin-top:clamp(13.75px,1.5277777778vw,24.0625px);font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonFlowVertical{margin-block:3.75rem;padding:1.5625rem 16.6666666667vw 2.1875rem}.commonFlowVertical .commonFlowVertical_item{padding-top:3.4375rem;padding-bottom:2.8125rem}.commonFlowVertical .commonFlowVertical_step{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonFlowVertical .commonFlowVertical_block{margin-top:1.5rem}.commonFlowVertical .commonFlowVertical_left{width:42.7083333333vw;padding-right:3.8194444444vw}.commonFlowVertical .commonFlowVertical_right{width:12.8472222222vw}.commonFlowVertical .commonFlowVertical_title{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonFlowVertical .commonFlowVertical_text{margin-top:clamp(13.75px,1.5277777778vw,24.0625px);font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonFlowVertical .commonFlowVertical_icon{bottom:-1.7361111111vw;width:3.4722222222vw;height:3.4722222222vw}.commonFlowVertical .commonFlowVertical_icon .commonFlowVertical_arrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonInner{padding-inline:22.2222222222vw}.commonInner.-small{padding-inline:5.5555555556vw}.commonInner.-left{padding:0}.commonHighLightLink{margin-block:3.75rem;padding:2.5rem 2.7777777778vw}.commonHighLightLink .commonHighLightLink_head{padding-bottom:1.375rem}.commonHighLightLink .commonHighLightLink_head:before{border-radius:2px}.commonHighLightLink .commonHighLightLink_title{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.8}.commonHighLightLink .commonHighLightLink_body{margin-top:1.25rem}.commonHighLightLink .commonHighLightLink_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonHighLightLink .commonHighLightLink_buttonWrapper{margin-top:1.25rem}.commonHighLightLink .commonHighLightLink_button{gap:clamp(10px,1.1111111111vw,17.5px);padding:clamp(8.125px,.9027777778vw,14.21875px) clamp(11.25px,1.25vw,19.6875px) clamp(8.125px,.9027777778vw,14.21875px) clamp(14.375px,1.5972222222vw,25.15625px);border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonHighLightLink .commonHighLightLink_button:before{border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonHighLightLink .commonHighLightLink_buttonText{text-align:left;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonHighLightLink .commonHighLightLink_buttonIcon{right:1.3888888889vw;width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.commonHighLightLink .commonHighLightLink_buttonArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonHighLightLinkCol2{display:flex;flex-wrap:wrap;margin-block:3.75rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_item{width:50%;padding:2.5rem 2.7777777778vw}.commonHighLightLinkCol2 .commonHighLightLinkCol2_head{padding-bottom:1.375rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_head:before{border-radius:2px}.commonHighLightLinkCol2 .commonHighLightLinkCol2_title{font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:1.8}.commonHighLightLinkCol2 .commonHighLightLinkCol2_body{margin-top:1.25rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button{gap:clamp(10px,1.1111111111vw,17.5px);padding:clamp(8.125px,.9027777778vw,14.21875px) clamp(11.25px,1.25vw,19.6875px) clamp(8.125px,.9027777778vw,14.21875px) clamp(14.375px,1.5972222222vw,25.15625px);border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:before{border-radius:clamp(50px,5.5555555556vw,87.5px)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonText{text-align:left;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonIcon{right:1.3888888889vw;width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonHighLightLinkCol3{display:flex;flex-wrap:wrap;margin-block:3.75rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_item{width:33.3333333333%;padding:1.875rem 2.7777777778vw}.commonHighLightLinkCol3 .commonHighLightLinkCol3_head{padding-bottom:1.375rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_head:before{border-radius:2px}.commonHighLightLinkCol3 .commonHighLightLinkCol3_title{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.commonHighLightLinkCol3 .commonHighLightLinkCol3_body{margin-top:.875rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkText{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkIcon{width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonImgCol2{gap:2.7777777778vw;margin-block:3.75rem}.commonImgCol2 .commonImgCol2_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonImgCol3{gap:2.7777777778vw;margin-block:3.75rem}.commonImgCol3 .commonImgCol3_caption{margin-top:.625rem;font-size:clamp(6.875px,.7638888889vw,12.03125px);line-height:2}.commonImgCol4{grid-template-columns:repeat(4,1fr);gap:1.3888888889vw;margin-block:3.75rem}.commonImgCol4 .commonImgCol4_caption{margin-top:.625rem;font-size:clamp(6.875px,.7638888889vw,12.03125px);line-height:2}.commonMap{margin-block:3.75rem}.commonMap iframe{aspect-ratio:16/9}.commonMovie{margin-block:3.75rem}.commonMovie .commonMovie_thumbnail iframe{aspect-ratio:16/9}.commonMovie .commonMovie_trigger{width:6.9444444444vw;height:6.9444444444vw}.commonMovie .commonMovie_arrow{width:1.25vw;height:.9722222222vw}.commonMovie .commonMovie_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonMovieCol2{gap:2.7777777778vw;margin-block:3.75rem}.commonMovieCol2 .commonMovieCol2_icon{width:3.4722222222vw;height:3.4722222222vw}.commonMovieCol2 .commonMovieCol2_arrow{width:.7777777778vw;height:.4861111111vw}.commonMovieCol2 .commonMovieCol2_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonPageBreak{margin-block:3.75rem}.commonPageBreak .commonPageBreak_img img{aspect-ratio:24/5}html:not([lang=ja]) .commonPageBreak{margin-top:6.25rem;margin-bottom:3.75rem}.commonPageTitle{padding-top:14.25rem;padding-bottom:5.3125rem}.commonPageTitle .commonPageTitle_inner{padding-inline:5.5555555556vw}.commonPageTitle .commonPageTitle_titleJa{margin-bottom:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1}.commonPageTitle .commonPageTitle_titleEn{font-size:clamp(50px,5.5555555556vw,87.5px);line-height:1}.commonPageTitle .commonPageTitle_img{margin-top:4.375rem}.commonPageTitle .commonPageTitle_block{width:77.7777777778vw;margin-top:3.125rem;margin-inline:auto}.commonPageTitle .commonPageTitle_copy{font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:2}.commonPageTitle .commonPageTitle_lead{margin-top:1.25rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}html:not([lang=ja]) .commonPageTitle{padding-block:2.5rem}html:not([lang=ja]) .commonPageTitle .commonPageTitle_block{margin-top:2.25rem}.commonProfile{margin-block:3.75rem;padding-block:2.5rem;padding-inline:16.6666666667vw}.commonProfile .commonProfile_triggerBlock{padding-block:2.5rem}.commonProfile .commonProfile_left{width:9.375rem;height:9.375rem}.commonProfile .commonProfile_img img{aspect-ratio:30/19}.commonProfile .commonProfile_right{padding-right:3.4722222222vw;padding-left:2.7777777778vw}.commonProfile .commonProfile_name{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.5}.commonProfile .commonProfile_position{margin-top:.625rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonProfile .commonProfile_button{right:0;width:3.4722222222vw;height:3.4722222222vw}.commonProfile .commonProfile_bar{width:.8333333333vw;height:.1388888889vw}.commonProfile .commonProfile_contentInner{padding-bottom:2.5rem}.commonProfile .commonProfile_contentBlock{padding:2.5rem 2.7777777778vw}.commonProfile .commonProfile_contentText{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonProfileCol2{display:flex;flex-wrap:wrap;align-items:flex-start;gap:3.75rem 3.125%;margin-block:3.75rem}.commonProfileCol2 .commonProfileCol2_target{width:48.4375%;padding-inline:5.5555555556vw}.commonProfileCol2 .commonProfileCol2_triggerBlock{padding-block:2.5rem}.commonProfileCol2 .commonProfileCol2_left{width:5.5rem;height:5.5rem}.commonProfileCol2 .commonProfileCol2_img img{aspect-ratio:30/19}.commonProfileCol2 .commonProfileCol2_right{padding-right:5.8333333333vw;padding-left:2.7777777778vw}.commonProfileCol2 .commonProfileCol2_name{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonProfileCol2 .commonProfileCol2_position{margin-top:.625rem;font-size:clamp(7.5px,.8333333333vw,13.125px);line-height:2}.commonProfileCol2 .commonProfileCol2_button{right:0;width:3.4722222222vw;height:3.4722222222vw}.commonProfileCol2 .commonProfileCol2_bar{width:.8333333333vw;height:.1388888889vw}.commonProfileCol2 .commonProfileCol2_contentInner{padding-bottom:3.125rem}.commonProfileCol2 .commonProfileCol2_contentBlock{padding:2.5rem 2.7777777778vw}.commonProfileCol2 .commonProfileCol2_contentText{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonRelatedColumn{margin-block:3.75rem}.commonRelatedColumn .commonRelatedColumn_block{flex-direction:row}.commonRelatedColumn .commonRelatedColumn_head{width:22.2222222222vw}.commonRelatedColumn .commonRelatedColumn_titleJa{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonRelatedColumn .commonRelatedColumn_titleEn{margin-top:clamp(9.375px,1.0416666667vw,16.40625px);font-size:clamp(31.25px,3.4722222222vw,54.6875px);line-height:1}.commonRelatedColumn .commonRelatedColumn_body{width:66.6666666667vw}.commonRelatedColumn .commonRelatedColumn_item{background-color:var(--BG_GRAY)}.commonRelatedColumn .commonRelatedColumn_link{padding:3.75rem 8.3333333333vw 4.25rem}.commonRelatedColumn .commonRelatedColumn_left{width:33.3333333333vw;padding-right:2.7777777778vw}.commonRelatedColumn .commonRelatedColumn_time{width:9.7222222222vw;height:1.6666666667vw;border:1px solid rgba(22,23,25,.1);border-radius:.8333333333vw;font-size:clamp(7.5px,.8333333333vw,13.125px);line-height:2}.commonRelatedColumn .commonRelatedColumn_subTitle{margin-top:clamp(9.375px,1.0416666667vw,16.40625px);font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonRelatedColumn .commonRelatedColumn_buttonWrapper{margin-top:1.25rem}.commonRelatedColumn .commonRelatedColumn_right{width:16.6666666667vw}.commonRelatedColumn .commonRelatedColumn_text{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonRelatedColumn .commonRelatedColumn_icon{width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonRelatedColumn .commonRelatedColumn_icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.commonRelatedColumn .commonRelatedColumn_arrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonRelatedInfo{margin-block:3.75rem;padding:3.125rem 5.5555555556vw}.commonRelatedInfo .commonRelatedInfo_thumbnail{margin-top:-3.125rem;margin-bottom:1.875rem}.commonRelatedInfo .commonRelatedInfo_thumbnail img{aspect-ratio:155/87}.commonRelatedInfo .commonRelatedInfo_thumbnail:before{width:calc(100% + 11.1111111111vw)}.commonRelatedInfo .commonRelatedInfo_text{width:43.0555555556vw}.commonRelatedInfo .commonRelatedInfo_title{margin-bottom:1.125rem;padding-bottom:1.625rem;font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonRelatedInfo .commonRelatedInfo_lead{margin-top:1.125rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonRelatedInfo .commonRelatedInfo_description{margin-top:.625rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonRelatedInfo .commonRelatedInfo_buttonWrapper{margin-top:1.875rem}.commonRelatedInfo .commonRelatedInfo_button{display:inline-flex;justify-content:flex-start;align-items:center;width:clamp(125px,13.8888888889vw,218.75px);height:clamp(37.5px,4.1666666667vw,65.625px);padding-inline:clamp(15.625px,1.7361111111vw,27.34375px);border-radius:clamp(18.75px,2.0833333333vw,32.8125px)}.commonRelatedInfo .commonRelatedInfo_button:before{border-radius:clamp(18.75px,2.0833333333vw,32.8125px)}.commonRelatedInfo .commonRelatedInfo_buttonText{text-align:left;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonRelatedInfo .commonRelatedInfo_buttonIcon{right:1.3888888889vw;width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.commonRelatedInfo .commonRelatedInfo_buttonArrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}html:not([lang=ja]) .commonRelatedInfo{margin-top:7.5rem}.commonSlider{position:relative;margin-block:3.75rem}.commonSlider .commonSlider_item{width:47.2222222222vw;padding-inline:1.3888888889vw}.commonSlider .commonSlider_text{width:37.5vw;margin-top:2.2222222222vw}.commonSlider .commonSlider_category{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.commonSlider .commonSlider_category:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.commonSlider .commonSlider_name{margin-top:.6944444444vw;font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.commonSlider .commonSlider_description{margin-top:1.1111111111vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.commonSlider .commonSlider_linkWrapper{margin-top:1.875rem}.commonSlider .commonSlider_control{justify-content:flex-end;gap:2.3611111111vw}.commonSlider .commonSlider_pagination{gap:.75rem;position:absolute;top:22.3611111111vw;left:27.7083333333vw;z-index:1;padding-top:1.0416666667vw;padding-inline:1.25vw;background-color:var(--MAIN_WHITE)}.commonSlider .commonSlider_bar{width:clamp(25px,2.7777777778vw,43.75px)}.commonSlider .commonSlider_num{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.commonSlider .commonSlider_button{position:absolute;top:10.4166666667vw;z-index:1}.commonSlider .commonSlider_button.-prev{left:26.1111111111vw}.commonSlider .commonSlider_button.-next{left:70.4861111111vw}.commonTextBox{margin-block:3.75rem;padding:4.375rem 4.1666666667vw 4.1666666667vw}.commonTextBox .commonTextBox_title{margin-bottom:1.75rem;padding-bottom:1.875rem;font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.5}.commonTextBoxCol2{gap:2.7777777778vw;margin-block:3.75rem}.commonTextBoxCol2 .commonTextBoxCol2_block{padding:3.125rem 2.7777777778vw}.commonTextBoxCol2 .commonTextBoxCol2_title{margin-bottom:1.125rem;padding-bottom:1.625rem;font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.5}.commonTextBoxCol2 .commonTextBoxCol2_text{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonTextBoxCol3{grid-template-columns:repeat(3,1fr);gap:2.7777777778vw;margin-block:3.75rem}.commonTextBoxCol3 .commonTextBoxCol3_block{padding:2.5rem 2.0833333333vw}.commonTextBoxCol3 .commonTextBoxCol3_title{margin-bottom:1.75rem;padding-bottom:1.875rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonTextBoxCol3 .commonTextBoxCol3_text{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.commonThumbnailSlider{margin-block:3.75rem}.commonThumbnailSlider .commonThumbnailSlider_trigger{width:6.9444444444vw;height:6.9444444444vw}.commonThumbnailSlider .commonThumbnailSlider_arrow{width:1.25vw;height:.9722222222vw}.commonThumbnailSlider .commonThumbnailSlider_caption{margin-top:.9375rem;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.commonThumbnailSlider .commonThumbnailSlider_pagination{gap:.9027777778vw;position:absolute;top:12.7777777778vw;left:-2.5vw;writing-mode:vertical-rl}.commonThumbnailSlider .commonThumbnailSlider_num{font-size:.9722222222vw;line-height:2}.commonThumbnailSlider .commonThumbnailSlider_bar{width:1px;height:2.7777777778vw}.commonThumbnailSlider .commonThumbnailSlider_button{position:absolute;top:13.8888888889vw}.commonThumbnailSlider .commonThumbnailSlider_button.-prev{left:-5.5555555556vw}.commonThumbnailSlider .commonThumbnailSlider_button.-next{right:-5.5555555556vw}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail{margin-top:2.5rem}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_item{width:13.9756944444vw;padding-right:.3472222222vw}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_trigger,.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_icon{width:3.4722222222vw;height:3.4722222222vw}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_arrow{width:.7777777778vw;height:.4861111111vw}.commonTitle{margin-block:3.75rem}.commonTitle .commonTitle_titleJa{font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:1}.commonTitle .commonTitle_titleEn{margin-top:1rem;font-size:clamp(31.25px,3.4722222222vw,54.6875px);line-height:1}.commonTitle .commonTitle_block{margin-top:3.125rem;margin-inline:auto}.commonTitle .commonTitle_copy{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.commonTitle .commonTitle_lead{margin-top:1.25rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.button{gap:clamp(11.25px,1.25vw,19.6875px);padding:clamp(8.125px,.9027777778vw,14.21875px) clamp(11.25px,1.25vw,19.6875px) clamp(8.125px,.9027777778vw,14.21875px) clamp(12.5px,1.3888888889vw,21.875px)}.button .button_text{line-height:2}.button.-default{width:clamp(125px,13.8888888889vw,218.75px);height:clamp(37.5px,4.1666666667vw,65.625px);border-radius:clamp(37.5px,4.1666666667vw,65.625px)}.button.-default:before{border-radius:clamp(37.5px,4.1666666667vw,65.625px)}.button.-default .button_text{font-size:clamp(9.375px,1.0416666667vw,16.40625px)}.button.-default .button_icon{width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.button.-default .button_arrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.button.-largeHitDsp{position:relative;width:100%;padding:clamp(8.125px,.9027777778vw,14.21875px) clamp(75px,8.3333333333vw,131.25px);border-radius:5rem}.button.-largeHitDsp:before{border-radius:5rem}.button.-largeHitDsp .button_text{text-align:center;font-size:clamp(9.375px,1.0416666667vw,16.40625px)}.button.-largeHitDsp .button_icon{position:absolute;right:clamp(12.5px,1.3888888889vw,21.875px);width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.button.-largeCase{position:relative;width:100%;height:clamp(37.5px,4.1666666667vw,65.625px);padding:clamp(9.375px,1.0416666667vw,16.40625px) clamp(11.25px,1.25vw,19.6875px) clamp(9.375px,1.0416666667vw,16.40625px) clamp(12.5px,1.3888888889vw,21.875px);border-radius:5rem}.button.-largeCase:before{border-radius:5rem}.button.-largeCase .button_text{font-size:clamp(9.375px,1.0416666667vw,16.40625px)}.button.-largeCase .button_icon{right:clamp(10px,1.1111111111vw,17.5px);width:clamp(15px,1.6666666667vw,26.25px);height:clamp(15px,1.6666666667vw,26.25px)}.button.-min{width:inherit;height:inherit;min-width:200px;min-height:60px;border-radius:3.75rem}.button.-min:before{border-radius:3.75rem}.button.-min .button_text{flex:1;font-size:clamp(15px,1.0416666667vw,16.40625px)}.button.-min .button_icon{width:clamp(24px,1.6666666667vw,26.25px);height:clamp(24px,1.6666666667vw,26.25px)}.button.-min .button_arrow{width:clamp(7px,.4861111111vw,7.65625px);height:clamp(10px,.6944444444vw,10.9375px)}.button.-blank .button_arrow{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.lang .lang_trigger{width:3.125rem;height:1.625rem;padding-inline:.625rem;border-radius:.8125rem;font-size:.75rem;line-height:2}.lang .lang_arrow{right:.625rem;width:.4375rem;height:.25rem}.lang .lang_body{position:absolute;top:1.625rem;left:50%;transform:translate(-50%)}.lang .lang_list{width:5rem;padding:.875rem;border-radius:1.5625rem;text-align:center;font-weight:600;font-size:.75rem;line-height:2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.lang .lang_item{position:relative}.lang .lang_link.-current{pointer-events:none}.lang .lang_link.-current .lang_line{transform:translate(-50%) scaleX(1);transform-origin:left}.lang .lang_line{position:absolute;bottom:.2777777778vw;left:50%;transform:translate(-50%) scaleX(0);transform-origin:right;width:1.0416666667vw;height:1px}.lang.-white .lang_body{padding-top:1.5rem}.lang.-black .lang_body{padding-top:.75rem}.lang.-black .lang_list{background-color:#0006}.lang.-black .lang_link{color:var(--MAIN_WHITE)}.lang.-black .lang_line{background-color:var(--MAIN_WHITE)}.lang.-footerSelect{display:none}.lang.-footerTrigger{display:block}.-change .lang.-white .lang_list{background-color:#0006}.link{display:flex;gap:.5rem}.link .link_text{font-weight:700;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.link .link_icon{display:inline-flex;justify-content:center;align-items:center;flex-shrink:0;position:relative;width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);border-radius:50%;overflow:hidden;background-color:var(--MAIN_PURPLE);font-weight:700;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.link .link_icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.link .link_arrow{display:inline-flex;position:relative;left:1px;z-index:1;width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.link.-service{margin-top:2rem}.link.-service .link_icon{width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.linkArea{padding-block:7.6875rem}.linkArea .linkArea_text{font-size:clamp(16.875px,1.875vw,29.53125px);line-height:2}.modal .modal_container{padding-block:9.25rem}.modal .modal_content{width:55.5555555556vw}.modal .modal_category{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.modal .modal_category:before{width:10px;height:10px}.modal .modal_title{margin-top:1rem;font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.modal .modal_close{top:-2.0833333333vw;right:-11.1111111111vw}.modal .modal_body{margin-top:2.5rem}.modal .modal_copy{margin-top:3.125rem;padding-bottom:2rem;font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.5}.modal .modal_description{margin-top:1.5rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.modal .modal_buttonWrapper{margin-top:3.125rem}.moreButton{gap:clamp(5px,.5555555556vw,8.75px);width:clamp(125px,13.8888888889vw,218.75px);height:clamp(37.5px,4.1666666667vw,65.625px);border-radius:clamp(18.75px,2.0833333333vw,32.8125px)}.moreButton .moreButton_text{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.moreButton .moreButton_arrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.newsList .newsList_link{display:flex;align-items:center;padding-block:2.125rem 2.125rem}.newsList .newsList_left{width:25vw;gap:2.7777777778vw;padding-right:3.4722222222vw}.newsList .newsList_time{width:9.7222222222vw;height:1.6666666667vw;border-radius:.8333333333vw;font-size:clamp(7.5px,.8333333333vw,13.125px);line-height:2}.newsList .newsList_category{width:9.0277777778vw;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.newsList .newsList_right{flex:1;display:flex;justify-content:space-between;align-items:center;gap:2.3611111111vw}.newsList .newsList_text{flex:1;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.newsList .newsList_arrow{display:inline-flex;width:.4284722222vw;height:.6944444444vw}.pageSubTitle .pageSubTitle_titleJa{font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:1}.pageSubTitle .pageSubTitle_titleEn{margin-top:1rem;font-size:clamp(31.25px,3.4722222222vw,54.6875px);line-height:1}.pageSubTitle .pageSubTitle_block{margin-top:3.125rem;margin-inline:auto}.pageSubTitle .pageSubTitle_copy{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.pageSubTitle .pageSubTitle_lead{margin-top:1.25rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.pageTitle{padding-top:14.25rem;padding-bottom:5.3125rem}.pageTitle .pageTitle_inner{padding-inline:5.5555555556vw}.pageTitle .pageTitle_titleJa{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1}.pageTitle .pageTitle_titleEn{margin-top:1.375rem;font-size:clamp(50px,5.5555555556vw,87.5px);line-height:1}.pageTitle .pageTitle_block{width:77.7777777778vw;margin-top:3.125rem;margin-inline:auto}.pageTitle .pageTitle_copy{font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:2}.pageTitle .pageTitle_lead{margin-top:1.25rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post_body{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body h2:not([class]),.post .post_body h3:not([class]){margin-top:5.75rem;margin-bottom:2.875rem;padding-bottom:1.875rem}.post .post_body h2:not([class]) span+span,.post .post_body h3:not([class]) span+span{margin-top:.625rem}.post .post_body h2:not([class]) .purple,.post .post_body h3:not([class]) .purple{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.post .post_body h2:not([class]) .white,.post .post_body h3:not([class]) .white{font-size:clamp(25px,2.7777777778vw,43.75px);line-height:1.5}.post .post_body p:not([class]){font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body p:not([class]) a[target=_blank]:after{width:.8333333333vw;height:.8333333333vw}.post .post_body p:not([class]) a.-label:after{width:3.8194444444vw;height:1.1111111111vw;margin-left:.3472222222vw;border-radius:.9722222222vw;font-size:clamp(6.25px,.6944444444vw,10.9375px)}.post .post_body b:not([class]){font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body ul:not([class]){font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body ul:not([class])>li{padding-left:1.75em}.post .post_body ul:not([class])>li:not(:first-of-type){margin-top:.3125rem}.post .post_body ul:not([class])>li:before{top:clamp(7.5px,.8333333333vw,13.125px)}.post .post_body ul:not([class])>li>ul{margin-top:.5rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.post .post_body ul:not([class])>li>ul>li{padding-left:2.8em}.post .post_body ul:not([class])>li>ul>li:not(:first-of-type){margin-top:.5rem}.post .post_body ul:not([class])>li>ul>li:before{top:.4166666667vw;left:.9722222222vw}.post .post_body ol:not([class]){font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body ol:not([class])>li{padding-left:1.75em}.post .post_body ol:not([class])>li:not(:first-of-type){margin-top:.3125rem}.post .post_body ol:not([class])>li:before{top:clamp(5.625px,.625vw,9.84375px);font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:1}.post .post_body ol:not([class])>li>ol{margin-top:.5rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.post .post_body ol:not([class])>li>ol>li{padding-left:2.8em}.post .post_body ol:not([class])>li>ol>li:not(:first-of-type){margin-top:.5rem}.post .post_body ol:not([class])>li>ol>li:before{top:4px;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:1}.post .post_body table:not([class]){margin-block:2.5rem}.post .post_body table:not([class]) th{width:13.8888888889vw;padding:1.5625rem 1.3888888889vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body table:not([class]) td{padding:1.5625rem 1.3888888889vw;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.post .post_body .side table:not([class]) th{padding:.9375rem 1.3888888889vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.post .post_body .side table:not([class]) td{padding:.9375rem 1.3888888889vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}html:not([lang=ja]) .post .post_body{padding-top:4.375rem;padding-bottom:8.4375rem}.sliderNav{gap:1.25rem}.sliderNav .sliderNav_button{width:clamp(31.25px,3.4722222222vw,54.6875px);height:clamp(31.25px,3.4722222222vw,54.6875px)}.sliderNav .sliderNav_arrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.support .support_inner{padding-inline:11.1111111111vw}.support .support_grid{display:grid}.support .support_head{grid-area:head}.support .support_body{grid-area:body}.support .support_foot{grid-area:foot}.support .support_lead{font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:2}.support .support_description{margin-top:.3125rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.support .support_button{margin-top:2.5rem}.support.-home{padding-top:9.375rem}.support.-home .support_grid{grid-template:"body head" auto "body foot" 1fr/38.8888888889vw 38.8888888889vw;gap:1.75rem 0}.support.-home .support_head,.support.-home .support_foot{padding-left:5.5555555556vw}.support.-digital{padding-block:9.375rem}.support.-digital .support_grid{grid-template:"head body" auto "head foot" 1fr/1fr 1fr;gap:1.5rem 0}.title .title_ja{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.title.-pickup .title_en{margin-top:clamp(5px,.5555555556vw,8.75px);font-size:clamp(31.25px,3.4722222222vw,54.6875px)}.title.-service .title_en{margin-top:clamp(6.25px,.6944444444vw,10.9375px);font-size:clamp(62.5px,6.9444444444vw,109.375px)}.title.-support .title_en{margin-top:clamp(6.25px,.6944444444vw,10.9375px);font-size:clamp(31.25px,3.4722222222vw,54.6875px)}.title.-areas .title_en{margin-top:clamp(7.5px,.8333333333vw,13.125px);font-size:clamp(62.5px,6.9444444444vw,109.375px)}.title.-news .title_en{margin-top:clamp(11.25px,1.25vw,19.6875px);font-size:clamp(43.75px,4.8611111111vw,76.5625px)}.title.-clients .title_en{margin-top:.5rem;font-size:clamp(31.25px,3.4722222222vw,54.6875px)}.title.-common .title_ja{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.title.-common .title_en{margin-top:.5rem;font-size:clamp(31.25px,3.4722222222vw,54.6875px)}.about .about_highLightLink{padding-block:7.5rem;padding-inline:22.2222222222vw}.aboutHighLightLink{padding:4rem 5.5555555556vw 5.5rem}.aboutHighLightLink .aboutHighLightLink_head{padding-bottom:1.5rem}.aboutHighLightLink .aboutHighLightLink_head:after{border-radius:2px}.aboutHighLightLink .aboutHighLightLink_title{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.8}.aboutHighLightLink .aboutHighLightLink_icon{display:inline-flex;justify-content:center;align-items:center;position:relative;width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);border-radius:50%;overflow:hidden;background-color:var(--MAIN_WHITE);font-weight:700;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.aboutHighLightLink .aboutHighLightLink_icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_PURPLE)}.aboutHighLightLink .aboutHighLightLink_arrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.aboutHighLightLink .aboutHighLightLink_arrow svg{fill:var(--MAIN_BLACK)}.aboutHighLightLink .aboutHighLightLink_body{margin-top:1.25rem}.aboutHighLightLink .aboutHighLightLink_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.aboutOurService .aboutOurService_inner{padding-inline:5.5555555556vw}.aboutOurService .aboutOurService_grid{display:grid;position:sticky;top:calc(50% - var(--CONTENT_HEIGHT) / 2)}.aboutOurService .aboutOurService_grid:before{content:"";position:absolute;top:calc(var(--CONTENT_HEIGHT) / 2);left:50%;transform:translate(-50%);width:var(--BG_WIDTH);height:var(--BG_HEIGHT);background-color:var(--MAIN_WHITE)}.aboutOurService .aboutOurService_item{position:relative}.aboutOurService .aboutOurService_head{top:-8.375rem}.aboutOurService .aboutOurService_block{display:flex;gap:5.8333333333vw;position:relative;padding:6.625rem 11.1111111111vw 4.375rem;overflow:hidden;-webkit-mask-image:url(/assets/img/about/mask_rectangle.png);mask-image:url(/assets/img/about/mask_rectangle.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-position:100% 100%;mask-position:100% 100%}.aboutOurService .aboutOurService_block.-gray{background-color:#e9e9e9}.aboutOurService .aboutOurService_img{display:grid;place-items:center;width:30.2777777778vw}.aboutOurService .aboutOurService_text{display:flex;flex-direction:column;justify-content:center;position:relative;width:30.5555555556vw}.aboutOurService .aboutOurService_title{gap:.5rem}.aboutOurService .aboutOurService_titleJa{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.aboutOurService .aboutOurService_titleEn.-ooh{width:7.5vw}.aboutOurService .aboutOurService_titleEn.-creative{width:16.7361111111vw}.aboutOurService .aboutOurService_titleEn.-crossmedia{width:23.1944444444vw}.aboutOurService .aboutOurService_description{margin-top:1.75rem;font-size:clamp(10.625px,1.1805555556vw,18.59375px);line-height:1.8}.aboutOurService .aboutOurService_button{margin-top:2.25rem}.aboutOurService .aboutOurService_pagination{display:inline-flex;align-items:center;gap:.75rem;position:absolute;right:5vw;bottom:5.375rem;writing-mode:vertical-rl}.aboutOurService .aboutOurService_bar{width:1px;height:40px;background-color:var(--BG_BLACK)}.aboutOurService .aboutOurService_contentHeight{position:relative;pointer-events:none}.aboutPhilosophy{padding-top:7.5rem;padding-bottom:10.9375rem}.aboutPhilosophy .aboutPhilosophy_inner{padding-inline:5.5555555556vw}.aboutPhilosophy .aboutPhilosophy_block{display:flex;align-items:flex-start}.aboutPhilosophy .aboutPhilosophy_head{position:sticky;top:7.5rem;width:36.1111111111vw}.aboutPhilosophy .aboutPhilosophy_body{width:52.7777777778vw;margin-top:-3rem}.aboutPhilosophy .aboutPhilosophy_copy{margin-bottom:1.875rem;font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.aboutPhilosophy .aboutPhilosophy_text{width:36.8055555556vw;margin-top:3.125rem}.aboutPhilosophy .aboutPhilosophy_description{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.aboutPhilosophy .aboutPhilosophy_description:not(:first-of-type){font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.aboutVision{padding-top:10.5rem;padding-bottom:16.375rem}.aboutVision .aboutVision_inner{padding-inline:5.5555555556vw}.aboutVision .aboutVision_block{display:flex;align-items:flex-start}.aboutVision .aboutVision_head{position:sticky;top:7.5rem;width:36.1111111111vw}.aboutVision .aboutVision_body{width:52.7777777778vw;margin-top:-.75rem}.aboutVision .aboutVision_list{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.5}.aboutVision .aboutVision_item{padding-top:3.4375rem;padding-bottom:3.75rem}.boardArchive .boardArchive_content{padding-block:6.25rem}.boardArchive .boardArchive_inner{padding-inline:5.5555555556vw}.boardArchive .boardArchive_grid{gap:6.25vw 3.125vw;grid-template-columns:repeat(2,1fr)}.boardArchive .boardArchive_thumbnail img{aspect-ratio:155/87}.boardArchive .boardArchive_text{margin-top:2.1875rem}.boardArchive .boardArchive_category{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.boardArchive .boardArchive_category:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.boardArchive .boardArchive_description{margin-top:1rem;font-size:clamp(15px,1.6666666667vw,26.25px);line-height:1.5}.boardArchive .boardArchive_area{gap:.5625rem;margin-top:1.25rem}.boardArchive .boardArchive_areaHead{display:inline-flex;justify-content:center;align-items:center;width:6.9444444444vw;height:2.0833333333vw;border:1px solid rgba(0,0,0,.1);border-radius:.9375rem;font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.boardArchive .boardArchive_areaBody{margin-left:.125rem}.boardArchive .boardArchive_areaList{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.boardArchive .boardArchive_areaItem{padding-inline:.8333333333vw}.boardArchive .boardArchive_areaItem:not(:first-of-type):before{height:15px}.boardArchive .boardArchive_linkWrapper{margin-top:1.3125rem}.boardArchiveOther .boardArchiveOther_contents{padding-bottom:2.5rem}.boardArchiveOther .boardArchiveOther_content{padding-inline:2.7777777778vw}.boardPost{padding-top:14.25rem}.boardPost .boardPost_inner{padding-inline:2.7777777778vw}.boardPost .boardPost_head{width:78.1944444444vw;margin-inline:auto}.boardPost .boardPost_category{width:9.6527777778vw;height:2.0833333333vw;border-radius:1.0416666667vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.boardPost .boardPost_title{margin-top:-.75rem;font-size:clamp(37.5px,4.1666666667vw,65.625px);line-height:2}.boardPost .boardPost_bg{bottom:-.375rem;height:12.1527777778vw}.boardPost .boardPost_slider{margin-top:5.1875rem}.boardPost .boardPost_copy{padding-inline:22.2222222222vw;margin-top:11.1111111111vw;font-size:clamp(22.5px,2.5vw,39.375px);line-height:1.5}.boardPost .boardPost_copy:before{top:-6.8055555556vw;width:calc(100% - 11.1111111111vw);height:6.8055555556vw}.boardPost .boardPost_body{padding:5rem 22.2222222222vw 5.625rem}.boardPost .boardPost_foot{margin-top:-3.75rem;padding-inline:5.5555555556vw;padding-bottom:8.75rem}.boardPost .boardPost_download{margin-top:5.625rem}.boardPost .boardPost_downloadText{gap:.8333333333vw}.boardPost .boardPost_downloadButton{width:55.5555555556vw;max-width:100%;margin-inline:auto;padding:2.0833333333vw 5.5555555556vw;border-radius:3.4722222222vw}.boardPost .boardPost_downloadButton:before{border-radius:3.4722222222vw}.boardPost .boardPost_downloadDescription{font-size:1.25vw;line-height:2}.boardPost .boardPost_downloadLabel{width:3.8194444444vw;height:1.1111111111vw;border-radius:.9722222222vw;font-size:.6944444444vw}.boardPost .boardPost_downloadIcon{width:2.0833333333vw;height:2.0833333333vw}.boardPost .boardPost_downloadArrow{width:1.0493055556vw;height:.8333333333vw}.boardPost .boardPost_moreButton{padding-top:6.25rem;padding-bottom:7.5rem}.boardPostSlider .boardPostSlider_front,.boardPostSlider .boardPostSlider_back{padding-bottom:1.25rem}.boardPostSlider .boardPostSlider_img{height:48.2638888889vw}.boardPostSlider .boardPostSlider_triggerArea{bottom:2.375rem;padding-top:1.3888888889vw;padding-right:.6944444444vw;padding-left:1.3888888889vw;border-radius:4.5138888889vw 0 0}.boardPostSlider .boardPostSlider_triggerCornerTopRight{top:-3.4722222222vw;right:0;width:3.4722222222vw;height:3.4722222222vw}.boardPostSlider .boardPostSlider_triggerCornerTopRight:before{box-shadow:3.4722222222vw 3.4722222222vw 0 var(--BG_GRAY)}.boardPostSlider .boardPostSlider_triggerCornerTopLeft{bottom:0;left:-3.4722222222vw;width:3.4722222222vw;height:3.4722222222vw}.boardPostSlider .boardPostSlider_triggerCornerTopLeft:before{box-shadow:3.4722222222vw 3.4722222222vw 0 var(--BG_GRAY)}.boardPostSlider .boardPostSlider_trigger{width:22.2222222222vw;height:6.9444444444vw;border-radius:3.4722222222vw}.boardPostSlider .boardPostSlider_bg{position:absolute;inset:0}.boardPostSlider .boardPostSlider_triggerLeft{gap:.3472222222vw;position:absolute;bottom:2.3611111111vw;left:4.4444444444vw;padding:.4861111111vw .8333333333vw .4861111111vw .625vw;border-radius:.9375rem;background-color:#161719cc}.boardPostSlider .boardPostSlider_triggerEyeIcon{width:1.25vw;height:.8333333333vw}.boardPostSlider .boardPostSlider_triggerText{font-size:clamp(6.875px,.7638888889vw,12.03125px);line-height:1.5}.boardPostSlider .boardPostSlider_triggerRight{position:absolute;right:0;width:6.9444444444vw;height:6.9444444444vw;border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE)}.boardPostSlider .boardPostSlider_triggerRight:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.boardPostSlider .boardPostSlider_triggerChangeIcon{width:1.3888888889vw;height:1.3888888889vw}.boardPostSlider .boardPostSlider_pagination{gap:1.3888888889vw;margin-top:.8125rem}.boardPostSlider .boardPostSlider_button{top:22.4305555556vw;z-index:1}.boardPostSlider .boardPostSlider_button.-prev{left:2.7777777778vw}.boardPostSlider .boardPostSlider_button.-next{right:2.7777777778vw}.caseArchive .caseArchive_inner{margin-bottom:7.5rem}.caseArchive .caseArchive_content{padding-top:6.25rem}.caseArchive .caseArchive_head{padding-inline:5.5555555556vw}.caseArchive .caseArchive_body{margin-top:3.75rem;padding-inline:5.5555555556vw;padding-bottom:9.375rem}.caseArchiveBody .caseArchiveBody_grid{grid-template-columns:repeat(2,1fr);gap:5rem 2.9166666667vw}.caseArchiveBody .caseArchiveBody_grid.-more{padding-top:5rem}.caseArchiveBody .caseArchiveBody_thumbnail{height:24.1666666667vw}.caseArchiveBody .caseArchiveBody_text{margin-top:2.4305555556vw;padding-right:11.1111111111vw}.caseArchiveBody .caseArchiveBody_client{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.75}.caseArchiveBody .caseArchiveBody_client:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.caseArchiveBody .caseArchiveBody_name{margin-top:.8333333333vw;font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:1.8}.caseArchiveBody .caseArchiveBody_tagList{gap:.625rem .6944444444vw;margin-top:.9375rem}.caseArchiveBody .caseArchiveBody_tagItem{padding:.5rem 1.0416666667vw;border-radius:1.0416666667vw;font-size:clamp(8.75px,.9722222222vw,15.3125px)}.caseArchiveBody .caseArchiveBody_button{width:2.0833333333vw;height:2.0833333333vw}.caseArchiveBody .caseArchiveBody_bar{width:.8333333333vw;height:.1388888889vw}.caseArchiveBody .caseArchiveBody_moreButton{margin-top:5.625rem}.caseArchiveHead .caseArchiveHead_text{font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.caseArchiveHead .caseArchiveHead_list{display:grid;grid-template-columns:repeat(5,1fr);gap:.6944444444vw;margin-top:2.1875rem}.caseArchiveHead .caseArchiveHead_item{height:2.7777777778vw}.caseArchiveHead .caseArchiveHead_trigger{width:100%;height:100%;padding:.59375rem 1.7361111111vw;border-radius:1.3888888889vw;background-color:var(--MAIN_WHITE);font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:1.5}.caseClients{padding-block:8.4375rem}.caseClients .caseClients_inner{padding-inline:5.5555555556vw}.caseClients .caseClients_head{width:22.2222222222vw}.caseClients .caseClients_body{width:66.6666666667vw}.caseClients .caseClients_grid{grid-template-columns:repeat(4,1fr);gap:.5555555556vw}.caseClients .caseClients_text{margin-top:2.625rem}.caseClients .caseClients_name{font-size:clamp(7.5px,.8333333333vw,13.125px);line-height:2.8333333333}.caseSlider{position:relative}.caseSlider .caseSlider_item{width:47.2222222222vw;padding-inline:1.3888888889vw}.caseSlider .caseSlider_text{width:37.5vw;margin-top:2.2222222222vw}.caseSlider .caseSlider_category{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.caseSlider .caseSlider_category:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.caseSlider .caseSlider_name{margin-top:.6944444444vw;font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.caseSlider .caseSlider_description{margin-top:1.1111111111vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.caseSlider .caseSlider_linkWrapper{margin-top:1.875rem}.caseSlider .caseSlider_control{justify-content:flex-end;gap:2.3611111111vw}.caseSlider .caseSlider_pagination{gap:.75rem;position:absolute;top:22.3611111111vw;left:27.7083333333vw;z-index:1;padding-top:1.0416666667vw;padding-inline:1.25vw;background-color:var(--MAIN_WHITE)}.caseSlider .caseSlider_bar{width:clamp(25px,2.7777777778vw,43.75px)}.caseSlider .caseSlider_num{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.caseSlider .caseSlider_button{position:absolute;top:10.4166666667vw;z-index:1}.caseSlider .caseSlider_button.-prev{left:26.1111111111vw}.caseSlider .caseSlider_button.-next{left:70.4861111111vw}.caseSlider .swiper{width:100vw}.homeAbout{padding-top:11.125rem;padding-bottom:10.625rem}.homeAbout .homeAbout_inner{padding-inline:9.0277777778vw}.homeAbout .homeAbout_head{padding-left:1.5972222222vw}.homeAbout .homeAbout_word:nth-of-type(1){width:36.5972222222vw}.homeAbout .homeAbout_word:nth-of-type(2){width:57.9166666667vw;margin-top:.875rem;margin-left:.9722222222vw}.homeAbout .homeAbout_word:nth-of-type(3){width:25.4166666667vw;margin-top:1rem;margin-left:.9027777778vw}.homeAbout .homeAbout_wordChild:nth-of-type(2){margin-left:1.1111111111vw}.homeAbout .homeAbout_body{width:41.0416666667vw;margin-top:2.5rem}.homeAbout .homeAbout_lead{font-size:clamp(26.25px,2.9166666667vw,45.9375px);line-height:1.5}.homeAbout .homeAbout_description{margin-top:1.875rem;font-size:clamp(16.875px,1.875vw,29.53125px);line-height:2}.homeAbout_description+.homeAbout_description{margin-top:1.5rem}.homeAbout .homeAbout_link{margin-top:2.5rem;font-size:clamp(16.875px,1.875vw,29.53125px);line-height:2}.homeAbout .homeAbout_link:after{bottom:.5rem}.homeArea{width:43.0555555556vw;padding:3.875rem 2.7777777778vw 3.75rem}.homeArea .homeArea_subTitle{gap:1.8055555556vw;padding-left:2.5694444444vw}.homeArea .homeArea_subTitle:before{left:0;width:clamp(12.5px,1.3888888889vw,21.875px);height:clamp(12.5px,1.3888888889vw,21.875px)}.homeArea .homeArea_subTitleJa{width:9.7222222222vw;height:2.0833333333vw;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.homeArea .homeArea_body{align-items:center;gap:1.1111111111vw;margin-top:2rem}.homeArea .homeArea_subHead{display:inline-flex;justify-content:center;align-items:center;width:8.3333333333vw;height:2.0833333333vw;border:1px solid rgba(0,0,0,.1);border-radius:clamp(18.75px,2.0833333333vw,32.8125px);font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.homeArea .homeArea_subBody{flex:1;padding-left:1.1111111111vw}.homeArea .homeArea_list{margin-left:-.75rem;font-size:clamp(11.25px,1.25vw,19.6875px);line-height:2}.homeArea .homeArea_item{padding-inline:.6944444444vw}.homeArea .homeArea_item:not(:last-of-type):after{height:15px}.homeArea .homeArea_foot{margin-top:2rem}.homeArea .homeArea_bg{top:.8333333333vw;right:1.1111111111vw;width:21.4583333333vw}.homeArea.-digital .homeArea_subTitleEn{width:21.25vw}.homeArea.-analog .homeArea_subTitleEn{width:22.4305555556vw}.homeAreas{padding-top:7.8rem;padding-bottom:8.4375rem}.homeAreas .homeAreas_inner{padding-inline:5.5555555556vw}.homeAreas .homeAreas_body{margin-top:2rem}.homeAreas .homeAreas_homeArea{gap:2.7777777778vw}.homeAreas .homeAreas_foot{display:flex;flex-direction:column-reverse;margin-top:3rem}.homeAreas .homeAreas_list{margin-top:1.4375rem}.homeAreas .homeAreas_item{width:27.7777777778vw;padding-right:2.7777777778vw}.homeAreas .homeAreas_text{width:20.8333333333vw;margin-top:1.5rem}.homeAreas .homeAreas_category{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.homeAreas .homeAreas_category:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.homeAreas .homeAreas_name{margin-top:.125rem;font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:1.5}.homeAreas .homeAreas_description{margin-top:.625rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.homeAreas .homeAreas_linkWrapper{margin-top:1.25rem}.homeAreas .homeAreas_control{justify-content:flex-end;gap:2.3611111111vw}.homeAreas .homeAreas_pagination{gap:.75rem}.homeAreas .homeAreas_bar{width:clamp(25px,2.7777777778vw,43.75px)}.homeAreas .homeAreas_num{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.homeAreas .swiper{width:94.4444444444vw}.homeContact .homeContact_link{padding-block:9.5rem}.homeContact .homeContact_inner{padding-inline:22.2222222222vw}.homeContact .homeContact_title{font-size:clamp(15px,1.6666666667vw,26.25px);line-height:2}.homeContact .homeContact_body{margin-top:2.5rem}.homeContact .homeContact_lead{font-size:clamp(21.25px,2.3611111111vw,37.1875px);line-height:1.5}.homeContact .homeContact_button{margin-top:2.8125rem}.homeFv .homeFv_title{bottom:-8.4722222222vw;width:97.0833333333vw}.homeHitDsp .homeHitDsp_inner{padding-inline:5.5555555556vw}.homeHitDsp .homeHitDsp_head{gap:1.25vw;padding:2.25rem 16.6666666667vw 1.875rem}.homeHitDsp .homeHitDsp_right{margin-top:-.375rem}.homeHitDsp .homeHitDsp_markLogo{width:4.1666666667vw;height:4.1666666667vw}.homeHitDsp .homeHitDsp_name{font-size:clamp(20px,2.2222222222vw,35px);line-height:2}.homeHitDsp .homeHitDsp_copy{margin-top:-1.125rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.homeHitDsp .homeHitDsp_body{padding:3rem 16.6666666667vw 5rem}.homeHitDsp .homeHitDsp_block{display:flex;justify-content:space-between;align-items:center;gap:2.7777777778vw}.homeHitDsp .homeHitDsp_title{width:25vw;margin-top:-.5rem}.homeHitDsp .homeHitDsp_lead{width:27.7777777778vw;font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.9}.homeHitDsp .homeHitDsp_description{margin-top:1.625rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.homeHitDsp .homeHitDsp_button{margin-top:2.25rem}.homeNews{padding-top:7.5rem;padding-bottom:9rem}.homeNews .homeNews_inner{padding-inline:22.2222222222vw}.homeNews .homeNews_button{margin-top:2.5rem}.homePickUp{padding-top:10.625rem;padding-bottom:7.8rem}.homePickUp .homePickUp_inner{padding-left:11.1111111111vw}.homePickUp .homePickUp_block{display:grid;gap:2.75rem 6.9444444444vw;position:relative;grid-template:"head body" auto "foot body" 1fr/15.9722222222vw 1fr}.homePickUp .homePickUp_head{grid-area:head}.homePickUp .homePickUp_body{grid-area:body;position:relative}.homePickUp .homePickUp_slider{width:65.9722222222vw;padding-right:18.75vw}.homePickUp .homePickUp_item{padding-right:2.7777777778vw}.homePickUp .homePickUp_movieIcon{width:6.9444444444vw;height:6.9444444444vw}.homePickUp .homePickUp_movieArrow{width:1.25vw;height:.9722222222vw}.homePickUp .homePickUp_text{width:34.7222222222vw;margin-top:1.75rem}.homePickUp .homePickUp_name{padding-left:1.375rem;font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.homePickUp .homePickUp_name:before{width:clamp(6.25px,.6944444444vw,10.9375px);height:clamp(6.25px,.6944444444vw,10.9375px)}.homePickUp .homePickUp_lead{margin-top:.5rem;font-size:clamp(17.5px,1.9444444444vw,30.625px);line-height:1.5}.homePickUp .homePickUp_description{margin-top:1.25rem;font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.homePickUp .homePickUp_foot{grid-area:foot}.homePickUp .homePickUp_control{flex-direction:row-reverse;justify-content:flex-end;gap:2.5vw;margin-top:1.875rem}.homePickUp .homePickUp_pagination{gap:.75rem}.homePickUp .homePickUp_bar{width:clamp(25px,2.7777777778vw,43.75px)}.homePickUp .homePickUp_num{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.homePickUp .homePickUp_links{justify-content:center;position:relative;width:88.8888888889vw;margin-top:4rem}.homePickUp .homePickUp_links:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:1px;height:40px;background-color:#16171926}.homePickUp .homePickUp_link{width:50%;padding:2.125rem 5.5555555556vw;font-size:clamp(11.25px,1.25vw,19.6875px);line-height:1.8}.homePickUp .homePickUp_link:nth-of-type(1){border-radius:50px 0 0 50px}.homePickUp .homePickUp_link:nth-of-type(2){border-radius:0 50px 50px 0}.homePickUp .homePickUp_linkIcon{display:inline-flex;justify-content:center;align-items:center;position:relative;z-index:1;width:clamp(18.75px,2.0833333333vw,32.8125px);height:clamp(18.75px,2.0833333333vw,32.8125px);border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);border-radius:50%;background-color:var(--MAIN_PURPLE)}.homePickUp .homePickUp_linkIcon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;border-radius:50%;background-color:var(--MAIN_WHITE)}.homePickUp .homePickUp_linkArrow{width:clamp(4.375px,.4861111111vw,7.65625px);height:clamp(6.25px,.6944444444vw,10.9375px)}.homePickUp .homePickUp_linkArrow svg{fill:var(--MAIN_WHITE)}.homePickUp.-gray .homePickUp_inner{padding-left:5.5555555556vw}.homeService .homeService_inner{padding-inline:5.5555555556vw}.homeService .homeService_head{display:flex;align-items:center}.homeService .homeService_title{width:44.4444444444vw;padding-right:13.8888888889vw}.homeService .homeService_mainLead{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.homeService .homeService_body{margin-top:4.625rem;margin-inline:-5.5555555556vw}.homeService .homeService_list{display:flex}.homeService .homeService_item{flex-basis:33.3333333333vw}.homeService .homeService_item:not(:first-of-type):before{width:1px;height:100%}.homeService .homeService_link{height:100vh;padding:5.625rem 5.4166666667vw 4.125rem}.homeService .homeService_block{position:relative;z-index:1;height:100%}.homeService .homeService_subTitle{gap:.625rem}.homeService .homeService_subTitleJa{font-size:clamp(9.375px,1.0416666667vw,16.40625px);line-height:2}.homeService .homeService_subTitleEn.-ooh{width:6.4583333333vw}.homeService .homeService_subTitleEn.-creative{width:13.6111111111vw}.homeService .homeService_subTitleEn.-crossmedia{width:18.6111111111vw}.homeService .homeService_text{height:5.3125vw;margin-top:2.375rem}.homeService .homeService_subLead{font-size:clamp(10.625px,1.1805555556vw,18.59375px);line-height:1.5}.homeService .homeService_hoverImg.-ooh{left:0vw}.homeService .homeService_hoverImg.-creative{left:-33.3333333333vw}.homeService .homeService_hoverImg.-crossmedia{left:-66.6666666667vw}.homeSpacer{height:56.25vw}.news .news_moreButton,.newsAccordion .newsAccordion_head{margin-top:5.625rem}.newsPost .newsPost_inner{padding-inline:16.6666666667vw}.newsPost .newsPost_header{padding-top:11.875rem;padding-bottom:6.25rem}.newsPost .newsPost_label{font-size:clamp(11.25px,1.25vw,19.6875px);line-height:2}.newsPost .newsPost_title{margin-top:.875rem;padding-bottom:2.625rem;font-size:clamp(20px,2.2222222222vw,35px);line-height:1.5}.newsPost .newsPost_title:before{border-radius:2px}.newsPost .newsPost_meta{gap:1.0416666667vw;margin-top:1.875rem}.newsPost .newsPost_time{font-size:clamp(8.75px,.9722222222vw,15.3125px);line-height:2}.newsPost .newsPost_category{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:1.5}.newsPost .newsPost_body{padding:6.25rem 0 11.5625rem}.newsTab{margin-top:-1.875rem}.newsTab .newsTab_head{padding-inline:16.6666666667vw}.newsTab .newsTab_list{font-size:clamp(10px,1.1111111111vw,17.5px);line-height:2}.newsTab .newsTab_item{width:11.1111111111vw}.newsTab .newsTab_trigger{padding:1.6666666667vw 1.6666666667vw 2.3611111111vw}.newsTab .newsTab_body{padding-top:2.875rem;padding-inline:16.6666666667vw;padding-bottom:9.375rem}.u-pc{display:block}.u-sp{display:none!important}}@media screen and (min-width: 48em) and (pointer: fine){.newsList .newsList_arrow svg{transition-property:transform,fill;transition-duration:.8s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_triggerRight:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}}@media screen and (min-width: 70em){.header{padding-block:1.25rem}.header.-change .header_logoLink{color:var(--MAIN_BLACK)}.header .header_inner{padding-inline:2.7777777778vw}.header .header_block{gap:2.0833333333vw}.header .header_logo{width:3.4722222222vw}.header .header_trigger{display:none}html:not([lang=ja]) .header .header_block{gap:2.0833333333vw}html:not([lang=ja]) .header .header_right{flex:1}.nav .nav_trigger{display:none}.nav .nav_block{display:flex;justify-content:center;align-items:center;gap:1.3888888889vw}.nav .nav_menu{display:flex;position:relative;width:75.2777777778vw;padding-right:2.0833333333vw;border-radius:1.7361111111vw;transition:background-color .65s ease-out}.-change .nav .nav_menu{background-color:#0006}.nav .nav_menu:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:1.7361111111vw;background-color:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.nav .nav_mainList{display:flex;gap:1.3888888889vw;padding-inline:2.0833333333vw;border-radius:1.7361111111vw;background-color:var(--BG_BLACK)}.nav .nav_mainItem:last-of-type{display:none}.nav .nav_mainLink{padding-block:.8333333333vw;font-size:.9027777778vw;line-height:2}.nav .nav_mainLink.-parent{display:inline-flex;align-items:center;gap:.6944444444vw;position:relative}.nav .nav_mainLink.-parent{display:inline-flex;align-items:center;gap:.2430555556vw;position:relative}.nav .nav_arrow{display:inline-flex;width:.4861111111vw;height:.2777777778vw;position:relative}.nav .nav_subNav{position:absolute;top:3.4722222222vw;left:0;width:100%;padding-top:.8333333333vw}.nav .nav_subList{align-items:center;gap:1.3888888889vw;padding-right:1.3888888889vw;padding-left:2.0833333333vw}.nav .nav_subLink{padding-block:.8333333333vw;color:var(--MAIN_WHITE);font-size:.9027777778vw;line-height:2;transition:color .3s ease}.nav .nav_contact{display:block}.nav .nav_contactButton{position:relative;width:12.2916666667vw;height:3.4722222222vw;overflow:hidden;border-radius:1.7361111111vw;background-color:var(--BG_BLACK);font-size:.9722222222vw;line-height:2;transition-property:border-color,background-color;transition-duration:.6s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.nav .nav_contactButton:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;border-radius:1.7361111111vw;background-color:var(--MAIN_PURPLE);pointer-events:none}.-change .nav .nav_contactButton{border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);background-color:var(--MAIN_PURPLE)}.-change .nav .nav_contactButton:before{background-color:var(--MAIN_WHITE)}.-change .nav .nav_contactButton .nav_contactText{transition:color .6s cubic-bezier(.16,1,.3,1)}.nav .nav_contactText{position:relative;z-index:1}html:not([lang=ja]) .nav .nav_menu{justify-content:center;width:100%;padding-right:0;border-radius:1.7361111111vw;background-color:var(--BG_BLACK)}html:not([lang=ja]) .nav .nav_mainList{border-radius:0;background-color:transparent}html:not([lang=ja]) .nav .nav_mainItem:last-of-type{display:block}html:not([lang=ja]) .nav .nav_mainLink{display:inline-flex;align-items:center;gap:.6944444444vw}.subNav{position:relative;padding:2.625rem 5.5555555556vw 2.375rem;border-radius:1.5625rem}.subNav .subNav_block{display:flex;align-items:flex-start}.subNav .subNav_block.-digital:before{left:17.6388888889vw}.subNav .subNav_block.-analog:before{left:26.3888888889vw}.subNav .subNav_head{display:block;width:13.1944444444vw;position:relative;padding-right:3.3333333333vw;text-decoration:underline;text-underline-offset:2px;font-size:clamp(12.5px,1.3888888889vw,21.875px);line-height:2}.subNav .subNav_body{flex:1;position:relative;padding-left:3.4722222222vw}.subNav .subNav_body:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:7.25rem;background-color:#ffffff26}.subNav .subNav_list{display:grid;grid-template-columns:repeat(2,1fr);gap:.3125rem 2.7777777778vw;width:34.7222222222vw}.subNav .subNav_link{color:var(--MAIN_WHITE);font-weight:700;font-size:clamp(8.125px,.9027777778vw,14.21875px);line-height:2}.subNav .subNav_bg{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border-radius:1.5625rem;background-color:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.-change .subNav .subNav_bg{background-color:#0006}.lang.-headerSelect{display:none}.lang.-headerTrigger{display:block}}@media screen and (min-width: 70em) and (hover: hover) and (pointer: fine){.nav .nav_mainLink:hover,.nav .nav_subLink:hover{color:var(--MAIN_PURPLE)}}@media screen and (min-width: 70em) and (pointer: fine){.nav .nav_mainLink,.nav .nav_subLink{transition:color .3s ease}}@media screen and (max-width: 69.938em){.header{padding-block:.59375rem}.header.-change{background-color:var(--MAIN_PURPLE)}.header .header_inner{padding-inline:4vw}.header .header_trigger{position:relative;z-index:var(--TRIGGER_OPEN_INDEX);width:5rem;height:1.875rem;border-radius:.9375rem;background-color:var(--BG_BLACK);color:var(--MAIN_WHITE);text-align:center;font-weight:700;font-size:.75rem;line-height:2}.nav{position:fixed;top:0;left:0;z-index:var(--NAV_INDEX);width:100%;height:100vh;height:100dvh}.nav .nav_trigger{position:fixed;top:.9375rem;right:4vw;z-index:var(--TRIGGER_CLOSE_INDEX);width:5rem;height:1.875rem;border-radius:.9375rem;background-color:var(--BG_BLACK);color:var(--MAIN_WHITE);text-align:center;font-weight:700;font-size:.75rem;line-height:2}.nav .nav_content{height:100%}.nav .nav_mask{height:100%;overflow-y:auto;background-color:var(--MAIN_PURPLE)}.nav .nav_block{position:relative;padding-top:4.75rem;padding-inline:4vw;padding-bottom:3.125rem}.nav .nav_mainItem{position:relative}.nav .nav_mainItem:not(:first-of-type){margin-top:1rem}.nav .nav_mainItem:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#ffffff1a}.nav .nav_mainLink{padding-block:.75rem;font-weight:700;font-size:.9375rem}.nav .nav_bar{position:absolute;top:1.25rem;right:0;width:10px;height:1.43px;background-color:var(--MAIN_WHITE);transition:transform .6s cubic-bezier(.16,1,.3,1)}.nav .nav_arrow{display:none}.nav .nav_subNav{overflow:hidden}.nav .nav_subList{gap:1.25rem;margin-top:1.75rem}.nav .nav_subLink{color:#fffc;font-size:.8125rem;line-height:2}.nav .nav_contact{display:none}.nav .nav_lang{margin-top:-1.625rem}.nav .nav_title{margin-top:6.25rem}html:not([lang=ja]) .nav .nav_lang{margin-top:1.75rem}.subNav{padding-bottom:.75rem}.subNav .subNav_head{display:none}.subNav .subNav_link{display:inline-block;padding-block:.15625rem;color:#fffc;font-size:.8125rem;line-height:2}.lang.-headerSelect{display:block}.lang.-headerTrigger{display:none}}@media screen and (hover: hover) and (pointer: fine) and (max-width: 47.938em){.boardPostSlider .boardPostSlider_trigger:hover .boardPostSlider_triggerEyeIcon svg{fill:var(--MAIN_PURPLE)}.boardPostSlider .boardPostSlider_trigger:hover .boardPostSlider_triggerText{color:var(--MAIN_PURPLE)}}@media screen and (max-width: 47.938em){.footer{padding-top:4.375rem;padding-bottom:4.375rem}.footer .footer_inner{padding-inline:4vw}.footer .footer_topItem:not(:first-of-type){margin-top:.8125rem}.footer .footer_topLink{display:block;padding-top:.5rem;padding-bottom:.5rem;font-size:.8125rem;line-height:2}.footer .footer_body{margin-top:2.5rem}.footer_company+.footer_company{margin-top:1.25rem}.footer .footer_companyName{font-size:.8125rem;line-height:2}.footer .footer_companyAddress{font-size:.75rem;line-height:1.5}.footer .footer_companyTel{margin-top:.6875rem;padding-top:.5rem;font-size:.75rem;line-height:1.5}.footer .footer_companyFax{font-size:.75rem;line-height:1.5}.footer .footer_foot{margin-top:2.5rem}.footer .footer_left{flex-direction:column-reverse}.footer .footer_logo{width:8.3125rem;margin-top:3.125rem}.footer .footer_bottomItem:not(:first-of-type){margin-top:.3125rem}.footer .footer_bottomLink{font-size:.8125rem;line-height:2}.footer .footer_right{margin-top:.875rem}.footer .footer_copyright{font-size:.6875rem;line-height:2}.footer .footer_lang{right:4vw;bottom:6.875rem}html:not([lang=ja]) .footer{padding-block:1.25rem}.main{padding-top:3.75rem}.page-home .main{padding-top:0}.notice{padding-block:.375rem}.notice .notice_inner{padding-inline:4vw}.notice .notice_time{font-size:.6875rem;line-height:2}.notice .notice_text{width:19.8125rem;font-size:.8125rem;line-height:2}.notice .notice_close{right:.9375rem}.notice .notice_button{width:1.25rem;height:1.25rem}.commonAnchorLink{padding-block:1.25rem;padding-left:8vw}.commonAnchorLink .commonAnchorLink_list{gap:4vw;overflow-x:scroll}.commonAnchorLink .commonAnchorLink_item{flex-shrink:0}.commonAnchorLink .commonAnchorLink_link{gap:1.3333333333vw}.commonAnchorLink .commonAnchorLink_text{font-size:.8125rem;line-height:2}.commonAnchorLink .commonAnchorLink_arrow{width:1.8666666667vw;height:1.0666666667vw}.commonAccordion{margin-block:1.875rem;padding:1.875rem 4vw}.commonAccordion .commonAccordion_triggerText{gap:4.2666666667vw;padding-block:1rem;padding-right:2.8125rem}.commonAccordion .commonAccordion_q{font-size:1rem;line-height:2}.commonAccordion .commonAccordion_question{font-size:.875rem;line-height:2}.commonAccordion .commonAccordion_button{top:1rem;right:0;bottom:1.25rem;width:1.875rem;height:1.875rem}.commonAccordion .commonAccordion_bar{width:.5rem;height:.0625rem}.commonAccordion .commonAccordion_contentText{gap:3.2vw;margin-bottom:1.25rem;padding:.75rem 4vw .9375rem 6.9333333333vw}.commonAccordion .commonAccordion_a{font-size:1rem;line-height:2}.commonAccordion .commonAccordion_answer{font-size:.8125rem;line-height:2}.commonBgHighLightLink{margin-block:1.875rem;padding:1.5625rem 5.3333333333vw 1.875rem}.commonBgHighLightLink .commonBgHighLightLink_title{font-size:1.125rem;line-height:1.8}.commonBgHighLightLink .commonBgHighLightLink_body{margin-top:.5rem}.commonBgHighLightLink .commonBgHighLightLink_description{font-size:.75rem;line-height:2}.commonBgHighLightLink .commonBgHighLightLink_buttonWrapper{margin-top:1rem}.commonBgHighLightLink .commonBgHighLightLink_button{gap:2.25rem;padding:.375rem .5rem .375rem 1.125rem;border-radius:4.9375rem}.commonBgHighLightLink .commonBgHighLightLink_button:before{border-radius:4.9375rem}.commonBgHighLightLink .commonBgHighLightLink_buttonText{font-size:.875rem;line-height:1.5}.commonBgHighLightLink .commonBgHighLightLink_buttonIcon{right:.8125rem;width:1.5rem;height:1.5rem}.commonBgHighLightLink .commonBgHighLightLink_buttonArrow{width:.625rem;height:.625rem}.commonBgHighLightLinkCol2{margin-block:1.875rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item{padding:1.5625rem 5.3333333333vw 1.875rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_item:not(:first-of-type):before{width:100%;height:1px}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_title{font-size:1.125rem;line-height:1.8}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_body{margin-top:.5rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_description{font-size:.75rem;line-height:2}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button{gap:2.25rem;padding:.375rem .5rem .375rem 1.125rem;border-radius:4.9375rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:before{border-radius:1.875rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonText{font-size:.875rem;line-height:1.5}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonIcon{right:.8125rem;width:1.5rem;height:1.5rem}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonArrow{width:.625rem;height:.625rem}.commonBgHighLightLinkCol3{margin-block:1.875rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item{padding:1.25rem 5.3333333333vw 1.5625rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_item:not(:first-of-type):before{width:100%;height:1px}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_title{font-size:.8125rem;line-height:2}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_body{margin-top:.375rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_description{font-size:.75rem;line-height:2}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkWrapper{margin-top:.625rem}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkText{font-size:clamp(8.75px,3.7333333333vw,15.3125px);line-height:2}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkIcon{width:clamp(18.75px,8vw,32.8125px);height:clamp(18.75px,8vw,32.8125px);font-size:clamp(8.75px,3.7333333333vw,15.3125px);line-height:2}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkArrow{width:clamp(6.25px,2.6666666667vw,10.9375px);height:clamp(6.25px,2.6666666667vw,10.9375px)}.commonImg{margin-block:1.875rem}.commonImg .commonImg_caption{margin-top:.625rem;font-size:.75rem;line-height:2}.commonColumn2{gap:8vw;margin-block:1.875rem}.commonColumn2 .commonColumn2_thumbnail{margin-bottom:1.25rem}.commonColumn2 .commonColumn2_thumbnail img{aspect-ratio:345/212}.commonColumn2 .commonColumn2_copy{text-decoration:underline;text-underline-offset:2px;font-size:1.125rem;line-height:1.5}.commonColumn2 .commonColumn2_lead{margin-top:.625rem;font-size:.875rem;line-height:2}.commonColumn2 .commonColumn2_description{font-size:.75rem;line-height:2}.commonColumn3{gap:8vw;margin-block:1.875rem}.commonColumn3 .commonColumn3_thumbnail{margin-bottom:1.25rem}.commonColumn3 .commonColumn3_thumbnail img{aspect-ratio:345/194}.commonColumn3 .commonColumn3_copy{text-decoration:underline;text-underline-offset:2px;font-size:1rem;line-height:1.5}.commonColumn3 .commonColumn3_lead{margin-top:.625rem;font-size:.875rem;line-height:2}.commonColumn3 .commonColumn3_description{font-size:.75rem;line-height:2}.commonButton .commonButton_text{font-size:.875rem;line-height:2}.commonButton .commonButton_icon{width:1.875rem;height:1.875rem}.commonButton .commonButton_arrow{width:.625rem;height:.625rem}.commonCaseSlider{padding-block:3.125rem}.commonCaseSlider .commonCaseSlider_inner{padding-left:4vw}.commonCaseSlider .commonCaseSlider_body{margin-top:1.5rem}.commonCaseSlider .commonCaseSlider_item{width:89.3333333333vw;padding-right:4vw}.commonCaseSlider .commonCaseSlider_movieIcon{width:16vw;height:16vw}.commonCaseSlider .commonCaseSlider_movieArrow{width:4.8vw;height:3.7333333333vw}.commonCaseSlider .commonCaseSlider_text{margin-top:1rem}.commonCaseSlider .commonCaseSlider_name{padding-left:1.0625rem;font-size:.875rem;line-height:2}.commonCaseSlider .commonCaseSlider_name:before{width:.5rem;height:.5rem}.commonCaseSlider .commonCaseSlider_lead{margin-top:.375rem;font-size:1.125rem;line-height:1.5}.commonCaseSlider .commonCaseSlider_description{margin-top:.875rem;font-size:.8125rem;line-height:2}.commonCaseSlider .commonCaseSlider_control{flex-direction:row-reverse;justify-content:space-between;align-items:flex-end;margin-top:1.875rem;padding-right:8.5333333333vw}.commonCaseSlider .commonCaseSlider_pagination{gap:.5rem;position:relative;top:.1875rem}.commonCaseSlider .commonCaseSlider_bar{width:1.25rem}.commonCaseSlider .commonCaseSlider_num{font-size:.75rem;line-height:2}.commonCaseSlider .commonCaseSlider_links{flex-direction:column;align-items:center;margin-top:3rem;padding-right:4vw}.commonCaseSlider .commonCaseSlider_link{width:21.5625rem;padding:.75rem 1.875rem .8125rem;border-radius:50px;font-size:.875rem;line-height:1.8}.commonCaseSlider .commonCaseSlider_link:not(:first-of-type){margin-top:.625rem}.commonCaseSlider .commonCaseSlider_linkArrow{width:.4375rem;height:.625rem}.commonCaseSlider .commonCaseSlider_linkArrow svg{fill:var(--MAIN_BLACK)}.commonCaseSlider.-gray .commonCaseSlider_inner{padding-left:4vw}.commonEmbedded{margin-block:1.875rem}.commonEmbedded .commonEmbedded_caption{margin-top:.625rem;font-size:.75rem;line-height:2}.commonEmbedded iframe{aspect-ratio:345/194}.commonEmbeddedCol2{gap:4vw;margin-block:1.875rem}.commonEmbeddedCol2 .commonEmbeddedCol2_caption{margin-top:.3125rem;font-size:.625rem;line-height:2}.commonEmbeddedCol2 iframe{aspect-ratio:345/194}.commonFileButton:after{width:3.4375rem;height:1rem;border-radius:.875rem;font-size:.625rem}.commonFileButton .commonFileButton_text{font-size:.875rem;line-height:2}.commonFlow{margin-block:1.875rem;padding:1.75rem 4vw 2.125rem}.commonFlow .commonFlow_list:before{top:.625rem;left:0;height:calc(100% - .625rem)}.commonFlow .commonFlow_item{padding-block:1.5625rem;padding-left:5.6vw}.commonFlow .commonFlow_item:first-of-type{padding-top:0;padding-bottom:1.5625rem}.commonFlow .commonFlow_item:last-of-type{padding-top:1.5625rem;padding-bottom:0}.commonFlow .commonFlow_item:not(:first-of-type):after{left:-5.6vw;width:100%}.commonFlow .commonFlow_head:before{top:.625rem;left:-5.6vw}.commonFlow .commonFlow_step{font-size:.875rem;line-height:2}.commonFlow .commonFlow_body{margin-top:.375rem}.commonFlow .commonFlow_title{font-size:1rem;line-height:1.5}.commonFlow .commonFlow_text{margin-top:2.6666666667vw;font-size:.75rem;line-height:2}.commonFlowVertical{margin-block:1.875rem;padding:0 4vw 2.125rem}.commonFlowVertical .commonFlowVertical_item{padding-top:1.75rem;padding-bottom:1.5rem}.commonFlowVertical .commonFlowVertical_step{font-size:.875rem;line-height:2}.commonFlowVertical .commonFlowVertical_block{margin-top:.375rem}.commonFlowVertical .commonFlowVertical_left{width:56vw;padding-right:4vw}.commonFlowVertical .commonFlowVertical_right{width:28vw;margin-top:.25rem}.commonFlowVertical .commonFlowVertical_title{font-size:1rem;line-height:1.5}.commonFlowVertical .commonFlowVertical_text{margin-top:2.6666666667vw;font-size:.75rem;line-height:2}.commonFlowVertical .commonFlowVertical_icon{bottom:-1.25rem;width:2.5rem;height:2.5rem}.commonFlowVertical .commonFlowVertical_icon .commonFlowVertical_arrow{width:.4375rem;height:.625rem}.commonInner,.commonInner.-small{padding-inline:4vw}.commonInner.-left{padding-right:0;padding-left:4vw}.commonInner.-relatedInfo{padding-inline:0}.commonHighLightLink{margin-block:1.875rem;padding:1.5625rem 5.3333333333vw}.commonHighLightLink .commonHighLightLink_head{padding-bottom:1.25rem}.commonHighLightLink .commonHighLightLink_title{font-size:1.125rem;line-height:1.8}.commonHighLightLink .commonHighLightLink_body{margin-top:.9375rem}.commonHighLightLink .commonHighLightLink_description{font-size:.75rem;line-height:2}.commonHighLightLink .commonHighLightLink_buttonWrapper{margin-top:1rem}.commonHighLightLink .commonHighLightLink_button{gap:2.25rem;padding:.375rem .5rem .375rem 1.125rem;border-radius:4.9375rem}.commonHighLightLink .commonHighLightLink_button:before{border-radius:4.9375rem}.commonHighLightLink .commonHighLightLink_buttonText{font-size:.875rem;line-height:1.5}.commonHighLightLink .commonHighLightLink_buttonIcon{right:.8125rem;width:1.5rem;height:1.5rem}.commonHighLightLink .commonHighLightLink_buttonArrow{width:.625rem;height:.625rem}.commonHighLightLinkCol2{margin-block:1.875rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_item{padding:1.5625rem 5.3333333333vw}.commonHighLightLinkCol2 .commonHighLightLinkCol2_item:not(:first-of-type){position:relative}.commonHighLightLinkCol2 .commonHighLightLinkCol2_item:not(:first-of-type):before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:#1617191a}.commonHighLightLinkCol2 .commonHighLightLinkCol2_head{padding-bottom:1.25rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_title{font-size:1.125rem;line-height:1.8}.commonHighLightLinkCol2 .commonHighLightLinkCol2_body{margin-top:.9375rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_description{font-size:.75rem;line-height:2}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button{gap:2.25rem;padding:.375rem .5rem .375rem 1.125rem;border-radius:4.9375rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:before{border-radius:4.9375rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonText{font-size:.875rem;line-height:1.5}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonIcon{right:.8125rem;width:1.5rem;height:1.5rem}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonArrow{width:.625rem;height:.625rem}.commonHighLightLinkCol3{margin-block:1.875rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_item{padding:1.25rem 5.3333333333vw 1.5625rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_item:not(:first-of-type){position:relative}.commonHighLightLinkCol3 .commonHighLightLinkCol3_item:not(:first-of-type):before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:#1617191a}.commonHighLightLinkCol3 .commonHighLightLinkCol3_head{padding-bottom:.875rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_title{font-size:.8125rem;line-height:2}.commonHighLightLinkCol3 .commonHighLightLinkCol3_body{margin-top:.5rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_description{font-size:.75rem;line-height:2}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkText{font-size:.875rem;line-height:2}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkIcon{width:1.875rem;height:1.875rem}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkArrow{width:.625rem;height:.625rem}.commonImgCol2{gap:4vw;margin-block:1.875rem}.commonImgCol2 .commonImgCol2_caption{margin-top:.3125rem;font-size:.625rem;line-height:2}.commonImgCol3{gap:4vw;margin-block:1.875rem}.commonImgCol3 .commonImgCol3_caption{margin-top:.3125rem;font-size:.625rem;line-height:2}.commonImgCol4{grid-template-columns:repeat(2,1fr);gap:4vw;margin-block:1.875rem}.commonImgCol4 .commonImgCol4_caption{margin-top:.3125rem;font-size:.625rem;line-height:2}.commonMap{margin-block:1.875rem}.commonMap iframe{aspect-ratio:345/194}.commonMovie{margin-block:1.875rem}.commonMovie .commonMovie_thumbnail iframe{aspect-ratio:345/194}.commonMovie .commonMovie_trigger{width:16vw;height:16vw}.commonMovie .commonMovie_arrow{width:4.8vw;height:3.7333333333vw}.commonMovie .commonMovie_caption{margin-top:.625rem;font-size:.75rem;line-height:2}.commonMovieCol2{gap:4vw;margin-block:1.875rem}.commonMovieCol2 .commonMovieCol2_icon{width:3.75rem;height:3.75rem}.commonMovieCol2 .commonMovieCol2_arrow{width:1.125rem;height:.875rem}.commonMovieCol2 .commonMovieCol2_caption{margin-top:.3125rem;font-size:.625rem;line-height:2}.commonPageBreak{margin-block:1.875rem}.commonPageBreak .commonPageBreak_img img{aspect-ratio:5/2}html:not([lang=ja]) .commonPageBreak{margin-top:5.375rem}.commonPageTitle{padding-top:7.25rem;padding-bottom:3.125rem}.commonPageTitle .commonPageTitle_inner{padding-inline:4vw}.commonPageTitle .commonPageTitle_titleJa{margin-bottom:.75rem;font-size:.875rem;line-height:1}.commonPageTitle .commonPageTitle_titleEn{font-size:2.25rem;line-height:1}.commonPageTitle .commonPageTitle_img{margin-top:1.25rem}.commonPageTitle .commonPageTitle_block{width:84vw;margin-top:1.3125rem;margin-left:auto}.commonPageTitle .commonPageTitle_copy{font-size:.875rem;line-height:2}.commonPageTitle .commonPageTitle_lead{margin-top:.3125rem;font-size:.875rem;line-height:2}html:not([lang=ja]) .commonPageTitle{padding-top:3.5rem;padding-bottom:1.5rem}.commonProfile{margin-block:1.875rem;padding-inline:4vw}.commonProfile .commonProfile_triggerBlock{padding-block:1.875rem}.commonProfile .commonProfile_left{width:4.375rem;height:4.375rem}.commonProfile .commonProfile_img img{aspect-ratio:345/212}.commonProfile .commonProfile_right{padding-right:2.8125rem;padding-left:4vw}.commonProfile .commonProfile_name{font-size:1rem;line-height:1.5}.commonProfile .commonProfile_position{margin-top:.3125rem;font-size:.75rem;line-height:2}.commonProfile .commonProfile_button{right:4vw;bottom:1.25rem;width:1.875rem;height:1.875rem}.commonProfile .commonProfile_bar{width:.5rem;height:.0625rem}.commonProfile .commonProfile_contentInner{padding-bottom:1.875rem}.commonProfile .commonProfile_contentBlock{padding:.9375rem 4vw}.commonProfile .commonProfile_contentText{font-size:.8125rem;line-height:2}.commonProfileCol2{margin-block:1.875rem}.commonProfileCol2 .commonProfileCol2_target{padding-inline:4vw}.commonProfileCol2 .commonProfileCol2_target:not(:first-of-type){position:relative}.commonProfileCol2 .commonProfileCol2_target:not(:first-of-type):before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:calc(100% - 42.6666666667vw);height:1px;background-color:#16171926}.commonProfileCol2 .commonProfileCol2_triggerBlock{padding-block:1.875rem}.commonProfileCol2 .commonProfileCol2_left{width:4.375rem;height:4.375rem}.commonProfileCol2 .commonProfileCol2_img img{aspect-ratio:345/212}.commonProfileCol2 .commonProfileCol2_right{padding-right:2.8125rem;padding-left:4vw}.commonProfileCol2 .commonProfileCol2_name{font-size:1rem;line-height:1.5}.commonProfileCol2 .commonProfileCol2_position{margin-top:.3125rem;font-size:.75rem;line-height:2}.commonProfileCol2 .commonProfileCol2_button{right:4vw;bottom:1.25rem;width:1.875rem;height:1.875rem}.commonProfileCol2 .commonProfileCol2_bar{width:.5rem;height:.0625rem}.commonProfileCol2 .commonProfileCol2_contentInner{padding-bottom:1.875rem}.commonProfileCol2 .commonProfileCol2_contentBlock{padding:.9375rem 4vw}.commonProfileCol2 .commonProfileCol2_contentText{font-size:.8125rem;line-height:2}.commonRelatedColumn{margin-block:1.875rem}.commonRelatedColumn .commonRelatedColumn_block{flex-direction:column;gap:1.8125rem}.commonRelatedColumn .commonRelatedColumn_titleJa{font-size:.8125rem;line-height:2}.commonRelatedColumn .commonRelatedColumn_titleEn{margin-top:.875rem;font-size:2rem;line-height:1}.commonRelatedColumn .commonRelatedColumn_link{flex-direction:row-reverse}.commonRelatedColumn .commonRelatedColumn_left{width:50%;padding-left:4vw}.commonRelatedColumn .commonRelatedColumn_time{font-size:.6875rem;line-height:2}.commonRelatedColumn .commonRelatedColumn_subTitle{text-decoration:underline;font-size:.875rem;line-height:1.5}.commonRelatedColumn .commonRelatedColumn_right{width:50%}.commonRelatedColumn .commonRelatedColumn_text{font-size:clamp(8.75px,3.7333333333vw,15.3125px);line-height:2}.commonRelatedColumn .commonRelatedColumn_icon{width:clamp(18.75px,8vw,32.8125px);height:clamp(18.75px,8vw,32.8125px);font-size:clamp(8.75px,3.7333333333vw,15.3125px);line-height:2}.commonRelatedColumn .commonRelatedColumn_arrow{width:clamp(4.375px,1.8666666667vw,7.65625px);height:clamp(6.25px,2.6666666667vw,10.9375px)}.commonRelatedInfo{margin-block:1.875rem;padding:2.5rem 4vw}.commonRelatedInfo .commonRelatedInfo_thumbnail{margin-top:-2.5rem;margin-bottom:1.25rem}.commonRelatedInfo .commonRelatedInfo_thumbnail img{aspect-ratio:345/194}.commonRelatedInfo .commonRelatedInfo_thumbnail:before{width:calc(100% + 8vw)}.commonRelatedInfo .commonRelatedInfo_title{padding-bottom:1.375rem;font-size:1.125rem;line-height:1.5}.commonRelatedInfo .commonRelatedInfo_lead{margin-top:1rem;font-size:.875rem;line-height:2}.commonRelatedInfo .commonRelatedInfo_description{font-size:.75rem;line-height:2}.commonRelatedInfo .commonRelatedInfo_buttonWrapper{margin-top:1.5625rem}.commonRelatedInfo .commonRelatedInfo_button{display:flex;justify-content:center;align-items:center;width:100%;height:3.125rem;border-radius:1.5625rem}.commonRelatedInfo .commonRelatedInfo_button:before{border-radius:1.875rem}.commonRelatedInfo .commonRelatedInfo_buttonText{text-align:center;font-size:.875rem;line-height:1.5}.commonRelatedInfo .commonRelatedInfo_buttonIcon{right:.8125rem;width:1.5rem;height:1.5rem}.commonRelatedInfo .commonRelatedInfo_buttonArrow{width:.625rem;height:.625rem}html:not([lang=ja]) .commonRelatedInfo{margin-top:5.625rem}.commonSlider{margin-block:1.875rem}.commonSlider .commonSlider_item{width:89.3333333333vw;padding-right:4vw}.commonSlider .commonSlider_text{margin-top:1.25rem}.commonSlider .commonSlider_category{padding-left:1.0625rem;font-size:.875rem;line-height:2}.commonSlider .commonSlider_category:before{width:.5rem;height:.5rem}.commonSlider .commonSlider_name{text-decoration:underline;text-underline-offset:2px;font-size:1.125rem;line-height:1.5}.commonSlider .commonSlider_description{margin-top:.625rem;font-size:.8125rem;line-height:2}.commonSlider .commonSlider_control{justify-content:space-between;align-items:center;margin-top:1.875rem;padding-right:2rem}.commonSlider .commonSlider_pagination{gap:.5rem}.commonSlider .commonSlider_bar{width:1.25rem}.commonSlider .commonSlider_num{font-size:.75rem;line-height:2}.commonTextBox{margin-block:1.875rem;padding:2.1875rem 4vw}.commonTextBox .commonTextBox_title{margin-bottom:1.125rem;padding-bottom:1.25rem;font-size:1.125rem;line-height:1.5}.commonTextBoxCol2{gap:4vw;margin-block:1.875rem}.commonTextBoxCol2 .commonTextBoxCol2_block{padding:1.5625rem 4vw}.commonTextBoxCol2 .commonTextBoxCol2_title{margin-bottom:1.125rem;padding-bottom:1.25rem;font-size:.875rem;line-height:2}.commonTextBoxCol2 .commonTextBoxCol2_text{font-size:.75rem;line-height:2}.commonTextBoxCol3{gap:4vw;margin-block:1.875rem}.commonTextBoxCol3 .commonTextBoxCol3_block{padding:2.1875rem 4vw}.commonTextBoxCol3 .commonTextBoxCol3_title{margin-bottom:1.125rem;padding-bottom:1.25rem;font-size:.875rem;line-height:2}.commonTextBoxCol3 .commonTextBoxCol3_text{font-size:.75rem;line-height:2}.commonThumbnailSlider{margin-block:1.875rem}.commonThumbnailSlider .commonThumbnailSlider_trigger{width:16vw;height:16vw}.commonThumbnailSlider .commonThumbnailSlider_arrow{width:4.8vw;height:3.7333333333vw}.commonThumbnailSlider .commonThumbnailSlider_caption{margin-top:.5625rem;font-size:.75rem;line-height:2}.commonThumbnailSlider .commonThumbnailSlider_control{display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:1.25rem}.commonThumbnailSlider .commonThumbnailSlider_pagination{gap:1.8666666667vw}.commonThumbnailSlider .commonThumbnailSlider_num{font-size:.75rem;line-height:2}.commonThumbnailSlider .commonThumbnailSlider_bar{width:20px;height:1px}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail{margin-top:1.125rem}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_item{width:23.3333333333vw;padding-right:1.3333333333vw}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_trigger{width:8vw;height:8vw}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_icon{width:1.875rem;height:1.875rem}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_arrow{width:2.9866666667vw;height:1.8666666667vw}.commonTitle{margin-block:1.875rem}.commonTitle .commonTitle_titleJa{font-size:.8125rem;line-height:1}.commonTitle .commonTitle_titleEn{margin-top:1rem;font-size:2rem;line-height:1}.commonTitle .commonTitle_block{margin-top:1.3125rem;margin-left:auto}.commonTitle .commonTitle_copy{font-size:.875rem;line-height:2}.commonTitle .commonTitle_lead{margin-top:.3125rem;font-size:.8125rem;line-height:2}.button{gap:.5rem;padding:.375rem .5rem .375rem 1.125rem}.button .button_text{font-size:.875rem;line-height:1.5}.button.-default{width:10rem;height:2.5rem;border-radius:1.875rem}.button.-default:before{border-radius:1.875rem}.button.-default .button_icon{width:1.5rem;height:1.5rem}.button.-default .button_arrow{width:.4375rem;height:.625rem}.button.-largeHitDsp{width:15.9375rem;height:5rem;padding:1.25rem;border-radius:2.5rem}.button.-largeHitDsp:before{border-radius:2.5rem}.button.-largeHitDsp .button_icon{width:2.5rem;height:2.5rem}.button.-largeCase{width:100%;height:3.125rem;padding:.75rem;border-radius:2.5rem}.button.-largeCase:before{border-radius:2.5rem}.button.-largeCase .button_text{margin-left:-.75rem}.button.-largeCase .button_icon{right:.625rem;width:1.5rem;height:1.5rem}.button.-blank .button_arrow{width:.625rem;height:.625rem}.lang .lang_trigger{width:3.125rem;height:1.625rem;padding-inline:.625rem;border-radius:.8125rem;font-size:.75rem;line-height:2}.lang .lang_arrow{right:.625rem;width:.4375rem;height:.25rem}.lang.-black .lang_link{color:var(--MAIN_BLACK)}.lang.-black .lang_line{background-color:var(--MAIN_BLACK)}.lang.-footerSelect{display:block}.lang.-footerTrigger{display:none}.link.-service{display:flex;gap:.5rem}.link.-service .link_text{display:none}.link.-service .link_icon{width:2.5rem;height:2.5rem;border-color:var(--MAIN_WHITE);background-color:var(--MAIN_WHITE)}.link.-service .link_arrow{display:inline-flex;position:relative;left:1px;z-index:1;width:.4375rem;height:.625rem}.linkArea{padding:4.25rem 4.25rem 5rem}.linkArea .linkArea_text{font-size:1rem;line-height:2}.modal .modal_container{padding-block:5rem}.modal .modal_content{width:92vw}.modal .modal_category{padding-left:1.0625rem;font-size:.875rem;line-height:2}.modal .modal_category:before{width:8px;height:8px}.modal .modal_title{margin-top:.3125rem;font-size:1.125rem;line-height:1.5}.modal .modal_close{top:-1.875rem;right:0}.modal .modal_body{margin-top:1.5625rem}.modal .modal_copy{margin-top:2.5rem;padding-bottom:1.625rem;font-size:1rem;line-height:1.5}.modal .modal_description{margin-top:1.25rem;font-size:.8125rem;line-height:2}.modal .modal_buttonWrapper{margin-top:1.5625rem}.moreButton{gap:1.0666666667vw;width:42.6666666667vw;height:10.6666666667vw;border-radius:8vw}.moreButton .moreButton_text{font-size:.875rem;line-height:2}.moreButton .moreButton_arrow{width:.4375rem;height:.625rem}.newsList .newsList_link{padding-top:1.5625rem;padding-bottom:1.25rem}.newsList .newsList_left{justify-content:space-between}.newsList .newsList_time{width:37.3333333333vw;height:6.4vw;border-radius:3.2vw;font-size:.75rem;line-height:2}.newsList .newsList_category{font-size:.875rem;line-height:2}.newsList .newsList_right{margin-top:.9375rem}.newsList .newsList_text{text-decoration:underline;text-underline-offset:2px;font-size:.875rem;line-height:2}.pageSubTitle .pageSubTitle_titleJa{font-size:.8125rem;line-height:1}.pageSubTitle .pageSubTitle_titleEn{margin-top:1rem;font-size:2rem;line-height:1}.pageSubTitle .pageSubTitle_block{margin-top:1.3125rem;margin-left:auto}.pageSubTitle .pageSubTitle_copy{font-size:.875rem;line-height:2}.pageSubTitle .pageSubTitle_lead{margin-top:.3125rem;font-size:.8125rem;line-height:2}.pageTitle{padding-top:8.25rem;padding-bottom:3.125rem}.pageTitle .pageTitle_inner{padding-inline:4vw}.pageTitle .pageTitle_titleJa{font-size:.875rem;line-height:1}.pageTitle .pageTitle_titleEn{margin-top:.75rem;font-size:2.25rem;line-height:1}.pageTitle .pageTitle_block{width:84vw;margin-top:1.3125rem;margin-left:auto}.pageTitle .pageTitle_copy{font-size:.875rem;line-height:2}.pageTitle .pageTitle_lead{margin-top:.3125rem;font-size:.875rem;line-height:2}.post_body{font-size:.8125rem;line-height:2}.post .post_body h2:not([class]),.post .post_body h3:not([class]){margin-top:3.5rem;margin-bottom:1.375rem;padding-bottom:1.6875rem}.post .post_body h2:not([class]) span+span,.post .post_body h3:not([class]) span+span{margin-top:.5rem}.post .post_body h2:not([class]) .purple,.post .post_body h3:not([class]) .purple{font-size:.75rem;line-height:1.5}.post .post_body h2:not([class]) .white,.post .post_body h3:not([class]) .white{font-size:1.5rem;line-height:1.5}.post .post_body p:not([class]){font-size:.8125rem;line-height:2}.post .post_body p:not([class]) a[target=_blank]:after{width:.75rem;height:.75rem}.post .post_body p:not([class]) a.-label:after{width:3.4375rem;height:1rem;margin-left:.3125rem;border-radius:.875rem;font-size:.625rem}.post .post_body b:not([class]){font-size:.8125rem;line-height:2}.post .post_body ul:not([class]){font-size:.8125rem;line-height:2}.post .post_body ul:not([class])>li{padding-left:2.4em}.post .post_body ul:not([class])>li:not(:first-of-type){margin-top:.125rem}.post .post_body ul:not([class])>li:before{top:.625rem}.post .post_body ul:not([class])>li>ul{margin-top:.125rem;font-size:.75rem;line-height:2}.post .post_body ul:not([class])>li>ul>li{padding-left:2.4em}.post .post_body ul:not([class])>li>ul>li:before{top:.625rem;left:0}.post .post_body ol:not([class]){font-size:.8125rem;line-height:2}.post .post_body ol:not([class])>li{padding-left:2.4em}.post .post_body ol:not([class])>li:not(:first-of-type){margin-top:.125rem}.post .post_body ol:not([class])>li:before{top:.5rem;font-size:.75rem;line-height:1}.post .post_body ol:not([class])>li>ol{margin-top:.125rem;font-size:.75rem;line-height:2}.post .post_body ol:not([class])>li>ol>li{padding-left:2.4em}.post .post_body ol:not([class])>li>ol>li:before{top:7px;font-size:.75rem;line-height:1}.post .post_body table:not([class]){margin-block:1.25rem}.post .post_body table:not([class]) th{width:32vw;padding-inline:4vw;font-size:.8125rem;line-height:2}.post .post_body table:not([class]) td{padding:.9375rem 4vw;font-size:.8125rem;line-height:2}.post .post_body .side table:not([class]) th{width:30.6666666667vw;padding:.9375rem 4vw;font-size:.8125rem;line-height:2}.post .post_body .side table:not([class]) td{width:30.6666666667vw;padding:.9375rem 4vw;font-size:.8125rem;line-height:2}html:not([lang=ja]) .post .post_body{padding-bottom:5.8125rem}.sliderNav{gap:.625rem}.sliderNav .sliderNav_button{width:2.5rem;height:2.5rem}.sliderNav .sliderNav_arrow{width:.4375rem;height:.625rem}.sliderNav.-board .sliderNav_button{border-color:transparent;background-color:transparent}.support{padding-top:3.75rem;padding-bottom:4.375rem}.support .support_inner{padding-inline:4vw}.support .support_body{margin-top:1.5rem}.support .support_foot{margin-top:.875rem}.support .support_lead{font-size:1.125rem;line-height:2}.support .support_description{margin-top:.5625rem;font-size:.8125rem;line-height:2}.support .support_button{margin-top:1.25rem}.title .title_ja{font-size:.8125rem;line-height:2}.title.-service .title_en,.title.-support .title_en,.title.-areas .title_en,.title.-news .title_en{margin-top:.5rem;font-size:2rem}.title.-clients .title_en{margin-top:.875rem;font-size:2rem}.title.-common .title_ja{font-size:.8125rem;line-height:2}.title.-common .title_en{margin-top:.625rem;font-size:2rem}.about .about_highLightLink{padding-block:3.75rem;padding-inline:4vw}.aboutHighLightLink{padding:2.5rem 12vw}.aboutHighLightLink .aboutHighLightLink_head{padding-bottom:1.25rem}.aboutHighLightLink .aboutHighLightLink_title{font-size:1.125rem;line-height:1.8}.aboutHighLightLink .aboutHighLightLink_arrow{width:.4375rem;height:.625rem}.aboutHighLightLink .aboutHighLightLink_arrow svg{fill:var(--MAIN_WHITE)}.aboutHighLightLink .aboutHighLightLink_body{margin-top:.9375rem}.aboutHighLightLink .aboutHighLightLink_description{font-size:.75rem;line-height:2}.aboutOurService{position:relative}.aboutOurService .aboutOurService_inner{padding-inline:4vw}.aboutOurService .aboutOurService_inner:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:66%;background-color:var(--MAIN_WHITE)}.aboutOurService .aboutOurService_content{padding:3.125rem 12vw .625rem;background-color:var(--BG_GRAY)}.aboutOurService .aboutOurService_singleImg{margin-inline:-.8vw}.aboutOurService .aboutOurService_grid{margin-top:-1.75rem}.aboutOurService .aboutOurService_head{top:-6rem;left:0}.aboutOurService .aboutOurService_block{padding-block:2.5rem}.aboutOurService .aboutOurService_block.-border:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background-color:#16171926}.aboutOurService .aboutOurService_img{margin-inline:-.5333333333vw}.aboutOurService .aboutOurService_title{gap:.5rem}.aboutOurService .aboutOurService_titleJa{font-size:.8125rem;line-height:2}.aboutOurService .aboutOurService_titleEn.-ooh{width:16.2666666667vw}.aboutOurService .aboutOurService_titleEn.-creative{width:35.2vw}.aboutOurService .aboutOurService_titleEn.-crossmedia{width:48.8vw}.aboutOurService .aboutOurService_description{margin-top:1.5rem;font-size:.875rem;line-height:1.5}.aboutOurService .aboutOurService_link{position:absolute;top:0;left:0;width:100%;height:100%}.aboutOurService .aboutOurService_arrow{display:inline-flex;position:absolute;top:4.75rem;right:0;z-index:1;width:.4375rem;height:.625rem}.aboutOurService .aboutOurService_arrow svg{fill:var(--MAIN_BLACK)}.aboutPhilosophy{padding-top:4.5rem;padding-bottom:3.75rem}.aboutPhilosophy .aboutPhilosophy_inner{padding-inline:4vw}.aboutPhilosophy .aboutPhilosophy_body{margin-top:2.25rem}.aboutPhilosophy .aboutPhilosophy_copy{margin-bottom:1.25rem;font-size:1.125rem;line-height:1.5}.aboutPhilosophy .aboutPhilosophy_text{margin-top:2.125rem}.aboutPhilosophy .aboutPhilosophy_description{font-size:.8125rem;line-height:2}.aboutPhilosophy .aboutPhilosophy_description:not(:first-of-type){font-size:.8125rem;line-height:2}.aboutVision{padding-top:4.125rem;padding-bottom:10.25rem}.aboutVision .aboutVision_inner{padding-inline:4vw}.aboutVision .aboutVision_body{margin-top:1.625rem}.aboutVision .aboutVision_list{font-size:1rem;line-height:1.5}.aboutVision .aboutVision_item{padding-top:1.5625rem;padding-bottom:1.5625rem}.boardArchive .boardArchive_content{padding-top:3.125rem;padding-bottom:3.75rem}.boardArchive .boardArchive_inner{padding-inline:4vw}.boardArchive .boardArchive_grid{gap:2rem}.boardArchive .boardArchive_thumbnail img{aspect-ratio:345/212}.boardArchive .boardArchive_text{margin-top:1.25rem}.boardArchive .boardArchive_category{padding-left:1.0625rem;font-size:.875rem;line-height:2}.boardArchive .boardArchive_category:before{width:.5rem;height:.5rem}.boardArchive .boardArchive_description{margin-top:.375rem;text-decoration:underline;text-underline-offset:2px;font-size:1.125rem;line-height:1.5}.boardArchive .boardArchive_area{flex-direction:column;margin-top:.875rem}.boardArchive .boardArchive_areaHead{font-size:.75rem;line-height:2}.boardArchive .boardArchive_areaList{gap:.75rem 0;margin-left:-.625rem;font-size:.875rem;line-height:2}.boardArchive .boardArchive_areaItem{padding-inline:.625rem}.boardArchive .boardArchive_areaItem:not(:first-of-type):before{height:10px}.boardArchiveOther .boardArchiveOther_contents{padding-bottom:3.75rem}.boardArchiveOther .boardArchiveOther_content{padding-inline:4vw}.boardPost{padding-top:6rem}.boardPost .boardPost_inner{padding-inline:4vw}.boardPost .boardPost_category{width:5.9375rem;height:1.5rem;border-radius:.75rem;font-size:.75rem;line-height:2}.boardPost .boardPost_title{font-size:1.5rem;line-height:2}.boardPost .boardPost_bg{bottom:-.625rem;height:14.4vw}.boardPost .boardPost_slider{width:92vw;margin-top:.625rem}.boardPost .boardPost_copy{margin-top:3.75rem;padding-inline:4vw;font-size:1.25rem;line-height:1.5}.boardPost .boardPost_copy:before{top:-2rem;width:100%;height:2rem}.boardPost .boardPost_body{padding:2rem 4vw 5.3125rem}.boardPost .boardPost_foot{margin-top:-1.875rem;padding-inline:4vw;padding-bottom:5rem}.boardPost .boardPost_download{margin-top:3.125rem}.boardPost .boardPost_downloadText{gap:1.3333333333vw}.boardPost .boardPost_downloadButton{height:13.3333333333vw;padding:2.6666666667vw 3.2vw 2.6666666667vw 7.4666666667vw;border-radius:6.6666666667vw}.boardPost .boardPost_downloadButton:before{border-radius:6.6666666667vw}.boardPost .boardPost_downloadDescription{font-size:.875rem;line-height:1.8}.boardPost .boardPost_downloadLabel{width:14.6666666667vw;height:4.2666666667vw;border-radius:3.7333333333vw;font-size:.625rem}.boardPost .boardPost_downloadIcon{width:1.5rem;height:1.5rem}.boardPost .boardPost_downloadArrow{width:.629375rem;height:.5rem}.boardPost .boardPost_moreButton{padding-top:3.75rem;padding-bottom:4.8125rem}.boardPostSlider,.boardPostSlider .boardPostSlider_front,.boardPostSlider .boardPostSlider_back{padding-bottom:1.25rem}.boardPostSlider .boardPostSlider_img img{width:100%;height:61.3333333333vw;-o-object-fit:cover;object-fit:cover}.boardPostSlider .boardPostSlider_triggerArea{bottom:3.125rem;padding-top:2.6666666667vw;padding-left:2.6666666667vw;border-radius:5.3333333333vw 0 0}.boardPostSlider .boardPostSlider_triggerCornerTopRight{top:-5.3333333333vw;right:0;width:5.3333333333vw;height:5.3333333333vw}.boardPostSlider .boardPostSlider_triggerCornerTopRight:before{box-shadow:5.3333333333vw 5.3333333333vw 0 var(--BG_GRAY)}.boardPostSlider .boardPostSlider_triggerCornerTopLeft{bottom:0;left:-5.3333333333vw;width:5.3333333333vw;height:5.3333333333vw}.boardPostSlider .boardPostSlider_triggerCornerTopLeft:before{box-shadow:5.3333333333vw 5.3333333333vw 0 var(--BG_GRAY)}.boardPostSlider .boardPostSlider_trigger{justify-content:space-between;align-items:center;width:32vw;height:8vw;padding-inline:2.6666666667vw;border-width:2px;border-style:solid;border-color:var(--MAIN_PURPLE);border-radius:4vw;background-color:var(--MAIN_PURPLE)}.boardPostSlider .boardPostSlider_trigger:before{content:"";position:absolute;top:100%;left:0;width:100%;height:100%;background-color:var(--MAIN_WHITE);pointer-events:none}.boardPostSlider .boardPostSlider_triggerLeft{gap:.5333333333vw}.boardPostSlider .boardPostSlider_triggerEyeIcon{width:2.4vw;height:1.6vw}.boardPostSlider .boardPostSlider_triggerText{font-size:.625rem;line-height:1.2}.boardPostSlider .boardPostSlider_triggerChangeIcon{width:2.6666666667vw;height:2.6666666667vw}.boardPostSlider .boardPostSlider_pagination{gap:2.6666666667vw;margin-top:.28125rem}.boardPostSlider .boardPostSlider_button{top:25.6vw}.boardPostSlider .boardPostSlider_button.-prev{left:0}.boardPostSlider .boardPostSlider_button.-next{right:0}.caseArchive .caseArchive_inner{margin-bottom:3.75rem;padding-left:4vw}.caseArchive .caseArchive_content{padding-top:3.125rem}.caseArchive .caseArchive_head{padding-left:4vw}.caseArchive .caseArchive_body{margin-top:1.875rem;padding-inline:4vw;padding-bottom:5rem}.caseArchiveBody .caseArchiveBody_grid{gap:2.5rem}.caseArchiveBody .caseArchiveBody_grid.-more{padding-top:2.5rem}.caseArchiveBody .caseArchiveBody_item{flex-shrink:0}.caseArchiveBody .caseArchiveBody_thumbnail{height:56.5333333333vw}.caseArchiveBody .caseArchiveBody_text{padding-right:17.3333333333vw;margin-top:1.25rem}.caseArchiveBody .caseArchiveBody_client{padding-left:1.0625rem;font-size:.875rem;line-height:2}.caseArchiveBody .caseArchiveBody_client:before{width:.5rem;height:.5rem}.caseArchiveBody .caseArchiveBody_name{margin-top:.375rem;font-size:1rem;line-height:1.5}.caseArchiveBody .caseArchiveBody_tagList{gap:1.3333333333vw;margin-top:.8125rem}.caseArchiveBody .caseArchiveBody_tagItem{padding:.375rem 2.6666666667vw;border-radius:.75rem;font-size:.8125rem}.caseArchiveBody .caseArchiveBody_button{width:1.875rem;height:1.875rem}.caseArchiveBody .caseArchiveBody_bar{width:.6875rem;height:.0625rem}.caseArchiveBody .caseArchiveBody_moreButton{margin-top:3.75rem}.caseArchiveHead .caseArchiveHead_text{font-size:1.125rem;line-height:1.5}.caseArchiveHead .caseArchiveHead_list{display:flex;gap:2.6666666667vw;margin-top:1.5625rem;overflow-x:scroll}.caseArchiveHead .caseArchiveHead_item{flex-shrink:0}.caseArchiveHead .caseArchiveHead_trigger{padding:.125rem 4vw;border-radius:5.3333333333vw;background-color:var(--MAIN_WHITE);font-size:.8125rem;line-height:2}.caseClients{padding-top:3.125rem;padding-bottom:3rem}.caseClients .caseClients_inner{padding-inline:4vw}.caseClients .caseClients_block{flex-direction:column;gap:1.625rem}.caseClients .caseClients_grid{grid-template-columns:repeat(2,1fr);gap:4vw}.caseClients .caseClients_text{margin-top:1.25rem}.caseClients .caseClients_name{font-size:.625rem;line-height:2.5}.caseSlider .caseSlider_item{width:89.3333333333vw;padding-right:4vw}.caseSlider .caseSlider_text{margin-top:1.25rem}.caseSlider .caseSlider_category{padding-left:1.0625rem;font-size:.875rem;line-height:2}.caseSlider .caseSlider_category:before{width:.5rem;height:.5rem}.caseSlider .caseSlider_name{text-decoration:underline;text-underline-offset:2px;font-size:1.125rem;line-height:1.5}.caseSlider .caseSlider_description{margin-top:.625rem;font-size:.8125rem;line-height:2}.caseSlider .caseSlider_control{justify-content:space-between;align-items:center;margin-top:1.875rem;padding-right:2rem}.caseSlider .caseSlider_pagination{gap:.5rem}.caseSlider .caseSlider_bar{width:1.25rem}.caseSlider .caseSlider_num{font-size:.75rem;line-height:2}.caseSlider .swiper{width:286.6666666667vw}.homeAbout{padding-top:7.1875rem;padding-bottom:6.5rem}.homeAbout .homeAbout_inner{padding-inline:4vw}.homeAbout .homeAbout_word:nth-of-type(1){width:57.0666666667vw}.homeAbout .homeAbout_word:nth-of-type(2){width:92vw;margin-top:.4375rem;margin-left:1.3333333333vw}.homeAbout .homeAbout_word:nth-of-type(3){width:42.6666666667vw;margin-top:.5625rem;margin-left:1.0666666667vw}.homeAbout .homeAbout_wordChild:nth-of-type(2){margin-left:2.1333333333vw}.homeAbout .homeAbout_body{width:82.1333333333vw;margin-top:3.375rem}.homeAbout .homeAbout_lead{font-size:1.375rem;line-height:1.7}.homeAbout .homeAbout_description{margin-top:1.25rem;font-size:1.0625rem;line-height:1.7}.homeAbout_description+.homeAbout_description{margin-top:.5rem}.homeAbout .homeAbout_link{margin-top:.875rem;font-size:1.0625rem;line-height:2}.homeAbout .homeAbout_link:after{bottom:.3125rem}.homeArea{padding:2.5rem 7.7333333333vw 2.5rem}.homeArea .homeArea_subTitle{gap:2.1333333333vw}.homeArea .homeArea_subTitle:before{left:-.875rem;width:.5rem;height:.5rem}.homeArea .homeArea_subTitleEn{margin-top:-.25rem}.homeArea .homeArea_subTitleJa{width:25.3333333333vw;height:6.4vw;font-size:.75rem;line-height:2}.homeArea .homeArea_body{flex-direction:column;gap:.375rem;margin-top:.875rem}.homeArea .homeArea_subHead{font-size:.75rem;line-height:2}.homeArea .homeArea_list{gap:.75rem 0;margin-left:-.625rem;font-size:.875rem}.homeArea .homeArea_item{padding-inline:.625rem}.homeArea .homeArea_item:not(:last-of-type):after{height:10px}.homeArea .homeArea_foot{margin-top:1.5rem}.homeArea .homeArea_bg{top:4.2666666667vw;right:2.6666666667vw;width:65.92vw}.homeArea.-digital .homeArea_subTitleEn{width:49.0666666667vw}.homeArea.-analog .homeArea_subTitleEn{width:51.7333333333vw}.homeAreas{padding-block:4.375rem}.homeAreas .homeAreas_inner{padding-inline:4vw}.homeAreas .homeAreas_body{margin-top:1.125rem}.homeAreas .homeAreas_homeArea{flex-direction:column;gap:.625rem}.homeAreas .homeAreas_foot{margin-top:1.875rem}.homeAreas .homeAreas_item{width:57.3333333333vw;padding-right:4vw}.homeAreas .homeAreas_text{margin-top:.75rem}.homeAreas .homeAreas_category{padding-left:1.0625rem;font-size:.875rem;line-height:2}.homeAreas .homeAreas_category:before{width:.5rem;height:.5rem}.homeAreas .homeAreas_name{text-decoration:underline;text-underline-offset:2px;font-size:1.125rem;line-height:2}.homeAreas .homeAreas_description{margin-top:.5rem;font-size:.8125rem;line-height:2}.homeAreas .homeAreas_control{justify-content:space-between;align-items:center;margin-top:1.25rem;padding-right:.9375rem}.homeAreas .homeAreas_pagination{gap:.5rem}.homeAreas .homeAreas_bar{width:1.25rem}.homeAreas .homeAreas_num{font-size:.75rem;line-height:2}.homeAreas .swiper{width:286.6666666667vw}.homeContact .homeContact_link{padding-top:5rem;padding-bottom:5.625rem}.homeContact .homeContact_inner{padding-inline:16vw}.homeContact .homeContact_title{font-size:1.125rem;line-height:2}.homeContact .homeContact_body{margin-top:1.25rem}.homeContact .homeContact_lead{font-size:1.125rem;line-height:1.5}.homeContact .homeContact_button{margin-top:1.875rem}.homeFv{padding-block:2.1875rem}.homeFv .homeFv_title{bottom:9.3333333333vw;width:92vw}.homeHitDsp .homeHitDsp_inner{margin-inline:4vw}.homeHitDsp .homeHitDsp_head{gap:2.9333333333vw;padding:1rem 12vw 1.5rem}.homeHitDsp .homeHitDsp_markLogo{width:13.3333333333vw;height:13.3333333333vw}.homeHitDsp .homeHitDsp_name{font-size:1.5rem;line-height:2}.homeHitDsp .homeHitDsp_copy{margin-top:-1rem;font-size:.875rem;line-height:2}.homeHitDsp .homeHitDsp_body{padding:2.5rem 12vw 3.75rem}.homeHitDsp .homeHitDsp_lead{margin-top:2rem;font-size:.9375rem;line-height:1.7}.homeHitDsp .homeHitDsp_description{margin-top:.875rem;font-size:.8125rem;line-height:2}.homeHitDsp .homeHitDsp_button{margin-top:1.5625rem}.homeNews{padding-top:3.75rem;padding-bottom:6.25rem}.homeNews .homeNews_inner{padding-inline:4vw}.homeNews .homeNews_button{margin-top:1.875rem}.homePickUp{padding-top:4.5rem;padding-bottom:3.75rem}.homePickUp .homePickUp_inner{padding-left:4vw}.homePickUp .homePickUp_body{margin-top:2.25rem}.homePickUp .homePickUp_item{width:89.3333333333vw;padding-right:4vw}.homePickUp .homePickUp_movieIcon{width:16vw;height:16vw}.homePickUp .homePickUp_movieArrow{width:4.8vw;height:3.7333333333vw}.homePickUp .homePickUp_text{margin-top:1rem}.homePickUp .homePickUp_name{padding-left:1.0625rem;font-size:.875rem;line-height:2}.homePickUp .homePickUp_name:before{width:.5rem;height:.5rem}.homePickUp .homePickUp_lead{margin-top:.375rem;font-size:1.125rem;line-height:1.5}.homePickUp .homePickUp_description{margin-top:.875rem;font-size:.8125rem;line-height:2}.homePickUp .homePickUp_foot{margin-top:2.25rem}.homePickUp .homePickUp_control{flex-direction:row-reverse;justify-content:space-between;align-items:flex-end;margin-top:1.875rem;padding-right:8.5333333333vw}.homePickUp .homePickUp_pagination{gap:.5rem;position:relative;top:.1875rem}.homePickUp .homePickUp_bar{width:1.25rem}.homePickUp .homePickUp_num{font-size:.75rem;line-height:2}.homePickUp .homePickUp_links{flex-direction:column;align-items:center;margin-top:3rem;padding-right:4vw}.homePickUp .homePickUp_link{width:21.5625rem;padding:.75rem 1.875rem .8125rem;border-radius:50px;font-size:.875rem;line-height:1.8}.homePickUp .homePickUp_link:not(:first-of-type){margin-top:.625rem}.homePickUp .homePickUp_linkArrow{width:.4375rem;height:.625rem}.homePickUp .homePickUp_linkArrow svg{fill:var(--MAIN_BLACK)}.homePickUp.-gray .homePickUp_inner{padding-left:4vw}.homeService .homeService_inner{padding-inline:4vw}.homeService .homeService_mainLead{margin-top:1.25rem;font-size:.8125rem;line-height:2}.homeService .homeService_body{margin-top:1.875rem;margin-inline:-4vw}.homeService .homeService_item:not(:first-of-type):before{width:100%;height:1px}.homeService .homeService_link{padding:2.75rem 4vw}.homeService .homeService_subTitle{gap:.25rem}.homeService .homeService_subTitleJa{font-size:.8125rem;line-height:2}.homeService .homeService_subTitleEn.-ooh{width:16.2666666667vw}.homeService .homeService_subTitleEn.-creative{width:35.2vw}.homeService .homeService_subTitleEn.-crossmedia{width:48.8vw}.homeService .homeService_text{margin-top:1.625rem}.homeService .homeService_subLead{font-size:.875rem;line-height:1.5}.homeService .homeService_button{position:absolute;top:3.125rem;right:1.25rem;width:2.5rem;height:2.5rem}.homeSpacer{height:56vw}.news .news_moreButton,.newsAccordion .newsAccordion_head{margin-top:3.75rem}.newsPost .newsPost_inner{padding-inline:4vw}.newsPost .newsPost_header{padding-top:6.5625rem;padding-bottom:3.125rem}.newsPost .newsPost_label{font-size:1rem;line-height:2}.newsPost .newsPost_title{margin-top:.5rem;padding-bottom:1.6875rem;font-size:1.5rem;line-height:1.5}.newsPost .newsPost_meta{gap:2.6666666667vw;margin-top:1.25rem}.newsPost .newsPost_time{font-size:.6875rem;line-height:2}.newsPost .newsPost_category{font-size:.875rem;line-height:2}.newsPost .newsPost_body{padding:3.125rem 0 5.9375rem}.newsTab{margin-top:-1.25rem}.newsTab .newsTab_head{padding-left:4vw}.newsTab .newsTab_list{overflow-x:scroll;font-size:.875rem;line-height:2}.newsTab .newsTab_item{flex-shrink:0;width:30.6666666667vw}.newsTab .newsTab_trigger{padding:.6875rem 2.1333333333vw 1rem}.newsTab .newsTab_body{padding-top:.5625rem;padding-inline:4vw;padding-bottom:5rem}.u-pc{display:none!important}.u-sp{display:block}}@media screen and (max-width: 47.938em) and (pointer: fine){.commonProfileCol2 .commonProfileCol2_target:not(:first-of-type):before{transition:background-color 1.6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_trigger:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}}@media (hover: hover) and (pointer: fine){.footer .footer_topLink:hover{background-size:0 1px;background-position:bottom right}.footer .footer_topChildLink:hover:after{transform:scaleX(1);transform-origin:left}.footer .footer_bottomLink:hover:after{transform:scaleX(1);transform-origin:left}.header .header_logoLink svg:hover{fill:var(--MAIN_PURPLE)}.nav .nav_contactButton:hover{border-color:var(--MAIN_PURPLE)}.nav .nav_contactButton:hover:before{transform:translateY(-100%)}.nav .nav_contactButton:hover .button_arrow svg{fill:var(--MAIN_PURPLE)}.-change .nav .nav_contactButton:hover .nav_contactText{color:var(--MAIN_PURPLE)}.-change .nav .nav_contactButton:hover .button_icon{background-color:var(--MAIN_PURPLE)}.-change .nav .nav_contactButton:hover .button_arrow svg{fill:var(--MAIN_WHITE)}.subNav .subNav_link:hover,.commonAnchorLink .commonAnchorLink_link:hover{color:var(--MAIN_PURPLE)}.commonAccordion .commonAccordion_trigger:hover .commonAccordion_button{background-color:transparent}.commonAccordion .commonAccordion_trigger:hover .commonAccordion_bar{background-color:var(--MAIN_PURPLE)}.commonBgHighLightLink .commonBgHighLightLink_button:hover:before{transform:translateY(-100%)}.commonBgHighLightLink .commonBgHighLightLink_button:hover .commonBgHighLightLink_buttonText{color:var(--MAIN_WHITE)}.commonBgHighLightLink .commonBgHighLightLink_button:hover .commonBgHighLightLink_buttonIcon{background-color:var(--MAIN_WHITE)}.commonBgHighLightLink .commonBgHighLightLink_button:hover .commonBgHighLightLink_buttonArrow svg{fill:var(--MAIN_PURPLE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:hover:before{transform:translateY(-100%)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:hover .commonBgHighLightLinkCol2_buttonText{color:var(--MAIN_WHITE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:hover .commonBgHighLightLinkCol2_buttonIcon{background-color:var(--MAIN_WHITE)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:hover .commonBgHighLightLinkCol2_buttonArrow svg{fill:var(--MAIN_PURPLE)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_link:hover .commonBgHighLightLinkCol3_linkIcon:before{transform:translate(-50%,-50%) scale(1)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_link:hover .commonBgHighLightLinkCol3_linkArrow svg{fill:var(--MAIN_WHITE)}.commonColumn2 .commonColumn2_link:hover .scaleImg img{transform:scale(1.05)}.commonColumn2 .commonColumn2_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.commonColumn2 .commonColumn2_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.commonColumn3 .commonColumn3_link:hover .scaleImg img{transform:scale(1.05)}.commonColumn3 .commonColumn3_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.commonColumn3 .commonColumn3_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.commonButton:hover .commonButton_icon:before{transform:translate(-50%,-50%) scale(1)}.commonButton:hover .commonButton_arrow svg{fill:var(--MAIN_PURPLE)}.commonCaseSlider .commonCaseSlider_link:hover .commonCaseSlider_linkText{color:var(--MAIN_PURPLE)}.commonCaseSlider .commonCaseSlider_link:hover .commonCaseSlider_linkIcon:before{transform:translate(-50%,-50%) scale(1)}.commonCaseSlider .commonCaseSlider_link:hover .commonCaseSlider_linkArrow svg{fill:var(--MAIN_PURPLE)}.commonHighLightLink .commonHighLightLink_button:hover:before{transform:translateY(-100%)}.commonHighLightLink .commonHighLightLink_button:hover .commonHighLightLink_buttonText{color:var(--MAIN_PURPLE)}.commonHighLightLink .commonHighLightLink_button:hover .commonHighLightLink_buttonIcon{background-color:var(--MAIN_PURPLE)}.commonHighLightLink .commonHighLightLink_button:hover .commonHighLightLink_buttonArrow svg{fill:var(--MAIN_WHITE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:hover:before{transform:translateY(-100%)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:hover .commonHighLightLinkCol2_buttonText{color:var(--MAIN_PURPLE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:hover .commonHighLightLinkCol2_buttonIcon{background-color:var(--MAIN_PURPLE)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:hover .commonHighLightLinkCol2_buttonArrow svg{fill:var(--MAIN_WHITE)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_link:hover .commonHighLightLinkCol3_linkIcon:before{transform:translate(-50%,-50%) scale(1)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_link:hover .commonHighLightLinkCol3_linkArrow svg{fill:var(--MAIN_PURPLE)}.commonProfile .commonProfile_trigger:hover .commonProfile_button{background-color:transparent}.commonProfile .commonProfile_trigger:hover .commonProfile_bar{background-color:var(--MAIN_PURPLE)}.commonProfileCol2 .commonProfileCol2_trigger:hover .commonProfileCol2_button{background-color:transparent}.commonProfileCol2 .commonProfileCol2_trigger:hover .commonProfileCol2_bar{background-color:var(--MAIN_PURPLE)}.commonRelatedColumn .commonRelatedColumn_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.commonRelatedColumn .commonRelatedColumn_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.commonRelatedColumn .commonRelatedColumn_button:hover .commonRelatedColumn_icon:before{transform:translate(-50%,-50%) scale(1)}.commonRelatedColumn .commonRelatedColumn_button:hover .commonRelatedColumn_arrow svg{fill:var(--MAIN_PURPLE)}.commonRelatedInfo .commonRelatedInfo_button:hover:before{transform:translateY(-100%)}.commonRelatedInfo .commonRelatedInfo_button:hover .commonRelatedInfo_buttonText{color:var(--MAIN_PURPLE)}.commonRelatedInfo .commonRelatedInfo_button:hover .commonRelatedInfo_buttonIcon{background-color:var(--MAIN_PURPLE)}.commonRelatedInfo .commonRelatedInfo_button:hover .commonRelatedInfo_buttonArrow svg{fill:var(--MAIN_WHITE)}.commonSlider .commonSlider_link:hover .scaleImg img{transform:scale(1.05)}.commonSlider .commonSlider_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.commonSlider .commonSlider_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.commonThumbnailSlider .commonThumbnailSlider_slider.-thumbnail .commonThumbnailSlider_thumbnail:hover:after{background-color:#16171966}.button:hover:before{transform:translateY(-100%)}.button.-purple:hover .button_text{color:var(--MAIN_PURPLE)}.button.-purple:hover .button_icon{background-color:var(--MAIN_PURPLE)}.button.-purple:hover .button_arrow svg{fill:var(--MAIN_WHITE)}.button.-hitDsp:hover .button_text{color:var(--MAIN_WHITE)}.button.-hitDsp:hover .button_icon{background-color:var(--MAIN_WHITE)}.button.-hitDsp:hover .button_arrow svg{fill:var(--MAIN_PURPLE)}.button.-case:hover .button_text{color:var(--MAIN_WHITE)}.button.-case:hover .button_icon{background-color:var(--MAIN_WHITE)}.button.-case:hover .button_arrow svg{fill:var(--MAIN_PURPLE)}.linkArea .linkArea_text:hover:after{transform:scaleX(0);transform-origin:right}.modal .modal_close:hover:before{transform:translate(-50%,-50%) scale(1)}.modal .modal_close:hover .modal_bar{background-color:var(--MAIN_WHITE)}.moreButton:hover{border:1px solid var(--MAIN_PURPLE)}.moreButton:hover .moreButton_text{color:var(--MAIN_PURPLE)}.moreButton:hover .moreButton_arrow svg{fill:var(--MAIN_PURPLE)}.newsList .newsList_link:hover{color:var(--MAIN_PURPLE)}.newsList .newsList_link:hover:after{transform:scaleX(1);background-color:var(--MAIN_PURPLE)}.newsList .newsList_link:hover .newsList_time{border-color:var(--MAIN_PURPLE)}.newsList .newsList_link:hover .newsList_arrow svg{transform:translate(100%);fill:var(--MAIN_PURPLE)}.post .post_body p:not([class]) a:hover{text-decoration:none}.sliderNav .sliderNav_button:hover:before{transform:translate(-50%,-50%) scale(1)}.sliderNav .sliderNav_button:hover svg{fill:var(--MAIN_PURPLE)}.sliderNav.-case .sliderNav_button:hover svg{fill:var(--MAIN_WHITE)}.aboutHighLightLink:hover{background-color:var(--MAIN_PURPLE)}.boardArchive .boardArchive_link:hover .scaleImg img{transform:scale(1.05)}.boardArchive .boardArchive_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.boardArchive .boardArchive_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.boardPost .boardPost_downloadButton:hover{border-color:var(--MAIN_ORANGE)}.boardPost .boardPost_downloadButton:hover:before{transform:translateY(-100%)}.boardPost .boardPost_downloadButton:hover .boardPost_downloadDescription{color:var(--MAIN_ORANGE)}.boardPost .boardPost_downloadButton:hover .boardPost_downloadLabel{border-color:var(--MAIN_ORANGE);color:var(--MAIN_ORANGE)}.boardPost .boardPost_downloadButton:hover .boardPost_downloadIcon{background-color:var(--MAIN_ORANGE)}.boardPost .boardPost_downloadButton:hover .boardPost_downloadArrow svg{fill:var(--MAIN_WHITE)}.boardPostSlider .boardPostSlider_trigger:hover:before{transform:translateY(-100%)}.boardPostSlider .boardPostSlider_trigger:hover .boardPostSlider_bg{transform:scale(1.1)}.boardPostSlider .boardPostSlider_trigger:hover .boardPostSlider_triggerChangeIcon{transform:rotate(360deg)}.boardPostSlider .boardPostSlider_trigger:hover .boardPostSlider_triggerChangeIcon svg{fill:var(--MAIN_PURPLE)}.boardPostSlider .boardPostSlider_pagination .swiper-pagination-bullet:hover{background-color:var(--MAIN_PURPLE)}.caseArchiveBody .caseArchiveBody_trigger:hover .scaleImg img{transform:scale(1.05)}.caseArchiveBody .caseArchiveBody_trigger:hover .caseArchiveBody_button{background-color:transparent}.caseArchiveBody .caseArchiveBody_trigger:hover .caseArchiveBody_bar{background-color:var(--MAIN_PURPLE)}.caseArchiveHead .caseArchiveHead_trigger:hover{background-color:var(--MAIN_PURPLE);color:var(--MAIN_WHITE)}.caseSlider .caseSlider_link:hover .scaleImg img{transform:scale(1.05)}.caseSlider .caseSlider_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.caseSlider .caseSlider_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.homeAbout .homeAbout_link:hover:after{transform:scaleX(0);transform-origin:right}.homeAreas .homeAreas_link:hover .scaleImg img{transform:scale(1.05)}.homeAreas .homeAreas_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.homeAreas .homeAreas_link:hover .link_arrow svg{fill:var(--MAIN_PURPLE)}.homeContact .homeContact_link:hover{background-color:var(--HOVER_PURPLE)}.homeContact .homeContact_link:hover .button:before{transform:translateY(-100%)}.homeContact .homeContact_link:hover .button .button_text{color:var(--MAIN_WHITE)}.homeContact .homeContact_link:hover .button .button_icon{background-color:var(--MAIN_WHITE)}.homeContact .homeContact_link:hover .button .button_arrow svg{fill:var(--MAIN_PURPLE)}.homePickUp .homePickUp_link:hover .homePickUp_linkText{color:var(--MAIN_PURPLE)}.homePickUp .homePickUp_link:hover .homePickUp_linkIcon:before{transform:translate(-50%,-50%) scale(1)}.homePickUp .homePickUp_link:hover .homePickUp_linkArrow svg{fill:var(--MAIN_PURPLE)}.homeService .homeService_link:hover .link_icon:before{transform:translate(-50%,-50%) scale(1)}.homeService .homeService_link:hover .link_arrow svg{fill:var(--MAIN_WHITE)}.newsTab .newsTab_trigger:hover{color:var(--MAIN_PURPLE)}.newsTab .newsTab_trigger:hover:after{background-color:var(--MAIN_PURPLE)}}@media (pointer: fine){.footer .footer_topLink{transition:background-size .6s cubic-bezier(.16,1,.3,1)}.footer .footer_topChildLink:after{transition:transform .6s cubic-bezier(.16,1,.3,1)}.footer .footer_bottomLink:after{transition:transform .6s cubic-bezier(.16,1,.3,1)}.header .header_logoLink{transition:color .6s ease-out}.header .header_logoLink svg{transition:fill .6s ease}.nav .nav_contactButton:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.nav .nav_contactButton .button_icon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.nav .nav_contactButton .button_arrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.subNav .subNav_link{transition:color .3s ease}.-change .subNav .subNav_bg{transition:background-color .65s ease-out}.commonAnchorLink .commonAnchorLink_link{transition:color .3s ease}.commonAccordion .commonAccordion_target:after{transition:background-color 1.6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLink .commonBgHighLightLink_button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLink .commonBgHighLightLink_buttonText{transition:color .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLink .commonBgHighLightLink_buttonIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLink .commonBgHighLightLink_buttonArrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonText{transition:color .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLinkCol2 .commonBgHighLightLinkCol2_buttonArrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.commonBgHighLightLinkCol3 .commonBgHighLightLinkCol3_linkIcon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonButton .commonButton_icon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonCaseSlider .commonCaseSlider_linkText{transition:color .6s cubic-bezier(.16,1,.3,1)}.commonCaseSlider .commonCaseSlider_linkIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.commonCaseSlider .commonCaseSlider_linkIcon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLink .commonHighLightLink_button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLink .commonHighLightLink_buttonText{transition:color .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLink .commonHighLightLink_buttonIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLink .commonHighLightLink_buttonArrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonText{transition:color .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLinkCol2 .commonHighLightLinkCol2_buttonArrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.commonHighLightLinkCol3 .commonHighLightLinkCol3_linkIcon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonProfile .commonProfile_target:not(:first-of-type):before{transition:background-color 1.6s cubic-bezier(.16,1,.3,1)}.commonRelatedColumn .commonRelatedColumn_icon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonRelatedInfo .commonRelatedInfo_button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.commonRelatedInfo .commonRelatedInfo_buttonText{transition:color .6s cubic-bezier(.16,1,.3,1)}.commonRelatedInfo .commonRelatedInfo_buttonIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.commonRelatedInfo .commonRelatedInfo_buttonArrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.button{transition:transform .6s cubic-bezier(.16,1,.3,1)}.button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.button .button_text{transition:color .6s cubic-bezier(.16,1,.3,1)}.button .button_icon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.button .button_arrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.lang .lang_link{transition:color .3s ease}.lang .lang_line{transition:transform .6s cubic-bezier(.16,1,.3,1)}.link .link_icon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.link.-service .link_icon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.linkArea .linkArea_text:after{transition:transform .6s cubic-bezier(.16,1,.3,1)}.modal .modal_close:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.moreButton{transition:border-color .6s ease}.moreButton .moreButton_text{transition:color .6s ease}.moreButton .moreButton_arrow{transition-property:transform fill;transition-duration:.6s;transition-timing-function:ease}.newsList .newsList_link{transition:color .6s ease}.newsList .newsList_link:after{transition-property:transform,background-color;transition-duration:.8s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.newsList .newsList_time{transition:border-color .6s ease}.scaleImg img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.sliderNav .sliderNav_button{transition-property:border-color,background-color;transition-duration:.4s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.sliderNav .sliderNav_button:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.aboutHighLightLink{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.aboutHighLightLink .aboutHighLightLink_icon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.aboutHighLightLink .aboutHighLightLink_arrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.boardPost .boardPost_downloadButton:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}.boardPost .boardPost_downloadDescription{transition:color .6s cubic-bezier(.16,1,.3,1)}.boardPost .boardPost_downloadLabel{transition-property:border-color,color;transition-duration:.6s;transition-timing-function:cubic-bezier(.16,1,.3,1)}.boardPost .boardPost_downloadIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.boardPost .boardPost_downloadArrow svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_bg{transition:transform .6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_triggerEyeIcon svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_triggerText{transition:color .6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_triggerRight{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_triggerChangeIcon{transition:transform 1.6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_triggerChangeIcon svg{transition:fill .6s cubic-bezier(.16,1,.3,1)}.boardPostSlider .boardPostSlider_pagination .swiper-pagination-bullet{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.homeAbout .homeAbout_link:after{transition:transform .6s cubic-bezier(.16,1,.3,1)}.homeContact .homeContact_link{transition:background-color 1s cubic-bezier(.25,1,.5,1)}.homePickUp .homePickUp_linkText{transition:color .6s cubic-bezier(.16,1,.3,1)}.homePickUp .homePickUp_linkIcon{transition:background-color .6s cubic-bezier(.16,1,.3,1)}.homePickUp .homePickUp_linkIcon:before{transition:transform .6s cubic-bezier(.16,1,.3,1)}}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}



.nav_arrow{
    position: relative;
}

.contact_flex{
    display: flex;
}

.contact_flex .contact_sns{
    width: 50%;
}

@media screen and (max-width: 767px){
    .contact_flex{
    flex-flow: column;
    align-items: center;
    gap: 20px;
    }
}

.nav .nav_mainLink svg{
    right: -2px;
}