@charset "UTF-8";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;height:auto;vertical-align:bottom}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}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-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[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}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*::-webkit-scrollbar{width:var(--scroll-bar-width)}*::-webkit-scrollbar-track{background:#f1f1f1}*::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:#ff6a33}html{scroll-padding-top:80px}@media screen and (min-width: 800px){html{scroll-padding-top:80px}}html.is-modalOpen,html.is-open{overflow:hidden}html::-webkit-scrollbar{width:var(--scroll-bar-width)}html::-webkit-scrollbar-track{background:#f1f1f1}html::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:#ff6a33}body{font-family:var(--font-ja);font-weight:400;color:var(--color-text)}@media screen and (max-width: 799px){body{font-size:.875rem;line-height:1.7}}:root{--color-text: #404040;--color-primary:#E34300;--color-dark: #23242A;--color-white: #fff;--color-blue: #0067AD;--color-background-primary: #E34300;--font-ja: "Noto Sans JP", sans-serif;--font-en: "Barlow", sans-serif;--font-serif: "Noto Serif JP", serif;--bg-gradation01:linear-gradient(100deg, #F1F6FF .5%, #FFF5EF 99.99%);--bg-gradation-o: linear-gradient(90deg, #E34300 0%, #FF8750 100%);--bg-gradation-g: linear-gradient(90deg, #0C786D 0%, #004D82 100%);--bg-gradation-g-b: linear-gradient(281deg, #FFF 0%, #FFF 54.13%, #FFEBCE 85.92%);--scroll-bar-width: 8px}@media screen and (max-width: 799px){:root{--scroll-bar-width: 0px}}.header{position:fixed;z-index:100}@media screen and (min-width: 980px){.header{background-color:#fff;box-shadow:0 0 8px #00000029;max-width:1392px;top:24px;left:50%;border-radius:100rem;width:calc(100% - 48px);transform:translate(-50%)}}@media screen and (max-width: 979px){.header{padding:12px;width:100%}}.header_inner{display:flex;align-items:center;justify-content:space-between}.header_logo{margin:0;padding-left:48px;line-height:1}@media screen and (max-width: 979px){.header_logo{padding:14px 24px;border-radius:100rem;background:#fff;width:194px;box-shadow:0 0 8px #00000029}}.header_hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;background:var(--color-primary);border:none;border-radius:50%;cursor:pointer;transition:transform .3s ease,background-color .3s ease;z-index:1001}@media screen and (max-width: 979px){.header_hamburger{display:flex}}.header_hamburger:hover{transform:scale(1.05);background-color:var(--color-dark)}.header_hamburger.is-active .header_hamburger_line:nth-child(1){transform:translateY(6px) rotate(45deg)}.header_hamburger.is-active .header_hamburger_line:nth-child(2){opacity:0}.header_hamburger.is-active .header_hamburger_line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header_hamburger_line{width:18px;height:2px;background-color:#fff;margin:2px 0;transition:all .3s ease;border-radius:1px}@media screen and (max-width: 979px){.header_globalnav{display:none}}.mobileDrawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;visibility:hidden;opacity:0;transition:all .3s ease}.mobileDrawer.is-open{visibility:visible;opacity:1}.mobileDrawer.is-open .mobileDrawer_content{transform:translate(0)}.mobileDrawer.is-open .mobileDrawer_overlay{opacity:1}.mobileDrawer_overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;opacity:0;transition:opacity .3s ease;cursor:pointer}.mobileDrawer_content{position:absolute;top:0;right:0;width:100%;max-width:400px;height:100%;background-color:#f5f5f5;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column;padding:0 4.1666666667vw}.mobileDrawer_header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;flex-shrink:0}@media screen and (min-width: 800px){.mobileDrawer_logo{display:none}}.mobileDrawer_logo img{height:32px}.mobileDrawer_close{position:relative;width:56px;height:52px;background:var(--color-primary);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.mobileDrawer_close:hover{background-color:var(--color-dark);transform:rotate(90deg)}.mobileDrawer_close_line{position:absolute;top:50%;left:50%;width:16px;height:2px;background-color:#fff;border-radius:1px}.mobileDrawer_close_line:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.mobileDrawer_close_line:nth-child(2){transform:translate(-50%,-50%) rotate(-45deg)}.mobileDrawer_nav{padding:40px 0}.mobileDrawer_nav .globalnav_list{flex-direction:column;gap:0}.mobileDrawer_nav .globalnav_item{border-bottom:1px solid #f0f0f0}.mobileDrawer_nav .globalnav_item:last-child{border-bottom:none}.mobileDrawer_nav .globalnav_link{display:flex;align-items:center;justify-content:space-between;padding:20px;color:var(--color-primary);text-decoration:none;font-size:1rem;font-weight:700;transition:background-color .3s ease}.mobileDrawer_nav .globalnav_link:hover{background-color:#f8f8f8}.mobileDrawer_nav .globalnav_link:after{content:">";color:var(--color-primary);font-size:1rem;transform:rotate(0);transition:transform .3s ease}.mobileDrawer_nav .globalnav_link:hover:after{transform:translate(5px)}.mobileDrawer_contact{padding:30px 20px;border-top:1px solid #D9D9D9}.mobileDrawer_contact_item{margin-bottom:25px}.mobileDrawer_contact_item:last-child{margin-bottom:0}.mobileDrawer_subheading{display:block;color:var(--color-primary);font-size:1.125rem;text-align:center;font-weight:700;margin-bottom:16px}.mobileDrawer_contact_link{display:flex;align-items:center;gap:10px;padding:15px;background-color:#fff;border:2px solid var(--color-primary);border-radius:25px;color:var(--color-primary);text-decoration:none;font-weight:700;transition:all .3s ease}.mobileDrawer_contact_link:hover{background-color:var(--color-primary);color:#fff}.mobileDrawer_contact_phone .mobileDrawer_contact_link{font-size:1.125rem;border-radius:8px}.mobileDrawer_contact_email .mobileDrawer_contact_link{background-color:var(--color-primary);color:#fff}.mobileDrawer_contact_email .mobileDrawer_contact_link:hover{background-color:var(--color-dark)}.mobileDrawer_contact_icon{font-size:1rem}.mobileDrawer_contact_time{margin:8px 0 0;font-size:.75rem;color:#666;line-height:1.4}body.drawer-open{overflow:hidden;position:fixed;width:100%}.mobileDrawer_ctaList{display:flex;flex-direction:column;gap:16px}.footer{background:var(--color-background-primary);padding-top:60px}@media screen and (max-width: 799px){.footer{padding-top:40px}}.footer_inner{max-width:1280px;margin-right:auto;margin-left:auto;padding-left:20px;padding-right:20px}@media screen and (min-width: 800px){.footer_inner{display:flex;gap:40px}.footer_inner>*{flex:1}}.footer_top{padding-bottom:52px}@media screen and (max-width: 799px){.footer_top{padding-bottom:24px}}.footer_bottom{background:var(--color-dark);padding-top:20px;padding-bottom:20px;text-align:center}.footer_logo{display:inline-block;padding:13px 48px;background:#fff;border-radius:100rem}@media screen and (max-width: 799px){.footer_logo{display:block;padding:14px 24px;max-width:194px;margin-right:auto;margin-left:auto}}.footer_address{margin-top:48px;margin-bottom:0}.footer_copyright{margin:0;color:#fff;font-size:.9375rem}.footer_copyright a{color:inherit;text-decoration:none}.footerNav_inner{display:flex;align-items:center}.footerNav_list{list-style:none;padding:120px 0 0;display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:fit-content}@media screen and (max-width: 799px){.footerNav_list{width:100%;padding-top:24px;border-top:1px solid var(--color-white);margin-top:24px;padding-left:16px;padding-right:16px}}.footerNav_list a{text-decoration:none;color:var(--color-white);font-weight:700;font-size:.9375rem;line-height:1.5}.inner{max-width:1280px;margin-right:auto;margin-left:auto}@media screen and (max-width: 979px){.inner{padding-left:5.3333333333vw;padding-right:5.3333333333vw}}body.service .inner,body.recruit .inner{max-width:1160px}.breadcrumb{font-size:.875rem;color:var(--color-primary);padding-bottom:8px;border-bottom:1px solid var(--color-primary)}@media screen and (min-width: 800px){.breadcrumb{font-size:.9375rem}}@media screen and (max-width: 799px){.breadcrumb{display:none}}.breadcrumb_inner{max-width:1200px;margin-inline:auto}.breadcrumb_link{color:var(--color-primary);text-decoration:none}.breadcrumb_link:hover{text-decoration:underline}.breadcrumb_separator{margin:0 8px;color:var(--color-primary)}@media screen and (min-width: 800px){.breadcrumb_separator{margin:0 4px}}.breadcrumb_current{color:var(--color-primary)}.btn_link{display:block}.btn._grad .btn_link{background:linear-gradient(135deg,#2D8B8B 0%,#1A4B6B 100%);color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;position:relative;overflow:hidden;transition:all .3s ease;text-align:center}.btn._grad .btn_link:hover{background:var(--bg-gradation-o)}.btn._arrow .btn_link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:100%;border:none;border-radius:0;background:#fff;color:var(--color-primary);text-decoration:none;border-radius:100rem;padding:8px 24px;font-family:var(--font-en);font-size:.9375rem;font-weight:700;transition:all .3s ease}.btn._arrow .btn_link:after{content:"";display:block;width:20px;height:4px;background:url('../images/icon_arrow_orange.svg') no-repeat center/contain;flex-shrink:0;transition:all .3s ease}.btn._arrow .btn_link:hover{background:var(--bg-gradation-g);color:#fff}.btn._arrow .btn_link:hover:after{background:url('../images/icon_arrow_white.svg') no-repeat center/contain}.wp-block-button.is-style-arrow-button .wp-block-button__link{display:inline-flex;align-items:center;gap:1rem;background:transparent!important;color:#e34300!important;font-size:1.125rem;padding:0}.wp-block-button.is-style-arrow-button .wp-block-button__link:after{content:"";display:block;width:64px;height:48px;border-radius:100rem;background:url('../images/icon_arrow_orange.svg') no-repeat center/20px auto,transparent;border:1px solid var(--color-background-primary);flex-shrink:0;transition:all .3s ease}.wp-block-button.is-style-arrow-button .wp-block-button__link:hover{text-decoration:underline}.wp-block-button.is-style-arrow-button .wp-block-button__link:hover:after{background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto,var(--bg-gradation-o)}.wp-block-button.is-style-arrow-button .wp-block-button__link:active{transform:translateY(0)}.wp-block-button.is-style-arrow-button .wp-block-button__link:focus{outline:2px solid #E34300;outline-offset:2px}.wp-block-button.is-style-gradation-button .wp-block-button__link{background:linear-gradient(135deg,#2D8B8B 0%,#1A4B6B 100%)!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:1rem 2.5rem!important;font-size:1.1rem;font-weight:600;text-decoration:none!important;position:relative;overflow:hidden;z-index:1;transition:all .3s ease}.wp-block-button.is-style-gradation-button .wp-block-button__link:hover{background:var(--bg-gradation-o)!important}.wp-block-button.is-style-orange-gradation-button{position:relative}.wp-block-button.is-style-orange-gradation-button .wp-block-button__link{background:var(--bg-gradation-o)!important;color:#fff!important;border:none!important;border-radius:50px!important;padding:1rem 2.5rem!important;font-size:1.1rem;font-weight:600;text-decoration:none!important;overflow:hidden;border-radius:100rem;position:relative;z-index:1;transition:all .3s ease}.wp-block-button.is-style-orange-gradation-button .wp-block-button__link:hover{background:var(--bg-gradation-g)!important}.wp-block-button.is-style-outline-arrow .wp-block-button__link{display:inline-flex;align-items:center;gap:.75rem;background:transparent!important;color:#e34300!important;border:1px solid #E34300!important;border-radius:4px!important;padding:.5rem 1rem!important;font-size:.9rem;font-weight:400;text-decoration:none!important;transition:all .2s ease}.wp-block-button.is-style-outline-arrow .wp-block-button__link:after{content:"→";font-size:1.1em;transition:transform .2s ease}.wp-block-button.is-style-outline-arrow .wp-block-button__link:hover{background:#E34300!important;color:#fff!important}.wp-block-button.is-style-outline-arrow .wp-block-button__link:hover:after{transform:translate(4px)}.caseStudiesCard{border:1px solid var(--color-primary);padding:52px 22px;position:relative;background:#fff}@media screen and (max-width: 799px){.caseStudiesCard{padding:32px 16px}}.caseStudiesCard:after{content:"";display:block;width:100%;height:100%;background:var(--color-background-primary);position:absolute;top:10px;left:10px;z-index:-1}.caseStudiesCard_flag{background:var(--color-background-primary);color:#fff;font-size:1.375rem;font-weight:700;font-family:var(--font-en);position:absolute;top:0;left:-20px;transform:translateY(-50%);padding:5px 20px;margin:0;display:flex;align-items:center;gap:10px}@media screen and (max-width: 799px){.caseStudiesCard_flag{left:-8px;padding-left:12px;padding-right:12px}}.caseStudiesCard_flag:before{content:"";display:block;width:32px;height:32px;background-image:url('../images/icon_folder.svg');background-repeat:no-repeat;background-position:center center;background-size:contain}@media screen and (max-width: 799px){.caseStudiesCard_flag:before{width:24px;height:24px}}.caseStudiesCard_flag:after{content:"";display:block;position:absolute;width:24px;height:100%;background:var(--color-background-primary);clip-path:polygon(0% 0%,100% 0%,0% 50%,100% 100%,0% 100%);top:0;left:calc(100% - 1px)}@media screen and (max-width: 799px){.caseStudiesCard_flag:after{width:20px}}.caseStudiesCard_link{text-decoration:none;color:var(--color-primary);pointer-events:none}.caseStudiesCard_company{margin:0;font-weight:700;font-size:1.125rem;color:#23242a}.caseStudiesCard_workTitle{font-size:1.25rem;font-weight:700;margin-top:8px}.caseStudiesCard_area{font-size:.9375rem;margin-top:8px;padding-bottom:16px;border-bottom:1px solid #D9D9D9}.caseStudiesCard_item{padding-top:16px}.caseStudiesCard_label{margin:0;font-weight:700;font-size:.75rem}.caseStudiesCard_price{margin:8px 0 0}.caseStudiesCard_price span{font-size:.8125rem}@media screen and (max-width: 799px){.caseStudiesCard_price span{font-size:1.125rem}}.caseStudiesCard_term{margin:8px 0 0}.caseStudiesCard_term span{font-size:.8125rem}@media screen and (max-width: 799px){.caseStudiesCard_term span{font-size:.9375rem}}.wp-block-kandc-column-section{padding:30px 0}@media screen and (min-width: 800px){.wp-block-kandc-column-section{padding:40px 0}}.wp-block-kandc-column-section .column-section_container{display:flex;gap:60px;flex-direction:row-reverse;align-items:center}@media screen and (max-width: 799px){.wp-block-kandc-column-section .column-section_container{flex-direction:column;gap:16px}}.wp-block-kandc-column-section.image-left .column-section_container{flex-direction:row}@media screen and (max-width: 799px){.wp-block-kandc-column-section.image-left .column-section_container{flex-direction:column}}.wp-block-kandc-column-section.image-left .column-section_container .column-section_image{margin-right:0;margin-left:clamp(-40px,-9.72222222vw,-140px)}.wp-block-kandc-column-section .column-section_content{order:1}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_content{order:2;width:50%}}.wp-block-kandc-column-section .column-section_image{order:2}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_image{order:1;width:calc(50% + 140px);margin-right:clamp(-40px,-9.72222222vw,-140px)}}.wp-block-kandc-column-section .column-section_image img{width:100%;height:auto;object-fit:cover}.wp-block-kandc-column-section .column-section_header{margin-bottom:20px;margin-top:0;margin-left:0;align-items:center;gap:12px;display:flex}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_header{margin-bottom:16px}}.wp-block-kandc-column-section .column-section_number{-webkit-text-stroke-width:1px;color:#fff;-webkit-text-stroke-color:#E34300;font-family:var(--font-en);font-size:80px;font-style:normal;font-weight:700;line-height:normal}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_number{font-size:5rem}}.wp-block-kandc-column-section .column-section_title{font-size:1.75rem;font-weight:700;margin:0;line-height:1.4}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_title{font-size:20px}}.wp-block-kandc-column-section .column-section_body .column-section_group{margin-bottom:40px}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_body .column-section_group{margin-bottom:30px}}.wp-block-kandc-column-section .column-section_body .column-section_group:last-child{margin-bottom:0}.wp-block-kandc-column-section .column-section_body .column-section_subtitle{font-size:1.125rem;font-weight:700;color:var(--color-primary);margin:0 0 15px;position:relative}@media screen and (min-width: 800px){.wp-block-kandc-column-section .column-section_body .column-section_subtitle{font-size:1.25rem;margin-bottom:16px}}.wp-block-kandc-column-section .column-section_body .column-section_subtitle:after{content:"";display:block;height:1px;width:100%;background:var(--color-primary);position:absolute;bottom:50%;transform:translateY(50%);left:0}.wp-block-kandc-column-section .column-section_body .column-section_subtitle>span{background:#fff;display:inline-block;padding-right:20px;position:relative;z-index:1}.wp-block-kandc-column-section .column-section_body .column-section_item-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}@media screen and (max-width: 799px){.wp-block-kandc-column-section .column-section_body .column-section_item-wrapper{grid-template-columns:1fr;gap:16px}}.wp-block-kandc-column-section .column-section_body .column-section_item{padding:16px;border:1px solid #E34300}.wp-block-kandc-column-section .column-section_body .column-section_item p{font-size:1rem;line-height:1.6;margin:0}.block-editor-block-list__layout .wp-block-kandc-column-section .column-section_container{max-width:800px}.block-editor-block-list__layout .wp-block-kandc-column-section .column-section_image img{max-height:300px;object-fit:cover}.contactCard{padding:32px 40px;border:1px solid var(--color-primary);color:var(--color-primary);min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-white);max-width:480px;margin-inline:auto;box-shadow:0 2px 8px #e343004d}.contactCard_title{text-align:center;font-weight:700;padding:4px 20px;font-size:1.125rem;background:var(--color-primary);color:var(--color-white);width:fit-content;margin:0 auto}@media screen and (max-width: 799px){.contactCard_title{font-size:1rem}}.contactCard_tel{display:flex;align-items:center;justify-content:center;margin:8px 0 0;font-size:2rem;font-family:var(--font-en);font-weight:700;gap:8px}.contactCard_tel:before{content:"";display:block;width:36px;height:36px;background:url('../images/icon_tel_orange.svg') no-repeat center/contain}.contactCard_tel a{text-decoration:none;color:var(--color-primary)}.contactCard_text{text-align:center;font-size:1rem;color:var(--color-dark);margin:8px 0 0;font-weight:400;line-height:1.33}@media screen and (max-width: 799px){.contactCard_text{font-size:.75rem}}.ctaCard{border-radius:100rem;padding:16px 40px;border:1px solid var(--color-primary);color:var(--color-primary);min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-white);transition:all .3s ease}@media screen and (max-width: 799px){.ctaCard{border-radius:40px}}.ctaCard:hover{background:var(--bg-gradation-g-b)}.ctaCard._mobileNav{padding:16px 20px}.ctaCard_title{text-align:center;margin:0;font-weight:700;padding-bottom:12px;border-bottom:1px solid var(--color-primary)}.ctaCard_tel{display:flex;align-items:center;justify-content:center;margin:8px 0 0;font-size:2rem;font-family:var(--font-en);font-weight:700;gap:8px}.ctaCard_tel:before{content:"";display:block;width:36px;height:36px;background:url('../images/icon_tel_orange.svg') no-repeat center/contain}.ctaCard._mobileNav .ctaCard_tel{font-size:1.75rem}.ctaCard_mail{display:flex;align-items:center;justify-content:center;margin:8px 0 0;font-size:1.25rem;font-weight:700;gap:8px}.ctaCard_mail:before{content:"";display:block;width:36px;height:36px;background:url('../images/icon_mail_orange.svg') no-repeat center/contain}.ctaCard._mobileNav .ctaCard_mail{font-size:1.125rem}.ctaCard_text{text-align:center;font-weight:700;font-size:.75rem;color:var(--color-dark);margin:8px 0 0;line-height:1.33}.footerAddress{color:#fff;font-style:normal}.footerAddress_text{font-family:var(--font-en);font-size:.9375rem;margin-top:0}@media screen and (min-width: 800px){.footerAddress_text{font-size:1.25rem}}.footerAddress_text._bold{font-weight:700}@media screen and (max-width: 799px){.footerAddress_text._bold{text-align:center;font-size:1.25rem}}.footerAddress_text a{color:inherit;text-decoration:none}.footerAddress_button{width:110px;margin-top:24px}@media screen and (max-width: 799px){.footerAddress_button{margin-right:auto;margin-left:auto;margin-top:20px}}.wp-block-kandc-image-banner-section{padding:20px 0;width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);overflow:hidden}@media screen and (min-width: 800px){.wp-block-kandc-image-banner-section{padding:40px 0}}@media screen and (min-width: 800px){.wp-block-kandc-image-banner-section .image-banner_container{display:flex}}.wp-block-kandc-image-banner-section .image-banner_item{position:relative;overflow:hidden}@media screen and (min-width: 800px){.wp-block-kandc-image-banner-section .image-banner_item{width:calc(50% + 60px)}.wp-block-kandc-image-banner-section .image-banner_item:first-child{clip-path:polygon(0 0,calc(100% - 60px) 0,100% 100%,0 100%);margin-right:-60px;z-index:1}.wp-block-kandc-image-banner-section .image-banner_item:last-child{margin-right:-60px}}.wp-block-kandc-image-banner-section .image-banner_image{position:relative;overflow:hidden;background-color:#f5f5f5;width:100%;height:100%}.wp-block-kandc-image-banner-section .image-banner_image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.block-editor-block-list__layout .wp-block-kandc-image-banner-section{max-width:1000px;margin:0 auto}.block-editor-block-list__layout .wp-block-kandc-image-banner-section .image-banner_container{gap:20px}.block-editor-block-list__layout .wp-block-kandc-image-banner-section .image-banner_item:hover{transform:none;box-shadow:none}.block-editor-block-list__layout .wp-block-kandc-image-banner-section .image-banner_image img{transition:none}@media screen and (min-width: 800px){.wp-block-kandc-image-banner-section .image-banner_image[style*="aspect-ratio: 16/9"]{aspect-ratio:4/3!important}}.mvNews{background:var(--color-background-primary);color:#fff;border-radius:100rem;padding:0 40px}@media screen and (max-width: 799px){.mvNews{border-radius:0;padding:16px}}.mvNews a{color:inherit;text-decoration:none}.mvNews_inner{display:flex;align-items:center}@media screen and (max-width: 799px){.mvNews_inner{flex-wrap:wrap}}.mvNews_date{border-right:1px solid #fff;padding:26px 20px 26px 0;margin:0}@media screen and (max-width: 799px){.mvNews_date{border-right:none;order:1;padding:0;font-size:.875rem}}.mvNews_category{margin:0 20px;background:#fff;color:var(--color-primary);padding:4px 20px;font-size:.75rem}@media screen and (max-width: 799px){.mvNews_category{order:0;margin-left:0;margin-right:10px}}.mvNews_title{margin:0;font-size:.9375rem}@media screen and (max-width: 799px){.mvNews_title{width:100%;font-size:.875rem;order:2;margin-top:8px}}.footer-nav ul,.mobileNav ul,.globalNav ul{list-style:none;margin:0;padding:0}.footer-nav a,.mobileNav a,.globalNav a{text-decoration:none;transition:all .3s ease}.footer-nav .menu-item,.mobileNav .menu-item,.globalNav .menu-item{position:relative}.footer-nav .menu-item__link,.mobileNav .menu-item__link,.globalNav .menu-item__link{display:block;color:inherit}.globalNav .globalNav__list{display:flex;align-items:center;gap:2rem}@media screen and (max-width: 979px){.globalNav .globalNav__list{display:none}}.globalNav .menu-item:last-child .menu-item__link{background:var(--color-background-primary);padding:23px 48px 23px 44px;color:#fff;font-weight:500;font-size:1.125rem;border-radius:0 100rem 100rem 0!important;transition:background .3s ease,color .3s ease}.globalNav .menu-item:last-child .menu-item__link:hover{color:#fff;background:var(--bg-gradation-g)}.globalNav .menu-item__link{padding:1rem 0;font-size:1rem;font-weight:500;color:#333;position:relative}.globalNav .menu-item__link:hover,.is-current .globalNav .menu-item__link{color:#e34300}.is-current .globalNav .menu-item__link:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#e34300}.globalNav .has-submenu .submenu-toggle{margin-left:.5rem;font-size:.8em}.globalNav .has-submenu .submenu-toggle:before{content:"▼";font-size:.7em}.globalNav .has-submenu .submenu{position:absolute;top:100%;left:0;min-width:200px;background:#fff;box-shadow:0 4px 12px #0000001a;border-radius:4px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.globalNav .has-submenu .submenu .submenu-item__link{padding:.75rem 1.5rem;color:#666;font-size:.875rem}.globalNav .has-submenu .submenu .submenu-item__link:hover{background:#f8f9fa;color:#e34300}.globalNav .has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}.mobileNav{display:none}@media screen and (max-width: 979px){.mobileNav{display:block}}.mobileNav .mobileNav_list{display:flex;flex-direction:column;overflow:hidden}.mobileNav .menu-item__link{padding:8px 54px;font-size:1.125rem;color:var(--color-primary);font-weight:700;display:flex;align-items:center;justify-content:space-between}.mobileNav .menu-item__link:after{content:"";display:block;width:20px;height:6px;background:url('../images/icon_arrow_orange.svg') no-repeat center center/contain}.mobileNav .menu-item__link:hover,.mobileNav .menu-item__link:focus{background:#f8f9fa;color:#e34300}.is-current .mobileNav .menu-item__link{background:#E34300;color:#fff}.mobileNav .has-submenu .submenu-toggle:before{content:"+";font-size:1.2em;transition:transform .3s ease}.mobileNav .has-submenu .submenu{max-height:0;overflow:hidden;background:#f8f9fa;transition:max-height .3s ease}.mobileNav .has-submenu .submenu .submenu-item__link{padding:.75rem 2rem;font-size:.875rem;color:#666;border-bottom:1px solid #eee}.mobileNav .has-submenu .submenu .submenu-item__link:hover{background:#fff;color:#e34300}.mobileNav .has-submenu.submenu-open .submenu-toggle:before{transform:rotate(45deg)}.mobileNav .has-submenu.submenu-open .submenu{max-height:300px}.footer-nav .footer-nav__list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media (max-width: 768px){.footer-nav .footer-nav__list{flex-direction:column;align-items:center;gap:1rem}}.footer-nav .menu-item__link{font-size:.875rem;color:#666;padding:.5rem 0}.footer-nav .menu-item__link:hover{color:#e34300}.is-current .footer-nav .menu-item__link{color:#e34300;font-weight:500}.mobile-menu-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;flex-direction:column;gap:4px}@media (max-width: 768px){.mobile-menu-toggle{display:flex}}.mobile-menu-toggle .hamburger-line{width:24px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.mobile-menu-toggle.is-active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.is-active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.is-active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobileNav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.mobileNav-overlay.is-active{opacity:1;visibility:visible}.mobileNav-container{position:fixed;top:0;right:-100%;width:300px;height:100%;background:#fff;z-index:999;padding:2rem 0;transition:right .3s ease;overflow-y:auto}.mobileNav-container.is-active{right:0}@media (max-width: 320px){.mobileNav-container{width:280px}}:root{--bg-image-page-header: url('../images/sample_pageheader.jpg')}.pageHeader{height:380px;position:relative;background:var(--bg-image-page-header) no-repeat right/auto 100%}@media screen and (max-width: 799px){.pageHeader{height:83.3333333333vw;padding-top:13.8888888889vw;background:var(--bg-image-page-header) no-repeat bottom center/100% 50%}}.pageHeader_bg{background:url('../images/pageheader_bg.png') no-repeat left center/cover;position:absolute;top:0;left:0;z-index:1}@media screen and (max-width: 799px){.pageHeader_bg{width:100%;height:44.4444444444vw}}@media screen and (min-width: 800px){.pageHeader_bg{height:100%;clip-path:polygon(0 0,calc(100% - 60px) 0,100% 100%,0% 100%);width:calc(100% - 40.6vw)}}@media screen and (min-width: 1200px){.pageHeader_bg{height:100%;clip-path:polygon(0 0,calc(100% - 60px) 0,100% 100%,0% 100%);width:calc(100% - 40.6vw)}}.pageHeader_inner{display:flex;align-items:center;height:100%;position:relative;z-index:2}@media screen and (max-width: 979px){.pageHeader_inner{padding:0 16px}}.pageHeader_heading{background:var(--bg-gradation-o, linear-gradient(90deg, #F8763B 0%, #FF5121 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1.92px;line-height:1.04;font-size:6rem;font-family:var(--font-en);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#FFF;margin:0;text-transform:uppercase}@media screen and (max-width: 799px){.pageHeader_heading{font-size:4.125rem}}.pageHeader_subheading{margin:16px 0 0;display:inline-block;background:#f5f5f5;color:var(--color-primary);padding:8px 24px;font-size:1.125rem;font-weight:700}@media screen and (max-width: 799px){.pageHeader_subheading{margin-top:0;padding:7px 24px}}.pagenation{padding:40px 0;border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary)}.pagenation_list{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;margin:0;padding:0}@media screen and (min-width: 800px){.pagenation_list{gap:8px}}.pagenation_pager a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;text-decoration:none;font-size:14px;transition:all .3s ease;font-weight:700;font-family:var(--font-en);color:var(--color-primary)}@media screen and (min-width: 800px){.pagenation_pager a{font-size:1.25rem}}.pagenation_pager a:hover{text-decoration:underline}.pagenation_pager._current a{font-weight:700;text-decoration:underline}.pagenation_pager.pagenationArrow a{width:52px;height:40px;border:1px solid var(--color-primary);border-radius:100rem}@media screen and (min-width: 800px){.pagenation_pager.pagenationArrow a{width:45px}}.pagenation_pager.pagenationArrow a svg{width:20px;height:20px}@media screen and (min-width: 800px){.pagenation_pager.pagenationArrow a svg{width:18px;height:18px}}.pagenation_pager.pagenationArrow a:hover{background:var(--bg-gradation-o);color:#fff}.pagenation_pager.pagenationArrow a:hover svg path{stroke:#fff}.recruitStaff{font-size:1.25rem;color:var(--color-primary);font-weight:700}@media screen and (max-width: 799px){.recruitStaff{font-size:.875rem}}.recruitStaff p{margin-bottom:0}.recruitStaff_thumb{position:relative;margin-bottom:24px}@media screen and (max-width: 799px){.recruitStaff_thumb{width:100vw;margin-left:calc(50% - 50vw)!important}}.recruitStaff_heading{margin:0;padding:8px 12px;position:absolute;bottom:20px;left:20px;background:var(--color-primary);color:#fff;font-size:1.25rem;font-weight:700}@media screen and (max-width: 799px){.recruitStaff_heading{font-size:1rem;left:16px;bottom:16px}}.sectionHeading,.wp-block-kandc-section-heading{width:calc(100vw - var(--scroll-bar-width));padding:40px 0 24px;padding-inline:calc(-50vw + 50%);position:relative;border-bottom:1px solid var(--color-background-primary);margin-left:calc(50% - 50vw)}.sectionHeading._cta .sectionHeading_content,.sectionHeading._cta .wp-block-kandc-section-heading .section-heading_content,.wp-block-kandc-section-heading .sectionHeading._cta .section-heading_content,._cta.wp-block-kandc-section-heading .sectionHeading_content,._cta.wp-block-kandc-section-heading .section-heading_content{width:100%;flex-direction:row;align-items:flex-end;max-width:1270px;gap:24px}@media screen and (max-width: 1199px){.sectionHeading._cta .sectionHeading_content,.sectionHeading._cta .wp-block-kandc-section-heading .section-heading_content,.wp-block-kandc-section-heading .sectionHeading._cta .section-heading_content,._cta.wp-block-kandc-section-heading .sectionHeading_content,._cta.wp-block-kandc-section-heading .section-heading_content{flex-direction:column;align-items:flex-start;gap:24px}}.sectionHeading._cta .sectionHeading_title-group,._cta.wp-block-kandc-section-heading .sectionHeading_title-group{display:flex;align-items:flex-end;gap:10px}@media screen and (max-width: 799px){.sectionHeading._cta .sectionHeading_title-group,._cta.wp-block-kandc-section-heading .sectionHeading_title-group{flex-direction:column;align-items:flex-start;gap:12px}}.sectionHeading._cta .title-line1,._cta.wp-block-kandc-section-heading .title-line1{color:var(--color-primary);font-size:7.5rem}@media screen and (max-width: 799px){.sectionHeading._cta .title-line1,._cta.wp-block-kandc-section-heading .title-line1{font-size:4.125rem}}.sectionHeading._cta .sectionHeading_subtitle,.sectionHeading._cta .wp-block-kandc-section-heading .section-heading_subtitle,.wp-block-kandc-section-heading .sectionHeading._cta .section-heading_subtitle,._cta.wp-block-kandc-section-heading .sectionHeading_subtitle,._cta.wp-block-kandc-section-heading .section-heading_subtitle{background:var(--color-background-primary)}@media screen and (max-width: 799px){.sectionHeading._cta .sectionHeading_subtitle,.sectionHeading._cta .wp-block-kandc-section-heading .section-heading_subtitle,.wp-block-kandc-section-heading .sectionHeading._cta .section-heading_subtitle,._cta.wp-block-kandc-section-heading .sectionHeading_subtitle,._cta.wp-block-kandc-section-heading .section-heading_subtitle{font-size:1.125rem;padding:8px 24px;margin-top:0}}.sectionHeading._cta .sectionHeading_description,.sectionHeading._cta .wp-block-kandc-section-heading .section-heading_description,.wp-block-kandc-section-heading .sectionHeading._cta .section-heading_description,._cta.wp-block-kandc-section-heading .sectionHeading_description,._cta.wp-block-kandc-section-heading .section-heading_description{font-size:1rem;line-height:2;margin:0}@media screen and (max-width: 799px){.sectionHeading._cta .sectionHeading_description,.sectionHeading._cta .wp-block-kandc-section-heading .section-heading_description,.wp-block-kandc-section-heading .sectionHeading._cta .section-heading_description,._cta.wp-block-kandc-section-heading .sectionHeading_description,._cta.wp-block-kandc-section-heading .section-heading_description{font-size:.875rem;line-height:1.71}}.sectionHeading_title,.wp-block-kandc-section-heading .section-heading_title{font-size:clamp(60px,10vw,120px);font-weight:700;letter-spacing:.05em;margin:0;line-height:1;font-family:var(--font-en);-webkit-text-stroke:2px currentColor;-webkit-text-fill-color:transparent;text-stroke:2px currentColor;text-fill-color:transparent}@media screen and (max-width: 799px){.sectionHeading_title,.wp-block-kandc-section-heading .section-heading_title{font-size:4.125rem}}.sectionHeading_subtitle,.wp-block-kandc-section-heading .section-heading_subtitle{display:inline-block;color:#fff;font-size:18px;font-weight:700;padding:8px 24px;margin-top:-20px;position:relative;z-index:1;letter-spacing:.1em;line-height:1.5}.sectionHeading_content,.wp-block-kandc-section-heading .section-heading_content{display:flex;align-items:flex-start;flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}@media screen and (max-width: 799px){.sectionHeading_pattern2,.wp-block-kandc-section-heading.pattern-2{border-bottom:none}}.sectionHeading_pattern2 .sectionHeading_content,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_content,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_content,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_content,.wp-block-kandc-section-heading.pattern-2 .section-heading_content{justify-content:space-between;align-items:flex-end;flex-direction:row}.sectionHeading_pattern2 .sectionHeading_titleGroup,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title-group,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title-group,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_titleGroup,.wp-block-kandc-section-heading.pattern-2 .section-heading_title-group{display:flex;align-items:flex-end;gap:16px}@media screen and (max-width: 799px){.sectionHeading_pattern2 .sectionHeading_titleGroup,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title-group,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title-group,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_titleGroup,.wp-block-kandc-section-heading.pattern-2 .section-heading_title-group{flex-direction:column;align-items:flex-start;gap:12px;position:relative}.sectionHeading_pattern2 .sectionHeading_titleGroup:after,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title-group:after,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title-group:after,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_titleGroup:after,.wp-block-kandc-section-heading.pattern-2 .section-heading_title-group:after{content:"";display:block;width:100vw;height:1px;margin-left:calc(50% - 50vw);margin-top:24px;background:var(--color-background-primary)}}.sectionHeading_pattern2 .sectionHeading_title,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_title,.wp-block-kandc-section-heading.pattern-2 .section-heading_title{display:flex;flex-direction:column;font-size:clamp(4.125rem,8vw,100px);margin-bottom:0}@media screen and (max-width: 799px){.sectionHeading_pattern2 .sectionHeading_title,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_title,.wp-block-kandc-section-heading.pattern-2 .section-heading_title{font-size:4.125rem}}.sectionHeading_pattern2 .sectionHeading_title .title-line1,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title .title-line1,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title .title-line1,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_title .title-line1,.wp-block-kandc-section-heading.pattern-2 .section-heading_title .title-line1,.sectionHeading_pattern2 .sectionHeading_title .title-line2,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title .title-line2,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title .title-line2,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_title .title-line2,.wp-block-kandc-section-heading.pattern-2 .section-heading_title .title-line2{display:block;line-height:.9}.sectionHeading_pattern2 .sectionHeading_subtitle,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_subtitle,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_subtitle,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_subtitle,.wp-block-kandc-section-heading.pattern-2 .section-heading_subtitle{margin-top:0;margin-left:0;font-size:16px;padding:6px 20px}.sectionHeading_pattern2 .sectionHeading_description,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_description,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_description,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_description,.wp-block-kandc-section-heading.pattern-2 .section-heading_description{flex:1;font-size:1.125rem;line-height:1.6;color:var(--color-primary);margin:0;font-weight:700}@media screen and (max-width: 799px){.sectionHeading_pattern2 .sectionHeading_content,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_content,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_content,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_content,.wp-block-kandc-section-heading.pattern-2 .section-heading_content{flex-direction:column;align-items:flex-start;gap:20px}.sectionHeading_pattern2 .sectionHeading_titleGroup,.sectionHeading_pattern2 .wp-block-kandc-section-heading .section-heading_title-group,.wp-block-kandc-section-heading .sectionHeading_pattern2 .section-heading_title-group,.wp-block-kandc-section-heading.pattern-2 .sectionHeading_titleGroup,.wp-block-kandc-section-heading.pattern-2 .section-heading_title-group{width:100%}}.sectionHeading_pattern3 .section-heading_text-group,.wp-block-kandc-section-heading.pattern-3 .section-heading_text-group{display:flex;align-items:flex-end}.wp-block-kandc-youtube-embed{margin:2rem 0}@media screen and (max-width: 799px){.wp-block-kandc-youtube-embed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}}.wp-block-kandc-youtube-embed .youtube-embed-container{position:relative;width:100%;height:0;overflow:hidden}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail:hover img{opacity:.8}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail .youtube-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:none;border:none;cursor:pointer;padding:0;opacity:.9;transition:all .3s ease}@media screen and (max-width: 799px){.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail .youtube-play-button{width:50px;height:50px}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail .youtube-play-button svg{width:100%;height:auto}}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail .youtube-play-button:hover{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.wp-block-kandc-youtube-embed .youtube-embed-container .youtube-thumbnail .youtube-play-button svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.wp-block-kandc-youtube-embed .youtube-embed-title{margin-top:1rem;margin-bottom:0;font-size:1rem;color:#333;text-align:center}.youtube-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;align-items:center;justify-content:center}.youtube-modal .youtube-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000c;cursor:pointer}.youtube-modal .youtube-modal-content{position:relative;width:90%;max-width:1200px;aspect-ratio:16/9;background-color:#000;overflow:hidden;box-shadow:0 4px 20px #00000080}.youtube-modal .youtube-modal-content .youtube-modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.youtube-modal .youtube-modal-content .youtube-modal-close:hover{background-color:#ffffff1a}.youtube-modal .youtube-modal-content .youtube-modal-player{width:100%;height:100%}@media (max-width: 768px){.wp-block-kandc-youtube-embed .youtube-embed-title{font-size:.9rem}.youtube-modal .youtube-modal-content{width:95%;margin:0 auto}.youtube-modal .youtube-modal-content .youtube-modal-close{top:-50px;right:10px;font-size:1.5rem;width:35px;height:35px}}.wp-block-kandc-youtube-embed .youtube-embed-container{position:relative;width:100%;height:0;overflow:hidden;background-color:#000}.wp-block-kandc-youtube-embed .youtube-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.wp-block-kandc-youtube-embed .youtube-embed-title{margin-top:1rem;margin-bottom:0;font-size:1rem;color:#333;text-align:center;font-style:italic}.wp-block-kandc-youtube-embed .components-placeholder{min-height:200px}.wp-block-kandc-youtube-embed .components-placeholder .components-placeholder__label{font-weight:600;margin-bottom:1rem}.wp-block-kandc-youtube-embed .components-placeholder .components-placeholder__instructions{margin-bottom:1rem}.wp-block-kandc-youtube-embed .components-placeholder .components-text-control__input{min-width:300px}.is-style-heading-border{border-bottom:1px solid #E34300;color:#e34300;font-size:2rem;margin-left:calc(50% - 50vw);padding-inline:calc(-50% + 50vw);width:100vw;padding-bottom:24px}@media screen and (min-width: 800px){.is-style-heading-border{width:calc(100vw - var(--scroll-bar-width))}}.is-style-table-info{border-collapse:collapse;width:100%;border:none}.is-style-table-info table{border-collapse:separate;border-spacing:8px 8px}@media screen and (max-width: 799px){.is-style-table-info table{border-spacing:0}}.is-style-table-info tbody tr:last-child{border-bottom:none}@media screen and (max-width: 799px){.is-style-table-info tbody tr{display:flex;flex-direction:column;margin-bottom:8px}}.is-style-table-info td{padding:15px 20px;border:none;border-bottom:1px solid #E34300;position:relative}@media screen and (min-width: 800px){.is-style-table-info td{padding:12px 15px}}@media screen and (max-width: 799px){.is-style-table-info td{border-bottom:none}.is-style-table-info td:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#e34300}}.is-style-table-info td:first-child{background-color:#f5f5f5;width:30%;position:relative}@media screen and (max-width: 799px){.is-style-table-info td:first-child{width:100%}}@media screen and (min-width: 800px){.is-style-table-info td:first-child:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#e34300}}@media screen and (max-width: 799px){.is-style-table-info td:last-child{border-bottom:1px solid #E34300}}.is-style-table-info td:last-child{background-color:#fff;color:#333}.caseStudies_block{max-width:1122px;margin-inline:auto}.caseStudies_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:80px 36px}@media screen and (max-width: 799px){.caseStudies_grid{gap:40px 20px}}.cta{padding-top:80px;padding-bottom:49px}@media screen and (max-width: 799px){.cta{padding-top:0;padding-bottom:40px}}.cta_heading{text-align:center;margin:0;line-height:2}.cta_list{padding:0;display:flex;flex-wrap:wrap;gap:30px 20px}@media screen and (max-width: 799px){.cta_list{padding-top:40px;flex-direction:column;justify-content:center;align-items:center}}@media screen and (min-width: 800px){.cta_list{gap:3.9237668161%;justify-content:center;margin-top:40px;margin-bottom:0}}.cta_listitem{width:calc(50% - 10px)}@media screen and (min-width: 800px){.cta_listitem{flex:1;max-width:17.1875rem}}.aboutAccess{width:calc(100vw - var(--scroll-bar-width));margin:0;margin-left:calc(50% - 50vw)}.aboutAccess>*{display:grid;grid-template-columns:480px 1fr}.aboutAccess iframe{width:100%;aspect-ratio:16/9;height:auto}.aboutAccess_heading{width:100%;height:100%;margin:0;font-size:2rem;background:var(--color-primary);color:#fff;padding:60px 60px 60px 140px}.aboutAccess_image{width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);height:400px}.aboutAccess_image img{width:100%;height:100%;object-fit:cover}.aboutGreeting{line-height:1.75}.aboutGreeting_heading{font-size:2rem;color:var(--color-primary)}.aboutInfo{line-height:1.75;padding-top:120px;padding-bottom:100px}.aboutInfo_table{max-width:800px;margin-right:auto;margin-left:auto}.aboutInfo_table ul{display:grid;grid-template-columns:1fr 1fr;gap:5px 20px;padding:0;list-style:none;margin:0}.aboutInfo_table ul li{display:inline-flex;align-items:center;gap:10px}.aboutInfo_table ul li:before{content:"";display:inline-block;width:6px;height:6px;background:var(--color-primary)}.aboutMovie{background:#f5f5f5;width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);padding-inline:calc(-50% + 50vw)}.aboutMovie .wp-block-embed-youtube iframe{width:100%;aspect-ratio:16/9;height:auto}.aboutPilosophy{line-height:1.73;padding-bottom:100px}.aboutPilosophy_heading{font-size:2rem;color:var(--color-primary)}.aboutSection{padding:60px 0}@media screen and (min-width: 800px){.aboutSection{padding:100px 0}}.aboutSection_inner{max-width:1200px;margin:0 auto;padding:0 20px;gap:40px;align-items:center}@media screen and (min-width: 800px){.aboutSection_inner{gap:80px}}.aboutSection_imageColumn{order:1}@media screen and (min-width: 800px){.aboutSection_imageColumn{order:1}}.aboutSection_contentColumn{order:2}@media screen and (min-width: 800px){.aboutSection_contentColumn{order:2}}.aboutSection_image{margin:0}.aboutSection_image img{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 4px 20px #0000001a}.aboutSection_title{font-size:28px;font-weight:700;margin-bottom:20px;color:#333;line-height:1.4}@media screen and (min-width: 800px){.aboutSection_title{font-size:36px;margin-bottom:30px}}.aboutSection_lead{font-size:18px;font-weight:500;color:#666;margin-bottom:20px;line-height:1.7}@media screen and (min-width: 800px){.aboutSection_lead{font-size:20px;margin-bottom:25px}}.aboutSection_text{font-size:16px;color:#666;line-height:1.8;margin-bottom:30px}@media screen and (min-width: 800px){.aboutSection_text{font-size:16px;margin-bottom:40px}}.aboutSection_buttons .wp-block-button__link{background-color:#0073aa;color:#fff;padding:12px 30px;border-radius:4px;font-size:16px;font-weight:500;text-decoration:none;display:inline-block;transition:background-color .3s ease}.aboutSection_buttons .wp-block-button__link:hover{background-color:#005a87}.archiveContent{padding:40px 0 60px}@media screen and (min-width: 800px){.archiveContent{padding:80px 0 100px}}.archiveList{margin-bottom:60px;max-width:840px;margin-inline:auto}@media screen and (min-width: 800px){.archiveList{margin-bottom:40px}}.archiveList_item{border-top:1px solid var(--color-primary)}.archiveList_item:last-child{border-bottom:1px solid var(--color-primary)}.archiveList_link{padding:12px 10px;text-decoration:none;color:inherit;position:relative}@media screen and (min-width: 800px){.archiveList_link{display:flex;align-items:center;padding:15px 0}}@media screen and (min-width: 800px){.archiveList_link:after{content:"";display:block;width:20px;height:6px;background:url('../images/icon_arrow_orange.svg') no-repeat center center/contain;position:absolute;right:24px;top:50%;transform:translateY(-50%)}}.archiveList_link:hover{text-decoration:underline;color:var(--color-primary)}.archiveList_date{display:block;color:var(--color-primary);font-weight:700;font-size:.75rem}@media screen and (min-width: 800px){.archiveList_date{width:128px;font-size:1.125rem;border-right:1px solid var(--color-primary);padding-right:20px;margin-right:12px}}.archiveList_title{font-weight:700;font-size:.875rem;color:var(--color-primary);margin:0;line-height:1.5}@media screen and (min-width: 800px){.archiveList_title{font-size:1.125rem;line-height:1.6}}.archiveEmpty{text-align:center;padding:60px 20px;color:#666}@media screen and (min-width: 800px){.archiveEmpty{padding:40px 20px}}.archiveEmpty p{font-size:16px;margin:0}@media screen and (min-width: 800px){.archiveEmpty p{font-size:14px}}.archivePagination{text-align:center}.archivePagination .pagenation_list{display:inline-flex;gap:10px;list-style:none;margin:0;padding:0}@media screen and (min-width: 800px){.archivePagination .pagenation_list{gap:8px}}.archivePagination .pagenation_pager a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;text-decoration:none;font-size:14px;font-weight:700;background-color:#eee;color:#666;transition:all .3s ease}@media screen and (min-width: 800px){.archivePagination .pagenation_pager a{width:35px;height:35px;font-size:12px}}.archivePagination .pagenation_pager a:hover{background-color:#ddd;color:#333}.archivePagination .pagenation_pager._current a{background-color:#ff5722;color:#fff}.archivePagination .pagenation_pager._current a:hover{background-color:#e34300}.archivePagination .pagenation_pager.pagenationArrow a{background-color:#eee;color:#666;width:50px;border-radius:25px}@media screen and (min-width: 800px){.archivePagination .pagenation_pager.pagenationArrow a{width:45px}}.archivePagination .pagenation_pager.pagenationArrow a svg{width:20px;height:20px}@media screen and (min-width: 800px){.archivePagination .pagenation_pager.pagenationArrow a svg{width:18px;height:18px}}.archivePagination .pagenation_pager.pagenationArrow a:hover{background-color:#ff5722;color:#fff}.archivePagination .pagenation_pager.pagenationArrow a:hover svg path{stroke:#fff}.contactContent{padding:40px 0 60px}@media screen and (min-width: 800px){.contactContent{padding:30px 0 40px}}.contact_lead{text-align:center;font-weight:700;line-height:2;font-size:1.25rem}@media screen and (max-width: 799px){.contact_lead{font-size:1rem}}.contact_lead._sub{margin-top:72px;margin-bottom:70px}@media screen and (max-width: 799px){.contact_lead._sub{margin-top:24px;margin-bottom:30px}}.contact_lead._sub span{display:inline-block;background-color:var(--color-primary);color:#fff;padding:2px 8px;font-size:.875rem;line-height:1}.contact_contactCard{margin-top:40px}.contact_heading{text-align:center;margin-top:80px;color:var(--color-primary);font-size:2rem}@media screen and (max-width: 799px){.contact_heading{margin-top:0;font-size:1.125rem}}@media screen and (max-width: 799px){.contact_contactCard+.contact_heading{margin-top:60px;text-align:left;font-size:1.5rem;padding-bottom:16px}}.contact_thankBtn{margin-top:60px}@media screen and (min-width: 800px){.contact_thankBtn{margin-top:100px}}.contact_thankBtn .wp-block-button .wp-block-button__link{padding:24px 0!important;width:280px}.contactForm{max-width:800px;margin:0 auto}.contactForm._confirm{max-width:480px;margin-top:60px}.contactForm_row{margin-bottom:30px}@media screen and (min-width: 800px){.contactForm_row{margin-bottom:25px;display:grid;grid-template-columns:200px 1fr}}.contactForm_row:last-child{margin-bottom:0}.contactForm._confirm .contactForm_row{grid-template-columns:1fr;gap:4px;border-bottom:1px solid var(--color-primary);padding:12px}.contactForm_label{display:block;position:relative;font-size:1rem}@media screen and (max-width: 799px){.contactForm_label{font-size:.875rem;margin-bottom:8px}}.contactForm._confirm .contactForm_label{font-weight:700}.contactForm._confirm .contactForm_label:before{display:none!important}.contactForm_label.required:before{content:"必須";display:inline-block;margin-right:8px;padding:2px 4px;background-color:var(--color-primary);color:#fff;font-size:.9375rem;font-weight:700;vertical-align:middle}@media screen and (max-width: 799px){.contactForm_label.required:before{padding:4px;font-size:.875rem}}.contactForm_label.optional:before{content:"任意";display:inline-block;margin-right:8px;padding:2px 8px;background-color:var(--color-dark);color:#fff;font-size:.9375rem;font-weight:700;vertical-align:middle}@media screen and (max-width: 799px){.contactForm_label.optional:before{padding:4px;font-size:.875rem}}.contactForm_field{position:relative}.contactForm_input{width:100%;padding:9px 16px;border:1px solid var(--color-primary);border-radius:0 100rem 100rem 0;background-color:#f5f5f5;font-size:1rem;transition:all .3s ease;min-height:40px}@media screen and (min-width: 800px){.contactForm_input{font-size:1rem}}.contactForm_input:focus{outline:none;background-color:#fff}.contactForm_input::placeholder{color:#999}.contactForm_textarea{width:100%;padding:16px;border:1px solid var(--color-primary);border-radius:0 24px 24px 0;background-color:#f5f5f5;font-size:1rem;font-family:inherit;resize:vertical;overflow:auto;min-height:160px;transition:all .3s ease}.contactForm_textarea:focus{outline:none;background-color:#fff}.contactForm_textarea::placeholder{color:#999}.contactForm_note{margin-top:8px;font-size:.75rem;color:var(--color-primary)}.contactForm_checkboxGroup{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}@media screen and (min-width: 800px){.contactForm_checkboxGroup{grid-template-columns:1fr;gap:8px}}.contactForm_checkboxGroup .wpcf7-list-item{margin:0 20px 16px 0}.contactForm_checkboxGroup .wpcf7-list-item input[type=checkbox]{width:1px;height:1px;position:absolute;clip:rect(0 0 0 0);opacity:0}.contactForm_checkboxGroup .wpcf7-list-item input[type=checkbox]+*{position:relative;display:inline-flex;align-items:center;gap:8px}.contactForm_checkboxGroup .wpcf7-list-item input[type=checkbox]+*:before{content:"";display:block;width:24px;height:24px;border:1px solid var(--color-primary);background:#F5F5F5}.contactForm_checkboxGroup .wpcf7-list-item input[type=checkbox]:checked+*:before{background:url('../images/icon_check_orange.svg') no-repeat center/14px auto,#F5F5F5}.contactForm_radioGroup{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}@media screen and (min-width: 800px){.contactForm_radioGroup{grid-template-columns:1fr;gap:8px}}.contactForm_radioGroup .wpcf7-list-item{margin:0 16px 16px 0}.contactForm_radioGroup .wpcf7-list-item input[type=radio]{width:1px;height:1px;position:absolute;clip:rect(0 0 0 0);opacity:0}.contactForm_radioGroup .wpcf7-list-item input[type=radio]+*{position:relative;display:inline-flex;align-items:center;gap:8px}.contactForm_radioGroup .wpcf7-list-item input[type=radio]+*:before{content:"";display:block;width:24px;height:24px;border:1px solid var(--color-primary);background:#F5F5F5;border-radius:50%}.contactForm_radioGroup .wpcf7-list-item input[type=radio]+*:after{content:"";display:block;width:10px;height:10px;background:var(--color-primary);position:absolute;top:50%;left:7px;border-radius:50%;transform:translateY(-50%);opacity:0}.contactForm_radioGroup .wpcf7-list-item input[type=radio]:checked+*:after{opacity:1}.contactForm_submit{text-align:center;margin-top:40px}@media screen and (min-width: 800px){.contactForm_submit{margin-top:30px}}.contactForm_submitBtn{display:block;background:linear-gradient(135deg,#2D8B8B 0%,#1A4B6B 100%);color:#fff;border:none;border-radius:50px;padding:24px 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;position:relative;overflow:hidden;transition:all .3s ease;text-align:center;max-width:280px;margin-inline:auto;margin-top:60px;cursor:pointer}.contactForm_submitBtn:hover{background:var(--bg-gradation-o)}.wpcf7-spinner+.contactForm_submitBtn{margin-top:40px}.contactForm_submitBtnFinal{display:block;background:var(--bg-gradation-o);color:#fff;border:none;border-radius:50px;padding:24px 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;position:relative;overflow:hidden;transition:all .3s ease;text-align:center;max-width:280px;cursor:pointer;margin-inline:auto;margin-top:60px}.contactForm_submitBtnFinal:hover{background:var(--bg-gradation-g)}.contactForm_submitBtnFinal+.wpcf7-spinner{display:none!important}.wpcf7 .wpcf7-response-output{margin:20px 0;padding:15px;border-radius:6px;font-weight:700;text-align:center}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.wpcf7 .wpcf7-not-valid-tip{font-size:12px;color:#ff5722;margin-top:5px;display:block}.wpcf7 .wpcf7-form-control.wpcf7-not-valid{background-color:#fff2ed!important}.wpcf7 .wpcf7-spinner{margin:10px auto;display:block}.contactForm_privacy{grid-template-columns:1fr!important;padding:20px;border:1px solid #D9D9D9;max-height:168px;overflow:auto}.contactForm_privacy::-webkit-scrollbar{width:var(--scroll-bar-width)}.contactForm_privacy::-webkit-scrollbar-track{background:#fff}.contactForm_privacy::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}@media screen and (max-width: 799px){.contactForm_privacy{padding:15px;margin-bottom:20px}}.contactForm_privacyPolicy{margin-bottom:20px}.contactForm_privacyTitle{margin:0 0 15px;position:relative}@media screen and (max-width: 799px){.contactForm_privacyTitle{font-size:1rem;padding-left:15px}}.contactForm_privacyContent::-webkit-scrollbar{width:var(--scroll-bar-width)}.contactForm_privacyContent::-webkit-scrollbar-track{background:#f1f1f1}.contactForm_privacyContent::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.contactForm_privacyContent::-webkit-scrollbar-thumb:hover{background:#ff6a33}.contactForm_privacyContent h4{font-size:.8125rem;margin:0 0 8px}.contactForm_privacyContent p{font-size:.8125rem;line-height:1.6;margin:0 0 8px}@media screen and (max-width: 799px){.contactForm_privacyContent p{font-size:.75rem;line-height:1.5;margin:0 0 6px}}.contactForm_privacyContent p:last-child{margin-bottom:0}.contactForm_privacyAgree{padding-top:15px}.contactForm_privacyAgree .contactForm_checkboxGroup{display:block;margin:0;text-align:center}.contactForm_privacyAgree .contactForm_checkboxGroup .wpcf7-list-item{margin:0}.contactForm_privacyAgree .contactForm_checkboxGroup .wpcf7-list-item label{display:flex;align-items:flex-start;gap:10px;padding:0;border:none;background:none;font-size:.875rem;cursor:pointer}@media screen and (max-width: 799px){.contactForm_privacyAgree .contactForm_checkboxGroup .wpcf7-list-item label{font-size:.8125rem;gap:8px}}.contactForm_privacyAgree .contactForm_checkboxGroup .wpcf7-list-item label:hover{background:none}.contactForm_privacyAgree .contactForm_checkboxGroup .wpcf7-list-item input[type=checkbox]{width:20px;height:20px;margin:2px 0 0;transform:none;flex-shrink:0}@media screen and (max-width: 799px){.contactForm_privacyAgree .contactForm_checkboxGroup .wpcf7-list-item input[type=checkbox]{width:18px;height:18px}}.contactForm_privacyCheckbox .wpcf7-not-valid-tip{margin-top:8px;font-size:.75rem;color:#dc3545}.homeAbout_content{line-height:2;padding-top:40px}@media screen and (max-width: 979px){.homeAbout_content{line-height:1.7;flex-direction:column}}.homeAbout_heading{line-height:1.6875;font-size:2rem;font-weight:700;color:var(--color-dark);margin-top:0;margin-bottom:0}@media screen and (max-width: 799px){.homeAbout_heading{font-size:1.125rem;line-height:1.44}}.homeAbout_heading+p{margin-top:32px}@media screen and (max-width: 799px){.homeAbout_buttons{justify-content:flex-end!important}}.homeCasestudies{padding:100px 0 120px}@media screen and (max-width: 799px){.homeCasestudies{padding:20px 0 80px}}.homeCasestudies .caseStudies_block{margin-top:98px}@media screen and (max-width: 799px){.homeCasestudies .caseStudies_block{margin-top:44px}}.homeCasestudies_button{margin-top:60px}.homeCasestudies_button .wp-block-button{min-width:280px}.homeMv{background:linear-gradient(110deg,#23242A 0%,#004D82 98.77%);height:860px;max-height:100svh;position:relative}.homeMv_inner{position:relative;z-index:1;display:flex;align-items:center;height:100%}.homeMv_title{color:#fff;font-family:var(--font-en);font-size:8.25rem;font-style:italic;font-weight:700;line-height:lh(120,132);margin:0}.homeMv_text{color:#fff;font-size:1.125rem;line-height:2;text-shadow:0px 0px 10px #000;margin:34px 0 0}@media screen and (max-width: 799px){.homeMv_text{margin-top:32px;font-size:.9375rem}}.homeMv_image{width:80%;position:absolute;top:0;right:0;bottom:0;height:100%;border-radius:100rem 0 0 100rem;overflow:hidden}@media screen and (max-width: 799px){.homeMv_image{border-radius:0;width:100%}}.homeMv_image img{width:100%;height:100%;object-fit:cover}.homeMv_mvNews{position:absolute;width:calc(100% - 42px);bottom:44px;left:50%;transform:translate(-50%);z-index:2}@media screen and (max-width: 799px){.homeMv_mvNews{width:100%;bottom:0;left:0;transform:none}}.homeNews{padding:100px calc(-50vw + 50%);background:url('../images/news_bg.png') no-repeat left top/524px 524px,#0067AD;width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);position:relative}@media screen and (max-width: 799px){.homeNews{padding:40px 0}}@media screen and (min-width: 980px){.homeNews:before{content:"";display:block;background:url('../images/news_bg02.jpg') no-repeat center/cover;position:absolute;top:0;right:0;width:100%;max-width:590px;height:100%;z-index:1;clip-path:polygon(60px 0,100% 0,100% 100%,0% 100%)}}.homeNews_heading{color:var(--color-white);border-color:var(--color-white)}@media screen and (min-width: 800px){.homeNews_heading .section-heading_content{flex-direction:row;align-items:flex-end;max-width:1280px}}@media screen and (min-width: 800px){.homeNews_heading .section-heading_title{font-size:7.5rem}}.homeNews_heading .wp-block-button.is-style-arrow-button .wp-block-button__link{padding:0;color:var(--color-white)!important}.homeNews_heading .wp-block-button.is-style-arrow-button .wp-block-button__link:after{border-color:var(--color-white)!important;background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto!important}.homeNews_heading .wp-block-button.is-style-arrow-button .wp-block-button__link:after:hover{background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto,var(--bg-gradation-o)!important}.homeNews_inner{padding:20px;position:relative;z-index:1}@media screen and (max-width: 799px){.homeNews_inner{padding:0 16px}}.homeNews_list{max-width:840px}.homeNews_list li{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;background:var(--color-dark);color:var(--color-white);padding:12px 24px;border-radius:100rem}@media screen and (max-width: 799px){.homeNews_list li{border-radius:20px;padding:12px}}.homeNews_list li+li{margin-top:10px}.homeNews_list a{color:inherit;text-decoration:none}.homeNews_list time{display:inline-block;font-size:.9375rem;padding-right:12px;margin-right:12px;border-right:1px solid var(--color-white)}.homeNews_button{margin-top:24px}@media screen and (min-width: 800px){.homeNews_button{display:none!important}}.homeNews_button .wp-block-button.is-style-arrow-button .wp-block-button__link{padding:0;color:var(--color-white)!important}.homeNews_button .wp-block-button.is-style-arrow-button .wp-block-button__link:after{border-color:var(--color-white)!important;background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto!important}.homeNews_button .wp-block-button.is-style-arrow-button .wp-block-button__link:after:hover{background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto,var(--bg-gradation-o)!important}.homeRecruit{position:relative;padding:60px 0;width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);padding-inline:calc(-50vw + 50%);background:var(--color-dark)}@media screen and (max-width: 799px){.homeRecruit{padding:40px 0}}.homeRecruit:before{content:"";display:block;position:absolute;top:0;left:0;width:50vw;max-width:516px;height:100%;background:#E34300;clip-path:polygon(0 0,calc(100% - 40px) 0,100% 100%,0 100%);z-index:1}.homeRecruit_inner{position:relative;z-index:1}.homeRecruit_banner{transition:all .3s ease}.homeRecruit_banner:hover{transform:scale(1.1)}.homeService{padding:100px 0 120px;background:url('../images/service_bg.png') no-repeat top right/672px auto,var(--color-blue);position:relative;width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);padding-inline:calc(-50vw + 50%);color:var(--color-white);text-align:right;line-height:2}@media screen and (max-width: 799px){.homeService{padding-top:40px;padding-bottom:calc(100vw + 60px);text-align:left}}.homeService:before{content:"";display:block;position:absolute;top:0;left:0;width:50vw;max-width:859px;height:100%;background:url('../images/service_bg02.jpg') no-repeat center/cover;clip-path:polygon(0 0,calc(100% - 96px) 0,100% 100%,0 100%);z-index:1}@media screen and (max-width: 799px){.homeService:before{top:auto;bottom:0;left:0;right:0;clip-path:none;width:100vw;max-width:100vw;height:100vw}}.homeService_inner{position:relative;z-index:2}.homeService_heading{border-color:var(--color-white)}@media screen and (min-width: 800px){.homeService_heading .section-heading_content{align-items:flex-end}}.homeService_list{list-style:none;display:flex;flex-wrap:wrap;gap:16px;max-width:674px;margin-left:auto;margin-right:0;margin-top:32px;padding:0}.homeService_list li{border:1px solid #F5F5F5;padding:16px 40px;font-size:1.125rem;font-weight:700;line-height:1.5}@media screen and (max-width: 799px){.homeService_list li{font-size:1rem;padding:12px 20px}}.homeService_button{margin-top:48px}@media screen and (max-width: 799px){.homeService_button{margin-top:24px}}.homeService_button .wp-block-button.is-style-arrow-button .wp-block-button__link{padding:0;color:var(--color-white)!important}.homeService_button .wp-block-button.is-style-arrow-button .wp-block-button__link:after{border-color:var(--color-white)!important;background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto!important}.homeService_button .wp-block-button.is-style-arrow-button .wp-block-button__link:after:hover{background:url('../images/icon_arrow_white.svg') no-repeat center/20px auto,var(--bg-gradation-o)!important}.pageContent{padding:80px 0}@media screen and (max-width: 799px){.pageContent{padding:32px 0}}body.about .pageContent{padding-bottom:0}body.recruit .pageContent{padding-top:0}body.service .pageContent,body.contact .pageContent,body.confirm .pageContent,body.thanks .pageContent{border-bottom:1px solid var(--color-primary)}.pageContent._simple{padding-top:100px}@media screen and (min-width: 800px){.pageContent._simple{padding-top:160px}}.pageContent._simple .pageContent_inner{max-width:800px;padding-top:60px;padding-bottom:60px;line-height:1.8}.pageContent._simple .pageContent_inner h1{text-align:center;font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:60px}@media screen and (max-width: 799px){.pageContent._simple .pageContent_inner h1{font-size:1.125rem;margin-bottom:32px}}.pageContent._simple .pageContent_inner h2{color:var(--color-primary);margin-bottom:16px}@media screen and (max-width: 799px){.pageContent._simple .pageContent_inner h2{font-size:1.125rem;margin-bottom:16px}}.pageContent._simple .pageContent_inner h2:not(:first-child){margin-top:60px}@media screen and (max-width: 799px){.pageContent._simple .pageContent_inner h2:not(:first-child){margin-top:32px}}.pageContent._simple .pageContent_inner h3{color:var(--color-primary);margin-bottom:16px}.pageContent._simple .pageContent_inner h3:not(:first-child){margin-top:40px}@media screen and (max-width: 799px){.pageContent._simple .pageContent_inner h3:not(:first-child){margin-top:24px}}.pageContent._simple .pageContent_inner ol{list-style:none;padding-left:1em;counter-reset:list-item}.pageContent._simple .pageContent_inner ol>li{counter-increment:list-item}.pageContent._simple .pageContent_inner ol>li:before{content:counter(list-item) ".";display:inline-block;width:1em;margin-left:-1em;margin-right:.5em;text-align:right;color:var(--color-primary);font-weight:700;font-family:var(--font-en)}.error404 .heading._page .heading_text._en{font-size:1.875rem}@media screen and (min-width: 980px){.error404 .heading._page .heading_text._en{font-size:3.125rem}}.error404 .heading._page{margin-bottom:34px}@media screen and (min-width: 980px){.error404 .heading._page{margin-bottom:38px}}@media screen and (min-width: 980px){.error404 .home_button{margin-top:49px}}._recruit .error404{padding-bottom:40px}@media screen and (min-width: 980px){._recruit .error404{padding-bottom:53px}}.error404_title{font-size:1.5625rem;text-align:center;line-height:150%}@media screen and (min-width: 980px){.error404_title{font-size:1.875rem}}.error404_text{margin-top:42px;font-size:1rem;line-height:250%}@media screen and (min-width: 980px){.error404_text{margin-top:48px;text-align:center}}.recruitFeatures{padding-top:100px;padding-bottom:100px}@media screen and (max-width: 799px){.recruitFeatures{padding-top:60px;padding-bottom:60px}}.recruitFeatures_list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,1fr);gap:16px;text-align:center;font-weight:700}@media screen and (max-width: 799px){.recruitFeatures_list{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,170px);grid-column-gap:16px;grid-row-gap:16px}}.recruitFeatures_list ul{list-style:none;margin:0;padding:0}.recruitFeatures_list>*{display:contents}.recruitFeatures_childlist{display:contents}.recruitFeatures_childlist li{box-shadow:0 2px 8px #e343004d;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}@media screen and (max-width: 799px){.recruitFeatures_childlist li{font-size:1.125rem}}.recruitFeatures_childlist li:nth-child(1){background:linear-gradient(317deg,#E34300 2.26%,#FF8750 105.08%);grid-area:1/1/3/3}@media screen and (min-width: 800px){.recruitFeatures_childlist li:nth-child(1){font-size:1.75rem}}@media screen and (max-width: 799px){.recruitFeatures_childlist li:nth-child(1){grid-area:1/1/2/3}}.recruitFeatures_childlist li:nth-child(2){grid-area:1/3/2/4;background:#E34300;box-shadow:0 2px 8px #e343004d}@media screen and (max-width: 799px){.recruitFeatures_childlist li:nth-child(2){grid-area:2/1/3/2}}.recruitFeatures_childlist li:nth-child(3){grid-area:1/4/2/5;background:#E34300;box-shadow:0 2px 8px #e343004d}@media screen and (max-width: 799px){.recruitFeatures_childlist li:nth-child(3){grid-area:2/2/3/3}}.recruitFeatures_childlist li:nth-child(4){grid-area:1/5/2/6;background:#E34300;box-shadow:0 2px 8px #e343004d}@media screen and (max-width: 799px){.recruitFeatures_childlist li:nth-child(4){grid-area:3/1/4/2}}.recruitFeatures_logo{grid-area:2/3/3/4;aspect-ratio:1/1;border:1px solid #E34300;background:#FFF;box-shadow:0 2px 8px #e343004d;padding:24px}@media screen and (max-width: 799px){.recruitFeatures_logo{grid-area:6/1/7/3;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.recruitFeatures_logo img{object-fit:contain;width:100%;height:100%;max-width:160px}}.recruitFeatures_secondlist{display:contents}.recruitFeatures_secondlist li{display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem}@media screen and (max-width: 799px){.recruitFeatures_secondlist li{font-size:1.125rem}}.recruitFeatures_secondlist li:nth-child(1){grid-area:3/1/4/2;background:#E34300;box-shadow:0 2px 8px #e343004d}@media screen and (max-width: 799px){.recruitFeatures_secondlist li:nth-child(1){grid-area:3/2/4/3}}.recruitFeatures_secondlist li:nth-child(2){grid-area:3/2/4/3;background:#E34300;box-shadow:0 2px 8px #e343004d}@media screen and (max-width: 799px){.recruitFeatures_secondlist li:nth-child(2){grid-area:4/1/5/2}}.recruitFeatures_secondlist li:nth-child(3){grid-area:3/3/4/4;background:#E34300;box-shadow:0 2px 8px #e343004d}@media screen and (max-width: 799px){.recruitFeatures_secondlist li:nth-child(3){grid-area:4/2/5/3}}.recruitFeatures_secondlist li:nth-child(4){grid-area:2/4/4/6;background:linear-gradient(43deg,#E34300 -3.99%,#FF8750 100%);box-shadow:0 2px 8px #e343004d}@media screen and (min-width: 800px){.recruitFeatures_secondlist li:nth-child(4){font-size:1.75rem}}@media screen and (max-width: 799px){.recruitFeatures_secondlist li:nth-child(4){grid-area:5/1/6/3}}.recruitMessage{width:calc(100vw - var(--scroll-bar-width));margin-left:calc(50% - 50vw);padding-left:calc(-50% + 50vw);padding-right:calc(-50% + 50vw);padding-top:50px;padding-bottom:50px;background:url('../images/message_bg.jpg') no-repeat center center/cover}@media screen and (max-width: 799px){.recruitMessage{padding:32px 16px}}.recruitMessage_content{max-width:960px;margin-right:auto;margin-left:auto;padding:32px 40px;text-align:center;background:#fff;line-height:1.75}@media screen and (max-width: 799px){.recruitMessage_content{padding:24px 12px}}.recruitMessage_content h2{color:var(--color-primary);font-size:3.75rem;font-family:var(--font-en);margin-top:0;margin-bottom:24px}@media screen and (max-width: 799px){.recruitMessage_content h2{font-size:2.25rem;line-height:1.4444444444}}.recruitMessage_lead{color:var(--color-primary);font-weight:700;font-size:1.25rem;line-height:1.8}@media screen and (max-width: 799px){.recruitMessage_lead{font-size:1.125rem}}.recruitRequirement{padding-top:100px}.recruitRequirement_list{max-width:800px;margin-right:auto;margin-left:auto}.recruitStaffs_list{gap:40px;margin-top:60px;margin-bottom:30px;align-items:flex-start;max-width:1040px;position:relative}@media screen and (max-width: 799px){.recruitStaffs_list{flex-direction:column;gap:32px;margin-bottom:0}}@media screen and (min-width: 800px){.recruitStaffs_list._list2{left:20px}}@media screen and (min-width: 800px){.recruitStaffs_list._list3{left:50px}}.recruitStaffs_list>*{flex:1}.recruitStaffs_list>*:nth-child(2){margin-top:30px}@media screen and (max-width: 799px){.recruitStaffs_list>*:nth-child(2){margin-top:0}}.serviceOutline{margin-top:-20px;margin-bottom:-100px;position:relative;z-index:1}@media screen and (max-width: 979px){.serviceOutline{display:flex;flex-direction:column;margin-bottom:0;padding-bottom:60px}}.serviceOutline>.wp-block-group__inner-container{display:flex;align-items:center}@media screen and (max-width: 979px){.serviceOutline>.wp-block-group__inner-container{display:contents}}@media screen and (max-width: 979px){.serviceOutline .wp-block-group__inner-container{display:contents}}.serviceOutline_content{text-align:center;color:var(--color-primary);font-size:1.25rem;font-weight:700;width:50%}@media screen and (max-width: 979px){.serviceOutline_content{width:100%;font-size:1.125rem;display:contents}}.serviceOutline_heading{font-size:2rem}@media screen and (max-width: 799px){.serviceOutline_heading{font-size:1.5rem}}.serviceOutline_button{margin-top:40px}@media screen and (max-width: 979px){.serviceOutline_button{margin-top:24px;order:3}}.serviceOutline_button .wp-block-button__link{display:flex;align-items:center;justify-content:center;gap:10px}.serviceOutline_button .wp-block-button__link:after{content:"";display:block;width:20px;height:10px;background:url('../images/icon_arrow_white.svg') no-repeat center center/contain}.serviceOutline_image{max-width:730px;position:relative;z-index:1}@media screen and (max-width: 979px){.serviceOutline_image{margin-right:auto;margin-left:auto}}@media screen and (max-width: 799px){.serviceOutline_image{max-width:100%;order:2}}.serviceStrength{padding-top:60px;padding-bottom:100px}@media screen and (max-width: 799px){.serviceStrength{padding-top:40px;padding-bottom:60px}}.serviceStrength_list{margin-top:60px;gap:40px}@media screen and (max-width: 979px){.serviceStrength_list{gap:24px;flex-direction:column;max-width:400px;margin-inline:auto}}.serviceStrength_item{background:#FFF;box-shadow:0 2px 8px #e343004d;padding:32px 16px 24px;text-align:center;line-height:1.75}.serviceStrength_item h3{color:#fff;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#E34300;font-size:2.75rem;font-family:var(--font-en);font-weight:700;line-height:.81;margin:0;padding-bottom:20px;border-bottom:1px solid var(--color-primary);white-space:nowrap}@media screen and (max-width: 799px){.serviceStrength_item h3{font-size:2.25rem}}.serviceStrength_item h3._small{font-size:2.5rem}@media screen and (max-width: 799px){.serviceStrength_item h3._small{font-size:2rem}}.serviceWorks_list{display:grid!important;gap:40px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width: 979px){.serviceWorks_list{gap:32px 24px}}@media screen and (max-width: 799px){.serviceWorks_list{grid-template-columns:repeat(2,1fr);gap:32px 16px}}.serviceWorks_item{text-align:center;font-weight:700;font-size:1.25rem;color:var(--color-primary)}@media screen and (max-width: 799px){.serviceWorks_item{font-size:1rem}}.serviceWorks_item p{margin-top:16px;margin-bottom:0}.singleContent{padding:100px 0 60px;border-bottom:1px solid var(--color-primary)}@media screen and (max-width: 799px){.singleContent{position:relative}.singleContent:before{content:"";display:block;width:100%;height:4px;background:var(--bg-gradation-o);top:0;left:0;position:absolute}}@media screen and (min-width: 800px){.singleContent{padding:130px 0 40px}}.singleContent_inner{max-width:642px;margin-inline:auto}.singleHeader{margin-bottom:40px}@media screen and (min-width: 800px){.singleHeader{margin-bottom:30px;padding-top:60px}}.singleHeader_title{font-size:32px;font-weight:700;line-height:1.5;color:var(--color-primary)}.singleArticle{margin-bottom:60px;line-height:1.75;font-size:.9375rem}@media screen and (min-width: 800px){.singleArticle{margin-bottom:40px}}.singleArticle_content{line-height:1.8;color:#333}.singleArticle_content p{margin-bottom:20px}.singleArticle_content p:last-child{margin-bottom:0}.singleArticle_content h2{margin:40px 0 20px;font-size:24px;font-weight:700;color:var(--color-primary)}@media screen and (min-width: 800px){.singleArticle_content h2{margin:30px 0 15px;font-size:18px}}.singleArticle_content h2:first-child{margin-top:0}.singleArticle_content h3{margin:30px 0 15px;font-size:1.25rem;font-weight:700;color:var(--color-primary)}@media screen and (min-width: 800px){.singleArticle_content h3{margin:25px 0 12px;font-size:1.125rem}}.singleArticle_content h3:first-child{margin-top:0}.singleArticle_content h4{margin:25px 0 12px;font-size:1.125rem;font-weight:700;color:var(--color-primary)}@media screen and (min-width: 800px){.singleArticle_content h4{margin:20px 0 10px;font-size:1rem}}.singleArticle_content h4:first-child{margin-top:0}.singleArticle_content img{max-width:100%;height:auto;margin:30px 0;border-radius:4px}@media screen and (min-width: 800px){.singleArticle_content img{margin:20px 0}}.singleArticle_content a{color:var(--color-blue);text-decoration:none}.singleArticle_content a:hover{text-decoration:underline}.singleArticle_content a[href*=".pdf"]:before{content:"📄 ";margin-right:4px}.singleArticle_content a[target=_blank]{display:inline-flex;align-items:center;gap:4px}.singleArticle_content a[target=_blank]:before{content:"";display:block;width:24px;height:24px;background:url('../images/icon_prime_link.svg') no-repeat center center/contain}.singleArticle_content .box,.singleArticle_content blockquote{margin:30px 0;padding:20px;border:1px solid #ddd;border-radius:4px;background-color:#fafafa}@media screen and (min-width: 800px){.singleArticle_content .box,.singleArticle_content blockquote{margin:20px 0;padding:15px}}.singleArticle_content .box p,.singleArticle_content blockquote p{margin-bottom:15px}.singleArticle_content .box p:last-child,.singleArticle_content blockquote p:last-child{margin-bottom:0}.singleArticle_content ul,.singleArticle_content ol{margin:20px 0;padding-left:30px}@media screen and (min-width: 800px){.singleArticle_content ul,.singleArticle_content ol{padding-left:20px}}.singleArticle_content ul li,.singleArticle_content ol li{margin-bottom:8px}.singleArticle_content ul li:last-child,.singleArticle_content ol li:last-child{margin-bottom:0}.singleNavigation{max-width:280px;margin-inline:auto;margin-top:120px}@media screen and (max-width: 799px){.singleNavigation{margin-top:60px}}@media screen and (min-width: 800px){.singleNavigation_back{padding:24px 0!important}}.caseStudiesArchive{padding:80px 0;border-bottom:1px solid var(--color-primary)}.caseStudiesArchive_lead{margin:0;text-align:center;font-size:1.125rem;font-weight:700;line-height:2}.caseStudiesArchive_button{max-width:280px;margin:40px auto 0}.caseStudiesArchive_list{max-width:1082px;padding:130px 20px 120px;margin-right:auto;margin-left:auto}@media screen and (max-width: 799px){.caseStudiesArchive_list{padding-top:60px;padding-bottom:60px}}@media screen and (min-width: 800px){.sp-db{display:none!important}}.pc-db{display:none}@media screen and (min-width: 800px){.pc-db{display:block}}.visuallyHidden:not(:focus){position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;white-space:nowrap;clip-path:inset(50%)}
