@charset "utf-8";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;font-size:100%;list-style:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.cf{zoom:1}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;border-radius:0;font:inherit;outline:none}*{box-sizing:border-box}html{width:100%;color:#0e2947;font-size:3.5vw;font-weight:500;font-family:'Noto Sans JP',sans-serif;line-height:1.7}html:after{content:"";position:fixed;left:0;right:0;top:0;height:100vh;z-index:-1;background:#fff;background-size:cover}body{overflow-x:hidden;width:100%;max-width:100%}@media print,screen and (min-width:575.98px){html{font-size:16px}}@media print,screen and (min-width:759.98px){html{font-size:16px}}@media print,screen and (min-width:1019.98px){html{font-size:16px}}a{text-decoration:none;color:#0e2947;transition:.3s all ease}.content{opacity:0;pointer-events:none}body.appear .content{animation-name:PageAnime-content;animation-duration:.55s;animation-delay:.55s;animation-fill-mode:forwards;opacity:0;pointer-events:auto}.animation .content{opacity:1;pointer-events:auto}@keyframes PageAnime-content{0%{opacity:0}100%{opacity:1}}.fade .animation-bg{background:#fff;content:"";position:fixed;z-index:99999;top:0;left:0;width:100%;height:100vh;animation-name:PageAnime-fade;animation-duration:.2s;animation-delay:.5s;animation-timing-function:ease-in-out;animation-fill-mode:forwards;pointer-events:none}@keyframes PageAnime-fade{0%{opacity:1}100%{opacity:0;display:none}}img{vertical-align:bottom;max-width:100%;height:auto}.mincho{font-family:"游明朝",YuMincho,"Hiragino Mincho ProN W3","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif}.gothic{font-family:"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif}.inter{font-family:"Inter",serif;font-optical-sizing:auto;font-weight:600;font-style:normal}.block_sp{display:block}.none_sp{display:none}@media print,screen and (min-width:759.98px){.block_tb{display:block}.none_tb{display:none}}@media print,screen and (min-width:1019.98px){.block_pro{display:block}.none_pro{display:none}}@media print,screen and (min-width:1239.98px){.block_pc{display:block}.none_pc{display:none}}.fadeExpand{opacity:0;transform:scale(.8);transition:1s cubic-bezier(.785,.135,.15,.86)}.fadeExpand.show{opacity:1;transform:scale(1)}.fadeUp{opacity:0;transform:translateY(60px);transition:1s}.fadeUp.show{opacity:1;transform:translateY(0)}.fadeLeft{opacity:0;transform:translateX(60px);transition:1s}.fadeLeft.show{opacity:1;transform:translateX(0)}.fadeRight{opacity:0;transform:translateX(-60px);transition:1s}.fadeRight.show{opacity:1;transform:translateX(0)}.container{width:1240px;max-width:calc(100vw - 140px);margin-right:auto;margin-left:auto}@media (max-width:1020px){.container{max-width:calc(100vw - 80px)}}@media (max-width:760px){.container{max-width:calc(100vw - 60px)}}@media (max-width:576px){.container{max-width:calc(100vw - 40px)}}.icon_arrow-w{display:inline-block;vertical-align:middle;width:50px;height:50px;margin-left:16px;background-size:24px auto;border-radius:50%;background:#008ad2 url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/9px auto;-webkit-transition:all .3s;transition:all .3s}.icon_arrow-b{display:inline-block;vertical-align:middle;width:50px;height:50px;margin-left:16px;background-size:24px auto;border-radius:50%;background:#fff url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-b.svg) no-repeat 50%/9px auto;-webkit-transition:all .3s;transition:all .3s}.more_btn-w{color:#fff;padding:14px 14px 14px 0}.more_btn-b{color:#0d79c1;padding:14px 14px 14px 0}.more_btn_wrap{display:inline-flex;position:relative;overflow:hidden}.more_btn_txt{display:inline-block;transform:translateY(0);-webkit-transition:all .3s;transition:all .3s}.more_btn-w:hover .more_btn_txt{animation:scrollUp .9s cubic-bezier(0,0,0,1.01) forwards}.more_btn-b:hover .more_btn_txt{animation:scrollUp .9s cubic-bezier(0,0,0,1.01) forwards;color:#04548a}.more_btn_line{height:1px;position:absolute;width:100%;transition:.6s;left:0;bottom:0;transform:scaleX(0);transform-origin:left center}.more_btn-w .more_btn_line{background-color:#fff}.more_btn-b .more_btn_line{background-color:#04548a}.more_btn-w:hover .more_btn_line,.more_btn-b:hover .more_btn_line{transform:scaleX(1)}.more_btn-w:hover .icon_arrow-b{background:#04548a url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/9px auto}.more_btn-b:hover .icon_arrow-w{background:#04548a url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/9px auto}@keyframes scrollUp{0%{transform:translateY(0)}30%{transform:translateY(-101%)}30.1%{transform:translateY(101%)}80%{transform:translateY(0)}}@media (max-width:1020px){.icon_arrow-w{width:46px;height:46px;margin-left:8px;background:#0d79c1 url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/8px auto}.icon_arrow-b{width:46px;height:46px;margin-left:8px;background:#fff url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-b.svg) no-repeat 50%/8px auto}}@media (max-width:760px){.more_btn-w{padding:14px 0}.more_btn-b{padding:14px 0}.icon_arrow-w{width:42px;height:42px;margin-left:8px;background:#0d79c1 url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/7px auto}.icon_arrow-b{width:42px;height:42px;margin-left:8px;background:#fff url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-b.svg) no-repeat 50%/7px auto}}.versatility_list{width:55%;border-collapse:collapse;text-align:center}.versatility_list th,.versatility_list td{padding:20px;border:1px solid #d6d6d6;line-height:1.4}.versatility_list thead th{background-color:#d3deeb;color:#04548a;font-size:1.13rem;border-right:none;font-weight:600}.versatility_list thead th:first-child{width:40%}.versatility_list thead th:not(:first-child){border-left:1px solid #fff;border-right:1px solid #d6d6d6}.versatility_list thead th:first-child[colspan="2"]{border-right:1px solid #d6d6d6}.versatility_list tbody th{background-color:#f6f7f9;font-weight:500}.versatility_list tbody td{background-color:#fff}@media (max-width:1240px){.versatility_list{width:60%}.versatility_list th,.versatility_list td{padding:16px}}@media (max-width:1020px){.versatility_list{width:100%;margin-bottom:28px}}@media (max-width:760px){.versatility_list th,.versatility_list td{padding:16px 1rem}.versatility_list thead th{font-size:1.1rem}.versatility_list thead th:first-child{width:auto}}.popup{cursor:pointer}.modal{display:flex;align-items:center;justify-content:center;position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.modal-content{display:block;max-width:80%;max-height:90%}#close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;cursor:pointer}.scroll_infinity_wrap{display:flex;overflow:hidden;padding:60px 0 60px}.scroll_infinity_list{display:flex;list-style:none;padding:0;animation:infinity-scroll-left 25s infinite linear}.scroll_infinity_item{width:auto;margin-right:8vw}.scroll_infinity_item>img{width:92vw;height:auto;max-width:100vw;user-drag:none;user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}@keyframes infinity-scroll-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}@media (max-width:1020px){.scroll_infinity_item{margin-right:48px}.scroll_infinity_item>img{width:calc(100vw - 48px)}}@media (max-width:760px){.scroll_infinity_wrap{padding:40px 0 40px}.scroll_infinity_item{margin-right:3rem}.scroll_infinity_item>img{width:calc(150vw - 3rem);max-width:150vw}}span.color_b{   font-weight:600;color:#008ecf}span.marker_b{font-weight:700;background:linear-gradient(transparent 80%,rgb(0 142 207/.5) 80%)}span.marker_o{font-weight:700;background:linear-gradient(transparent 80%,#ffca50 80%)}.header{z-index:9999;position:fixed;top:0;width:calc(100% - 80px);margin:18px 40px 0;transition-duration:.5s}.header .logo{grid-area:logo;flex:0 0 150px;font-size:1px;line-height:1}.header_wrapper{display:flex;align-items:center;justify-content:space-between;height:74px;padding-left:20px;border-bottom:1px solid transparent;transition-duration:.3s}.header_wrapper_inner{display:flex;position:relative;align-items:center;justify-content:flex-end;padding:14px 24px;border-radius:6px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background-color:rgba(255,255,255,.592)}.header_nav_list{display:flex;justify-content:flex-end}.header_nav_item{color:#04548a}.header_nav_link{display:flex;align-items:center;position:relative;padding:10px 20px;color:#04548a;font-size:1.12rem;font-family:"Inter",serif;transition-duration:.3s}.header_nav_link:hover{color:#65b1de}.header_nav .icon{position:relative;display:block;width:1rem;height:1rem;border:1px solid #04548a;border-radius:50%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-left:6px}.header_nav .icon:before,.header_nav .icon:after{content:"";width:8px;height:1.5px;background-color:#04548a;border-radius:5px;display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;-webkit-transition:all .3s;transition:all .3s}.header_nav .icon:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.header_nav .is-active span.icon:before{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}.header_nav .is-active span.icon:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header_nav-sub{position:absolute;opacity:0;pointer-events:none;background-color:#fff;border-radius:4px;padding:24px 40px;min-width:240px;-webkit-transform:translateY(10px) translateX(-30%);transform:translateY(10px) translateX(-30%);-webkit-box-shadow:3px 3px 15px rgba(0,0,0,.08);box-shadow:3px 3px 15px rgba(0,0,0,.08);-webkit-transition:all .3s;transition:all .3s}.header_nav-sub.is-active{opacity:1;pointer-events:auto;-webkit-transform:translateY(0) translateX(-30%);transform:translateY(0) translateX(-30%)}.header_nav-sub_link{display:flex;align-items:center;font-size:.9rem;font-weight:500;color:rgba(32,39,51,.3);padding:6px 0;white-space:nowrap;-webkit-transition:all .3s;transition:all .3s}.header_nav-sub_link:hover{color:#04548a}.header_nav-sub_link:after{content:"";width:14px;height:11px;background-image:url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_header_arrow.svg);background-size:contain;background-repeat:no-repeat;background-position:center center;display:block;margin-left:8px;-webkit-transition:all .3s;transition:all .3s;opacity:0;-webkit-transform:translateX(-5px);transform:translateX(-5px)}.header_nav-sub_link:hover:after{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.header_nav_contact{display:flex;z-index:1;position:relative;align-items:center;margin-left:20px}.header_nav_contact_link{display:inline-block;position:relative;font-family:"Inter",serif;padding:10px 30px;overflow:hidden;border-radius:4px;background-color:#04548a;color:#fff;-webkit-transition:all .3s;transition:all .3s}.header_nav_contact_link:hover{background-color:#65b1de}a.disabled{pointer-events:none}@media (max-width:1240px){.header{width:calc(100% - 60px);margin:18px 30px 0}.header_wrapper_inner{padding:12px 24px}.header_nav_link{padding:8px 18px}}@media (max-width:1020px){.header{width:calc(100% - 40px);margin:18px 20px 0}.header_wrapper_inner{backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);background-color:rgba(255,255,255,0);padding:8px}.header_nav{display:none}}@media (max-width:760px){.header{width:calc(100% - 40px);margin:18px 20px 0}.header_wrapper{height:54px;padding-left:4px}.header .logo{flex:0 0 120px}.header_wrapper_inner{padding:4px}.header_nav_contact{display:none}}.header_nav_hamburger{margin-left:20px}.hamburger{display:flex;position:relative;justify-content:center;width:52px;height:52px;cursor:pointer;border-radius:100px;background-color:#0d79c1}.hamburger span{display:block;position:absolute;background-color:#fff;height:2px;width:18px;border-radius:1px;transition:all .4s ease-in-out}.is-hamburger-open .hamburger{background-color:#fff}.is-hamburger-open .hamburger span{background-color:#0d79c1}.hamburger span:nth-of-type(1){top:40%}.hamburger span:nth-of-type(2){top:60%}.is-hamburger-open .hamburger span:nth-of-type(1){top:50%;transform:rotate(-45deg)}.is-hamburger-open .hamburger span:nth-of-type(2){top:50%;transform:rotate(45deg)}.is-hamburger-open .header .logo{opacity:0;pointer-events:none;transition:all .4s ease-in-out}.is-hamburger-open .header_wrapper_inner{backdrop-filter:blur(0);background-color:rgba(255,255,255,0);transition:all .4s ease-in-out}.is-hamburger-open .header_nav_list{opacity:0;pointer-events:none;transition:all .4s ease-in-out}.is-hamburger-open .header_nav_contact_link{opacity:0;pointer-events:none;transition:all .4s ease-in-out}.hamburger_nav{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;pointer-events:none;opacity:0;-webkit-transition:all .6s;transition:all .6s;z-index:9998;background-image:url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/bg_menu_logo.svg),linear-gradient(227deg,#69d8ff 5%,#0d79c1 50%,#04548a 95%);background-repeat:no-repeat;background-position:left calc(-10%) bottom calc(-10%);background-size:contain,cover;overflow:hidden}.is-hamburger-open .hamburger_nav{pointer-events:auto;opacity:1}.hamburger_nav_content{overflow-y:auto;height:100%;-ms-overflow-style:none;scrollbar-width:none}.hamburger_nav_content::-webkit-scrollbar{display:none}.hamburger .container{width:100%;max-width:1180px;height:100%;padding:0 32px;margin:0 auto}.hamburger_nav_inner{display:flex;position:relative;padding:88px 0 42px}.hamburger_nav_left{width:calc(50% - 70px);display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:120px 0 56px}.hamburger_nav_logo{width:245px;display:flex;-webkit-transition:all .3s;transition:all .3s}.hamburger_nav_logo:hover{opacity:.7}.hamburger_nav-sub_info{margin-top:auto}.hamburger_nav_info_list{display:flex}.hamburger_nav_info_link{font-size:14px;letter-spacing:-.01em;color:rgba(255,255,255,.7);-webkit-transition:all .3s;transition:all .3s}.hamburger_nav_info_link:hover{color:#fff}.hamburger_nav_copyright{font-size:13px;color:#fff;margin-top:24px;font-family:"Inter",serif}.hamburger_nav_right{padding:32px 0 32px 70px;border-left:1px solid rgba(255,255,255,.5);-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:calc(50% + 70px)}.hamburger_nav_link{display:inline-block;font-size:28px;color:#fff;line-height:1.3;-webkit-transition:all .3s;transition:all .3s}.hamburger_nav_link:hover{color:rgba(255,255,255,.7)}.hamburger_nav_item:not(:first-child){margin-top:42px}.hamburger_nav-sub_list{width:100%;display:flex;flex-wrap:wrap}.hamburger_nav-sub_item{margin-top:14px;margin-right:24px}.hamburger_nav-sub_link{font-size:1rem;color:rgba(255,255,255,.7);-webkit-transition:all .3s;transition:all .3s}.hamburger_nav-sub_link:hover{color:rgba(255,255,255,1)}@media (max-width:1020px){.hamburger_nav_left{width:calc(50% - 100px)}.hamburger_nav_logo{width:200px}.hamburger_nav_copyright{margin-top:12px}.hamburger_nav_right{padding:24px 0 24px 50px;width:calc(50% + 100px)}.hamburger_nav_item:not(:first-child){margin-top:36px}.hamburger_nav_link{font-size:24px}.hamburger_nav-sub_item{margin-top:12px;margin-right:24px}}@media (max-width:760px){.hamburger span{width:16px}.hamburger container{padding:0 20px}.hamburger_nav_left{display:none}.hamburger_nav_right{padding:0;width:100%;border-left:1px solid rgba(255,255,255,0)}.hamburger_nav_link{font-size:1.45rem}}.footer{position:relative;background-image:linear-gradient(227deg,#69d8ff 5%,#0d79c1 50%,#04548a 95%);color:#fff;padding-top:100px;padding-bottom:100px}.footer .container{width:1320px;overflow-x:hidden}.footer_mission{font-size:min(4vw, 68px);line-height:1.3;font-weight:700}.footer_inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;padding-top:59px;padding-bottom:24px;border-top:1px solid #e5eaf0}.footer_main_container{display:flex;justify-content:space-between;padding-top:80px}.footer_heading{flex:0 0 25%}.footer_logo img{width:220px;max-width:16vw;-webkit-transition:all .3s;transition:all .3s}.footer_logo:hover img{opacity:.7}.footer_address{margin-top:40px;color:#fff;font-size:min(1.25vw, 0.95rem)}.footer_nav_container{display:flex;flex-grow:1;justify-content:space-between}.footer_nav{display:flex;justify-content:center;flex:0 0 33.3%}.footer_nav_list{padding-right:1rem}.footer_nav_item:not(:first-child){margin-top:40px}.footer_nav_link{color:#fff;font-size:min(1.45vw, 1.2rem);-webkit-transition:all .3s;transition:all .3s}.footer_nav_link:hover{opacity:.7}.footer_nav-sub_list{margin-top:.7em}.footer_nav-sub_item{margin-top:.3rem}.footer_nav-sub_link{font-size:min(1.25vw, 0.95rem);color:rgba(255,255,255,.7);-webkit-transition:all .3s;transition:all .3s}.footer_nav-sub_link:hover{color:#fff}.footer_tail{display:flex;justify-content:space-between;margin-top:80px}.footer_privacy{font-size:min(1.25vw, 0.95rem);color:rgba(255,255,255,.7)}.footer_privacy:hover{color:#fff}.footer_copyright{font-size:.9rem}@media (max-width:1020px){.footer{padding-top:80px;padding-bottom:80px}.footer_main_container{padding-top:40px;flex-flow:column}.footer_mission{font-size:min(5vw, 68px)}.footer_heading{display:flex;align-items:center;margin-bottom:40px}.footer_address{margin-top:0;margin-left:40px;font-size:min(1.9vw, 1rem)}.footer_nav_item:not(:first-child){margin-top:24px}.footer_nav_link{font-size:min(2.2vw, 1.2rem)}.footer_nav-sub_link{font-size:min(1.6vw, 0.95rem);padding:4px 0}.footer_nav-sub_list{margin-top:6px}.footer_nav-sub_item{margin-top:6px}.footer_privacy{font-size:min(1.7vw, 0.95rem)}.footer_copyright{font-size:min(1.7vw, 0.95rem)}}@media (max-width:760px){.footer{padding-bottom:40px}.footer .container{padding-right:0;padding-left:0}.footer_mission{font-size:6.4vw}.footer_main_container{padding-top:24px}.footer_heading{margin-bottom:20px}.footer_logo img{max-width:35vw}.footer_address{font-size:.95rem;line-height:1.5;margin-left:2rem}.footer_nav_container{display:block}.footer_nav{justify-content:left}.footer_nav_item{margin-top:20px}.footer_nav_item:not(:first-child){margin-top:20px}.footer_nav_link{font-size:1.45rem}.footer_nav-sub_link{font-size:1rem}.footer_privacy{font-size:.95rem}.footer_copyright{font-size:.95rem}}.loading{display:none}@media (max-width:760px){.loading{display:flex;position:fixed;justify-content:center;align-items:center;height:100vh;width:100%;padding-bottom:5vh;background-color:#fff;z-index:9999999}.loading_img{display:flex;justify-content:center;gap:4vw}.loading_symbol{width:auto;height:18vw;animation:rotateLogo 2s linear infinite}.loading_word{width:auto;height:18vw}@keyframes rotateLogo{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}}.top_hero{position:relative;width:100%;height:100vh;overflow:hidden}.top_hero_video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);z-index:1}.top_hero_ttl{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2}.top_hero_ttl{display:block;position:absolute;top:62%;left:8%;width:auto;height:auto;transform:translateY(-50%);z-index:2}.top_hero_ttl h1{font-size:4vw;font-weight:700;color:#fff;line-height:1.3;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin:0;padding:0}.top_hero_subtitle{font-family:"Inter",serif;font-size:2.4vw;font-weight:700;color:#0d79c1;margin-bottom:10px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}@media (max-width:1020px){.top_hero_ttl{top:70%;left:6%}.top_hero_subtitle{font-size:4.4vw;line-height:1.3}.top_hero_ttl h1{font-size:6.8vw}}@media (max-width:760px){.top_hero{height:65vh}.top_hero_ttl{top:auto;bottom:5%;left:6%}}.scroll{position:absolute;right:3%;bottom:80px;writing-mode:vertical-rl;z-index:1;font-family:"Inter",serif;color:#fff;font-weight:400}.scroll:before{animation:scroll 2s infinite;background-color:#fff;bottom:-90px;content:"";height:80px;left:0;margin:auto;position:absolute;right:0;width:1px;border-radius:10px}@keyframes scroll{0%{transform:scale(1,0);transform-origin:0 0}50%{transform:scale(1,1);transform-origin:0 0}51%{transform:scale(1,1);transform-origin:0 100%}100%{transform:scale(1,0);transform-origin:0 100%}}@media (max-width:760px){.scroll{display:none}}.top_ttl span{display:block}.top_ttl span:lang(en){color:#04548a;font-size:min(4.5vw, 3.9rem);line-height:1;font-weight:500}.top_ttl span:lang(ja){color:#04548a;font-size:min(1.9vw, 1.35rem);font-weight:500}@media (max-width:1020px){.top_ttl{margin-bottom:16px}.top_ttl span:lang(en){font-size:2.6rem;line-height:1.3}.top_ttl span:lang(ja){font-size:1.1rem;line-height:1.2}}@media (max-width:760px){.top_ttl span:lang(en){font-size:2.6rem;line-height:1.3}.top_ttl span:lang(ja){font-size:1.1rem;line-height:1.2}.top_company .top_ttl span:lang(en){line-height:1.7}}.banner{display:flex;justify-content:space-between;width:1240px;max-width:calc(100vw - 140px);margin-right:auto;margin-left:auto;padding-top:120px}.banner a{width:48%;-webkit-transition:all .3s;transition:all .3s}.banner img{width:100%}.banner a:hover{opacity:.7}@media (max-width:1020px){.banner{padding-top:80px;max-width:calc(100vw - 80px)}}@media (max-width:760px){.banner{display:block;max-width:calc(100vw - 40px);padding-top:60px}.banner a{display:block;width:100%;margin-bottom:20px}}.top_service{padding-top:160px;padding-bottom:160px}@media (max-width:1020px){.top_service .container{width:100%;max-width:100%;padding:0 40px}}@media (max-width:760px){.top_service .container{padding:0 30px}}@media (max-width:576px){.top_service .container{padding:0 20px}}.top_service_head{display:flex;justify-content:space-between;margin-bottom:-40px}.top_service_head p{position:relative;flex:0 0 535px}.service_field{padding-top:80px}.service_field:not(:first-child){padding-top:120px}.service_field h3{display:flex;align-items:center;font-size:min(2.5vw, 2rem);font-weight:500;color:#0d79c1;margin-bottom:30px}.service_field h3:before{content:"";width:50px;height:46px;background-size:contain;background-position:center center;background-repeat:no-repeat;margin-right:18px}.service_field01:before{background-image:url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_service01.svg)}.service_field02:before{background-image:url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_service02.svg)}.service_field03:before{background-image:url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_service03.svg)}.service_field04:before{background-image:url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_service04.svg)}.service_field h3:after{background-color:#0d79c1;content:"";border-radius:5px;height:3px;flex-grow:1;margin-left:40px}.service_slide{display:flex;gap:2vw;padding-left:min(6vw, 60px)}.service_slide_card{display:block;position:relative;width:30vw;height:auto;max-width:450px;max-height:68vh;overflow:hidden;border-radius:10px;color:#fff}.service_slide_card img{position:relative;width:100%;transition:transform .6s ease}.service_slide_card:hover img{transform:scale(1.15)}.service_slide_card_ttl{display:flex;z-index:1;position:absolute;align-items:center;justify-content:space-between;width:100%;bottom:32px;padding:0 30px}.service_slide_card h4{font-size:min(1.47vw, 1.42rem);max-width:70%;font-weight:500;line-height:1.4}.service_slide_card:hover i{background:#04548a url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/9px auto}@media (max-width:1240px){.service_slide_card h4{font-size:1rem;line-height:1.4}.service_slide_card_ttl{bottom:24px;padding:0 20px}}@media (max-width:1020px){.top_service{padding-top:120px;padding-bottom:120px}.top_service_head{display:block;margin-bottom:0}.service_field:not(:first-child){padding-top:40px}.service_field{padding-top:40px}.service_field h3{font-size:1.4rem;margin-bottom:18px}.service_field h3:before{width:38px;height:34px;margin-right:12px}.service_field h3:after{height:2px;margin-left:20px}.service_slide{height:100%;margin:0 !important;padding:0 !important;backface-visibility:hidden;overflow:visible;gap:0}.service_slide_card{width:40vw;box-sizing:border-box;position:relative;flex-shrink:0;margin:0;backface-visibility:hidden;list-style-type:none !important;margin-right:24px}.service_slide_card_ttl{bottom:24px;padding:0 24px}.service_slide_card_ttl h4{font-size:1rem;max-width:75%}.service_slide_card:hover i{background:#04548a url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/8px auto}}@media (max-width:760px){.top_service{padding-top:80px;padding-bottom:80px}.service_field h3{font-size:1.2rem;margin-bottom:18px}.service_field h3:before{width:36px;height:33px;margin-right:12px}.service_field h3:after{height:2px;margin-left:18px}.service_slide_card{width:62vw;margin-right:14px}.service_slide_card_ttl{bottom:16px;padding:0 14px}.service_slide_card_ttl h4{font-size:1rem}.service_slide_card:hover i{background:#04548a url(//x-court.com/x-court.com/wp-content/themes/x-court2024/images/icon_arrow-w.svg) no-repeat 50%/7px auto}.js_slide_area{overflow-x:hidden;position:relative}.js_slide_wrap{display:flex;overflow:hidden}.js_slide_item{flex-shrink:0;width:auto}}.slick-slide{display:inline-block}.slick-track{display:flex;margin:0 !important}.slick-dots{display:none !important}.slick-slider .slick-track,.slick-slider .slick-list{overflow:visible}.top_feature{background:linear-gradient(227deg,#69d8ff 5%,#0d79c1 55%,#04548a 95%)}.top_feature .container{display:flex;justify-content:space-between}.top_feature_img{display:flex;justify-content:flex-start;width:100%;user-drag:none;user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.top_feature_img01{flex:0 0 40%;height:auto;width:100%;margin-right:60px;clip-path:inset(0)}.top_feature_img02{flex:0 0 40%;height:auto;width:100%;clip-path:inset(0)}.top_feature_img01 img{position:relative;top:-20vh;animation:top_feature_img01Anime linear forwards;animation-timeline:view();animation-range:cover}.top_feature_img02 img{position:relative;top:20vh;animation:top_feature_img02Anime linear forwards;animation-timeline:view();animation-range:cover}@keyframes top_feature_img01Anime{0%{top:-20vh}25%{top:-10vh}50%{top:0}75%{top:10vh}100%{top:20vh}}@keyframes top_feature_img02Anime{0%{top:20vh}25%{top:10vh}50%{top:0}75%{top:-10vh}100%{top:-20vh}}.top_feature_img_sp{display:none}.top_feature_head{flex:0 0 40%;display:flex;justify-content:center;align-items:center;flex-flow:column;z-index:10}.top_feature .top_ttl{margin-bottom:28px}.top_feature .top_ttl span:lang(en){color:#fff}.top_feature .top_ttl span:lang(ja){color:#fff}@media (max-width:1020px){.top_feature_img01{margin-right:24px}.top_feature_img01 img{top:-60px}.top_feature_img02 img{top:60px}@keyframes top_feature_img01Anime{0%{top:-60px}25%{top:-30px}50%{top:0}75%{top:30px}100%{top:60px}}@keyframes top_feature_img02Anime{0%{top:60px}25%{top:30px}50%{top:0}75%{top:-30px}100%{top:-60px}}}@media (max-width:760px){.top_feature{background:linear-gradient(227deg,#69d8ff 5%,#0d79c1 65%,#04548a 95%)}.top_feature .container{display:block;max-width:100%}.top_feature_img{display:none}.top_feature_img_sp{display:block;padding-top:60px}.top_feature_img_sp .top_feature_img01_sp{width:140px;max-width:80%;margin:0 auto 40px}.top_feature_img_sp .top_feature_img02_sp{width:100%;margin-bottom:32px;user-drag:none;user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.top_feature_head{width:100%;text-align:center;padding-bottom:60px}}.top_column{padding-top:160px;padding-bottom:80px}.top_column .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.top_column_head{order:1}.top_column_list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4%;margin-top:60px;order:3}.top_column_list_img{cursor:pointer;overflow:hidden;width:100%;border:3px solid #65b1de;border-radius:10px;margin-bottom:6px}.top_column_list_img img{height:auto;transition:transform .6s ease}.top_column_list_link:hover img{transform:scale(1.15)}.top_column_list_info time{font-family:"Inter",serif;font-size:.85rem;margin-bottom:4px;font-weight:400}.top_column_list_info h3{font-size:min(1.6vw, 1.25rem);font-weight:600;line-height:1.4;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.top_column_list_info p{font-size:min(1.45vw, 1rem);font-weight:400;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.top_column_btn{display:flex;align-items:end;order:2}.top_column_list_img{position:relative;display:inline-block}.top_column_list_img img{display:block;width:100%;height:auto}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(4,84,138,0);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;opacity:0;transition:background-color .3s ease,opacity .3s ease}.top_column_list_link:hover .overlay{background-color:rgba(4,84,138,.6);opacity:1}@media (max-width:1020px){.top_column{padding-top:120px;padding-bottom:40px}.top_column_list{margin-top:32px}.top_column_list_info h3{font-size:1rem;line-height:1.4;margin-bottom:12px}.top_column_list_info p{font-size:.9rem}.overlay{font-size:16px}}@media (max-width:760px){.top_column{padding-top:80px;padding-bottom:40px}.top_column_list{grid-template-columns:1fr;order:2;margin-top:18px;gap:0}.top_column_btn{order:3;margin:0 0 0 auto}.top_column_list_item{margin-bottom:20px}.top_column_list_link{display:flex;justify-content:space-between;align-items:center}.top_column_list_img{width:45%;height:100%;border:2px solid #65b1de}.top_column_list_info{width:52%}.top_column_list_info p{font-size:.9rem;-webkit-line-clamp:2}}.top_company{padding-bottom:200px}.top_company .container{display:flex;justify-content:space-between;align-items:center}.top_company_head{flex:0 0 40%;display:flex;justify-content:center;align-items:center;flex-flow:column;z-index:10}.top_company .top_ttl{margin-bottom:28px}.top_company_img{flex:0 0 60%}.top_company_img img{width:100%;border-radius:10px}@media (max-width:1020px){.top_company{padding-bottom:140px}}@media (max-width:760px){.top_company{padding-bottom:100px}.top_company .container{display:flex;flex-wrap:wrap}.top_company_head{order:2;flex:0 0 100%;align-items:center;text-align:center}.top_company_img{order:1;flex:0 0 100%;margin-bottom:20px}}.subpage{margin-bottom:40px}.subpage .container{padding-bottom:180px}.subpage_ttl{padding-top:180px}.subpage_ttl .container{padding-bottom:120px}.subpage_ttl span{display:block}.subpage_ttl h1 span:lang(en){font-size:min(1.9vw, 1.35rem);color:#0d79c1;line-height:1;font-weight:500}.subpage_ttl h1 span:lang(ja){font-size:min(4vw, 2.8rem);line-height:1.4;color:#0d79c1;font-weight:500}@media (max-width:1020px){.subpage .container{padding-bottom:120px}.subpage_ttl{padding-top:160px}.subpage_ttl .container{padding-bottom:80px}.subpage_ttl h1 span:lang(en){font-size:1.1rem;line-height:1.3}.subpage_ttl h1 span:lang(ja){font-size:2.2rem;line-height:1.3}}@media (max-width:760px){.subpage .container{padding-bottom:80px}.subpage_ttl{padding-top:120px}.subpage_ttl .container{padding-bottom:68px}.subpage_ttl h1 span:lang(en){font-size:1.1rem}.subpage_ttl h1 span:lang(ja){font-size:1.8rem;line-height:1.5}}.subpage_section_ttl{position:relative;display:block;margin-bottom:40px}.subpage_section_ttl:before{content:"";display:block;position:absolute;left:0;top:0;background-color:#65b1de;width:64px;height:4px;border-radius:2px}.subpage_section_ttl h2{font-size:min(2.5vw, 2rem);color:#0d79c1;font-weight:500}@media (max-width:1020px){.subpage_section_ttl{margin-bottom:32px}.subpage_section_ttl h2{font-size:1.9rem}}@media (max-width:760px){.subpage_section_ttl{margin-bottom:24px}.subpage_section_ttl:before{width:48px;height:2px}.subpage_section_ttl h2{font-size:1.45rem}}.service_head_img img{border-radius:10px;width:100%}.service_head_details h2{margin-bottom:36px;font-size:min(2.4vw, 1.9rem);line-height:1.4;color:#008ecf;font-weight:600}.service_head_details p{margin-bottom:20px}.service_head01 .container{display:flex;justify-content:space-between}.service_head01 .service_head_img{width:48.4%}.service_head01 .service_head_details{width:48.4%}.service_head02 h2{width:1060px;max-width:calc(100vw - 220px);margin-right:auto;margin-left:auto}.service_head02 p{width:1060px;max-width:calc(100vw - 220px);margin-right:auto;margin-left:auto}.service_head02 p:last-child{margin-bottom:0}.service_head02 .service_head_img{display:flex;justify-content:space-between;margin-bottom:48px}.service_head02 .service_head_img img{width:48.4%}.service_head01 .container,.service_head02 .container{padding-bottom:60px}@media (max-width:1240px){.service_head02 p{width:100%;max-width:100%}.service_head02 h2{width:100%;max-width:100%}}@media (max-width:1020px){.service_head_img{margin-bottom:32px}.service_head_details h2{margin-bottom:24px;font-size:1.4rem}.service_head_details p{margin-bottom:16px}.service_head01 .container{display:block}.service_head01 .service_head_img{width:100%;position:relative;padding-top:55%}.service_head01 .service_head_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.service_head01 .service_head_details{width:100%}}@media (max-width:760px){.service_head_img{margin-bottom:24px}.service_head_details h2{margin-bottom:18px}.service_head_details p{margin-bottom:8px}.service_head02 .service_head_img{width:100%;position:relative;padding-top:55%;margin-bottom:calc(55% + 34px)}.service_head02 .service_head_img img{width:100%}.service_head02 .service_head02_img01{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.service_head02 .service_head02_img02{position:absolute;left:0;width:100%;height:100%;object-fit:cover;object-position:center;margin-top:10px}.service_head01 .container,.service_head02 .container{padding-bottom:40px}}.subpage .scroll_infinity_wrap{padding:0 0 60px}.subpage .scroll_infinity_item>img{width:120vw;max-width:120vw}@media (max-width:1020px){.subpage .scroll_infinity_item{margin-right:48px}.scroll_infinity_item>img{width:calc(120vw - 48px)}}@media (max-width:760px){.subpage .scroll_infinity_wrap{padding:0 0 40px}.subpage .scroll_infinity_item{margin-right:3rem}.subpage .scroll_infinity_item>img{width:calc(180vw - 3rem);max-width:180vw}}.flow_list{display:flex;position:relative;flex-direction:column;gap:25px;width:1180px;max-width:calc(100vw - 180px);margin-right:auto;margin-left:auto;background-color:rgba(211,222,235,.35);padding:42px;border-radius:10px}.flow_list li{display:flex;z-index:1;position:relative;padding:36px 36px 36px 0;gap:30px;border-radius:8px;background-color:#fff;counter-increment:order}.flow_list .flow_list_num{position:relative;flex:0 0 200px}.flow_list .flow_list_num:before{display:flex;position:absolute;top:-25px;right:0;align-items:center;justify-content:center;width:100%;height:calc(100% + 50px);border-right:1px solid rgba(211,222,235,.35);content:counter(order,decimal-leading-zero);color:#0d79c1;font-size:min(2.3vw, 2rem)}.flow_list .flow_list_details{flex:1;align-self:center}.flow_list .flow_list_details h3{font-size:1.2rem;margin-bottom:10px}.flow_list .flow_list_details p{line-height:1.5}.flow_list .flow_list_img{flex:0 0 300px;align-self:center;overflow:hidden;border-radius:10px}@media (max-width:1240px){.flow_list{width:100%;max-width:100%}.flow_list .flow_list_num{flex:0 0 140px}.flow_list .flow_list_img{flex:0 0 240px}.flow_list .flow_list_details h3{font-size:1.1rem}.flow_list .flow_list_details p{font-size:.9rem}}@media (max-width:1020px){.flow_list{padding:24px;gap:18px}.flow_list li{padding:18px 18px 18px 0;gap:18px}.flow_list .flow_list_num{flex:0 0 100px}.flow_list .flow_list_num:before{font-size:1.4rem}.flow_list .flow_list_img{flex:0 0 170px}.flow_list .flow_list_details h3{font-size:1.1rem;margin-bottom:6px}.flow_list .flow_list_details p{font-size:.9rem}}@media (max-width:760px){.flow_list li{display:block;padding:20px}.flow_list .flow_list_num{height:54px}.flow_list .flow_list_num:before{font-size:1.7rem;top:-20px;left:-20px;width:calc(100% + 40px);height:54px;border-right:none;border-bottom:1px solid rgba(211,222,235,.35)}.flow_list .flow_list_details h3{font-size:1.1rem}.flow_list .flow_list_details p{font-size:.95rem}.flow_list .flow_list_img{position:relative;margin-top:20px;padding-top:55%}.flow_list .flow_list_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}}.service_feature_list{display:flex;position:relative;gap:32px;width:1180px;max-width:calc(100vw - 180px);margin-right:auto;margin-left:auto;background-color:rgba(211,222,235,.35);padding:42px;border-radius:10px}.service_feature_list li{flex:33.33333%;z-index:1;position:relative;padding:46px 42px 52px;border-radius:8px;background-color:#fff;counter-increment:order}.service_feature_list .service_feature_list_num{margin-bottom:28px}.service_feature_list .service_feature_list_num:before{display:flex;justify-content:center;content:counter(order,decimal-leading-zero);font-size:min(2vw, 1.6rem);color:#fff;background-image:linear-gradient(227deg,#69d8ff 5%,#0d79c1 50%,#04548a 95%);border-radius:100px}.service_feature_list .service_feature_list_details h3{text-align:center;font-size:1.2rem;margin-bottom:24px;line-height:1.3}.service_feature_list .service_feature_list_details p{line-height:1.5}@media (max-width:1240px){.service_feature_list{width:100%;max-width:100%;gap:24px}.service_feature_list li{padding:32px 24px 38px}.service_feature_list .service_feature_list_details h3{margin-bottom:18px}}@media (max-width:1020px){.service_feature_list{padding:24px;gap:18px}.service_feature_list li{padding:24px 16px 32px}.service_feature_list .service_feature_list_num{margin-bottom:18px}.service_feature_list .service_feature_list_num:before{font-size:1.2rem}.service_feature_list .service_feature_list_details h3{font-size:1.1rem}.service_feature_list .service_feature_list_details p{font-size:.95rem}}@media (max-width:760px){.service_feature_list{flex-direction:column}.service_feature_list li{padding:32px}.service_feature_list .service_feature_list_num{margin-bottom:24px}.service_feature_list .service_feature_list_num:before{font-size:1.4rem;max-width:340px;margin:0 auto}.service_feature_list .service_feature_list_details h3{font-size:1.24rem;margin-bottom:18px}}.price_content{display:flex;justify-content:space-between}.price_info{width:42%}.price_info p{font-size:.95rem;margin-bottom:10px}@media (max-width:1240px){.price_info{width:38%}}@media (max-width:1020px){.price_content{display:block}.price_info{width:100%}}.report_wrap{display:grid;position:relative;grid-template-columns:1fr 1fr 1fr;padding:40px;gap:20px;background-color:#d3deeb;border-radius:10px}@media (max-width:1020px){.report_wrap{padding:20px;gap:16px}}@media (max-width:760px){.report_wrap{grid-template-columns:1fr 1fr;padding:1rem;gap:1rem}}.achievements .versatility_list{width:1180px;max-width:calc(100vw - 180px);margin:0 auto}.achievements .versatility_list th{width:12rem}.achievements .versatility_list td{text-align:start}@media (max-width:1020px){.achievements .versatility_list{max-width:100%}.achievements .versatility_list th{width:10rem}}@media (max-width:760px){.achievements .versatility_list th{width:8rem;font-size:.95rem}.achievements .versatility_list td{font-size:.95rem}}.philosophy img{width:1040px;max-width:86vw;margin:0 auto;user-drag:none;user-select:none;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}@media (max-width:1020px){.philosophy img{max-width:100%}}.business_list{display:grid;grid-template-columns:48.5% 48.5%;justify-content:space-between;gap:24px}.business_list li{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background-color:#fff;border:1px solid #0d79c1;border-radius:10px}.business_list_details{font-size:1.12rem;color:#0d79c1;padding-right:12px}.business_list_img img{padding:16px 32px;background-color:#d3deeb;border-radius:10px;width:160px;max-width:13vw}@media (max-width:1240px){.business_list li{padding:16px 32px}.business_list_details{font-size:1rem}.business_list_img img{padding:12px 24px;width:116px}}@media (max-width:1020px){.business_list li{padding:14px 20px}.business_list_details{font-size:min(1.6vw, 0.95rem)}.business_list_img img{padding:10px 20px;width:100px}}@media (max-width:760px){.business_list{grid-template-columns:100%;gap:16px}.business_list li{padding:16px 20px}.business_list_details{font-size:.95rem}.business_list_img img{padding:10px 16px;width:100px;max-width:24vw}}.drones_list{display:flex;flex-wrap:wrap;justify-content:space-between}.drones_list li{position:relative;overflow:hidden;width:47.5%;margin:1.25%;padding:0 40px 48px;border-radius:10px;background-color:rgba(211,222,235,.35)}.drone-model_head{display:flex;flex-wrap:wrap;align-items:center;max-width:90%;width:272px;height:272px;margin:0 auto}.drone-model_name{position:absolute;top:3%;right:40px;border:2px solid #04548a;border-radius:100px}.drone-model_name p{font-size:.95rem;color:#04548a;padding:5px 14px 7px;line-height:1}.drone-model_head img{padding-top:10px}.drones_list .versatility_list{width:100%}.drones_list .versatility_list th,.versatility_list td{padding:18px}@media (max-width:1240px){.drones_list li{padding:0 24px 32px}.drone-model_head{width:220px;height:220px}.drone-model_name{top:3%;right:24px}.versatility_list thead th{font-size:1rem}.drones_list .versatility_list thead th:first-child{width:auto}.drones_list .versatility_list th,.versatility_list td{padding:16px}.drones_list .versatility_list th{width:40%}.drones_list .versatility_list tbody{font-size:14px}}@media (max-width:1020px){.drones_list li{width:720px;max-width:100%;margin-right:auto;margin-left:auto;margin-bottom:24px}.drones_list li:first-child{margin-bottom:24px}.drone-model_name{top:3%;right:10%}.versatility_list{max-width:620px;margin-right:auto;margin-left:auto}}@media (max-width:760px){.drones_list li{width:100%;padding:0 20px 20px}.drone-model_head{width:200px;height:200px}.drone-model_name{top:3%;right:20px}.drone-model_name p{font-size:1rem;padding:4px 14px 5px}.drones_list .versatility_list th,.versatility_list td{padding:16px 1rem}.versatility_list thead th{font-size:1.1rem}.drones_list .versatility_list tbody{font-size:.95rem}}.greeting_content{display:flex;justify-content:space-around;align-items:center}.greeting_txt{flex:0 0 55%}.greeting_txt h3{font-size:1.45rem;color:#04548a;line-height:1.4;margin-bottom:20px}.greeting_txt p{font-size:.95rem;margin-bottom:12px;line-height:1.65}.greeting_txt .ceo{text-align:end;font-size:1.2rem;font-weight:700;padding-top:10px;margin-bottom:0}.greeting_img{flex:0 0 30%}.greeting_img img{width:100%;border-radius:10px}.readmore-button-box{display:none}@media (max-width:1240px){.greeting_content{justify-content:space-between}.greeting_txt{flex:0 0 65%}.greeting_txt p{font-size:14px;margin-bottom:10px}}@media (max-width:1020px){.greeting_content{align-items:start}.greeting_txt{flex:0 0 62%}.greeting_img{flex:0 0 35%}.greeting_txt p{font-size:1rem}.greeting_txt .ceo{font-size:1.3rem}.readmore-button-box a{background-color:#0d79c1;color:#fff;border-radius:6px;padding:.7rem 2.5rem;display:inline-block;font-weight:700;font-size:1.2rem}.readmore-button-box a:hover{background-color:#65b1de}.readmore-button-box{display:block;text-align:center;background-image:linear-gradient(180deg,rgba(255,255,255,.5),#fff);padding-top:4.5em;margin-top:-6.5em;position:relative}.readmore-area{display:none}}@media (max-width:760px){.greeting_content{flex-flow:column;gap:24px}.greeting_txt{order:2}.greeting_txt h3{font-size:1rem;margin-bottom:12px}.greeting_txt p{font-size:1rem;margin-bottom:10px}.greeting_txt .ceo{padding-top:8px;font-size:1.3rem}.greeting_img{order:1}}.licence p{margin-bottom:40px}.licence_list{display:flex;flex-wrap:wrap;width:1180px;max-width:calc(100vw - 180px);border:1px solid #d6d6d6;margin:0 auto}.licence_list li{display:flex;width:50%;border:1px solid #d6d6d6;padding:20px;line-height:1.4;justify-content:center;align-items:center}.licence_list .licence_list_head{width:100% !important;background-color:#d3deeb;color:#04548a;font-size:1.13rem;font-weight:600}@media (max-width:1020px){.licence p{margin-bottom:24px}.licence_list{width:100%;max-width:100%}.licence_list li{padding:16px}}@media (max-width:760px){.licence_list li{width:100%;padding:16px 1rem;justify-content:start}.licence_list .licence_list_head{font-size:1.1rem;justify-content:center}}.overview_table{width:1180px;max-width:calc(100vw - 180px);margin-right:auto;margin-left:auto;padding:80px 60px;background-color:rgba(211,222,235,.35);border-radius:10px}.overview_table table{position:relative;width:100%;font-weight:400;line-height:1.5;letter-spacing:.02em;border-collapse:collapse}.overview_table table tr:first-child{border-top:1px solid rgba(13,121,193,.2)}.overview_table table tr{border-bottom:1px solid rgba(13,121,193,.2)}.overview_table table th{text-align:left;font-weight:500;padding:1.5rem 0 1.5rem 1rem;width:25%;vertical-align:top}.overview_table table td{padding:1.5rem 0 1.5rem 1rem;width:75%}@media (max-width:1020px){.overview_table{max-width:100%;padding:60px 40px}.overview_table table th{padding:1.5rem 0 1.5rem 1rem;width:21%}.overview_table table td{padding:1.5rem 0 1.5rem 1rem;width:79%}}@media (max-width:760px){.overview_Img{margin-top:18px}.overview_table{padding:36px 16px}.overview_table table{width:100%;font-size:.9rem}.overview_table table th{padding:20px 0 20px 10px;width:25%}.overview_table table td{padding:20px 0 20px 10px;width:77%}}.access .container{width:100vw;max-width:100vw}.access .subpage_section_ttl{width:1240px;max-width:calc(100vw - 140px);margin-right:auto;margin-left:auto}@media (max-width:1020px){.access .subpage_section_ttl{max-width:calc(100vw - 80px)}}@media (max-width:760px){.access .subpage_section_ttl{max-width:calc(100vw - 60px)}}@media (max-width:576px){.access .subpage_section_ttl{max-width:calc(100vw - 40px)}}.access_map iframe{width:100vw;height:689px}@media (max-width:760px){.access_map iframe{height:540px}}.column_list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4%;order:3}.column_list_item{margin-bottom:24px}.column_list_img{cursor:pointer;overflow:hidden;width:100%;border:3px solid #65b1de;border-radius:10px;margin-bottom:6px}.column_list_img img{height:auto;transition:transform .6s ease}.column_list_link:hover img{transform:scale(1.15)}.column_list_info time{font-family:"Inter",serif;font-size:.85rem;margin-bottom:4px;font-weight:400}.column_list_info h3{font-size:min(1.6vw, 1.25rem);font-weight:600;line-height:1.4;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.column_list_info p{font-size:min(1.45vw, 1rem);font-weight:400;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.column_list_img{position:relative;display:inline-block}.column_list_img img{display:block;width:100%;height:auto}.column_list_link:hover .overlay{background-color:rgba(4,84,138,.6);opacity:1}@media (max-width:1020px){.column_list_info h3{font-size:1rem;line-height:1.4;margin-bottom:8px}.column_list_info p{font-size:.9rem;line-height:1.3}}@media (max-width:760px){.column_list{grid-template-columns:1fr;order:2;gap:0}.column_btn{order:3;margin:0 0 0 auto}.column_list_item{margin-bottom:20px}.column_list_link{display:flex;justify-content:space-between;align-items:center}.column_list_img{width:45%;height:100%;border:2px solid #65b1de}.column_list_info{width:52%}.column_list_info p{font-size:.9rem;-webkit-line-clamp:2}}.column_detail .container{width:1040px;max-width:calc(100vw - 240px);margin-right:auto;margin-left:auto}.column_detail_info{margin-bottom:4px}.column_detail_ttl{font-size:min(4vw, 2.4rem);line-height:1.3;font-weight:500;margin-bottom:24px}.column_detail_img{width:100%;position:relative;padding-top:50%}.column_detail_img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:24px}.column_detail_content{padding:48px 60px 0}.column_detail_content h3{font-size:min(3.4vw, 1.5rem);line-height:1.3;margin-top:60px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #0d79c1;color:#0d79c1}.column_detail_content h4{font-size:min(3vw, 1.3rem);line-height:1.3;margin-top:36px;margin-bottom:10px;font-weight:500}.column_detail_content p{margin-bottom:1rem}.column_detail_content img{width:100%;margin-bottom:20px}.column_detail_content ol{margin-left:1rem}.column_detail_content ol li{font-size:1.2rem;line-height:1.3;font-weight:500;margin-top:14px;margin-bottom:2px}.column_anchor{margin-top:60px}.click_here{text-align:center;font-size:1.1rem}.click_here a{color:#0d79c1;text-decoration:underline}.column_btn{text-align:center}.column_btn a{font-size:1.6rem;font-weight:700;line-height:1.5;position:relative;display:inline-block;padding:1.5rem 2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s;transition:all .3s;text-align:center;vertical-align:middle;text-decoration:none;letter-spacing:.1em;color:#fff;border-radius:.5rem;background:#0d79c1;-webkit-box-shadow:0 5px 0 #04548a;box-shadow:0 5px 0 #04548a}.column_btn a span{font-size:1.1rem;display:inline-block;width:100%;margin-bottom:.5em;padding:.2rem .5rem;color:#0d79c1;border-radius:4px;background:#fff}.column_btn a:hover{-webkit-transform:translate(0,3px);transform:translate(0,3px);color:#fff;background:#2187cb;-webkit-box-shadow:0 2px 0 #2c9d60;box-shadow:0 2px 0 #2c9d60}@media (max-width:1020px){.column_detail .container{max-width:calc(100vw - 80px)}.column_detail_content{padding:40px 40px 0}}@media (max-width:760px){.column_detail .container{max-width:calc(100vw - 40px)}.column_detail_ttl{font-size:1.45rem}.column_detail_img img{border-radius:12px}.column_detail_content{padding:24px 2vw}.column_detail_content h3{font-size:1.3rem}.column_detail_content h4{font-size:1.2rem}.column_detail_content img{margin-bottom:1rem}}.other_column .container{border-top:2px solid #0e2947;padding-top:160px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.other_column_head{order:1}.other_column_list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4%}.other_column_list_img{cursor:pointer;overflow:hidden;width:100%;border:3px solid #65b1de;border-radius:10px;margin-bottom:6px}.other_column_list_img img{height:auto;transition:transform .6s ease}.other_column_list_link:hover img{transform:scale(1.15)}.other_column_list_info time{font-family:"Inter",serif;font-size:.85rem;margin-bottom:4px;font-weight:400}.other_column_list_info h3{font-size:min(1.6vw, 1.25rem);font-weight:600;line-height:1.4;margin-bottom:10px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.other_column_list_info p{font-size:min(1.45vw, 1rem);font-weight:400;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.other_column_btn{display:flex;margin:0 0 0 auto}.other_column_list_img{position:relative;display:inline-block}.other_column_list_img img{display:block;width:100%;height:auto}.other_column_list_link:hover .overlay{background-color:rgba(4,84,138,.6);opacity:1}@media (max-width:1020px){.other_column .container{padding-top:120px}.other_column_list_info h3{font-size:1rem;line-height:1.4;margin-bottom:12px}.other_column_list_info p{font-size:.9rem}}@media (max-width:760px){.other_column .container{padding-bottom:40px}.other_column_list{grid-template-columns:1fr;gap:0}.other_column_list_item{margin-bottom:20px}.other_column_list_link{display:flex;justify-content:space-between;align-items:center}.other_column_list_img{width:45%;height:100%;border:2px solid #65b1de}.other_column_list_info{width:52%}.other_column_list_info p{font-size:.9rem;-webkit-line-clamp:2}}.contact .container{width:1040px;max-width:calc(100vw - 240px);margin-right:auto;margin-left:auto;padding-bottom:200px}.contact_head{font-weight:400;margin-bottom:40px}.contact_form{padding:68px 80px;background-color:#f3faff;border-radius:20px}.table_contact{width:100%;margin-bottom:40px}.table_contact tr{display:block;margin-bottom:24px;font-weight:400}.form_ttl{font-weight:400;margin-bottom:8px}.table_contact p{font-size:1rem;font-weight:500}.form_input{display:block;width:100%;margin-top:8px}.form_input input,.form_input select{padding:16px 24px;background-color:rgba(0,51,102,.05);border:none;transition:border-color .4s}.form_input input:-webkit-autofill{box-shadow:0 0 0px 100px #fff inset}.form_input input[type=checkbox]{padding:8px}.form_input textarea{background-color:rgba(0,51,102,.05);transition:border-color .4s;border:none}.wpcf7-list-item{margin:16px 0 16px 24px !important}.wpcf7-list-item-label{font-size:18px}.form_attachment{display:block;padding:.3rem .5rem;margin-bottom:1.5rem}input[type=text],input[type=email],input[type=tel],textarea,select{font-family:'Noto Sans JP',sans-serif;outline:none;font-size:14px;overflow:hidden;padding:16px 24px;width:100%;box-sizing:border-box}.required{position:relative;font-weight:700;font-size:12px;color:#fff;letter-spacing:1.5px;color:#0d79c1;letter-spacing:1.5px;border:1px solid #0d79c1;border-radius:15px;line-height:1;text-decoration:none;margin-left:1rem;text-align:center;flex:0 auto;padding:0 10px 2px;align-self:auto;font-style:normal;overflow:visible;top:-1px}.form_privacy-policy{text-align:center;font-weight:400;margin-bottom:40px}.form_privacy-policy a{line-height:1;text-decoration:underline}.form_privacy-policy a svg{margin:0 4px}.form_privacy-policy>p{font-size:1rem;font-weight:500}input[type="checkbox" i]{margin-bottom:5px}.form_submit{margin-bottom:24px;text-align:center}input[type=submit]{font-family:'Noto Sans JP',sans-serif;text-align:center;text-decoration:none;font-size:1rem;width:85%;max-width:320px;padding:1.1rem 4rem;border-radius:8px;color:#fff;font-weight:700;border:none;background-color:#a1abb8;position:relative;transition:.3s ease-in-out}input[type=submit].enabled{background-color:#04548a;cursor:pointer;opacity:1}.wpcf7-spinner{display:none !important}@media (max-width:1020px){.contact .container{width:760px;max-width:calc(100vw - 80px);padding-bottom:160px}.contact_form{padding:40px}.table_contact{margin-bottom:24px}}@media (max-width:760px){.contact .container{max-width:calc(100vw - 40px);padding-bottom:120px}.contact_form{padding:24px 20px}.table_contact tr{flex-wrap:wrap}.form_ttl{width:100%;margin-bottom:8px}.form_input{width:100%}.form_privacy-policy{flex-wrap:wrap;justify-content:left}.form_submit input{width:40vw}}.wpcf7-not-valid-tip{color:#e70618}.screen-reader-response ul{display:none}.screen-reader-response p{padding:0 1rem;font-weight:700;color:#fff;margin-bottom:1rem;border-radius:10px;background-color:#f2f5f9}.wpcf7-response-output{display:none}.thanks_txt{margin-bottom:60px}.thanks_txt p{margin-bottom:2rem}.thanks_txt p a{line-height:1;text-decoration:underline}.t_button{display:flex}.t_button .more_btn-b{margin:0 0 0 auto}@media (max-width:759px){.thanks .page_header_ttl span:lang(ja){text-align:conter}}.privacy-policy p{font-weight:400;margin-bottom:1.75rem}.privacy-policy p a{color:#65b1de;border-bottom:2px solid;margin:0 4px}.set .container{padding-top:200px}.set_main{width:720px;max-width:92%;margin:0 auto;text-align:center;color:#04548a}.set h2{font-size:min(4vw, 2.8rem);font-weight:500;color:#0d79c1;margin-bottom:24px}.set svg{margin-bottom:40px}.set p{font-size:1rem;margin-bottom:16px;text-align:left}.set a{line-height:1;text-decoration:underline;color:#65b1de}.update .container{padding-bottom:0}@media (max-width:1020px){.set .container{padding-top:160px}.set h2{font-size:2rem}}@media (max-width:760px){.set .container{padding-top:120px}}