@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&family=Roboto:wght@500;700;900&family=Zen+Maru+Gothic:wght@700;900&display=swap";/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:rgba(0,0,0,0);-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [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{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */@media screen and (max-width: 700px ){.drawer-open{overflow:hidden !important}.drawer-nav{position:fixed;z-index:2;top:0;overflow:hidden;width:16.25rem;height:100%;color:#222;background-color:#fff}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:0;list-style:none}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:rgba(0,0,0,0)}.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.drawer-open .drawer-overlay{display:block}.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;transition:top .6s cubic-bezier(0.19, 1, 0.22, 1)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}.drawer--left .drawer-nav{left:-16.25rem;transition:left .6s cubic-bezier(0.19, 1, 0.22, 1)}.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}.drawer--right .drawer-nav{right:-16.25rem;transition:right .6s cubic-bezier(0.19, 1, 0.22, 1)}.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}.drawer--right.drawer-open .drawer-hamburger{right:16.25rem}.drawer-hamburger{position:fixed;z-index:4;top:0;display:block;box-sizing:content-box;width:2rem;padding:0;padding:18px .75rem 30px;transition:all .6s cubic-bezier(0.19, 1, 0.22, 1);transform:translateZ(0);border:0;outline:0;background-color:rgba(0,0,0,0)}.drawer-hamburger:hover{cursor:pointer}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:100%;height:3px;transition:all .6s cubic-bezier(0.19, 1, 0.22, 1);background-color:#222}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:" "}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:rgba(0,0,0,0)}.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0}.drawer-open .drawer-hamburger-icon:before{transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{transform:rotate(-45deg)}.sr-only{position:absolute;overflow:hidden;clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}.drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff}}@media screen and (max-width: 700px )and (min-width: 64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;transform:none;position:fixed;width:12.5rem;height:100%}.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}.drawer--sidebar .drawer-container{max-width:48rem}}@media screen and (max-width: 700px )and (min-width: 75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}.drawer--sidebar .drawer-container{max-width:60rem}}@media screen and (max-width: 700px ){.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:3;top:0;width:100%}.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:3;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:rgba(0,0,0,0)}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}}@media screen and (max-width: 700px )and (min-width: 64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;transform:translateZ(0)}.drawer-navbar .drawer-menu{padding:0}.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}@media screen and (max-width: 700px ){.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:rgba(0,0,0,0)}.drawer-dropdown.open>.drawer-dropdown-menu{display:block}.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;transition:transform .2s ease,opacity .2s ease;transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid rgba(0,0,0,0);border-left:4px solid rgba(0,0,0,0)}.drawer-dropdown.open .drawer-caret{transform:rotate(180deg)}.drawer-container{margin-right:auto;margin-left:auto}}@media screen and (max-width: 700px )and (min-width: 64em){.drawer-container{max-width:60rem}}@media screen and (max-width: 700px )and (min-width: 75em){.drawer-container{max-width:70rem}}html{font-size:62.5%}@media screen and (max-width: 700px ){html{font-size:58%}}body{position:relative;min-height:100vh;font-size:1.5rem;font-family:"Roboto","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,helvetica,sans-serif;color:#333;line-height:1.5}body::-webkit-scrollbar{width:15px}body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0}body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:0}a{color:#e36e28}a:hover{text-decoration:none}a.is_light{color:#ffbb5c}a.is_light:hover{color:#7c8f01}table{border-collapse:collapse;border-spacing:0}@-moz-document url-prefix(){table{border-collapse:separate}}h1,h2,h3,h4,h5,h6{margin:0}img{vertical-align:middle}a img{transition:.1s;opacity:1}a img:hover{opacity:.7}li{list-style-type:none}*{margin:0;padding:0;box-sizing:border-box}[type=search]{-webkit-appearance:none;outline-offset:0;outline:none;font-size:1.5rem;margin:0;background:#fff;border:1px solid rgba(51,51,51,.1764705882);border-radius:2px}[type=submit]{margin:0}area:focus{outline-color:#f58d33}input:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset}.l_wrap{width:90%;max-width:1200px;margin:0 auto}.l_wrap.is_reason{width:100%}.l_wrap02{width:90%;max-width:1000px;margin:0 auto}.l_wrap03{width:90%;max-width:calc(1200px + 30px);margin:0 auto}.l_w300{width:300px;margin:0 auto}@media screen and (max-width: 700px ){.l_w300{width:100%}}.l_w500{width:750px;margin:0 auto}@media screen and (max-width: 700px ){.l_w500{width:100%}}.l_page{display:flex;flex-direction:column;min-height:100dvh}.l_header{position:relative;background:url(../images/bg_header.webp) no-repeat;background-size:cover;background-position:center;height:410px}@media screen and (max-width: 700px ){.l_header{height:200px}}.l_header::after{content:"";background:#f58d33;width:100%;height:100%;background-size:cover;position:absolute;top:0;left:0;mix-blend-mode:multiply}.l_header .l_header_inner{margin:30px 5vw;display:flex;justify-content:space-between;align-items:center;gap:20px;position:relative;z-index:999}@media screen and (max-width: 700px ){.l_header .l_header_inner{margin:0}}@media screen and (max-width: 700px ){.l_header .l_header_inner .is_logo{margin:20px 0 0 5%}}.l_header .l_header_inner .is_logo img{width:150px;height:auto}@media screen and (max-width: 700px ){.l_header .l_header_inner .is_logo img{width:100px}}.l_header.is_top{background:#f7f7f7;height:unset;position:relative}.l_header.is_top::after{content:none}.l_mv{background:#f7f7f7;padding:0 0 0;position:relative;height:calc(100svh - 150px);min-height:650px}.l_mv::before{content:"";background:url(../images/img_mv_line.webp) repeat-y;width:13px;height:calc(100% + 200px + 360px);background-size:contain;position:absolute;left:0;top:-200px}@media screen and (max-width: 700px ){.l_mv::before{content:none}}@media screen and (max-width: 700px ){.l_mv{padding:0;height:100svh}}.l_main_ttl{width:82%;max-width:1500px;margin:0 auto;position:relative;top:12svh;z-index:2}@media screen and (max-height: 880px ){.l_main_ttl{top:9svh}}@media screen and (max-width: 700px ){.l_main_ttl{width:90%;top:auto;bottom:80px;position:absolute;left:5vw}}.l_main_ttl .is_copy_sm{display:none}@media screen and (max-width: 700px ){.l_main_ttl .is_copy_sm{display:block;width:70%;height:79px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;margin:0 0 30px;position:relative;left:0}}@media screen and (max-height: 300px ){.l_main_ttl .is_copy_sm{height:39px;margin:0 0 20px}}.l_jpn{width:48vw;height:170dvh;background-size:contain;position:absolute;top:-100px;opacity:.3}.l_jpn img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-o-object-position:top right;object-position:top right}@media screen and (max-width: 700px ){.l_jpn{display:none}}.l_photos{position:absolute;left:50vw;top:0;z-index:2;height:100svh}@media screen and (max-width: 700px ){.l_photos{left:0}}.l_photos .l_photos_container{overflow:hidden;display:flex;gap:20px}@media screen and (max-width: 700px ){.l_photos .l_photos_container{gap:0;height:100%}}.l_private{display:flex;justify-content:flex-end;align-items:center;gap:15px}.l_sitebnr{position:relative;z-index:-1;margin:0 0 50px;overflow:hidden}.l_sitebnr::before{position:absolute;top:-5%;left:-5%;width:110%;height:110%;background:url(../images/img_sitebnr.webp) no-repeat;background-position:center;background-size:cover;content:"";filter:blur(10px) brightness(40%)}.l_sitebnr img{position:relative;z-index:2;width:100%;height:auto}.l_nav_wrap{display:flex;align-items:center;gap:20px}.l_nav ul{display:flex;gap:20px 60px;flex-wrap:wrap;padding:22px 70px;background:#fff;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098);border-radius:100px}@media screen and (max-width: 1000px ){.l_nav ul{gap:18px 40px;padding:22px 50px}}@media screen and (max-width: 700px ){.l_nav ul{display:block;background:rgba(0,0,0,0);box-shadow:none}}.l_nav ul li{text-align:center}.l_nav ul li a{display:inline-block;position:relative;color:#e36e28;font-weight:bold;font-family:"Noto Sans JP",sans-serif;text-decoration:none;transition:.1s;font-size:1.8rem}@media screen and (max-width: 700px ){.l_nav ul li a{margin:0 0 30px;font-size:1.8rem}}.l_nav ul li a::after{position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#e36e28;content:"";transition:.1s}@media screen and (max-width: 700px ){.l_nav ul li a::after{background:#fff}}.l_nav ul li a:hover::after{width:100%}.l_nav ul li.is_icon{display:none}@media screen and (max-width: 700px ){.l_nav ul li.is_icon{display:block}}@media screen and (max-width: 700px ){.l_nav ul li.is_icon a{margin:0 auto}}.l_nav ul li.is_icon a:after{content:none}.l_nav ul li.is_icon a img{width:40px;height:40px}.l_support_contents{margin:230px auto 0;background:#fdfdf2;padding:0 0 440px;position:relative}@media screen and (max-width: 700px ){.l_support_contents{margin:180px auto 0}}.l_strength{position:relative;margin:0 auto 80px;display:flex;z-index:1}@media screen and (max-width: 700px ){.l_strength{margin:0 auto 40px}}.l_strength::before{content:"";background:url(../images/img_strength01.webp) no-repeat;background-size:cover;position:absolute;width:70%;height:350px;border-radius:0 10px 10px 0;overflow:hidden;background-position:50% top}@media screen and (max-width: 700px ){.l_strength::before{width:100%;height:230px;background-position:center;border-radius:0;background:url(../images/img_strength01_sm.webp) no-repeat;background-size:cover}}.l_strength.is_02{flex-direction:row-reverse}.l_strength.is_02::before{border-radius:10px 0 0 10px;background:url(../images/img_strength02.webp) no-repeat;background-position:50% top;background-size:cover}@media screen and (max-width: 700px ){.l_strength.is_02::before{border-radius:0;background:url(../images/img_strength02_sm.webp) no-repeat;background-position:center;background-size:cover}}.l_strength.is_03::before{background:url(../images/img_strength03.webp) no-repeat;background-position:50% top;background-size:cover}@media screen and (max-width: 700px ){.l_strength.is_03::before{background:url(../images/img_strength03_sm.webp) no-repeat;background-position:center;background-size:cover}}.l_strength .is_detail{padding-top:130px}@media screen and (max-width: 700px ){.l_strength .is_detail{padding-top:180px}}.l_reason{margin:-420px 0 90px;background:#fff;border-radius:20px;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098);padding:50px;position:relative;z-index:1}@media screen and (max-width: 700px ){.l_reason{padding:30px 20px 0;box-shadow:none}}.l_reason .l_reason_flex{display:flex;gap:40px;margin:0 0 45px}@media screen and (max-width: 700px ){.l_reason .l_reason_flex{flex-direction:column;gap:60px}}.l_footer{margin:80px 0 0}@media screen and (max-width: 700px ){.l_footer{margin:50px 0 0}}.l_footer .l_copy{padding:7px 0;background:#f58d33;font-size:1.1rem;text-align:center;color:#fff}.l_main{width:100%;min-width:calc(700px - (250px + 30px));flex:1}@media screen and (max-width: 700px ){.l_main{width:100%;min-width:auto}}.l_copyright{padding:10px;background:#0109a9;color:#fff;font-size:1.1rem;text-align:center}@media screen and (max-width: 700px ){.l_copyright{font-size:1rem}}.l_ttl_container{background:#fff;border-radius:0 20px 0 0;margin:-120px 0 100px;margin-right:calc((100vw - 1200px)/2);z-index:3;position:relative;height:130px;max-width:95%}@media screen and (max-width: 700px ){.l_ttl_container{height:70px;margin:-70px 0 100px}}.l_ttl_container h3{margin-left:calc((100vw - 1200px)/2);width:1200px}@media screen and (max-width: 700px ){.l_menu{margin:0 0 30px}}.l_menu .l_category{margin:0 0 20px}@media screen and (max-width: 700px ){.l_menu .l_category{margin:0 0 10px}}.l_menu .l_items{margin:10px}@media screen and (max-width: 700px ){.l_menu .l_items{margin:10px 0}}.l_form{width:300px;margin:0 auto}@media screen and (max-width: 700px ){.l_form{width:100%}}.l_reserve{position:relative;height:450px;width:100%;margin:0 0 100px}@media screen and (max-width: 700px ){.l_reserve{height:auto;margin:0 0 60px}}.l_reserve .is_bg{display:flex;height:100%}@media screen and (max-width: 700px ){.l_reserve .is_bg{display:none}}.l_reserve .is_bg img{width:50%;height:100%;-o-object-fit:cover;object-fit:cover}.l_reserve .is_bg .is_orange{background:linear-gradient(90deg, rgb(245, 141, 51) 0%, rgb(227, 110, 40) 92%);display:block;width:100%}.l_reserve_bnr{position:fixed;bottom:50px;z-index:5;right:0;transition:.1s}@media screen and (max-width: 700px ){.l_reserve_bnr{min-width:auto;bottom:20px}}.l_reserve_bnr:hover{right:0}@media screen and (max-width: 700px ){.l_reserve_bnr:hover{right:-10px}}.l_reserve_bnr .is_close{width:30px;height:30px;-o-object-fit:contain;object-fit:contain;position:absolute;top:-12px;left:-12px;z-index:3;cursor:pointer}@media screen and (max-width: 700px ){.l_reserve_bnr .is_close{width:25px;height:25px}}.l_reserve_bnr.is_hidden{visibility:hidden;opacity:0}.l_mv_margin{background:#f7f7f7;height:360px;width:100%}@media screen and (max-width: 700px ){.l_mv_margin{display:none}}.l_intro{margin:-300px 0 0 5vw;background:#fff;padding:50px 50px 0;position:relative;z-index:1;border-radius:20px 0 0 20px;display:flex;gap:50px}@media screen and (max-width: 1000px ){.l_intro{flex-direction:column}}@media screen and (max-width: 700px ){.l_intro{margin:-50px 0 0;padding:20px 5vw 0;border-radius:0;gap:30px}}.l_intro .l_intro_img{max-width:700px;width:55%;height:auto;min-width:400px}@media screen and (max-width: 1000px ){.l_intro .l_intro_img{max-width:100%;width:100%;min-width:auto}}.l_intro .l_intro_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;overflow:hidden;margin:0 0 5px}.l_intro .l_intro_contents{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.l_intro .l_intro_contents .is_ttl{font-weight:900;font-family:"Noto Sans JP",sans-serif;font-size:2.7rem;line-height:1.8;margin:0 0 40px}@media screen and (max-width: 700px ){.l_intro .l_intro_contents .is_ttl{font-size:1.9rem;margin:0 0 30px}}.l_intro .l_intro_contents .is_txt{line-height:2;margin:0 0 50px}@media screen and (max-width: 700px ){.l_intro .l_intro_contents .is_txt{margin:0 0 30px}}.l_intro .l_intro_contents .is_btns{display:flex;gap:20px;flex-wrap:wrap}@media screen and (max-width: 700px ){.l_intro .l_intro_contents .is_btns{width:100%}}.l_banners{display:flex;margin:0 auto 100px;justify-content:center;gap:60px;flex-wrap:wrap}@media screen and (max-width: 700px ){.l_banners{gap:20px;margin:0 auto 60px}}.l_banners .is_item p{font-weight:bold;margin:0 0 5px}@media screen and (max-width: 700px ){.l_banners .is_item p{font-size:1.4rem}}.l_banners .is_item img{width:320px;height:auto;border:1px solid #e1e1e1}.l_footer_nav{display:flex;justify-content:space-between;align-items:center;margin:0 0 50px;flex-wrap:wrap;gap:30px}@media screen and (max-width: 700px ){.l_footer_nav{margin:0 0 30px}}.l_footer_nav .is_img{max-width:450px;width:75%;height:auto}.l_footer_nav ul.is_nav{display:flex;gap:30px;align-items:center}@media screen and (max-width: 700px ){.l_footer_nav ul.is_nav{flex-direction:column;gap:15px;align-items:flex-start}}.l_footer_nav ul.is_nav li a{font-weight:bold;text-decoration:none;transition:.1s;opacity:1}.l_footer_nav ul.is_nav li a:hover{opacity:.7}.l_footer_nav ul.is_nav li.is_icon img{width:50px;height:auto}@media screen and (max-width: 700px ){.l_footer_nav ul.is_nav li.is_icon img{width:40px}}.l_sns{display:flex;margin:0 auto 50px;justify-content:flex-start;gap:20px}@media screen and (max-width: 700px ){.l_sns{margin:0 auto 30px}}.l_sns img{width:40px;height:auto}.l_tabs{display:flex;gap:7px}.l_exhibitors{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px 35px}@media screen and (max-width: 1000px ){.l_exhibitors{grid-template-columns:1fr 1fr}}@media screen and (max-width: 700px ){.l_exhibitors{gap:30px 20px}}.l_pagelinks{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:28px 13px;margin:0 100px auto;justify-content:center}@media screen and (max-width: 1000px ){.l_pagelinks{grid-template-columns:1fr 1fr;margin:0 0 auto;gap:18px 13px}}.l_senpais{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px 0}@media screen and (max-width: 1000px ){.l_senpais{grid-template-columns:1fr 1fr}}@media screen and (max-width: 700px ){.l_senpais{gap:28px 46px;grid-template-columns:1fr}}.l_senpai_container{padding:0 15px}@media screen and (max-width: 700px ){.l_senpai_container{padding:0 5px}}.l_senpai_intro{display:flex;align-items:center;height:500px;margin:0 0 150px;height:-moz-fit-content;height:fit-content}@media screen and (max-width: 1000px ){.l_senpai_intro{flex-direction:column-reverse;position:relative;justify-content:flex-end;left:calc(5vw*-1);right:unset;width:100vw;margin:0 0 60px}}.l_senpai_intro .l_senpai_intro_image{max-width:930px;height:500px;width:47vw;border-radius:10px 0 0 10px;overflow:hidden;position:absolute;right:0}@media screen and (max-width: 1000px ){.l_senpai_intro .l_senpai_intro_image{height:500px;width:100%;border-radius:0;position:relative;flex-shrink:0;max-width:unset}}@media screen and (max-width: 700px ){.l_senpai_intro .l_senpai_intro_image{height:250px}}.l_senpai_intro .l_senpai_intro_image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.l_senpai_photo{display:flex;gap:40px;align-items:center}@media screen and (max-width: 1000px ){.l_senpai_photo{flex-direction:column;gap:28px}}.l_senpai_photo .is_photo{border-radius:10px;overflow:hidden;max-width:400px;width:100%;height:auto;flex-shrink:0}.l_senpai_photo .is_photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.l_related_inner .slick-list{padding:20px 0 40px}@media screen and (max-width: 700px ){.l_related_inner .slick-list{padding:20px 0 20px}}.l_related_inner .slick-list .slick-track{display:flex}.l_related_inner ul.slick-dots{display:flex;gap:10px;align-content:center;justify-content:center}.l_related_inner ul.slick-dots li button{background:#d4d4d4;color:rgba(0,0,0,0);border:none;width:8px;height:8px;border-radius:100px;cursor:pointer;transition:.1s}.l_related_inner ul.slick-dots li.slick-active button,.l_related_inner ul.slick-dots li:hover button{background:#838383}.l_interviews{position:relative;left:calc((100vw - 1200px)/2 - 15px - 5px);width:100vw;min-width:1250px}.l_interviews::before{content:"";background:#fdfdf2;width:100%;height:160px;background-size:contain;position:absolute;bottom:0;left:-60px;border-radius:20px;z-index:-1}@media screen and (max-width: 1300px ){.l_interviews::before{content:none}}.l_interviews .slick-dots{display:none !important}@media screen and (max-width: 1300px ){.l_interviews .slick-dots{display:flex !important}}@media screen and (max-width: 1300px ){.l_interviews{width:90%;margin:0 auto;min-width:auto;left:auto}}.l_bnr_pos{display:flex;gap:30px;align-items:center;margin:50px 0 0}@media screen and (max-width: 700px ){.l_bnr_pos{align-items:flex-end;justify-content:space-between}}.l_insta_bnr{display:block;width:-moz-fit-content;width:fit-content;filter:drop-shadow(5px 5px 10px rgba(77, 33, 7, 0.062745098))}@media screen and (max-height: 880px ){.l_insta_bnr{margin:30px 0 0}}.l_insta_bnr img{width:440px;height:auto}@media screen and (max-height: 880px ){.l_insta_bnr img{width:360px}}@media screen and (max-width: 700px ){.l_insta_bnr img{width:210px}}.l_gallery{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:14px 14px}@media screen and (max-width: 1200px ){.l_gallery{grid-template-columns:1fr 1fr 1fr}}@media screen and (max-width: 1200px ){.l_gallery{grid-template-columns:1fr 1fr}}.c_btn{display:inline-block;position:relative;z-index:0;transform:translate(0, 0);overflow:hidden;border:none;border-radius:10px;box-shadow:1px 1px 3px rgba(0,0,0,.0862745098);color:#fff;font-weight:normal;text-decoration:none !important;text-align:left;word-break:keep-all;cursor:pointer;transition:.1s}.c_btn::before{opacity:1;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:linear-gradient(-90deg, rgb(245, 141, 51) 0%, rgb(227, 110, 40) 100%);content:"";transition:.1s}.c_btn::after{opacity:1;position:absolute;top:0;left:0;z-index:-2;width:100%;height:100%;background:linear-gradient(90deg, rgb(227, 110, 40) 0%, rgb(227, 110, 40) 100%);content:"";transition:.1s}.c_btn.is_default{min-width:300px;padding:18px 30px;font-weight:bold;font-size:1.8rem}@media screen and (max-width: 700px ){.c_btn.is_default{min-width:100%;padding:16px 25px;font-size:1.7rem}}.c_btn.is_medium{min-width:200px;padding:18px 30px;font-weight:bold;font-size:1.8rem;border:1px solid #f58d33;color:#e36e28;box-shadow:none;background:#fff}@media screen and (max-width: 700px ){.c_btn.is_medium{min-width:100%;padding:16px 25px;font-size:1.7rem}}.c_btn.is_medium::before{content:none}.c_btn.is_medium::after{content:none;left:unset}.c_btn.is_medium:hover{transform:none;background:#e36e28;color:#fff}.c_btn.is_small{min-width:180px;padding:10px;font-size:1.4rem}@media screen and (max-width: 700px ){.c_btn.is_small{min-width:100%}}.c_btn.is_verysmall{min-width:150px;padding:10px;font-size:1.4rem}.c_btn.is_grid{display:inline-flex;justify-content:center;align-items:center;min-height:100px;padding:20px 0;border-radius:5px;font-size:1.8rem}@media screen and (max-width: 700px ){.c_btn.is_grid{min-height:90px;font-size:1.6rem}}.c_btn .arrow{position:absolute;top:calc(50% - 7.5px);right:30px;width:20px;height:15px;background:url(../images/icon_arrow_line.svg) no-repeat;background-size:contain;transition:.1s}@media screen and (max-width: 700px ){.c_btn .arrow{top:calc(50% - 5.5px);width:16px;height:11px}}.c_btn.is_back{color:#010ac2;outline:1px solid #010ac2}@media screen and (max-width: 700px ){.c_btn.is_back{padding:15px 0 !important}}.c_btn.is_back::before{background:#fff}.c_btn.is_back .arrow{position:absolute;top:calc(50% - 7.5px);left:30px;width:20px;height:15px;background:url(../images/icon_arrow_line_color.svg) no-repeat;background-size:contain;transition:.1s}.c_btn.is_double{min-width:400px;padding:30px 0}@media screen and (max-width: 700px ){.c_btn.is_double{min-width:100%;padding:20px 0}}.c_btn.has_icon::after{position:absolute;top:calc(50% - (1.5rem + .8rem)/2);right:20px;width:2.3rem;height:2.3rem;background-size:contain;font-family:"Material Icons";content:""}@media screen and (max-width: 700px ){.c_btn.has_icon::after{right:10px}}.c_btn.has_icon.is_pdf::after{background:center/contain no-repeat url(../images/icon_pdf.svg)}.c_btn.has_icon.is_word::after{background:center/contain no-repeat url(../images/icon_word.svg)}.c_btn.has_icon.is_excel::after{background:center/contain no-repeat url(../images/icon_excel.svg)}.c_btn.has_icon.is_external::after{background:center/contain no-repeat url(../images/icon_external.svg)}.c_btn.has_icon.is_book::after{background:center/contain no-repeat url(../images/icon_book.svg)}.c_btn.has_icon.is_check::after{background:center/contain no-repeat url(../images/icon_check.svg)}.c_btn.has_icon.is_text::after{background:center/contain no-repeat url(../images/icon_text.svg)}.c_btn.has_icon.is_upload::after{background:center/contain no-repeat url(../images/icon_upload.svg);background-size:contain}.c_btn.has_icon:hover.is_pdf::after{filter:brightness(0) invert(1)}.c_btn.is_login{width:100%;padding:20px 0;font-size:1.8rem}.c_btn.is_login input{display:none}.c_btn.is_logout{padding:5px 15px;border:1px solid #010ac2;box-shadow:none;background:#fff;color:#010ac2;font-size:1.4rem}.c_btn.is_logout::before{content:none}.c_btn.is_logout::after{content:none}.c_btn.is_logout:hover{transform:none;background:#010ac2;color:#fff}.c_btn.is_file{display:inline-flex;justify-content:center;align-items:center;width:200px;padding:15px 0;border-radius:5px 0 0 5px;box-shadow:none;font-weight:bold;font-size:1.5rem}.c_btn.is_file:hover{transform:none}@media screen and (max-width: 700px ){.c_btn.is_file{padding:5px 0;font-size:1.4rem}}.c_btn.is_address{margin:0;margin-left:10px;padding:10px 25px;border-radius:5px;box-shadow:none;font-weight:bold;font-size:1.5rem}.c_btn.is_address:hover{transform:none}@media screen and (max-width: 700px ){.c_btn.is_address{margin-left:0;padding:10px 20px;font-size:1.4rem}}.c_btn.is_search{width:65%}.c_btn.is_allses{width:28%}.c_btn.is_search,.c_btn.is_allses{display:inline-flex;flex-shrink:0;justify-content:center;align-content:center;position:relative;min-width:200px;padding:20px 30px;font-size:1.7rem}@media screen and (max-width: 700px ){.c_btn.is_search,.c_btn.is_allses{width:-moz-fit-content;width:fit-content;min-width:auto;padding:10px 20px}}.c_btn.is_pagetop{width:60px;height:60px;border-radius:30px;box-shadow:none}.c_btn.is_pagetop::before{display:inline-block;position:absolute;top:calc(50% - 15px + 2px);right:calc(50% - 13px);width:0;height:0;border-width:0 13px 24px 13px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);content:""}.c_btn.is_disabled{box-shadow:none;background:#d2d2d2;color:#fff;cursor:auto}.c_btn.is_disabled::before,.c_btn.is_disabled::after{content:none}.c_btn.is_disabled .arrow{display:none}.c_btn.is_disabled:hover{opacity:1;transform:none;box-shadow:none;background:#d2d2d2;color:#fff}.c_btn.is_relative{position:relative !important}.c_btn.is_w65per{width:65%}@media screen and (max-width: 700px ){.c_btn.is_w65per{width:-moz-fit-content;width:fit-content}}.c_btn:hover{color:#fff}@media screen and (max-width: 700px ){.c_btn:hover{transform:translate(0, 0)}}.c_btn:hover::before{opacity:0}.c_btn:hover .arrow{right:20px}.c_btn.is_back:hover{color:#010ac2}.c_btn.is_back:hover::before{opacity:1}.c_btn.is_back:hover .arrow{left:20px}.c_list_type01{vertical-align:top}.c_list_type01 li{list-style:none;position:relative;margin-bottom:5px}.c_list_type01.is_decimal{counter-reset:is_decimal_counter}.c_list_type01.is_decimal li{padding-left:calc(1.5rem + 5px);text-indent:calc(-1.5rem - 5px)}.c_list_type01.is_decimal li::before{width:1.5rem;margin-right:5px;color:#0009c3;font-weight:bold;text-align:right;vertical-align:unset;content:counter(is_decimal_counter) ".";counter-increment:is_decimal_counter}.c_list_type01.is_disc{counter-reset:is_decimal_counter}.c_list_type01.is_disc li{padding-left:1.5rem}.c_list_type01.is_disc li::before{position:absolute;top:.75rem;left:.5rem;width:.5rem;height:.5rem;border-radius:100px;background:#0009c3;background-size:cover;content:""}.c_ttl_type02{position:relative;top:-160px;z-index:3;margin-bottom:-60px;font-weight:900;font-size:3.9rem;font-family:"Noto Sans JP",sans-serif;letter-spacing:2px}@media screen and (max-width: 700px ){.c_ttl_type02{top:-135px;font-size:2.8rem}}.c_ttl_type03{position:relative;width:-moz-fit-content;width:fit-content;margin-bottom:25px;padding-left:17px;color:#e36e28;font-size:2.5rem;font-family:"Noto Sans JP",sans-serif}.c_ttl_type03::before{position:absolute;top:calc(50% - 4px);left:0;width:8px;height:8px;border-radius:100px;background:#F58D3360;content:""}@media screen and (max-width: 700px ){.c_ttl_type03{margin-bottom:20px;font-size:2.4rem}}.c_ttl_type04{position:relative;padding-left:23px;font-weight:900;font-size:3.5rem;font-family:"Noto Sans JP",sans-serif}.c_ttl_type04::before{position:absolute;top:0;left:0;width:9px;height:100%;background:url(../images/h_blue.svg) repeat-y;background-size:contain;content:""}@media screen and (max-width: 700px ){.c_ttl_type04::before{width:3px}}.c_ttl_type04.is_orange{font-size:4rem}@media screen and (max-width: 700px ){.c_ttl_type04.is_orange{font-size:2.5rem}}.c_ttl_type04.is_orange::before{background:url(../images/h_orange.svg) repeat-y;background-size:contain}.c_ttl_type04.is_orange span{display:block;color:#f8ba84;font-size:1.8rem}@media screen and (max-width: 700px ){.c_ttl_type04.is_orange span{font-size:1.4rem}}@media screen and (max-width: 700px ){.c_ttl_type04{margin:0 0 25px;font-size:2.6rem}.c_ttl_type04::before{width:5px}}.c_ttl_type05{position:relative;width:-moz-fit-content;width:fit-content;margin-bottom:25px;font-size:2.5rem;font-family:"Noto Sans JP",sans-serif}@media screen and (max-width: 700px ){.c_ttl_type05{margin-bottom:20px;font-size:2.4rem}}.c_ttl_type06{display:flex;align-items:center;position:relative;width:-moz-fit-content;width:fit-content;width:100%;color:#e36e28;font-weight:bold;font-size:2.6rem;font-family:"Noto Sans JP",sans-serif;gap:18px}@media screen and (max-width: 700px ){.c_ttl_type06{flex-direction:column;align-items:flex-start;font-size:1.8rem;gap:14px}}.c_ttl_type06 span{display:inline-flex;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;border:1px solid #e36e28;border-radius:10px;font-size:1.8rem;line-height:0;font-family:"Roboto",sans-serif}@media screen and (max-width: 700px ){.c_ttl_type06 span{width:25px;height:25px;margin:0 auto;border-radius:5px;font-size:1.1rem}}.c_ttl_type07{position:relative;text-align:center;top:-70px;margin:0 5vw 30px}@media screen and (max-width: 700px ){.c_ttl_type07{margin:0 5vw 0}}.c_ttl_type07 .is_container{border-radius:10px;display:block;overflow:hidden;padding:28px 0;background:url(../images/img_header_bg.webp) no-repeat;background-size:cover;background-position:center}@media screen and (max-width: 1000px ){.c_ttl_type07 .is_container{padding:18px 0}}@media screen and (max-width: 700px ){.c_ttl_type07 .is_container{padding:14px 0}}.c_ttl_type07 .is_container::after{content:"";background:#f58d33;width:100%;height:100%;background-size:cover;position:absolute;top:0;left:0;mix-blend-mode:multiply;border-radius:10px;overflow:hidden}.c_ttl_type07 .is_container span{color:#fff;font-family:"Noto Sans JP",sans-serif;font-weight:900;font-size:4.9rem;position:relative;z-index:2}@media screen and (max-width: 1000px ){.c_ttl_type07 .is_container span{font-size:3.5rem}}@media screen and (max-width: 700px ){.c_ttl_type07 .is_container span{font-size:2.5rem;line-height:1.3}}.c_ttl_type07 .is_container span::after{content:"";background:url(../images/icon_exc.svg) no-repeat;width:20px;height:64%;background-size:contain;position:absolute;bottom:10px;margin-left:5px;filter:brightness(0) invert(1)}@media screen and (max-width: 700px ){.c_ttl_type07 .is_container span::after{background:url(../images/icon_exc_orange.svg) no-repeat;background-size:contain;bottom:5px;height:33%}}.c_ttl_type07 .is_person{position:absolute;bottom:30px;height:130px;width:auto;z-index:1}.c_ttl_type07 .is_person.is_img01{left:20px}.c_ttl_type07 .is_person.is_img02{left:110px;height:130px}.c_ttl_type07 .is_person.is_img03{right:80px;height:120px}.c_ttl_type07 .is_person.is_img04{right:20px}@media screen and (max-width: 1000px ){.c_ttl_type07 .is_person{height:100px}.c_ttl_type07 .is_person.is_img02,.c_ttl_type07 .is_person.is_img03{display:none}}@media screen and (max-width: 700px ){.c_ttl_type07 .is_person{bottom:50px}}.c_para_type01{line-height:2;text-align:justify;-ms-text-justify:inter-ideograph;text-justify:inter-ideograph}.c_qa{padding:20px;border-radius:10px;background:#e7f2ff}.c_qa:not(:last-of-type){margin:0 0 30px}@media screen and (max-width: 700px ){.c_qa{position:relative;left:calc((5vw + .5%)*-1);width:111%;padding:13px 5.5%;border-radius:0}.c_qa:not(:last-of-type){margin:0}.c_qa:last-of-type{padding-bottom:40px}}.c_que{position:relative;margin:0 0 18px;font-weight:bold}@media screen and (max-width: 700px ){.c_que{margin:0 0 10px}}.c_que::before{position:relative;color:#2f83dd;font-weight:bold;font-size:2.4rem;font-family:"Roboto",sans-serif;content:"Q. "}@media screen and (max-width: 700px ){.c_que::before{font-size:2rem}}.c_ans{padding:10px;padding-left:calc(3rem + 10px);border-radius:10px;background:#fff;text-indent:-3rem}@media screen and (max-width: 700px ){.c_ans{text-indent:-2.5rem}}.c_ans::before{position:relative;color:#2f83dd;font-weight:bold;font-size:2.4rem;font-family:"Roboto",sans-serif;content:"A. "}@media screen and (max-width: 700px ){.c_ans::before{font-size:2rem}}.c_exhibitor{display:flex;flex-direction:column}.c_exhibitor .is_img{width:100%;height:auto;margin-bottom:20px;border-radius:10px;-o-object-fit:cover;object-fit:cover;aspect-ratio:27/19}@media screen and (max-width: 700px ){.c_exhibitor .is_img{margin-bottom:10px}}.c_exhibitor .is_name{margin-bottom:16px;font-weight:bold;font-size:1.9rem;font-family:"Noto Sans JP",sans-serif}@media screen and (max-width: 700px ){.c_exhibitor .is_name{font-size:1.6rem;margin-bottom:10px}}.c_exhibitor .is_industry{display:flex;gap:5px;flex-wrap:wrap;margin:0 0 10px;font-size:1.3rem}.c_exhibitor .is_industry span{width:-moz-fit-content;width:fit-content;padding:0 5px;border-radius:100px;background:#e36e28;color:#fff}.c_exhibitor .is_location{margin-bottom:10px}.c_exhibitor a{font-size:1.4rem}.c_pagelink{display:block;width:100%;max-width:240px;padding:14px 0;border:1px solid #f58d33;border-radius:100px;background:#fff;color:#e36e28;font-weight:bold;text-decoration:none;text-align:center;transition:.1s}.c_pagelink:hover{background:#f58d33;color:#fff}@media screen and (max-width: 1000px ){.c_pagelink{max-width:100%;padding:10px 0;font-size:1.4rem}}.c_senpai{overflow:hidden;border-radius:20px;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098);color:#333;text-decoration:none;position:relative;display:flex;flex-direction:column;background:#fff;height:100%}@media screen and (max-width: 1000px ){.c_senpai{border-radius:10px;box-shadow:0px 3px 6px 0 rgba(77,33,7,.062745098)}.c_senpai.slick-active{z-index:2}}.c_senpai .is_img{overflow:hidden;flex-shrink:0}.c_senpai .is_img img{width:100%;height:auto;transition:.2s;-o-object-fit:cover;object-fit:cover;aspect-ratio:547/332}.c_senpai .is_detail{position:relative;padding:40px 24px;display:flex;flex-direction:column;height:100%}@media screen and (max-width: 1000px ){.c_senpai .is_detail{padding:calc(40px - 20px) calc(24px - 6px)}}.c_senpai .is_detail .is_copy{position:relative;margin:0 0 30px;font-weight:bold;font-size:2.4rem;line-height:1.8;font-family:"Noto Sans JP",sans-serif;letter-spacing:-2px;z-index:1}@media screen and (max-width: 1000px ){.c_senpai .is_detail .is_copy{flex-grow:unset}}@media screen and (max-width: 700px ){.c_senpai .is_detail .is_copy{margin:0 0 20px;font-size:2rem;line-height:1.6;letter-spacing:0}}.c_senpai .is_detail .is_copy::before{position:absolute;top:-20px;left:-10px;z-index:-1;width:73px;height:61px;background:url(../images/icon_copy_blue.webp) no-repeat;background-size:contain;content:""}@media screen and (max-width: 1000px ){.c_senpai .is_detail .is_copy::before{top:-10px;width:31px;height:26px}}.c_senpai .is_detail .is_copy.is_blue::before{background-image:url(../images/icon_copy_blue.webp)}.c_senpai .is_detail .is_copy.is_green::before{background-image:url(../images/icon_copy_green.webp)}.c_senpai .is_detail .is_copy.is_pink::before{background-image:url(../images/icon_copy_pink.webp)}.c_senpai .is_detail .is_copy.is_gold::before{background-image:url(../images/icon_copy_gold.webp)}.c_senpai .is_detail .is_copy.is_violet::before{background-image:url(../images/icon_copy_violet.webp)}.c_senpai .is_detail .is_copy.is_aqua::before{background-image:url(../images/icon_copy_aqua.webp)}.c_senpai .is_detail .is_copy.is_darkgreen::before{background-image:url(../images/icon_copy_green.webp)}.c_senpai .is_detail .is_copy.is_lightred::before{background-image:url(../images/icon_copy_lightred.webp)}.c_senpai .is_detail .is_company{margin:0 0 15px}@media screen and (max-width: 700px ){.c_senpai .is_detail .is_company{margin:0 0 12px;font-size:1.4rem}}.c_senpai .is_detail .is_color{margin:0 0 30px}.c_senpai .is_detail .is_color .is_job{display:inline-block;margin-right:15px;padding:2px 10px;color:#fff;font-weight:bold;font-size:2rem}@media screen and (max-width: 700px ){.c_senpai .is_detail .is_color .is_job{margin-right:10px;padding:0px 7px;font-size:1.5rem}}.c_senpai .is_detail .is_color .is_year{font-weight:bold;font-size:1.9rem}@media screen and (max-width: 700px ){.c_senpai .is_detail .is_color .is_year{font-size:1.6rem}}.c_senpai .is_detail .is_color.is_blue .is_job{background:#4586cc}.c_senpai .is_detail .is_color.is_blue .is_year{color:#4586cc}.c_senpai .is_detail .is_color.is_green .is_job{background:#55b569}.c_senpai .is_detail .is_color.is_green .is_year{color:#55b569}.c_senpai .is_detail .is_color.is_pink .is_job{background:#cb6d9c}.c_senpai .is_detail .is_color.is_pink .is_year{color:#cb6d9c}.c_senpai .is_detail .is_color.is_gold .is_job{background:#b3984c}.c_senpai .is_detail .is_color.is_gold .is_year{color:#b3984c}.c_senpai .is_detail .is_color.is_violet .is_job{background:#5562b6}.c_senpai .is_detail .is_color.is_violet .is_year{color:#5562b6}.c_senpai .is_detail .is_color.is_aqua .is_job{background:#418aa5}.c_senpai .is_detail .is_color.is_aqua .is_year{color:#418aa5}.c_senpai .is_detail .is_color.is_darkgreen .is_job{background:#257c59}.c_senpai .is_detail .is_color.is_darkgreen .is_year{color:#257c59}.c_senpai .is_detail .is_color.is_lightred .is_job{background:#dc5154}.c_senpai .is_detail .is_color.is_lightred .is_year{color:#dc5154}.c_senpai .is_detail .is_view{position:relative;position:relative;right:0;margin-right:calc(24px + 24px);font-weight:bold;font-size:1.8rem;text-align:right;transition:.2s;margin-top:auto}@media screen and (max-width: 700px ){.c_senpai .is_detail .is_view{margin-right:calc(15px + 24px - 6px);font-size:1.5rem}}.c_senpai .is_detail .is_view::after{position:absolute;top:calc(50% - (1.5rem + .3rem)/2);width:1.8rem;height:1.8rem;margin-left:24px;background:url(../images/icon_arrow_line.svg) no-repeat;background-position:center;background-size:contain;content:"";filter:brightness(0.8)}@media screen and (max-width: 1000px ){.c_senpai .is_detail .is_view::after{top:calc(50% - (1.5rem + .1rem)/2);width:1.6rem;height:1.6rem;margin-left:15px}}.c_senpai:hover .is_img img{opacity:1;transform:scale(1.1)}@media screen and (max-width: 700px ){.c_senpai:hover .is_img img{transform:scale(1)}}.c_senpai:hover .is_view{right:-10px}@media screen and (max-width: 700px ){.c_senpai:hover .is_view{right:0}}.senpai_small .c_senpai{border-radius:10px}.senpai_small .c_senpai .is_detail{padding:calc(40px - 20px) calc(24px - 6px);height:250px}@media screen and (max-width: 700px ){.senpai_small .c_senpai .is_detail{height:230px}}.senpai_small .c_senpai .is_detail .is_copy{margin:0 0 20px;font-size:1.9rem;line-height:1.6;letter-spacing:0}.senpai_small .c_senpai .is_detail .is_copy::before{top:-10px;width:31px;height:26px}.senpai_small .c_senpai .is_detail .is_company{margin:0 0 12px;font-size:1.4rem}.senpai_small .c_senpai .is_detail .is_color .is_job{margin-right:10px;padding:0px 7px;font-size:1.5rem}.senpai_small .c_senpai .is_detail .is_color .is_year{font-size:1.6rem}.senpai_small .c_senpai .is_detail .is_view{position:absolute;bottom:calc(40px - 20px);margin-right:calc(15px + 24px - 6px + 20px);font-size:1.5rem}.senpai_small .c_senpai .is_detail .is_view::after{top:calc(50% - (1.5rem + .1rem)/2);width:1.6rem;height:1.6rem;margin-left:15px}.senpai_small.is_top .is_detail{padding:calc(40px - 10px) calc(24px);height:250px}@media screen and (max-width: 700px ){.senpai_small.is_top .is_detail{height:240px}}@media screen and (max-width: 1000px ){.senpai_small.is_top .is_detail{padding:calc(40px - 20px) calc(24px - 6px)}}.senpai_small.is_top .is_detail .is_copy::before{top:-25px;left:-10px;width:73px;height:55px}@media screen and (max-width: 1000px ){.senpai_small.is_top .is_detail .is_copy::before{top:-10px;width:31px;height:26px}}.c_senpai_intro{width:53%}@media screen and (max-width: 1000px ){.c_senpai_intro{position:relative;z-index:1;width:90%;margin:-40px auto 0;padding:40px 40px 0;border-radius:10px 10px 0 0;background:#fff}}@media screen and (max-width: 700px ){.c_senpai_intro{padding:20px 20px 0;padding-right:0}}.c_senpai_intro .is_number{margin:0 0 40px;font-weight:bold;font-size:2rem;font-family:"Roboto",sans-serif;letter-spacing:1px}@media screen and (max-width: 700px ){.c_senpai_intro .is_number{margin:0 0 14px;font-size:1.6rem}}.c_senpai_intro .is_number.is_blue{color:#4586cc}.c_senpai_intro .is_number.is_green{color:#55b569}.c_senpai_intro .is_number.is_pink{color:#cb6d9c}.c_senpai_intro .is_number.is_gold{color:#b3984c}.c_senpai_intro .is_number.is_violet{color:#5562b6}.c_senpai_intro .is_number.is_aqua{color:#418aa5}.c_senpai_intro .is_number.is_darkgreen{color:#257c59}.c_senpai_intro .is_number.is_lightred{color:#dc5154}.c_senpai_intro .is_copy{position:relative;margin:0 0 65px;font-weight:900;font-size:3.3rem;line-height:2;font-family:"Noto Sans JP",sans-serif;letter-spacing:2px}@media screen and (max-width: 700px ){.c_senpai_intro .is_copy{margin:0 0 28px;font-size:2.2rem;line-height:1.6;letter-spacing:0}}.c_senpai_intro .is_copy::before{position:absolute;top:-10px;left:-110px;z-index:-1;width:161px;height:135px;background:url(../images/icon_copy_blue.webp) no-repeat;background-size:contain;content:""}@media screen and (max-width: 1000px ){.c_senpai_intro .is_copy::before{content:none}}.c_senpai_intro .is_copy.is_blue::before{background-image:url(../images/icon_copy_blue.webp)}.c_senpai_intro .is_copy.is_green::before{background-image:url(../images/icon_copy_green.webp)}.c_senpai_intro .is_copy.is_pink::before{background-image:url(../images/icon_copy_pink.webp)}.c_senpai_intro .is_copy.is_gold::before{background-image:url(../images/icon_copy_gold.webp)}.c_senpai_intro .is_copy.is_violet::before{background-image:url(../images/icon_copy_violet.webp)}.c_senpai_intro .is_copy.is_aqua::before{background-image:url(../images/icon_copy_aqua.webp)}.c_senpai_intro .is_copy.is_darkgreen::before{background-image:url(../images/icon_copy_green.webp)}.c_senpai_intro .is_copy.is_lightred::before{background-image:url(../images/icon_copy_lightred.webp)}.c_senpai_intro .is_color{margin:0 0 20px}.c_senpai_intro .is_color .is_job{display:inline-block;margin-right:15px;padding:2px 10px;color:#fff;font-weight:bold;font-size:2.4rem}@media screen and (max-width: 700px ){.c_senpai_intro .is_color .is_job{margin-right:10px;padding:0px 7px;font-size:1.5rem}}.c_senpai_intro .is_color .is_year{font-weight:bold;font-size:1.9rem}@media screen and (max-width: 700px ){.c_senpai_intro .is_color .is_year{font-size:1.6rem}}.c_senpai_intro .is_color.is_blue .is_job{background:#4586cc}.c_senpai_intro .is_color.is_blue .is_year{color:#4586cc}.c_senpai_intro .is_color.is_green .is_job{background:#55b569}.c_senpai_intro .is_color.is_green .is_year{color:#55b569}.c_senpai_intro .is_color.is_pink .is_job{background:#cb6d9c}.c_senpai_intro .is_color.is_pink .is_year{color:#cb6d9c}.c_senpai_intro .is_color.is_gold .is_job{background:#b3984c}.c_senpai_intro .is_color.is_gold .is_year{color:#b3984c}.c_senpai_intro .is_color.is_violet .is_job{background:#5562b6}.c_senpai_intro .is_color.is_violet .is_year{color:#5562b6}.c_senpai_intro .is_color.is_aqua .is_job{background:#418aa5}.c_senpai_intro .is_color.is_aqua .is_year{color:#418aa5}.c_senpai_intro .is_color.is_darkgreen .is_job{background:#257c59}.c_senpai_intro .is_color.is_darkgreen .is_year{color:#257c59}.c_senpai_intro .is_color.is_lightred .is_job{background:#dc5154}.c_senpai_intro .is_color.is_lightred .is_year{color:#dc5154}.c_senpai_intro .is_name{font-size:1.8rem}@media screen and (max-width: 700px ){.c_senpai_intro .is_name{font-size:1.4rem}}.c_strength_detail{padding:40px;background:#fff;border-radius:20px;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098);width:63%;position:relative;margin-left:auto;min-height:260px}@media screen and (max-width: 700px ){.c_strength_detail{width:100%;min-height:auto;padding:20px;border-radius:0 10px 10px 10px}}.c_strength_detail .is_num{position:absolute;background:#e36e28;border-radius:100px 100px 0 100px;width:50px;height:50px;display:inline-flex;justify-content:center;align-items:center;font-family:"Roboto",sans-serif;font-size:2.2rem;font-weight:bold;color:#fff;top:-25px;left:-25px}@media screen and (max-width: 700px ){.c_strength_detail .is_num{display:block;padding:5px 15px;border-radius:10px 10px 0 0;top:-40px;left:0;height:auto;width:auto}.c_strength_detail .is_num::after{content:"";background:url(../images/radius_o.svg) no-repeat;width:10px;height:10px;background-size:contain;position:absolute;right:-9px;bottom:0;filter:brightness(0.86)}}.c_strength_detail .is_ttl{font-family:"Noto Sans JP",sans-serif;font-weight:bold;font-size:3rem;margin:0 0 25px}@media screen and (max-width: 700px ){.c_strength_detail .is_ttl{font-size:1.8rem;margin:0 0 15px}}.c_strength_detail .is_ttl .is_sub{font-size:1.7rem;display:block;margin:0 0 0 -10px}@media screen and (max-width: 700px ){.c_strength_detail .is_ttl .is_sub{font-size:1.5rem}}.c_strength_detail .is_txt{line-height:1.8}.l_strength.is_02 .c_strength_detail{margin-right:auto;margin-left:unset}.c_reason{background:#e7f2ff;width:100%;border-radius:10px;position:relative;padding:140px 0 0}@media screen and (max-width: 700px ){.c_reason{padding:120px 0 0}}.c_reason .is_img{height:180px;width:auto;display:block;margin:0 auto;position:absolute;right:0;left:0;bottom:120px;max-width:80%;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom;object-position:bottom}@media screen and (max-width: 700px ){.c_reason .is_img{bottom:90px;height:150px}}.c_reason .is_txt{background:#fff;height:120px;display:inline-flex;align-items:center;width:90%;font-family:"Noto Sans JP",sans-serif;font-size:2.1rem;font-weight:900;border-radius:0 10px 0 0;position:relative;flex-wrap:wrap;align-content:center}@media screen and (max-width: 700px ){.c_reason .is_txt{font-size:1.9rem;height:90px;width:88%}}.c_reason .is_txt span{font-size:2.7rem;position:relative;bottom:2px}@media screen and (max-width: 700px ){.c_reason .is_txt span{font-size:2.3rem}}.c_reason .is_txt::before{content:"";background:url(../images/radius_w.svg) no-repeat;width:10px;height:10px;background-size:contain;position:absolute;top:-10px}.c_reason .is_txt::after{content:"";background:url(../images/radius_w.svg) no-repeat;width:10px;height:10px;background-size:contain;position:absolute;right:-10px;bottom:0}.c_photo{width:100%;height:auto;aspect-ratio:4/3;border-radius:10px;overflow:hidden}.c_photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.u_mat0{margin-top:0px !important}.u_mab0{margin-bottom:0px !important}.u_mar0{margin-right:0px !important}.u_mal0{margin-left:0px !important}.u_mat5{margin-top:5px !important}.u_mab5{margin-bottom:5px !important}.u_mar5{margin-right:5px !important}.u_mal5{margin-left:5px !important}.u_mat10{margin-top:10px !important}.u_mab10{margin-bottom:10px !important}.u_mar10{margin-right:10px !important}.u_mal10{margin-left:10px !important}.u_mat15{margin-top:15px !important}.u_mab15{margin-bottom:15px !important}.u_mar15{margin-right:15px !important}.u_mal15{margin-left:15px !important}.u_mat20{margin-top:20px !important}.u_mab20{margin-bottom:20px !important}.u_mar20{margin-right:20px !important}.u_mal20{margin-left:20px !important}.u_mat25{margin-top:25px !important}.u_mab25{margin-bottom:25px !important}.u_mar25{margin-right:25px !important}.u_mal25{margin-left:25px !important}.u_mat30{margin-top:30px !important}.u_mab30{margin-bottom:30px !important}.u_mar30{margin-right:30px !important}.u_mal30{margin-left:30px !important}.u_mat35{margin-top:35px !important}.u_mab35{margin-bottom:35px !important}.u_mar35{margin-right:35px !important}.u_mal35{margin-left:35px !important}.u_mat40{margin-top:40px !important}.u_mab40{margin-bottom:40px !important}.u_mar40{margin-right:40px !important}.u_mal40{margin-left:40px !important}.u_mat45{margin-top:45px !important}.u_mab45{margin-bottom:45px !important}.u_mar45{margin-right:45px !important}.u_mal45{margin-left:45px !important}.u_mat50{margin-top:50px !important}.u_mab50{margin-bottom:50px !important}.u_mar50{margin-right:50px !important}.u_mal50{margin-left:50px !important}.u_mat55{margin-top:55px !important}.u_mab55{margin-bottom:55px !important}.u_mar55{margin-right:55px !important}.u_mal55{margin-left:55px !important}.u_mat60{margin-top:60px !important}.u_mab60{margin-bottom:60px !important}.u_mar60{margin-right:60px !important}.u_mal60{margin-left:60px !important}.u_mat65{margin-top:65px !important}.u_mab65{margin-bottom:65px !important}.u_mar65{margin-right:65px !important}.u_mal65{margin-left:65px !important}.u_mat70{margin-top:70px !important}.u_mab70{margin-bottom:70px !important}.u_mar70{margin-right:70px !important}.u_mal70{margin-left:70px !important}.u_mat75{margin-top:75px !important}.u_mab75{margin-bottom:75px !important}.u_mar75{margin-right:75px !important}.u_mal75{margin-left:75px !important}.u_mat80{margin-top:80px !important}.u_mab80{margin-bottom:80px !important}.u_mar80{margin-right:80px !important}.u_mal80{margin-left:80px !important}.u_mat85{margin-top:85px !important}.u_mab85{margin-bottom:85px !important}.u_mar85{margin-right:85px !important}.u_mal85{margin-left:85px !important}.u_mat90{margin-top:90px !important}.u_mab90{margin-bottom:90px !important}.u_mar90{margin-right:90px !important}.u_mal90{margin-left:90px !important}.u_mat95{margin-top:95px !important}.u_mab95{margin-bottom:95px !important}.u_mar95{margin-right:95px !important}.u_mal95{margin-left:95px !important}.u_mat100{margin-top:100px !important}.u_mab100{margin-bottom:100px !important}.u_mar100{margin-right:100px !important}.u_mal100{margin-left:100px !important}.u_mat105{margin-top:105px !important}.u_mab105{margin-bottom:105px !important}.u_mar105{margin-right:105px !important}.u_mal105{margin-left:105px !important}.u_mat110{margin-top:110px !important}.u_mab110{margin-bottom:110px !important}.u_mar110{margin-right:110px !important}.u_mal110{margin-left:110px !important}.u_mat115{margin-top:115px !important}.u_mab115{margin-bottom:115px !important}.u_mar115{margin-right:115px !important}.u_mal115{margin-left:115px !important}.u_mat120{margin-top:120px !important}.u_mab120{margin-bottom:120px !important}.u_mar120{margin-right:120px !important}.u_mal120{margin-left:120px !important}.u_mat125{margin-top:125px !important}.u_mab125{margin-bottom:125px !important}.u_mar125{margin-right:125px !important}.u_mal125{margin-left:125px !important}.u_mat130{margin-top:130px !important}.u_mab130{margin-bottom:130px !important}.u_mar130{margin-right:130px !important}.u_mal130{margin-left:130px !important}.u_mat135{margin-top:135px !important}.u_mab135{margin-bottom:135px !important}.u_mar135{margin-right:135px !important}.u_mal135{margin-left:135px !important}.u_mat140{margin-top:140px !important}.u_mab140{margin-bottom:140px !important}.u_mar140{margin-right:140px !important}.u_mal140{margin-left:140px !important}.u_mat145{margin-top:145px !important}.u_mab145{margin-bottom:145px !important}.u_mar145{margin-right:145px !important}.u_mal145{margin-left:145px !important}.u_mat150{margin-top:150px !important}.u_mab150{margin-bottom:150px !important}.u_mar150{margin-right:150px !important}.u_mal150{margin-left:150px !important}@media screen and (max-width: 700px ){.u_mat0_sm{margin-top:0px !important}.u_mab0_sm{margin-bottom:0px !important}.u_mar0_sm{margin-right:0px !important}.u_mal0_sm{margin-left:0px !important}.u_mat5_sm{margin-top:5px !important}.u_mab5_sm{margin-bottom:5px !important}.u_mar5_sm{margin-right:5px !important}.u_mal5_sm{margin-left:5px !important}.u_mat10_sm{margin-top:10px !important}.u_mab10_sm{margin-bottom:10px !important}.u_mar10_sm{margin-right:10px !important}.u_mal10_sm{margin-left:10px !important}.u_mat15_sm{margin-top:15px !important}.u_mab15_sm{margin-bottom:15px !important}.u_mar15_sm{margin-right:15px !important}.u_mal15_sm{margin-left:15px !important}.u_mat20_sm{margin-top:20px !important}.u_mab20_sm{margin-bottom:20px !important}.u_mar20_sm{margin-right:20px !important}.u_mal20_sm{margin-left:20px !important}.u_mat25_sm{margin-top:25px !important}.u_mab25_sm{margin-bottom:25px !important}.u_mar25_sm{margin-right:25px !important}.u_mal25_sm{margin-left:25px !important}.u_mat30_sm{margin-top:30px !important}.u_mab30_sm{margin-bottom:30px !important}.u_mar30_sm{margin-right:30px !important}.u_mal30_sm{margin-left:30px !important}.u_mat35_sm{margin-top:35px !important}.u_mab35_sm{margin-bottom:35px !important}.u_mar35_sm{margin-right:35px !important}.u_mal35_sm{margin-left:35px !important}.u_mat40_sm{margin-top:40px !important}.u_mab40_sm{margin-bottom:40px !important}.u_mar40_sm{margin-right:40px !important}.u_mal40_sm{margin-left:40px !important}.u_mat45_sm{margin-top:45px !important}.u_mab45_sm{margin-bottom:45px !important}.u_mar45_sm{margin-right:45px !important}.u_mal45_sm{margin-left:45px !important}.u_mat50_sm{margin-top:50px !important}.u_mab50_sm{margin-bottom:50px !important}.u_mar50_sm{margin-right:50px !important}.u_mal50_sm{margin-left:50px !important}.u_mat55_sm{margin-top:55px !important}.u_mab55_sm{margin-bottom:55px !important}.u_mar55_sm{margin-right:55px !important}.u_mal55_sm{margin-left:55px !important}.u_mat60_sm{margin-top:60px !important}.u_mab60_sm{margin-bottom:60px !important}.u_mar60_sm{margin-right:60px !important}.u_mal60_sm{margin-left:60px !important}.u_mat65_sm{margin-top:65px !important}.u_mab65_sm{margin-bottom:65px !important}.u_mar65_sm{margin-right:65px !important}.u_mal65_sm{margin-left:65px !important}.u_mat70_sm{margin-top:70px !important}.u_mab70_sm{margin-bottom:70px !important}.u_mar70_sm{margin-right:70px !important}.u_mal70_sm{margin-left:70px !important}.u_mat75_sm{margin-top:75px !important}.u_mab75_sm{margin-bottom:75px !important}.u_mar75_sm{margin-right:75px !important}.u_mal75_sm{margin-left:75px !important}.u_mat80_sm{margin-top:80px !important}.u_mab80_sm{margin-bottom:80px !important}.u_mar80_sm{margin-right:80px !important}.u_mal80_sm{margin-left:80px !important}.u_mat85_sm{margin-top:85px !important}.u_mab85_sm{margin-bottom:85px !important}.u_mar85_sm{margin-right:85px !important}.u_mal85_sm{margin-left:85px !important}.u_mat90_sm{margin-top:90px !important}.u_mab90_sm{margin-bottom:90px !important}.u_mar90_sm{margin-right:90px !important}.u_mal90_sm{margin-left:90px !important}.u_mat95_sm{margin-top:95px !important}.u_mab95_sm{margin-bottom:95px !important}.u_mar95_sm{margin-right:95px !important}.u_mal95_sm{margin-left:95px !important}.u_mat100_sm{margin-top:100px !important}.u_mab100_sm{margin-bottom:100px !important}.u_mar100_sm{margin-right:100px !important}.u_mal100_sm{margin-left:100px !important}.u_mat105_sm{margin-top:105px !important}.u_mab105_sm{margin-bottom:105px !important}.u_mar105_sm{margin-right:105px !important}.u_mal105_sm{margin-left:105px !important}.u_mat110_sm{margin-top:110px !important}.u_mab110_sm{margin-bottom:110px !important}.u_mar110_sm{margin-right:110px !important}.u_mal110_sm{margin-left:110px !important}.u_mat115_sm{margin-top:115px !important}.u_mab115_sm{margin-bottom:115px !important}.u_mar115_sm{margin-right:115px !important}.u_mal115_sm{margin-left:115px !important}.u_mat120_sm{margin-top:120px !important}.u_mab120_sm{margin-bottom:120px !important}.u_mar120_sm{margin-right:120px !important}.u_mal120_sm{margin-left:120px !important}.u_mat125_sm{margin-top:125px !important}.u_mab125_sm{margin-bottom:125px !important}.u_mar125_sm{margin-right:125px !important}.u_mal125_sm{margin-left:125px !important}.u_mat130_sm{margin-top:130px !important}.u_mab130_sm{margin-bottom:130px !important}.u_mar130_sm{margin-right:130px !important}.u_mal130_sm{margin-left:130px !important}.u_mat135_sm{margin-top:135px !important}.u_mab135_sm{margin-bottom:135px !important}.u_mar135_sm{margin-right:135px !important}.u_mal135_sm{margin-left:135px !important}.u_mat140_sm{margin-top:140px !important}.u_mab140_sm{margin-bottom:140px !important}.u_mar140_sm{margin-right:140px !important}.u_mal140_sm{margin-left:140px !important}.u_mat145_sm{margin-top:145px !important}.u_mab145_sm{margin-bottom:145px !important}.u_mar145_sm{margin-right:145px !important}.u_mal145_sm{margin-left:145px !important}.u_mat150_sm{margin-top:150px !important}.u_mab150_sm{margin-bottom:150px !important}.u_mar150_sm{margin-right:150px !important}.u_mal150_sm{margin-left:150px !important}}.u_mar_auto{margin:0 auto}.u_mal_auto{margin-left:auto}.u_pat0{padding-top:0px}.u_pab0{padding-bottom:0px}.u_par0{padding-right:0px}.u_pal0{padding-left:0px}.u_pat5{padding-top:5px}.u_pab5{padding-bottom:5px}.u_par5{padding-right:5px}.u_pal5{padding-left:5px}.u_pat10{padding-top:10px}.u_pab10{padding-bottom:10px}.u_par10{padding-right:10px}.u_pal10{padding-left:10px}.u_pat15{padding-top:15px}.u_pab15{padding-bottom:15px}.u_par15{padding-right:15px}.u_pal15{padding-left:15px}.u_pat20{padding-top:20px}.u_pab20{padding-bottom:20px}.u_par20{padding-right:20px}.u_pal20{padding-left:20px}.u_pat25{padding-top:25px}.u_pab25{padding-bottom:25px}.u_par25{padding-right:25px}.u_pal25{padding-left:25px}.u_pat30{padding-top:30px}.u_pab30{padding-bottom:30px}.u_par30{padding-right:30px}.u_pal30{padding-left:30px}.u_pat35{padding-top:35px}.u_pab35{padding-bottom:35px}.u_par35{padding-right:35px}.u_pal35{padding-left:35px}.u_pat40{padding-top:40px}.u_pab40{padding-bottom:40px}.u_par40{padding-right:40px}.u_pal40{padding-left:40px}.u_pat45{padding-top:45px}.u_pab45{padding-bottom:45px}.u_par45{padding-right:45px}.u_pal45{padding-left:45px}.u_pat50{padding-top:50px}.u_pab50{padding-bottom:50px}.u_par50{padding-right:50px}.u_pal50{padding-left:50px}.u_pat55{padding-top:55px}.u_pab55{padding-bottom:55px}.u_par55{padding-right:55px}.u_pal55{padding-left:55px}.u_pat60{padding-top:60px}.u_pab60{padding-bottom:60px}.u_par60{padding-right:60px}.u_pal60{padding-left:60px}.u_pat65{padding-top:65px}.u_pab65{padding-bottom:65px}.u_par65{padding-right:65px}.u_pal65{padding-left:65px}.u_pat70{padding-top:70px}.u_pab70{padding-bottom:70px}.u_par70{padding-right:70px}.u_pal70{padding-left:70px}.u_pat75{padding-top:75px}.u_pab75{padding-bottom:75px}.u_par75{padding-right:75px}.u_pal75{padding-left:75px}.u_pat80{padding-top:80px}.u_pab80{padding-bottom:80px}.u_par80{padding-right:80px}.u_pal80{padding-left:80px}.u_pat85{padding-top:85px}.u_pab85{padding-bottom:85px}.u_par85{padding-right:85px}.u_pal85{padding-left:85px}.u_pat90{padding-top:90px}.u_pab90{padding-bottom:90px}.u_par90{padding-right:90px}.u_pal90{padding-left:90px}.u_pat95{padding-top:95px}.u_pab95{padding-bottom:95px}.u_par95{padding-right:95px}.u_pal95{padding-left:95px}.u_pat100{padding-top:100px}.u_pab100{padding-bottom:100px}.u_par100{padding-right:100px}.u_pal100{padding-left:100px}.u_pat105{padding-top:105px}.u_pab105{padding-bottom:105px}.u_par105{padding-right:105px}.u_pal105{padding-left:105px}.u_pat110{padding-top:110px}.u_pab110{padding-bottom:110px}.u_par110{padding-right:110px}.u_pal110{padding-left:110px}.u_pat115{padding-top:115px}.u_pab115{padding-bottom:115px}.u_par115{padding-right:115px}.u_pal115{padding-left:115px}.u_pat120{padding-top:120px}.u_pab120{padding-bottom:120px}.u_par120{padding-right:120px}.u_pal120{padding-left:120px}.u_pat125{padding-top:125px}.u_pab125{padding-bottom:125px}.u_par125{padding-right:125px}.u_pal125{padding-left:125px}.u_pat130{padding-top:130px}.u_pab130{padding-bottom:130px}.u_par130{padding-right:130px}.u_pal130{padding-left:130px}.u_pat135{padding-top:135px}.u_pab135{padding-bottom:135px}.u_par135{padding-right:135px}.u_pal135{padding-left:135px}.u_pat140{padding-top:140px}.u_pab140{padding-bottom:140px}.u_par140{padding-right:140px}.u_pal140{padding-left:140px}.u_pat145{padding-top:145px}.u_pab145{padding-bottom:145px}.u_par145{padding-right:145px}.u_pal145{padding-left:145px}.u_pat150{padding-top:150px}.u_pab150{padding-bottom:150px}.u_par150{padding-right:150px}.u_pal150{padding-left:150px}.u_ALcenter{text-align:center}.u_ALright{text-align:right}.u_ALleft{text-align:left}.u_ALjus{text-align:justify}.u_vl_top{vertical-align:top}.u_vl_middle{vertical-align:middle}.u_vl_bottom{vertical-align:bottom}.u_vl_super{vertical-align:super}.u_float_left{float:left}.u_float_right{float:right}.u_flex{display:flex}.u_flex_lg{display:flex}@media screen and (max-width: 700px ){.u_flex_lg{display:block}}@media screen and (max-width: 700px ){.u_column_reverse_sm{flex-direction:column-reverse}}.u_gap30{gap:30px}.u_gap50{gap:50px}@media screen and (max-width: 700px ){.u_gap10_sm{gap:10px !important}}.u_content_cn{align-content:center}.u_items_cn{align-items:center}.u_items_end{align-items:flex-end}.u_items_start{align-items:flex-start}.u_juscon_sb{justify-content:space-between}.u_juscon_cn{justify-content:center}.u_fl_wrap{flex-wrap:wrap}.u_fl_nowrap{flex-wrap:wrap}.u_shrink1{flex-shrink:1}.u_gap30{gap:30px}@media screen and (max-width: 700px ){.u_gap30>*:not(:last-child){margin-bottom:10px}}.u_flex_video{display:flex;justify-content:center;align-items:flex-end}.u_flex_video>*:not(:last-child){margin-right:30px}@media screen and (max-width: 700px ){.u_flex_video>*:not(:last-child){margin:0 auto 20px;margin-right:0}}@media screen and (max-width: 700px ){.u_flex_video>*:last-child{margin:0 auto}}.u_red{color:#c92424}.u_orange{color:#f58d33}.u_black{color:#333}.u_white{color:#fff}.u_blue{color:#4586cc}.u_green{color:#55b569}.u_gray{color:#606060}.u_indent{text-indent:1em}.u_kome{margin-left:1em;text-indent:-1em}.u_kome02{margin-left:3em;text-indent:-3em}.u_bold{font-weight:bold !important}.u_strike{text-decoration:line-through}.u_normal{font-weight:normal}.u_fs10{font-size:1rem !important}.u_fs11{font-size:1.1rem !important}.u_fs12{font-size:1.2rem !important}.u_fs13{font-size:1.3rem !important}.u_fs14{font-size:1.4rem !important}.u_fs15{font-size:1.5rem !important}.u_fs16{font-size:1.6rem !important}.u_fs17{font-size:1.7rem !important}.u_fs18{font-size:1.8rem !important}.u_fs19{font-size:1.9rem !important}.u_fs20{font-size:2rem !important}.u_fs21{font-size:2.1rem !important}.u_fs22{font-size:2.2rem !important}.u_fs23{font-size:2.3rem !important}.u_fs24{font-size:2.4rem !important}.u_fs25{font-size:2.5rem !important}.u_fs26{font-size:2.6rem !important}.u_fs27{font-size:2.7rem !important}.u_fs28{font-size:2.8rem !important}.u_fs29{font-size:2.9rem !important}.u_fs30{font-size:3rem !important}.u_fs31{font-size:3.1rem !important}.u_fs32{font-size:3.2rem !important}.u_fs33{font-size:3.3rem !important}.u_fs34{font-size:3.4rem !important}.u_fs35{font-size:3.5rem !important}.u_fs36{font-size:3.6rem !important}.u_fs37{font-size:3.7rem !important}.u_fs38{font-size:3.8rem !important}.u_fs39{font-size:3.9rem !important}.u_fs40{font-size:4rem !important}.u_fs41{font-size:4.1rem !important}.u_fs42{font-size:4.2rem !important}.u_fs43{font-size:4.3rem !important}.u_fs44{font-size:4.4rem !important}.u_fs45{font-size:4.5rem !important}.u_fs46{font-size:4.6rem !important}.u_fs47{font-size:4.7rem !important}.u_fs48{font-size:4.8rem !important}.u_fs49{font-size:4.9rem !important}.u_fs50{font-size:5rem !important}.u_fs51{font-size:5.1rem !important}.u_fs52{font-size:5.2rem !important}.u_fs53{font-size:5.3rem !important}.u_fs54{font-size:5.4rem !important}.u_fs55{font-size:5.5rem !important}.u_fs56{font-size:5.6rem !important}.u_fs57{font-size:5.7rem !important}.u_fs58{font-size:5.8rem !important}.u_fs59{font-size:5.9rem !important}.u_fs60{font-size:6rem !important}.u_fs61{font-size:6.1rem !important}.u_fs62{font-size:6.2rem !important}.u_fs63{font-size:6.3rem !important}.u_fs64{font-size:6.4rem !important}.u_fs65{font-size:6.5rem !important}.u_fs66{font-size:6.6rem !important}.u_fs67{font-size:6.7rem !important}.u_fs68{font-size:6.8rem !important}.u_fs69{font-size:6.9rem !important}.u_fs70{font-size:7rem !important}.u_fs71{font-size:7.1rem !important}.u_fs72{font-size:7.2rem !important}.u_fs73{font-size:7.3rem !important}.u_fs74{font-size:7.4rem !important}.u_fs75{font-size:7.5rem !important}.u_fs76{font-size:7.6rem !important}.u_fs77{font-size:7.7rem !important}.u_fs78{font-size:7.8rem !important}.u_fs79{font-size:7.9rem !important}.u_fs80{font-size:8rem !important}@media screen and (max-width: 700px ){.u_fs10_sm{font-size:1rem !important}.u_fs11_sm{font-size:1.1rem !important}.u_fs12_sm{font-size:1.2rem !important}.u_fs13_sm{font-size:1.3rem !important}.u_fs14_sm{font-size:1.4rem !important}.u_fs15_sm{font-size:1.5rem !important}.u_fs16_sm{font-size:1.6rem !important}.u_fs17_sm{font-size:1.7rem !important}.u_fs18_sm{font-size:1.8rem !important}.u_fs19_sm{font-size:1.9rem !important}.u_fs20_sm{font-size:2rem !important}.u_fs21_sm{font-size:2.1rem !important}.u_fs22_sm{font-size:2.2rem !important}.u_fs23_sm{font-size:2.3rem !important}.u_fs24_sm{font-size:2.4rem !important}.u_fs25_sm{font-size:2.5rem !important}.u_fs26_sm{font-size:2.6rem !important}.u_fs27_sm{font-size:2.7rem !important}.u_fs28_sm{font-size:2.8rem !important}.u_fs29_sm{font-size:2.9rem !important}.u_fs30_sm{font-size:3rem !important}.u_fs31_sm{font-size:3.1rem !important}.u_fs32_sm{font-size:3.2rem !important}.u_fs33_sm{font-size:3.3rem !important}.u_fs34_sm{font-size:3.4rem !important}.u_fs35_sm{font-size:3.5rem !important}.u_fs36_sm{font-size:3.6rem !important}.u_fs37_sm{font-size:3.7rem !important}.u_fs38_sm{font-size:3.8rem !important}.u_fs39_sm{font-size:3.9rem !important}.u_fs40_sm{font-size:4rem !important}.u_fs41_sm{font-size:4.1rem !important}.u_fs42_sm{font-size:4.2rem !important}.u_fs43_sm{font-size:4.3rem !important}.u_fs44_sm{font-size:4.4rem !important}.u_fs45_sm{font-size:4.5rem !important}.u_fs46_sm{font-size:4.6rem !important}.u_fs47_sm{font-size:4.7rem !important}.u_fs48_sm{font-size:4.8rem !important}.u_fs49_sm{font-size:4.9rem !important}.u_fs50_sm{font-size:5rem !important}.u_fs51_sm{font-size:5.1rem !important}.u_fs52_sm{font-size:5.2rem !important}.u_fs53_sm{font-size:5.3rem !important}.u_fs54_sm{font-size:5.4rem !important}.u_fs55_sm{font-size:5.5rem !important}.u_fs56_sm{font-size:5.6rem !important}.u_fs57_sm{font-size:5.7rem !important}.u_fs58_sm{font-size:5.8rem !important}.u_fs59_sm{font-size:5.9rem !important}.u_fs60_sm{font-size:6rem !important}.u_fs61_sm{font-size:6.1rem !important}.u_fs62_sm{font-size:6.2rem !important}.u_fs63_sm{font-size:6.3rem !important}.u_fs64_sm{font-size:6.4rem !important}.u_fs65_sm{font-size:6.5rem !important}.u_fs66_sm{font-size:6.6rem !important}.u_fs67_sm{font-size:6.7rem !important}.u_fs68_sm{font-size:6.8rem !important}.u_fs69_sm{font-size:6.9rem !important}.u_fs70_sm{font-size:7rem !important}.u_fs71_sm{font-size:7.1rem !important}.u_fs72_sm{font-size:7.2rem !important}.u_fs73_sm{font-size:7.3rem !important}.u_fs74_sm{font-size:7.4rem !important}.u_fs75_sm{font-size:7.5rem !important}.u_fs76_sm{font-size:7.6rem !important}.u_fs77_sm{font-size:7.7rem !important}.u_fs78_sm{font-size:7.8rem !important}.u_fs79_sm{font-size:7.9rem !important}.u_fs80_sm{font-size:8rem !important}}.u_underline{text-decoration:underline}.u_lh_10{line-height:1 !important}.u_lh_18{line-height:1.8}.u_italic{display:inline-block;transform:skewX(-15deg);-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')"}.u_nowrap{white-space:nowrap}.u_baseff{font-family:"Roboto","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,Osaka,"ＭＳ Ｐゴシック","MS PGothic",arial,helvetica,sans-serif}.u_inbl{display:inline-block}.u_bl{display:block}.u_borb1{border-bottom:1px solid #2f2725}.u_borb1.is_gray{border-bottom:1px solid rgba(75,75,75,.1568627451)}.u_bort1{border-top:1px solid #fff}.u_borr1{border-right:1px solid #fff}.u_borb10{border-bottom:10px solid #fff}.u_pointer_disabled{pointer-events:none}.u_pos_ab{position:absolute}.u_pos_rela{position:relative}.u_shadow_none{box-shadow:none}.u_width_fit{width:-moz-fit-content;width:fit-content}.u_hidden{overflow:hidden}.u_opacity{opacity:0;transition:1s}.u_opacity.is_after{opacity:1;transition:1s}.u_resize{width:100%}.u_shadow{box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098)}.u_noto_jp{font-family:"Noto Sans JP",sans-serif}.u_roboto{font-family:"Roboto",sans-serif}.u_width100{width:100%}.u_view_sm{display:none}@media screen and (max-width: 700px ){.u_view_sm{display:block}}.u_view_sm_inline{display:none}@media screen and (max-width: 700px ){.u_view_sm_inline{display:inline-block}}.u_view_md{display:none}@media screen and (max-width: 1000px ){.u_view_md{display:block}}.senpai_small .u_view_small{display:block}@media screen and (max-width: 700px ){.senpai_small .u_view_small{display:none}}.u_view_lg{display:block}@media screen and (max-width: 1000px ){.u_view_lg{display:none}}@media screen and (max-width: 700px ){.u_view_lg{display:none}}.u_view_wrap{display:block}@media screen and (max-width: 1200px ){.u_view_wrap{display:none}}@media screen and (max-width: 700px ){.u_view_wrap{display:block}}.u_view_intro{display:block}@media screen and (max-width: 1200px ){.u_view_intro{display:none}}@media screen and (max-width: 700px ){.u_view_intro{display:none}}.u_view_eventos{display:none}@media screen and (max-width: 700px ){.u_view_eventos{display:block}}.senpai_small .u_view_eventos{display:block}.senpai_small.is_top .u_view_eventos{display:none}.z_index_9999{position:relative;z-index:9999}.clearfix:after,.l_column_wrap:after{display:block;clear:both;content:" "}.u_icon{position:relative}.u_icon::after{position:absolute;top:calc(50% - (1.5rem + .8rem)/2);width:2.3rem;height:2.3rem;background-size:contain;font-family:"Material Icons";content:""}.u_icon.is_pdf::after{background:url(../images//icon_pdf.svg) no-repeat}.u_icon.is_word::after{background:url(../images//icon_word.svg) no-repeat}.u_icon.is_excel::after{background:url(../images//icon_excel.svg) no-repeat}.u_icon.is_external::after{background:url(../images//icon_external.svg) no-repeat;background-position:center}.u_icon.is_book::after{background:url(../images//icon_book.svg) no-repeat;background-position:center}.u_icon.is_check::after{background:url(../images//icon_check.svg) no-repeat;background-position:center}.u_icon.is_text::after{background:url(../images//icon_text.svg) no-repeat;background-position:center}.u_icon.is_upload::after{background:url(../images//icon_upload.svg) no-repeat;background-position:center;background-size:contain}.u_reserve_detail{position:absolute;top:60px;margin:0 auto;right:0;left:0}@media screen and (max-width: 700px ){.u_reserve_detail{position:relative;top:auto}}.u_reserve_detail .is_inner{position:absolute;background:#fff;padding:40px;border-radius:20px;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098);right:0;max-width:700px;width:100%}@media screen and (max-width: 700px ){.u_reserve_detail .is_inner{padding:0;box-shadow:none;position:relative}}.u_reserve_detail .is_inner .is_quo{width:300px;height:210px;position:absolute;-o-object-fit:contain;object-fit:contain;right:10px;top:-25px}@media screen and (max-width: 700px ){.u_reserve_detail .is_inner .is_quo{position:relative}}.u_reserve_detail .is_inner .is_person{width:130px;height:190px;-o-object-fit:contain;object-fit:contain;position:absolute;right:40px;bottom:40px;z-index:1}@media screen and (max-width: 700px ){.u_reserve_detail .is_inner .is_person{position:absolute;height:170px;bottom:22%;left:50%}}.u_reserve_detail .is_inner .is_ttl{font-family:"Noto Sans JP",sans-serif;font-weight:900;font-size:3.4rem;margin:0 0 25px;position:relative}@media screen and (max-width: 700px ){.u_reserve_detail .is_inner .is_ttl{font-size:2.6rem;color:#e36e28;margin:0 0 18px}}.u_reserve_detail .is_inner .is_ttl::after{content:"";background:url(../images/icon_exc.svg) no-repeat;width:20px;height:64%;background-size:contain;position:absolute;bottom:8px;margin-left:5px}@media screen and (max-width: 700px ){.u_reserve_detail .is_inner .is_ttl::after{background:url(../images/icon_exc_orange.svg) no-repeat;background-size:contain;bottom:6px}}.u_reserve_detail .is_inner .is_txt{line-height:1.8;margin:0 0 35px}.u_venue{width:100%}.u_access{background:#fdfdf2;padding:22px;border-radius:10px}.u_access ul.is_list li{display:flex;gap:8px}.u_access ul.is_list li:not(:last-child){margin-bottom:18px}.u_access ul.is_list li span{display:block}.u_access ul.is_list li .is_line{font-weight:bold;margin:0 0 6px}.u_map{max-width:550px !important;width:100%;height:auto}@media screen and (max-width: 700px ){.u_map{height:270px;max-width:auto !important;margin:30px 0 0}}.u_tab{display:block;text-align:center;position:relative;padding:21px 0;width:100%;background:#ececec;border:1px solid #ececec;color:#333;font-family:"Noto Sans JP",sans-serif;font-weight:bold;font-size:1.8rem;text-decoration:none !important;letter-spacing:3px;transition:.1s;margin:0 0 60px}.u_tab::after{content:"";background:#ececec;-webkit-clip-path:polygon(0% 0%, 100% 0%, 50% 100%);clip-path:polygon(0% 0%, 100% 0%, 50% 100%);width:19px;height:14px;background-size:contain;position:absolute;bottom:-14px;right:0;left:0;margin:0 auto;transition:.1s}@media screen and (max-width: 700px ){.u_tab::after{bottom:-10px}}@media screen and (max-width: 700px ){.u_tab{font-size:1.4rem;padding:12px 0;margin:0 0 40px}}.u_tab.is_active{background:#333;color:#fff;border:1px solid #333}.u_tab.is_active::after{background:#333}.u_tab:hover:not(.is_active){background:#d4d4d4}.u_tab:hover:not(.is_active)::after{content:"";background:#d4d4d4}.u_tab:first-child{border-radius:100px 0 0 100px}.u_tab:last-child{border-radius:0 100px 100px 0}.u_related_ttl{font-family:"Noto Sans JP",sans-serif;font-weight:999;font-size:3.3rem;text-align:center;padding:60px 0 28px;border-top:1px solid #e4e4e4;margin:100px auto 0;width:100%}@media screen and (max-width: 700px ){.u_related_ttl{margin:80px auto 0;padding:48px 0 28px;font-size:2.3rem}}.slick-arrow{border:none;background:rgba(0,0,0,0);color:rgba(0,0,0,0);cursor:pointer;position:absolute;z-index:1;top:23%;transition:.1s}.slick-arrow.slick-prev{left:-15px}.slick-arrow.slick-next{right:-15px;transform:rotate(180deg)}@media screen and (max-width: 700px ){.slick-arrow.slick-prev{left:-15px}.slick-arrow.slick-next{right:-15px}}.slick-arrow::before{content:"";background:url(../images/icon_arrow_slider.svg) no-repeat;width:60px;height:60px;background-size:contain;position:absolute;top:calc(50% - 30px);filter:drop-shadow(5px 5px 10px rgba(77, 33, 7, 0.062745098));transition:.1s}@media screen and (max-width: 700px ){.slick-arrow::before{width:35px;height:35px;top:calc(50% - 17.5px)}}.slick-arrow:hover.slick-prev{left:-20px}@media screen and (max-width: 700px ){.slick-arrow:hover.slick-prev{left:-15px}}.slick-arrow:hover.slick-next{right:-20px}@media screen and (max-width: 700px ){.slick-arrow:hover.slick-next{right:-15px}}.slick-arrow:hover::before{opacity:.8}.l_interviews .slick-arrow{top:40%}@media screen and (max-width: 1200px ){.l_interviews .slick-arrow{top:23%}}.l_interviews .slick-arrow::before{width:80px;height:80px;top:calc(50% - 40px)}@media screen and (max-width: 1200px ){.l_interviews .slick-arrow::before{width:60px;height:60px;top:calc(50% - 30px)}}@media screen and (max-width: 700px ){.l_interviews .slick-arrow::before{width:35px;height:35px;top:calc(50% - 17.5px)}}.l_interviews .slick-arrow.slick-prev{left:-30px}.l_interviews .slick-arrow.slick-next{right:auto;left:calc(100vw - (100vw - 1200px)/2 - 30px - 60px)}@media screen and (max-width: 1200px ){.l_interviews .slick-arrow.slick-next{right:-15px;left:auto}}@media screen and (max-width: 700px ){.l_interviews .slick-arrow.slick-prev{left:-15px}.l_interviews .slick-arrow.slick-next{right:-15px}}.l_interviews .slick-arrow:hover.slick-prev{left:-40px}@media screen and (max-width: 700px ){.l_interviews .slick-arrow:hover.slick-prev{left:-25px}}.l_interviews .slick-arrow:hover.slick-next{right:auto;left:calc(100vw - (100vw - 1200px)/2 - 30px - 60px + 10px)}@media screen and (max-width: 1200px ){.l_interviews .slick-arrow:hover.slick-next{right:-25px;left:auto}}.u_ttl_logo{font-family:"Zen Maru Gothic",sans-serif;font-weight:700;color:#000;position:relative;z-index:1;margin:0 0 40px;letter-spacing:-3px;line-height:1.3}@media screen and (max-height: 880px ){.u_ttl_logo{margin:0 0 20px}}@media screen and (max-width: 700px ){.u_ttl_logo{filter:brightness(0) invert(1);margin:0 0 20px;letter-spacing:-2px}}.u_ttl_logo .is_sub,.u_ttl_logo .is_main{display:block}.u_ttl_logo .is_sub{margin:0 0 25px;font-size:2.8rem}@media screen and (max-width: 1000px ){.u_ttl_logo .is_sub{font-size:2.2rem}}@media screen and (max-height: 880px ){.u_ttl_logo .is_sub{margin:0 0 10px;font-size:2.5rem}}@media screen and (max-width: 700px ){.u_ttl_logo .is_sub{margin:0 0 5px;font-size:1.6rem}}.u_ttl_logo .is_main{font-size:7.6rem}.u_ttl_logo .is_main .is_small{font-size:5.1rem}.u_ttl_logo .is_main .is_orange{color:#e36e28}@media screen and (max-width: 1200px ){.u_ttl_logo .is_main{font-size:calc(60px + 30*(100vw - 1200px)/1200)}.u_ttl_logo .is_main .is_small{font-size:calc(35px + 30*(100vw - 1200px)/1200)}}@media screen and (max-height: 880px ){.u_ttl_logo .is_main{height:auto;font-size:6.2rem;font-size:calc(50px + 30*(100vw - 1200px)/1200)}.u_ttl_logo .is_main .is_small{font-size:3.6rem;font-size:calc(30px + 30*(100vw - 1200px)/1200)}}@media screen and (max-width: 700px ){.u_ttl_logo .is_main{font-size:calc(43px + 30*(100vw - 700px)/700)}.u_ttl_logo .is_main .is_small{font-size:calc(28px + 30*(100vw - 700px)/700)}}.u_copy_sm{display:none}@media screen and (max-width: 700px ){.u_copy_sm{display:block;margin:0 0 10px;margin-left:-10px;font-family:"Zen Maru Gothic",sans-serif;font-weight:700;color:#fff;font-size:calc(70px + 30*(100vw - 700px)/700)}.u_copy_sm span{display:inline-block;transform:rotate(15deg)}}.u_company_num{width:140px;height:140px;background:#fff;border-radius:100px;color:#4586cc;display:inline-flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;top:-120px;left:-70px}@media screen and (max-height: 880px ){.u_company_num{width:110px;height:110px;top:-90px;left:-45px}}@media screen and (max-width: 700px ){.u_company_num{background:rgba(0,0,0,0);color:#fff;flex-direction:row;width:auto;height:auto;align-items:flex-end;position:unset;margin:0 0 8px}}.u_company_num .is_ttl{font-weight:bold;font-family:"Noto Sans JP",sans-serif;font-size:1.3rem}@media screen and (max-height: 880px ){.u_company_num .is_ttl{font-size:1.2rem}}@media screen and (max-width: 700px ){.u_company_num .is_ttl{font-size:1.3rem}}.u_company_num .is_num{font-weight:bold;font-family:"Roboto",sans-serif;font-size:5.6rem;margin:-12px 0}@media screen and (max-height: 880px ){.u_company_num .is_num{font-size:4.5rem}}@media screen and (max-width: 700px ){.u_company_num .is_num{font-size:4rem}}.u_company_num .is_num span{font-weight:bold;font-family:"Noto Sans JP",sans-serif;font-size:1.6rem}@media screen and (max-height: 880px ){.u_company_num .is_num span{font-size:1.3rem}}@media screen and (max-width: 700px ){.u_company_num .is_num span{font-size:1.3rem}}.u_date_time{font-family:"Roboto",sans-serif;font-weight:bold;display:flex;align-items:flex-end;line-height:.8;background:#fff;color:#e36e28;padding:3px 8px 1px;width:-moz-fit-content;width:fit-content;margin:0 0 18px;z-index:1;position:relative}@media screen and (max-width: 700px ){.u_date_time{margin:0 0 8px}}.u_date_time .is_date{font-size:5.6rem;margin-right:13px}@media screen and (max-height: 880px ){.u_date_time .is_date{font-size:4rem}}@media screen and (max-width: 700px ){.u_date_time .is_date{font-size:3.6rem;margin-right:10px}}.u_date_time .is_day{font-size:2.6rem;margin-right:18px}@media screen and (max-height: 880px ){.u_date_time .is_day{font-size:2rem}}@media screen and (max-width: 700px ){.u_date_time .is_day{font-size:1.9rem;margin-right:10px}}.u_date_time .is_time{font-size:2.5rem}@media screen and (max-height: 880px ){.u_date_time .is_time{font-size:1.9rem}}@media screen and (max-width: 700px ){.u_date_time .is_time{font-size:1.7rem}}.u_location{color:#e36e28;font-weight:999;background:#fff;font-size:2.9rem;line-height:.8;width:-moz-fit-content;width:fit-content;padding:3px 8px 2px;z-index:1;position:relative;font-family:"Noto Sans JP",sans-serif}@media screen and (max-height: 880px ){.u_location{font-size:2.5rem;padding:3px 8px 3px}}@media screen and (max-width: 700px ){.u_location{font-size:2.1rem}}.u_location span{font-size:2.6rem}@media screen and (max-height: 880px ){.u_location span{font-size:2.2rem}}@media screen and (max-width: 700px ){.u_location span{font-size:2.1rem}}.u_photos{display:flex;gap:20px;animation:infinity-scroll-left 80s infinite linear .5s both}@media screen and (max-width: 700px ){.u_photos{gap:0;animation:infinity-scroll-left 60s infinite linear .5s both}.u_photos::after{content:"";background:#000;background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);mix-blend-mode:multiply;width:100%;height:100%;background-size:contain;position:absolute;top:0;left:0}}.u_photos li{overflow:hidden;border-radius:0 0 10px 10px}@media screen and (max-width: 700px ){.u_photos li{border-radius:0}}.u_photos li img{height:calc(100svh - 30px);min-height:750px;width:auto}@media screen and (max-width: 700px ){.u_photos li img{height:100svh;min-height:unset}}@keyframes infinity-scroll-left{from{transform:translateX(0)}to{transform:translateX(-100%)}}.u_reserve_bnr{text-decoration:none;filter:drop-shadow(5px 5px 10px rgba(77, 33, 7, 0.062745098));display:block}.u_reserve_bnr .is_header{background:#e36e28;background:linear-gradient(90deg, rgb(227, 110, 40) 0%, rgb(245, 141, 51) 100%);padding:5px 20px;color:#fff;font-family:"Noto Sans JP",sans-serif;font-weight:bold;font-size:1.8rem;border-radius:20px 20px 0 0;width:80%;position:relative}@media screen and (max-width: 700px ){.u_reserve_bnr .is_header{width:300px;font-size:1.5rem;border-radius:10px 10px 0 0}}.u_reserve_bnr .is_header .is_icon{width:100px;height:20px;-o-object-fit:contain;object-fit:contain;position:absolute;right:25px;bottom:10px;opacity:1 !important}@media screen and (max-width: 700px ){.u_reserve_bnr .is_header .is_icon{width:72px;height:13px;right:20px}}.u_reserve_bnr .is_header:after{content:"";background:url(../images/radius_o.svg) no-repeat;width:20px;height:20px;background-size:cover;position:absolute;bottom:0;right:-20px}@media screen and (max-width: 700px ){.u_reserve_bnr .is_header:after{width:10px;height:10px;right:-10px}}.u_reserve_bnr .is_header span{font-size:3.1rem;font-weight:999;position:relative}.u_reserve_bnr .is_header span::before{content:"";background:url(../images/icon_exc.svg) no-repeat;width:20px;height:67%;background-size:contain;position:absolute;bottom:5px;margin-left:5px;right:-27px;filter:brightness(0) invert(1)}@media screen and (max-width: 700px ){.u_reserve_bnr .is_header span{font-size:2.1rem}}.u_reserve_bnr .is_content{display:flex;background:#fff;border-radius:0 0 0 20px;padding:20px;gap:20px}@media screen and (max-width: 700px ){.u_reserve_bnr .is_content{padding:8px;gap:8px;border-radius:0 0 0 10px;width:-moz-fit-content;width:fit-content}}.u_reserve_bnr .is_content .u_bnr_detail{background:#fcfbe8;border-radius:10px;font-family:"Noto Sans JP",sans-serif;color:#e36e28;display:flex;gap:10px;align-items:center;padding:8px 18px;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 700px ){.u_reserve_bnr .is_content .u_bnr_detail{padding:8px 15px}}.u_reserve_bnr .is_content .u_bnr_detail .is_circle{width:60px;height:60px;border:1px solid #e36e28;border-radius:100px;text-align:center;font-size:1.3rem;font-weight:bold;line-height:1.2;display:inline-flex;justify-content:center;align-items:center}@media screen and (max-width: 700px ){.u_reserve_bnr .is_content .u_bnr_detail .is_circle{width:50px;height:50px;font-size:1.1rem}}.u_reserve_bnr .is_content .u_bnr_detail .is_point{font-weight:900;font-size:2rem;text-align:center;line-height:1.1}@media screen and (max-width: 700px ){.u_reserve_bnr .is_content .u_bnr_detail .is_point{font-size:1.6rem}}.u_reserve_bnr .is_content .u_bnr_detail .is_point.is_quo{font-family:"Roboto",sans-serif;font-size:2.3rem}.u_reserve_bnr .is_content .u_bnr_detail .is_point.is_quo span{font-family:"Noto Sans JP",sans-serif}.u_reserve_bnr .is_content .u_bnr_detail .is_point span{font-size:1.4rem}.u_reserve_bnr .is_yatta{position:absolute;width:132px;height:187px;-o-object-fit:contain;object-fit:contain;right:1.2vw;bottom:22px;opacity:1 !important}@media screen and (max-width: 700px ){.u_reserve_bnr .is_yatta{display:none}}.u_comments{background:#e7f2ff;padding:30px 5%;border-radius:10px}@media screen and (max-width: 1000px ){.u_comments{padding:20px}}.u_comments .is_txt{font-size:2.7rem;font-family:"Noto Sans JP",sans-serif;font-weight:900;text-align:center;margin:0 0 20px}@media screen and (max-width: 700px ){.u_comments .is_txt{font-size:2.3rem}}.u_comments .is_comment{display:flex;align-items:flex-start;gap:30px}.u_comments .is_comment:not(:last-child){margin:0 auto 20px}@media screen and (max-width: 700px ){.u_comments .is_comment{gap:10px;width:100%}}.u_comments .is_comment .is_img{width:60px;height:60px}@media screen and (max-width: 700px ){.u_comments .is_comment .is_img{width:48px;height:48px}}.u_comments .is_comment .is_chat{font-size:1.6rem;font-weight:bold;background:#fff;padding:15px 30px;border-radius:0 10px 10px 10px;position:relative;width:70%}@media screen and (max-width: 700px ){.u_comments .is_comment .is_chat{font-size:1.5rem;padding:10px;width:100%}}.u_comments .is_comment .is_chat::after{content:"";background:url(../images/radius_w.svg) no-repeat;width:10px;height:10px;background-size:contain;position:absolute;top:0;left:-10px;transform:rotate(180deg)}.u_comments .is_comment.is_02{flex-direction:row-reverse}.u_comments .is_comment.is_02 .is_chat{border-radius:10px 0 10px 10px}.u_comments .is_comment.is_02 .is_chat::after{bottom:0;left:auto;right:-10px;transform:rotate(90deg)}.u_person_deco{height:130px;width:auto;position:absolute}.u_person_deco.is_01{top:563px;right:8%}.u_person_deco.is_02{top:635px;right:1%}.u_person_deco.is_03{top:752px;left:1%}.u_person_deco.is_04{top:850px;left:6%}.u_person_deco.is_05{top:1619px;right:4%}@media screen and (max-width: 1200px ){.u_person_deco{display:none}}.scroll-hint-icon-wrap{z-index:30}.scroll-hint-icon{width:-moz-fit-content;width:fit-content;height:auto;top:5%;left:0;right:0;margin:0 auto}.scroll-hint-text{font-size:1.3rem}.table_scroll{overflow-x:auto;overflow-y:hidden !important;white-space:nowrap}.table_scroll table{width:100%}.u_w300{width:100%;max-width:300px}.u_w370{width:100%;max-width:360px}.u_w600{width:100%;max-width:600px}.u_w250{width:250px}.u_limit{display:flex;justify-content:space-between}.u_limit.is_custom01{color:#fff}@media screen and (max-width: 700px ){.u_limit.is_custom01{color:#e3351e}}.u_limit span{display:block}.u_icon_menu img{height:55px;width:auto}@media screen and (max-width: 700px ){.u_icon_menu{display:none}}.u_guidebook{width:auto;height:140px;border:1px solid #ccc}@media screen and (max-width: 700px ){.u_guidebook{width:150px;height:auto}}.u_poster{text-decoration:none !important;border-radius:10px;background:#fff;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098);overflow:hidden;transition:.2s;flex-shrink:0;background:#e36e28;display:block;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 700px ){.u_poster{max-width:120px}}.u_poster:hover{opacity:.7}.u_poster .is_ttl{color:#fff;text-align:center;display:block;padding:10px 10px 0;line-height:1;font-weight:bold}@media screen and (max-width: 700px ){.u_poster .is_ttl{font-size:1.3rem}}.u_poster .is_img{padding:10px}.u_poster .is_img img{width:100%;height:135px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 700px ){.u_poster .is_img img{height:100px}}.u_poster .is_img img:hover{opacity:1}.drawer{overflow:hidden}button.drawer-toggle,button.drawer-hamburger{display:none}@media screen and (max-width: 700px ){button.drawer-toggle,button.drawer-hamburger{display:block}}@media screen and (max-width: 700px ){.drawer-nav{background-color:#fff;z-index:99;right:-100%;position:absolute;width:100%;height:100dvh;padding-top:100px}.drawer--right .drawer-nav{right:-100%;position:fixed;overflow-y:auto}.drawer-hamburger{position:absolute;top:35px;margin-right:5%;background-color:#fff;display:block;padding:23px 16px;z-index:999;border-radius:100px;box-shadow:5px 5px 10px 0 rgba(77,33,7,.062745098)}.drawer-hamburger .drawer-hamburger-icon,.drawer-hamburger .drawer-hamburger-icon:after,.drawer-hamburger .drawer-hamburger-icon:before{background-color:#e36e28;margin-top:5px;width:26px;right:4px;border-radius:10px}.drawer-hamburger .drawer-hamburger-icon{margin-top:0}.drawer--right.drawer-open .drawer-hamburger{right:0;margin-right:5%;box-shadow:none}.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after,.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:before{background-color:#e36e28}.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon{background-color:#fff}.drawer-hamburger-icon:before{top:-12px}.drawer-hamburger-icon:after{top:3px}.drawer--right.drawer-open .drawer-nav,.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0;-webkit-overflow-scrolling:touch}.drawer-overlay{background:none}}@media print{html,body{height:auto}body{min-height:auto;margin:0;-webkit-print-color-adjust:exact;color-adjust:exact}.l_print_off{display:none}.l_receipt{border:none;width:100%}#print{display:block;position:relative}}/*# sourceMappingURL=allstyles.min.css.map */