CINXE.COM

横浜エクセレンスアカデミー

<!doctype html> <html lang="ja"> <head> <meta charset="utf-8"> <link rel="icon" type="image/jpeg" href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240517162301_853.jpg" /> <title>横浜エクセレンスアカデミー</title> <meta name="description" content="特定非営利活動法人横浜エクセレンススポーツクラブ"/> <meta name="keywords" content=""/> <link rel="canonical" href="https://sgrum.com/web/yex_academy/"> <link rel="alternate" media="only screen and (max-width: 640px)" href="https://sgrum.com/web/yex_academy/sp/"> <link href="https://fonts.googleapis.com/css?family=Pathway+Gothic+One" rel="stylesheet"> <link href="/web/template_3/css/reset.css" rel="stylesheet"> <link href="/web/template_3/css/common.css?v=20240620" rel="stylesheet"> <link href="/web/template_3/css/jquery.mCustomScrollbar.css" rel="stylesheet"> <link href="/web/template_3/css/jquery.fs.boxer.css" rel="stylesheet"> <link href="/web/template_3/css/colorbox.css" rel="stylesheet"> <link href="/web/template_3/css/slick.css" rel="stylesheet"> <link href="/web/template_3/css/top.css?v=20240620" rel="stylesheet"> <link href="/web/template_3/css/swiper.css?v=20240620" media="all" rel="stylesheet"> <script src="/web/template_3/js/external.js"></script> <style type="text/css"> /* body ------------------------------------------------*/ /*背景*/ body {background-color: #ffffff;} /*ヘッダーカラー ------------------------------------------------*/ /*サイト名*/ h2.site_name, ul.contact a, ul.contact li, span.recept_time {color: #004700;} /*アイコン*/ .ico_mail, .ico_phone{background-color: #004700;} /*メニューカラー ------------------------------------------------*/ /*背景*/ #side{background-color: #ffffff} /*文字*/ nav.nav_main ul li a{color: #000000;} /*アイコン*/ nav.nav_main ul li a svg{color: #004700;} nav.nav_main ul li a.active span.arrow{background-color: #af933c;} /*ブロックヘッダーカラー ------------------------------------------------*/ /*背景*/ #side:before, h3:after {background-color: #004700;} /*文字*/ h3{color: #F4F4F4;} /*アイコン*/ h3:before {background-color: #C6E3C5;} h3 svg.icon {color: #C6E3C5;} .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #C6E3C5; } .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #C6E3C5; } /*ボタンーカラー ------------------------------------------------*/ /*背景*/ a.btn_type1, a.btn_type2, #album div.heading a.btn_more, input[type="submit"], input[type="button"]{background-color: #004700;} /*文字*/ a.btn_type1, a.btn_type2, #album div.heading a.btn_more, input[type="submit"], input[type="button"]{color: #F4F4F4;} /*フッターカラー ------------------------------------------------*/ /*背景*/ footer{background-color: #004700;} /*文字*/ ul.footer_link_main li a, ul.footer_link_primary li a, #bottom, #copyright, #wrap_sgrum{color: #F4F4F4;} /*アイコン1*/ ul.footer_link_main li svg{color: #C6E3C5;} /*アイコン2*/ ul.footer_link_primary li span.ico{background:#C6E3C5;} </style> <style type="text/css"> .break_all { word-break: break-all; } </style> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="/web/template_3/js/jquery.easing.1.3.js"></script> <script src="/web/template_3/js/jquery.mCustomScrollbar.min.js"></script> <script src="/web/template_3/js/jquery.fs.boxer.js"></script> <script src="/web/template_3/js/jquery.colorbox-min.js"></script> <script src="/web/template_3/js/slick.js"></script> <script src="/web/template_3/js/globalnavi.js"></script> <script src="/web/template_3/js/swiper.js"></script> <script src="/web/template_3/js/jquery-ui.min.js"></script> <script> jQuery(function($) { // アルバムのモーダル $(".boxer").boxer({ btn_download_event: boxerDownload }); function boxerDownload(e) { var hrefPath = $($(this).parent().find("img")).attr('src'); $target = $(e.target); $target.attr({ download: hrefPath.replace(/\\/g,'/').replace( /.*\//, '' ), href: hrefPath }); } // サイド高さ制御 var $side = $('.side_inner'); $(window).on('load resize', function() { var wh = $(window).outerHeight(); $side.css({ 'height': wh, 'min-height': '700px' }); }); // スライド画像4枚数の複製 $slide_imgs = $('.slide_inner ul').html(); $('.slide_inner ul').append($slide_imgs); // 試合結果スクロール $(".scroll_area01").mCustomScrollbar(); // 試合結果 写真スライド $('.slider').slick({ autoplay: true, autoplaySpeed: 3000, arrows: false, pauseOnFocus: false, pauseOnHover: false }); $('#modal_pdfview').draggable(); $('#modal_pdfview2').draggable(); $('#modal_pdfview_free1').draggable(); $('#modal_pdfview_free2').draggable(); $('#modal_pdfview_free3').draggable(); $('#modal_pdfview_free4').draggable(); $('#modal_pdfview_free5').draggable(); var swiper = new Swiper('.swiper-container', { loop: true, speed: 1500, autoplay: { delay: 5000, disableOnInteraction: false }, pagination: { el: '.swiper-pagination', type: 'bullets', clickable: true, }, }); }); </script> <style type="text/css"> /* topページだけcommon.cssの値上書き。各コンテンツがそれぞれ下に同じ余白を持っている為わせる */ .col_right { margin-bottom: 20px; } .information-photo2 { display: inline-block; width: 49%; vertical-align: top; } /*--評価スタンプアイコン--*/ div.wrap_stamp{ padding: 3px 0 0; display: flex; flex-wrap: wrap; margin-bottom: 20px; } div.stamp_item{ width: 45px; margin-bottom: 7px; display:table-cell; position:relative; } div.stamp_item p.ico{ width: 38px; margin: 0 auto; } div.stamp_item p.ico img{ width: 23px; height: 23px; border-radius: 23px; } div.stamp_item p.ico_num{ padding: 3px 5px; color: #FFF; position: absolute; top: 13px; left: 20px; display: block; border-radius: 15px; line-height: 1; font-size: 10px; font-weight: normal; /* margin-left: 2.1vw; */ background: #006FC0; } .pdf-img { border: 2px solid #ddd; } .slide_inner img { height: 500px; } .title_text2 { width: 100% } .result-pdf-file { float: left; width: 20%; /* margin: 0 5px 20px 5px; */ padding: 10px; } .result-pdf-img { width: 100% } .close01 { width: auto; padding: 0; background: none; border: none; font-size: 0; overflow: visible; outline: none; cursor: pointer; display: inline-block; vertical-align: middle; } /* ----------------------------------------------- モーダルウィンドウ ------------------------------------------------- */ .modal-content{ width:30%; min-width:600px; margin:-18px auto 0; z-index:2; position:fixed; display:none; text-align:center; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } .modal-overlay{ z-index:1; display:none; position:fixed; top:0; left:0; width:100%; height:120%; background-color:rgba(0,0,0,0.5); } div.wrap_modal01{ background:#fff; padding:20px; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } div.wrap_modal02{ height: 463px; margin-bottom: 20px; overflow-y: scroll; } #modal_pdfview div.wrap_modal02, #modal_pdfview2 div.wrap_modal02, #modal_pdfview_free1 div.wrap_modal02, #modal_pdfview_free2 div.wrap_modal02, #modal_pdfview_free3 div.wrap_modal02, #modal_pdfview_free4 div.wrap_modal02, #modal_pdfview_free5 div.wrap_modal02, #modal_pdfview_free6 div.wrap_modal02, #modal_pdfview_free7 div.wrap_modal02, #modal_pdfview_free8 div.wrap_modal02, #modal_pdfview_free9 div.wrap_modal02, #modal_pdfview_free10 div.wrap_modal02 { overflow: visible; } #modal_pdfview #popup_pdf_file, #modal_pdfview2 #popup_pdf_file, #modal_pdfview_free1 #popup_pdf_file, #modal_pdfview_free2 #popup_pdf_file, #modal_pdfview_free3 #popup_pdf_file, #modal_pdfview_free4 #popup_pdf_file, #modal_pdfview_free5 #popup_pdf_file, #modal_pdfview_free6 #popup_pdf_file, #modal_pdfview_free7 #popup_pdf_file, #modal_pdfview_free8 #popup_pdf_file, #modal_pdfview_free9 #popup_pdf_file, #modal_pdfview_free10 #popup_pdf_file { width: 100%; height: 100%; } .result-pdf-file-name { word-break: break-all; } .pdf-icon03 { margin-left: 5px; margin-top: 1px; } .pdf-icon04 { margin-left: 5px; margin-top: 7px; } </style> <script> function open_modal_dialog( target ) { var modal = '#' + target; // オーバーレイ用の要素を追加 $('body').append('<div class="modal-overlay"></div>'); // オーバーレイをフェードイン $('.modal-overlay').fadeIn('slow'); // モーダルコンテンツの表示位置を設定 modalResize(); // モーダルコンテンツフェードイン $(modal).fadeIn('slow'); // 「.modal-overlay」あるいは「.modal-close」をクリック $('.modal-overlay, .modal-close, .close01').off().click(function(){ // モーダルコンテンツとオーバーレイをフェードアウト $(modal).fadeOut('slow'); $('.modal-overlay').fadeOut('slow',function(){ // オーバーレイを削除 $('.modal-overlay').remove(); }); }); // リサイズしたら表示位置を再取得 $(window).on('resize', function(){ modalResize(); }); // モーダルコンテンツの表示位置を設定する関数 function modalResize(){ // ウィンドウの横幅、高さを取得 var w = $(window).width(); var h = $(window).height(); // モーダルコンテンツの表示位置を取得 var x = (w - $(modal).outerWidth(true)) / 2; var y = (h - $(modal).outerHeight(true)) / 2; // モーダルコンテンツの表示位置を設定 $(modal).css({'left': x + 'px','top': y + 'px'}); } } function open_nonclose_modal_dialog( target ) { var modal = '#' + target; // オーバーレイ用の要素を追加 $('body').append('<div class="modal-overlay"></div>'); // オーバーレイをフェードイン $('.modal-overlay').fadeIn('slow'); // モーダルコンテンツの表示位置を設定 modalResize(); // モーダルコンテンツフェードイン $(modal).fadeIn('slow'); // リサイズしたら表示位置を再取得 $(window).on('resize', function(){ modalResize(); }); // モーダルコンテンツの表示位置を設定する関数 function modalResize(){ // ウィンドウの横幅、高さを取得 var w = $(window).width(); var h = $(window).height(); // モーダルコンテンツの表示位置を取得 var x = (w - $(modal).outerWidth(true)) / 2; var y = (h - $(modal).outerHeight(true)) / 2; // モーダルコンテンツの表示位置を設定 $(modal).css({'left': x + 'px','top': y + 'px'}); } } function close_modal_dialog( target, close_callback ) { var modal = '#' + target; $(modal).fadeOut('slow'); $('.modal-overlay').fadeOut('slow',function(){ // オーバーレイを削除 $('.modal-overlay').remove(); if( close_callback ) close_callback(); }); } </script> <style type="text/css"> #message h3 { text-align: center; } </style> <style type="text/css"> /* ------------------------------------------------------------ ページトップアニメーション ------------------------------------------------------------ */ #btn_pagetop { width: 50px; height: 57px; /* background: url(/web/template_3/img/btn_pagetop.png) no-repeat 0 0; */ background: url(/web/img/pagetop_icon.png) no-repeat 0 0; background-size: contain; cursor: pointer; display: none; z-index: 101; position: absolute; bottom: 75px; /* left: 50%; margin-left: 430px; */ right: 30px; } #btn_pagetop.fixed { position: fixed; bottom: 10px; /* left: 50%; margin-left: 545px; */ right: 30px; } /* #btn_pagetop.anim01 { width: 50px; height: 175px; background: url(/web/template_3/img/ball_start.png) no-repeat 0 0; background-size: 350px; bottom: 0; animation: ball_animation01 .2s steps(6) forwards; } */ #goal { position: fixed; bottom: 110px; left: 50%; margin-left: 270px; width: 312px; height: 443px; /* background: url(/web/template_3/img/ball_end.png) no-repeat 0 0; */ background-size: 19032px; pointer-events: none; opacity: 0; z-index: 101; } /* #goal.anim02 { animation: ball_animation02 3s steps(60) forwards; opacity: 1; } @keyframes ball_animation01 { 100% { background-position: -300px; } } @keyframes ball_animation02 { 100% { background-position: -37440px; } } */ </style> <script> jQuery(function($) { var flag_animate = false; //var wh = $(window).outerHeight(); //var stopPos = $('#wrap_sgrum').offset().top - wh + 10; var $btn_pagetop = $('#btn_pagetop'); /* $(window).on('resize', function() { stopPos = $('#wrap_sgrum').offset().top - wh + 10; }); */ $(window).on('scroll', function() { var scrolltop = $(this).scrollTop(); fixedChange(scrolltop); if (!flag_animate && scrolltop > 200) { $('#btn_pagetop').fadeIn(); } else if (!flag_animate && scrolltop <= 200) { $('#btn_pagetop').fadeOut(); } }); $('#btn_pagetop').on('click', function() { flag_animate = true; $('html,body').animate({ scrollTop: 0 }, 1500, 'easeOutQuart'); flag_animate = false; }); function fixedChange(scrolltop) { var stopPos = $('#wrap_sgrum').offset().top - $(window).outerHeight(); //console.log("top " + scrolltop); //console.log("stop " + stopPos); if (scrolltop > stopPos) { $btn_pagetop.removeClass('fixed'); $btn_pagetop.css({ marginLeft: '' }) } else { $btn_pagetop.addClass('fixed'); } } }); </script> </head> <body> <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg"> <defs> <symbol id="icon-access" viewBox="0 0 32 32"> <title>access</title> <path d="M4.25,26.28l7.34-2.94V5.72L4.25,8.66Zm8.81-3.67,7.34,3.67V9.39L13.06,5ZM21.88,9.39V27l5.88-4.41V5Z"></path> </symbol> <symbol id="icon-album" viewBox="0 0 32 32"> <title>album</title> <path d="M28.089 6.969h-1.493v-1.493c0-0.853-0.711-1.493-1.493-1.493h-21.191c-0.853 0-1.493 0.711-1.493 1.493v18.062c0 0.853 0.711 1.493 1.493 1.493h1.493v1.493c0 0.853 0.711 1.493 1.493 1.493h21.12c0.853 0 1.493-0.711 1.493-1.493v-18.062c0.071-0.853-0.64-1.493-1.422-1.493zM5.476 8.462v0 15.076h-1.564c0 0 0 0 0 0v-18.062c0 0 0 0 0 0h21.12c0 0 0 0 0 0v1.493h-18.062c-0.853 0-1.493 0.64-1.493 1.493zM28.089 26.524c0 0 0 0 0 0h-21.12c0 0 0 0 0 0v-18.062c0 0 0 0 0 0h21.12c0 0 0 0 0 0v18.062zM8.32 25.173h18.418v-15.36h-18.418v15.36zM16.071 24.462c-0.569 0-0.996-0.427-0.996-0.996s0.427-0.996 0.996-0.996c0.569 0 0.996 0.427 0.996 0.996s-0.498 0.996-0.996 0.996zM12.871 16.356c0.071-0.142 0.142-0.284 0.284-0.427s0.427-0.356 0.711-0.427c0.356-0.284 0.853-0.782 0.853-0.782 0.213-0.213 0.498-0.498 0.782-0.569 0 0 0.213-0.284 0.284-0.356-0.071-0.071 0-0.213 0-0.213 0.071 0 0.498-0.427 0.711-0.64s0.427-0.284 0.569-0.284c0.142 0 0.853-0.142 0.996-0.213 0.071-0.071 0.213-0.071 0.213-0.071 0.071-0.071 0.071-0.142 0.071-0.427 0-0.213-0.142-0.498-0.142-0.711s0.071-0.711 0.64-0.853c0.569-0.142 1.209 0.284 1.209 0.924 0 0.356-0.071 0.498-0.071 0.498l-0.071 0.284c0 0 0.071 0.284 0.071 0.356-0.071 0.071-0.142 0.071-0.142 0.071s0 0.142-0.071 0.142c-0.071 0 0 0.071-0.071 0.142 0 0.071-0.071 0.071-0.071 0.071s-0.071 0.071 0.071 0.142c0.142 0.071 0.569 0.284 0.711 0.356 0.142 0.142 0.427 0.711 0.569 1.138s0.356 0.711 0.284 0.782c-0.071 0.071 0.142 0.356 0.071 0.711s-0.498 1.564-0.498 1.707c0 0.142 0 0.142 0.071 0.284 0.142 0.142 0.142 0.569 0.142 0.711 0 0.071-0.071 0-0.071-0.071s-0.071-0.284-0.071-0.284c0 0-0.071 0.213-0.142 0.284-0.071 0.142-0.142 0.142-0.142 0.142s0-0.071 0-0.071-0.071 0.142-0.142 0.142c-0.071 0 0-0.142 0-0.142v-0.213c0 0-0.071 0.071-0.071 0.142-0.071 0.071-0.071 0.142-0.142 0.071 0-0.071 0-0.071 0-0.142s0-0.213 0-0.213c0-0.071 0.071-0.213 0-0.213s-0.142-0.071-0.213 0c0 0-0.142 0.213-0.284 0.213-0.071 0-0.142-0.071 0-0.142 0.071-0.071 0.213-0.213 0.213-0.284 0.071-0.071 0.071-0.213 0.284-0.284 0-0.213 0.213-1.138 0.213-1.28s0.142-0.356 0.142-0.356v-0.427c0 0-0.142 0.142-0.213 0.071 0-0.071-0.213-0.569-0.213-0.569s-0.427 0.64-0.427 0.782c0 0.071-0.071 0.427-0.071 0.498s-0.071 0.284-0.142 0.356c-0.071 0.071-0.356 0.64-0.356 0.711s0 0.284 0 0.427c-0.071 0.071-0.213 0.427-0.142 0.569 0.071 0.071 0 0.284-0.071 0.284s-0.213 0.213-0.142 0.213c0.071 0.071 0.071 0.284 0.071 0.356s-0.284 0.142-0.284 0.284c0 0.071-0.284 0.853-0.284 0.853s0.213-0.284 0.498-0.142c0.284 0.142 0.213 0.284 0.213 0.498s0.071 0.996 0.071 1.138c0 0.142-0.284 0.711-0.569 0.64s-0.213-0.284-0.213-0.498c0-0.284-0.071-0.356-0.071-0.356s-0.142-0.142-0.356-0.071c-0.213 0.071-0.427 0.142-0.64 0s-0.284-0.213-0.356-0.427c0-0.142 0.142-0.853 0.142-0.996s0.071-0.569 0-0.64c-0.071-0.071-0.071-0.711-0.071-0.711s-0.284 0.853-0.356 0.853c-0.071 0-0.427 0-0.427 0s-0.356 0.498-0.356 0.569c-0.071 0.071-0.427 0.427-0.427 0.569-0.071 0.142-0.071 0.782-0.284 1.067s-0.782 1.209-0.782 1.422c-0.071 0.213 0 0.284 0 0.356 0 0.142 0 0.64-0.213 0.711s-0.427 0-0.569-0.213c-0.142-0.213-0.284-0.356-0.356-0.64-0.071-0.213 0.071-0.498 0.284-0.498 0.213 0.071 0.356 0.142 0.356 0.142s0.142-0.924 0.213-1.138c0.071-0.213 0.213-1.067 0.356-1.209s0.427-0.569 0.427-0.711c0.071-0.142 0.284-0.853 0.284-0.924s-0.071-0.213 0-0.284c0.071-0.071 0.711-1.351 0.711-1.422s0.071-0.213 0.071-0.356c0-0.142 0-0.427 0-0.427s0-0.284 0.142-0.356c0.142-0.071 0.213-0.498 0.284-0.569s0.498-0.64 0.498-0.853c0-0.142 0.213-0.853 0.071-0.924s-0.427 0.142-0.498 0.284c-0.142 0.071-0.284 0-0.284 0s-0.142 0.142-0.213 0.213c-0.071 0.142-0.356 0.284-0.64 0.427-0.213 0.142-1.138 0.498-1.138 0.569s-0.213 0.284-0.213 0.284c-0.142 0.071-0.427 0.071-0.498 0.213-0.142 0.142-0.284 0.356-0.284 0.284s-0.142 0-0.142 0c-0.071 0-0.071-0.071-0.071-0.071s-0.142 0.284-0.071 0.142z"></path> </symbol> <symbol id="icon-information" viewBox="0 0 32 32"> <title>information</title> <path d="M27.947 13.867c0-5.12-1.493-9.244-3.342-9.316 0 0 0 0 0 0h-2.133c0 0-4.978 3.698-12.089 5.191-0.213 1.138-0.356 2.56-0.356 4.124s0.142 2.987 0.356 4.124c7.111 1.493 12.089 5.191 12.089 5.191h2.133c0 0 0 0 0 0 1.849-0.071 3.342-4.267 3.342-9.316zM23.893 21.76c-0.213 0-0.498-0.213-0.64-0.427-0.356-0.356-0.64-0.924-0.924-1.636-0.569-1.564-0.924-3.627-0.924-5.902s0.356-4.338 0.924-5.902c0.284-0.711 0.569-1.28 0.924-1.636 0.142-0.142 0.356-0.427 0.64-0.427s0.498 0.213 0.64 0.427c0.356 0.356 0.64 0.924 0.924 1.636 0.569 1.564 0.924 3.627 0.924 5.902s-0.356 4.338-0.924 5.902c-0.284 0.711-0.569 1.28-0.924 1.636-0.142 0.142-0.356 0.427-0.64 0.427zM8.32 13.867c0-1.351 0.071-2.631 0.284-3.769-1.209 0.142-2.276 0.284-3.556 0.284-1.707 0-1.707 0-1.707 0l-1.422 2.418v2.133l1.422 2.418c0 0 0 0 1.707 0 1.28 0 2.347 0.071 3.556 0.284-0.213-1.209-0.284-2.489-0.284-3.769v0zM11.307 19.271l-3.271-0.64 2.062 8.178c0.142 0.427 0.498 0.64 0.924 0.498l2.987-1.209c0.427-0.142 0.569-0.64 0.356-0.996l-3.058-5.831zM23.893 16.853c-0.071 0-0.213-0.071-0.213-0.142-0.142-0.142-0.213-0.356-0.356-0.64-0.213-0.569-0.356-1.422-0.356-2.276s0.142-1.636 0.356-2.276c0.071-0.284 0.213-0.498 0.356-0.64 0.071-0.071 0.142-0.142 0.213-0.142s0.213 0.071 0.213 0.142 0.213 0.356 0.356 0.64c0.213 0.569 0.356 1.422 0.356 2.276s-0.142 1.636-0.356 2.276c-0.071 0.284-0.213 0.498-0.356 0.64 0 0.071-0.071 0.142-0.213 0.142z"></path> </symbol> <symbol id="icon-inquiry" viewBox="0 0 32 32"> <title>inquiry</title> <path d="M2.916 6.827v18.276h26.169v-18.276h-26.169zM28.231 10.667l-11.449 10.027c-0.498 0.427-1.138 0.427-1.636 0l-11.378-10.027c-0.213-0.213-0.284-0.569-0.071-0.853 0.213-0.213 0.569-0.284 0.782-0.071l11.52 8.32 11.52-8.32c0.284-0.213 0.64-0.142 0.853 0.142 0.142 0.284 0.071 0.64-0.142 0.782z"></path> </symbol> <symbol id="icon-news" viewBox="0 0 32 32"> <title>news</title> <path d="M26.382 9.102v-3.484h-24.178v18.987c0 0.924 0.782 1.707 1.707 1.707h23.253c1.422 0 2.56-1.138 2.56-2.56v-14.649h-3.342zM24.604 24.604h-20.693v-17.209h20.693v17.209zM22.898 10.809h-17.28v1.707h17.28v-1.707zM16 16h6.898v-1.707h-6.898v1.707zM16 19.484h6.898v-1.707h-6.898v1.707zM16 22.898h5.191v-1.707h-5.191v1.707zM14.293 14.293h-8.676v8.604h8.604v-8.604z"></path> </symbol> <symbol id="icon-phone" viewBox="0 0 32 32"> <title>phone</title> <path d="M16 21.404c0.569 0 1.067-0.213 1.422-0.569s0.569-0.853 0.569-1.422c0-0.569-0.213-1.067-0.569-1.422s-0.853-0.569-1.422-0.569c-0.569 0-1.067 0.213-1.422 0.569s-0.569 0.853-0.569 1.422c0 0.569 0.213 1.067 0.569 1.422s0.853 0.569 1.422 0.569z"></path> <path d="M24.604 15.147c-0.569-0.142-1.067-0.284-1.636-0.427-1.209-0.284-1.991-1.351-1.991-2.56 0-0.356 0-0.64 0-0.996l-0.569-0.142c-0.924-0.213-2.773-0.569-4.196-0.569h-0.356c-1.422 0-3.271 0.356-4.196 0.569v0l-0.569 0.142c0 0.356 0 0.64 0 0.996 0 1.209-0.853 2.276-1.991 2.56-0.569 0.142-1.067 0.284-1.636 0.427l-0.569 1.564-2.418 5.12v2.844c0 1.564 1.209 2.773 2.773 2.773h17.493c1.564 0 2.773-1.209 2.773-2.773v-2.844l-2.418-5.12-0.498-1.564zM11.164 19.342c0-1.351 0.569-2.56 1.422-3.413s2.062-1.422 3.413-1.422c1.351 0 2.56 0.569 3.413 1.422s1.422 2.062 1.422 3.413c0 1.351-0.569 2.56-1.422 3.413s-2.062 1.422-3.413 1.422c-1.351 0-2.56-0.569-3.413-1.422s-1.422-2.062-1.422-3.413z"></path> <path d="M27.662 7.609c-2.062-1.28-7.040-3.129-11.662-3.058-4.693-0.071-9.671 1.778-11.662 3.058-2.062 1.28-2.56 2.916-1.351 4.267 0.356 0.498 0.711 1.067 1.067 1.564 0.284 0.427 0.924 0.64 1.422 0.427 1.067-0.356 2.133-0.711 3.2-0.996 0.569-0.142 0.924-0.64 0.924-1.209 0-0.427 0-0.782 0-1.209 0-0.498 0.356-0.996 0.924-1.138 0 0 3.129-0.853 5.404-0.782 2.276-0.071 5.476 0.782 5.404 0.782 0.569 0.142 0.924 0.64 0.924 1.138 0 0.427 0 0.782 0 1.209 0 0.569 0.356 1.067 0.924 1.209 1.067 0.284 2.133 0.569 3.2 0.996 0.498 0.213 1.138 0 1.422-0.427 0.356-0.498 0.711-1.067 1.067-1.564 1.351-1.28 0.924-2.987-1.209-4.267z"></path> </symbol> <symbol id="icon-privacy" viewBox="0 0 32 32"> <title>privacy</title> <path d="M24.604 14.009h-1.707v-5.191c0 0 0-6.898-6.898-6.898s-6.898 6.898-6.898 6.898v5.191h-1.707c0 0-1.707 0-1.707 1.707v12.089c0 1.707 1.707 1.707 1.707 1.707h17.28c0 0 1.707 0 1.707-1.707v-12.089c0-1.707-1.778-1.707-1.778-1.707zM19.484 17.422h-10.382v1.707h10.382v1.707h-10.382v1.707h10.382v1.707h-10.382v1.707h10.382v1.707h-12.089v-12.089h12.089v1.849zM19.484 14.009h-6.898v-5.191c0 0 0-3.484 3.484-3.484s3.484 3.484 3.484 3.484v5.191z"></path> </symbol> <symbol id="icon-result" viewBox="0 0 32 32"> <title>result</title> <path d="M10.169 17.778c0-1.28-0.356-1.849-0.996-1.849-0.356 0-0.569 0.142-0.782 0.427s-0.284 0.782-0.284 1.493v1.707h2.062v-1.778zM2.916 19.484h4.196v-1.493c0-1.138 0.142-1.849 0.498-2.276s0.853-0.64 1.493-0.64c0.64 0 1.138 0.213 1.493 0.64s0.498 1.209 0.498 2.276v1.493h4.196v-6.684h-12.373v6.684zM8.107 21.902c0 0.711 0.071 1.209 0.284 1.493s0.427 0.427 0.782 0.427c0.64 0 0.996-0.64 0.996-1.849v-1.707h-2.062v1.636zM11.164 21.689c0 1.138-0.142 1.849-0.498 2.276s-0.853 0.64-1.493 0.64c-0.64 0-1.138-0.213-1.493-0.64-0.427-0.427-0.569-1.209-0.569-2.276v-1.493h-4.196v4.196c0 1.351 1.067 2.418 2.418 2.418h9.956v-6.684h-4.196v1.564zM24.889 21.689c0 1.138-0.142 1.849-0.498 2.276s-0.853 0.64-1.493 0.64c-0.64 0-1.138-0.213-1.493-0.64s-0.498-1.209-0.498-2.276v-1.493h-4.196v6.684h9.956c1.351 0 2.418-1.067 2.418-2.418v-4.196h-4.196v1.422zM16.64 19.484h4.196v-1.493c0-1.138 0.142-1.849 0.498-2.276s0.853-0.64 1.493-0.64c0.64 0 1.138 0.213 1.493 0.64s0.498 1.209 0.498 2.276v1.493h4.196v-6.684h-12.373v6.684zM21.831 21.902c0 0.711 0.071 1.209 0.284 1.493s0.427 0.427 0.782 0.427c0.64 0 0.996-0.64 0.996-1.849v-1.707h-2.062v1.636zM23.893 17.778c0-1.28-0.356-1.849-0.996-1.849-0.356 0-0.569 0.142-0.782 0.427s-0.284 0.782-0.284 1.493v1.707h2.062v-1.778zM26.596 5.689h-2.418v2.56c0 0.711-0.569 1.209-1.209 1.209-0.711 0-1.209-0.569-1.209-1.209v-2.56h-11.449v2.56c0 0.711-0.569 1.209-1.209 1.209s-1.28-0.498-1.28-1.209v-2.56h-2.418c-1.351 0-2.418 1.067-2.418 2.418v3.413h26.169v-3.413c-0.071-1.28-1.138-2.418-2.56-2.418zM9.031 9.031c0.427 0 0.782-0.356 0.782-0.782v-3.342c0-0.427-0.356-0.782-0.782-0.782s-0.782 0.356-0.782 0.782v3.342c0 0.427 0.356 0.782 0.782 0.782zM22.969 9.031c0.427 0 0.782-0.356 0.782-0.782v-3.342c0-0.427-0.356-0.782-0.782-0.782s-0.782 0.356-0.782 0.782v3.342c-0.071 0.427 0.284 0.782 0.782 0.782z"></path> </symbol> <symbol id="icon-schedule" viewBox="0 0 32 32"> <title>schedule</title> <path d="M26.311 5.12h-2.844c-0.284 0-0.569 0.284-0.569 0.569v2.844c0 0.64-0.498 1.209-1.138 1.209s-1.209-0.498-1.209-1.138c0-0.498 0.284-0.924 0.782-1.067 0.213-0.071 0.356-0.284 0.356-0.498v-3.556c0-0.284-0.284-0.569-0.569-0.569s-0.569 0.284-0.569 0.569v1.707h-8.604c-0.284 0-0.569 0.284-0.569 0.569v2.844c0 0.64-0.498 1.209-1.138 1.209s-1.209-0.498-1.209-1.138c0-0.498 0.284-0.924 0.782-1.067 0.213-0.071 0.356-0.284 0.356-0.498v-3.556c0-0.284-0.284-0.569-0.569-0.569s-0.569 0.284-0.569 0.569v1.707h-3.413c-1.28 0-2.276 0.996-2.276 2.276v18.418c0 1.28 0.996 2.276 2.276 2.276h16.498c0.284 0 0.64-0.142 0.853-0.356l5.404-5.476c0.213-0.213 0.356-0.498 0.356-0.853v-14.080c-0.071-1.28-1.138-2.347-2.418-2.347zM26.311 21.191l-0.142 0.142h-2.133c-1.28 0-2.276 0.996-2.276 2.276v2.133l-0.142 0.142h-16v-13.796h20.693v9.102zM22.044 16.071h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0.071 0.498 0.356 0.782 0.782 0.782zM12.587 16.071h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0 0.498 0.356 0.782 0.782 0.782zM17.351 16.071h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0 0.498 0.356 0.782 0.782 0.782zM17.351 19.413h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782s0.356 0.782 0.782 0.782zM22.044 19.413h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0.071 0.427 0.356 0.782 0.782 0.782zM7.893 19.413h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782s0.356 0.782 0.782 0.782zM12.587 19.413h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782s0.356 0.782 0.782 0.782zM12.587 22.684h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0 0.498 0.356 0.782 0.782 0.782zM17.351 22.684h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0 0.498 0.356 0.782 0.782 0.782zM7.893 22.684h2.062c0.427 0 0.782-0.356 0.782-0.782s-0.356-0.782-0.782-0.782h-2.062c-0.427 0-0.782 0.356-0.782 0.782 0 0.498 0.356 0.782 0.782 0.782z"></path> </symbol> <symbol id="icon-staff" viewBox="0 0 32 32"> <title>staff</title> <path d="M2.418 5.547v20.409h27.164v-20.409h-27.164zM27.876 24.249h-23.751v-16.996h23.751v16.996zM25.813 13.44h-8.604v1.351h8.604v-1.351zM25.813 10.027h-8.604v1.351h8.604v-1.351zM25.813 16.853h-8.604v1.351h8.604v-1.351zM25.813 20.267h-8.604v1.351h8.604v-1.351zM15.147 19.058c0-1.564-1.209-2.844-2.702-3.058l-1.778 1.778-1.778-1.707c-1.564 0.142-2.702 1.422-2.702 3.058v2.56h9.031v-2.631zM10.667 15.644c1.636 0 2.987-1.351 2.987-2.987s-1.351-2.987-2.987-2.987c-1.636 0-2.987 1.351-2.987 2.987s1.351 2.987 2.987 2.987z"></path> </symbol> <symbol id="icon-message" viewBox="0 0 45 45"> <title>message</title> <path d="M36.85,32.18a13.65,13.65,0,0,0,4.22-9.68c0-8.42-8.31-15.25-18.57-15.25S3.93,14.08,3.93,22.5,12.24,37.75,22.5,37.75a21.43,21.43,0,0,0,10.39-2.61,14.72,14.72,0,0,0,5.81,2.4A.3.3,0,0,0,38.9,37C37.42,36,36.94,34.06,36.85,32.18ZM14.44,24.5a2,2,0,1,1,2-2A2,2,0,0,1,14.44,24.5Zm8.06,0a2,2,0,1,1,2-2A2,2,0,0,1,22.5,24.5Zm8.06,0a2,2,0,1,1,2-2A2,2,0,0,1,30.56,24.5Z"></path> </symbol> <symbol id="icon-free" viewBox="0 0 66 66"> <title>free</title> <path d="M54.67,18.54v0.33l0,1.32l-0.01,0.1c-0.11,2.59-3.15,4.52-7.01,4.52c-3.94,0-7.02-2.01-7.02-4.58l0-0.13c0,0,0-3.43,0-3.66c0-1.7,1.35-3.15,3.4-3.94l-4.01-2.27l0,2.89l-0.01,0.1c-0.12,2.58-3.16,4.51-7.01,4.51c-3.94,0-7.02-2.01-7.02-4.58V10.3l-3.95,2.24c1.94,0.77,3.24,2.12,3.33,3.72l0.01-0.01l0,2.72v1.23c0,2.59-3.08,4.6-7.02,4.6c-3.94,0-7.02-2.01-7.02-4.58l0-1.3l0.01-0.15l0.02-0.18L5,22.2L32.96,36.4L61,22.12L54.67,18.54zM33,32.64c-3.93,0-7.02-2.01-7.02-4.57l0-1.3c0,0,0-2.25,0-2.48c0-2.57,3.08-4.58,7.02-4.58c3.84,0,6.86,1.91,7.01,4.38l0.01-0.01l0,3.94C40.02,30.62,36.94,32.64,33,32.64zM18.35,20c3.31,0,5.99-1.59,5.99-3.54c0-1.96-2.68-3.54-5.99-3.54s-5.99,1.59-5.99,3.54C12.36,18.41,15.04,20,18.35,20zM33,16.72c3.31,0,5.99-1.59,5.99-3.54c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c-1.22,1.31-3.42,2.16-5.99,2.16s-4.76-0.86-5.99-2.16c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02C27.01,15.13,29.69,16.72,33,16.72zM41.66,16.45c0,1.96,2.68,3.54,5.99,3.54s5.99-1.59,5.99-3.54c0-1.96-2.68-3.54-5.99-3.54S41.66,14.5,41.66,16.45zM53.63,18.87c-1.22,1.31-3.42,2.16-5.99,2.16c-2.57,0-4.76-0.86-5.99-2.16c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,1.96,2.68,3.54,5.99,3.54s5.99-1.59,5.99-3.54c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02C53.64,18.88,53.64,18.87,53.63,18.87zM33,12.93c3.31,0,5.99-1.59,5.99-3.54c0-1.96-2.68-3.54-5.99-3.54s-5.99,1.59-5.99,3.54C27.01,11.35,29.69,12.93,33,12.93zM18.35,23.78c3.31,0,5.99-1.59,5.99-3.54c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c-1.22,1.31-3.42,2.16-5.99,2.16c-2.57,0-4.76-0.86-5.99-2.16c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02C12.36,22.19,15.04,23.78,18.35,23.78zM38.99,26.69C37.76,28,35.57,28.86,33,28.86s-4.76-0.86-5.99-2.16c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,0.01,0,0.01,0,0.02s0,0.01,0,0.02c0,0.01,0,0.01,0,0.02c0,1.96,2.68,3.54,5.99,3.54s5.99-1.59,5.99-3.54c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02s0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02c0-0.01,0-0.01,0-0.02C38.99,26.7,38.99,26.7,38.99,26.69zM33,20.73c-3.31,0-5.99,1.59-5.99,3.54s2.68,3.54,5.99,3.54s5.99-1.59,5.99-3.54S36.31,20.73,33,20.73zM5,22.97v24.75l27.35,15.49l-0.61-24.67L5,22.97zM33.57,63.21l27.35-15.49V22.97L34.18,38.54L33.57,63.21z"></path> </symbol> </defs> </svg> <div id="wrap_all"> <header id="side"> <div class="side_inner"> <a href="/web/yex_academy/"> <figure class="logo"><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240517162301_853.jpg" alt=""></figure> <h2 class="site_name"><span>特定非営利活動法人横浜エクセレンススポーツクラブ</span>横浜エクセレンスアカデミー</h2> </a> <nav class="nav_main"> <ul> <li> <a href="#information" > <svg class="icon"> <use xlink:href="#icon-information"></use> </svg>新着情報 <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#free1" > <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>バスケアカデミー <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#free4" > <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>チアダンスアカデミー <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#schedule" > <svg class="icon"> <use xlink:href="#icon-schedule"></use> </svg>スケジュール <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#free3" > <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>ユース <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#result" > <svg class="icon"> <use xlink:href="#icon-result"></use> </svg>活動報告 <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#staff" > <svg class="icon"> <use xlink:href="#icon-staff"></use> </svg>スタッフ紹介 <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#free5" > <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>運営会社 <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#free2" > <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>事業報告 <span class="arrow">&nbsp;</span> </a> </li> <li> <a href="#access" > <svg class="icon"> <use xlink:href="#icon-access"></use> </svg>アクセス <span class="arrow">&nbsp;</span> </a> </li> </ul> </nav> <ul class="contact"> <li> <a href="https://sgrum.com/web/yex_academy/contact/" target="_blank"> <span class="ico_mail"><svg class="icon"> <use xlink:href="#icon-inquiry"></use> </svg> </span> お問い合わせ </a> </li> </ul> </div> </header> <div id="hero"> <h1>特定非営利活動法人横浜エクセレンススポーツクラブ</h1> <div id="promotion"> <div class="swiper-container"> <div class="swiper-wrapper"> <div class="swiper-slide"><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0010/20240628151422_455.jpg" alt="Swiper01"></div> <div class="swiper-slide"><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0010/20240628151433_850.jpg" alt="Swiper02"></div> </div> <div class="swiper-pagination"></div> </div> <p id="catch_slide"></p> </div> </div> <div id="container"> <div class="col_main"> <section id="information"> <h3><svg class="icon"><use xlink:href="#icon-information"></use></svg>新着情報</h3> <ul> <li> <time datetime="2025/03/04T15:00:04"><span>2025/03/04</span>&emsp;<span>15</span>時<span>00</span>分</time> <h4 class="break_all"> 春休み体験会を開催します!【チアダンスアカデミー】 <img alt="pdf" src="/web/img/icon_pdf01.png" class="pdf-icon04"> </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/notification/0001/0004/0018/20250304145918_367.pdf" target="_blank" class="pdfview2"> <span class="result-pdf-file-name">cheer2025_spring_A4.pdf</span> <img class="pdf-img" src="https://image.sgrum.com/s0838hrisw/view/notification/0001/0004/0018/20250304145918_367.pdf?mode=thum" alt=""> </a> </div><!-- /wrap_photo --> <div class="text break_all">チアダンスアカデミーでは、春の体験会を開催いたします!<br /> <br /> 新学期に向けて、チアダンスにチャレンジしてみませんか?<br /> 体験会では楽しんで踊っていただけるプログラムをご用意しています!<br /> チアダンスの基礎から丁寧にレッスンを進めていきます。<br /> レッスンの最後ではポンポンを持って踊るお子様の姿を動画撮影していただくのもOKです♪<br /> <br /> 体験会参加当日にご入会いただいた方は通常5,500円の入会金が無料となります!<br /> ぜひこの機会をお見逃しなく!<br /> <br /> 鶴見校→3/20(木)<br /> 蒔田校→3/26(水)<br /> 馬車道校→3/31(月)<br /> クラスの詳細についてはこちらをご確認ください!<br /> →<a class="outside_link" href="https://pro.form-mailer.jp/fms/411c4b1b251186" target="_outside">https://pro.form-mailer.jp/fms/411c4b1b251186</a></div> </div> </li> <li> <time datetime="2024/06/07T17:14:03"><span>2024/06/07</span>&emsp;<span>17</span>時<span>14</span>分</time> <h4 class="break_all"> チアダンスアカデミーお友達紹介キャンペーン実施中! </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/notification/0001/0002/0060/20240607163005_037.jpg" class="boxer" title="チアダンスアカデミーお友達紹介キャンペーン実施中!"> <img src="https://image.sgrum.com/s0838hrisw/view/notification/0001/0002/0060/20240607163005_037.jpg" alt=""> </a> </div><!-- /wrap_photo --> <div class="text break_all">チアダンスアカデミーでは紹介キャンペーンを実施いたします!<br /> 現在チアダンスアカデミーに通っている生徒からのご紹介でお友達が入会していただくと、<br /> 紹介した方も月謝1ヶ月分(8,800円)が無料となるキャンペーンです!<br /> 紹介された方も、6月中の入会で月謝1ヶ月分(8,800円)が無料、体験当日にご入会いただくと入会金(5,500円)も無料となります!<br /> <br /> ぜひお友達と一緒にチアダンスを踊りましょう♪ <br /> まずは無料体験へのお申し込みをお待ちしております!<br /> お申し込みの際には、ご紹介者のお名前の記入いただくようお願いいたします!<br /> <br /> 詳しくはこちらをご覧ください。<br /> <a class="outside_link" href="https://yokohama-ex.jp/news/detail/id=21498" target="_outside">https://yokohama-ex.jp/news/detail/id=21498</a></div> </div> </li> <li> <time datetime="2024/05/27T14:48:02"><span>2024/05/27</span>&emsp;<span>14</span>時<span>48</span>分</time> <h4 class="break_all"> バスケアカデミーKGM校生徒募集中! </h4> <div class="inner"> <div class="text break_all">バスケットボールに関する基礎から実戦で使えるスキル等を<br /> 幅広く丁寧に指導することはもちろん、礼儀や思いやり等の技術以外のことも、<br /> バスケットボールを通じて楽しみながら学んでいけるスクールを目指しております。 <br /> <br /> そのため経験者はもちろん、初心者の方も安心して参加できる内容になっていますので、ぜひお気軽にご参加ください!<br /> <br /> 詳しくはこちらをご覧ください。<br /> <a class="outside_link" href="https://yokohama-ex.jp/news/detail/id=21181" target="_outside">https://yokohama-ex.jp/news/detail/id=21181</a></div> </div> </li> <li> <a href="information/" class="btn_type1">新着情報一覧</a> </li> </ul> </section> <div id="modal_pdfview2" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src="" ></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $('.pdfview2').on('click', function() { var imgsrc = $(this).attr('href'); $('#modal_pdfview2 #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview2'); return false; }); </script> <section id="free1" class="free"> <h3> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>バスケアカデミー</h3> <ul> <li> <time>&nbsp;</time> <h4 class="break_all"> 横浜エクセレンスアカデミー組織理念 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0044/20240603172847_442.jpg" class="boxer" title="横浜エクセレンスアカデミー組織理念"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0044/20240603172847_442.jpg" alt=""> </a> </div> <div class="text break_all">『全ての人に学びと笑顔を』<br /> <br /> 学びは成長、学び続け、成長し続ける場を提供します。また、アカデミー組織に携わるスタッフも学び続ける姿を共に表現していきます。<br /> 幼児から高齢者、全ての人に学びの場を提供できるクラブを目指します。<br /> クラブの理念である「スポーツを通じてたくさんの人を笑顔に」を実現するために、アカデミー組織に携わる全ての人々が笑顔に繋がる行動を意識し、笑顔の輪を広げていきます。</div> </div> </li> <li> <time>&nbsp;</time> <h4 class="break_all"> 体験申込 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0048/20240603175040_735.jpg" class="boxer" title="体験申込"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0048/20240603175040_735.jpg" alt=""> </a> </div> <div class="text break_all">無料体験は随時実施しています!<br /> ぜひお気軽にお申し込みください!<br /> <br /> お申し込みはこちら<br /> <a class="outside_link" href="https://pro.form-mailer.jp/fms/ffb99e25308557" target="_outside">https://pro.form-mailer.jp/fms/ffb99e25308557</a></div> </div> </li> <li> <time>&nbsp;</time> <h4 class="break_all"> クラスについて </h4> <div class="inner"> <div class="text break_all">詳細は『バスケアカデミー 一覧』よりご覧ください。</div> </div> </li> <li> <a href="free1/" class="btn_type1">バスケアカデミー一覧</a> </li> </ul> </section> <div id="modal_pdfview_free1" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src=""></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $('.pdfview_free1').on('click', function () { var imgsrc = $(this).attr('href'); $('#modal_pdfview_free1 #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview_free1'); return false; }); </script> <section id="free4" class="free"> <h3> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>チアダンスアカデミー</h3> <ul> <li> <time>&nbsp;</time> <h4 class="break_all"> チアダンスアカデミーの特徴 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0045/20240603174253_877.jpg" class="boxer" title="チアダンスアカデミーの特徴"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0045/20240603174253_877.jpg" alt=""> </a> </div> <div class="text break_all">◆横浜エクセレンスチアリーダーズ「Elegance」で 活動しているメンバーが講師<br /> さまざまなダンス経験を持つ講師が毎週のレッスンを担当します<br /> <br /> ◆初心者でももちろんOK! チアダンスの基礎をわかりやすく指導<br /> アームモーションやテクニックを丁寧に指導し、基礎体力や柔軟性を身につけます<br /> <br /> ◆横浜エクセレンスのホームゲームが発表会! Bリーグのアリーナで踊る経験<br /> 発表会に向けて努力することの大切さを学び、堂々としたパフォーマンスを目指します</div> </div> </li> <li> <time>&nbsp;</time> <h4 class="break_all"> 体験申込 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0046/20240603174604_456.jpg" class="boxer" title="体験申込"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0046/20240603174604_456.jpg" alt=""> </a> </div> <div class="text break_all">随時無料体験レッスンを実施しています!<br /> ぜひお気軽にお申し込みください!<br /> <br /> お申し込みはこちら<br /> <a class="outside_link" href="https://pro.form-mailer.jp/fms/411c4b1b251186" target="_outside">https://pro.form-mailer.jp/fms/411c4b1b251186</a></div> </div> </li> <li> <time>&nbsp;</time> <h4 class="break_all"> クラスについて </h4> <div class="inner"> <div class="text break_all">詳細は『チアダンスアカデミー 一覧』よりご覧ください。</div> </div> </li> <li> <a href="free4/" class="btn_type1">チアダンスアカデミー一覧</a> </li> </ul> </section> <div id="modal_pdfview_free4" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src=""></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $('.pdfview_free4').on('click', function () { var imgsrc = $(this).attr('href'); $('#modal_pdfview_free4 #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview_free4'); return false; }); </script> <section id="schedule"> <h3><svg class="icon"><use xlink:href="#icon-schedule"></use></svg>スケジュール</h3> <p><span class="year" id="schedule-year">2017</span><span class="month" id="schedule-month">5</span>月</p> <ul class="list_sche"> <li id="preMonth"><a href="javascript:void(0)">先月</a></li> <li id="nextMonth"><a href="javascript:void(0)">次月</a></li> </ul> <div class="wrap_table_sche"> <table id="table_sche"> <tbody> <tr> <th class="sun">日</th> <th>月</th> <th>火</th> <th>水</th> <th>木</th> <th>金</th> <th class="sat">土</th> </tr> </tbody> </table> </div> </section> <div style="display: none;"> <section id="sec-sche"></section> </div> <script src="/web/template_3/js/moment-with-locales.js"></script> <script> jQuery(function($) { moment.locale('ja'); drawSchedule(moment().format('YYYY'), moment().format('MM')); //$($("#schedule-header").find("ul").children()[0]).on('click', function(){ $("#preMonth").on('click', function(){ var targetYM = getCurrentMoment(); targetYM.add(-1, 'M'); drawSchedule( targetYM.format('YYYY'), targetYM.format('MM')); }); //$($("#schedule-header").find("ul").children()[1]).on('click', function(){ $("#nextMonth").on('click', function(){ var targetYM = getCurrentMoment(); targetYM.add(1, 'M'); drawSchedule( targetYM.format('YYYY'), targetYM.format('MM')); }); function getCurrentMoment() { return moment( $("#schedule-year").text() + "-" + $("#schedule-month").text() + "-" + "01", "YYYY-MM-DD"); } function drawSchedule(yyyy, MM) { remove(); drawCalendar(yyyy, MM); $("#td-" + moment().format('YYYYMMDD')).css("background-color","rgba(255,0,0,0.1)"); getSchedule(yyyy, MM); } function remove() { $("#table_sche").find("tr").each(function(index) { if(index != 0) { $(this).remove(); } }); $("#sec-sche").empty(); } function drawCalendar(yyyy, MM) { var targetYM = moment(yyyy + MM + "01", "YYYYMMDD"); //$("#schedule-header").find("span.year").text(targetYM.year()); //$("#schedule-header").find("span.month").text(targetYM.month() + 1); $("#schedule-year").text(targetYM.year()); $("#schedule-month").text(targetYM.month() + 1); var beginDate = moment(targetYM); beginDate.startOf('week'); var endDate = moment(targetYM); endDate.endOf('month'); endDate.endOf('week'); var lastTr; var lastTd; while(beginDate.isSameOrBefore(endDate)) { if(beginDate.day() == 0) { lastTr = $("#table_sche").children().append($("<tr></tr>")).children(":last"); } lastTd = lastTr.append($("<td class=\"break_all\"></td>")).children(":last"); lastTd.attr("id", "td-" + beginDate.format('YYYYMMDD')) .append($("<span>" + beginDate.date() + "</span>")); if(beginDate.month() != targetYM.month()) { lastTd.addClass("other"); } if(beginDate.day() == 0) { lastTd.addClass("sun"); }else if(beginDate.day() == 6) { lastTd.addClass("sat"); } beginDate.add(1, 'd'); } } function getSchedule(year, month) { $.ajax({ url:"/web/yex_academy/schedule.ajax", type:"GET", dataType:"json", data:{ "year": year, "month": month }, success: callbackSuccess }); } function addHoliday(holidayData) { for(key in holidayData) { $("#table_sche").find("#td-" + key).removeClass("sat"); $("#table_sche").find("#td-" + key).addClass("sun"); $("#table_sche").find("#td-" + key).find("span").append("&nbsp;&nbsp;&nbsp;" + holidayData[key]); } } function callbackSuccess(data) { addHoliday(data["holiday"]); addDaySchdeule(data["dayCalendarData"]); drawDetail(data["detailData"]); } function addHoliday(holidayData) { for(key in holidayData) { $("#table_sche").find("#td-" + key).removeClass("sat"); $("#table_sche").find("#td-" + key).addClass("sun"); $("#table_sche").find("#td-" + key).find("span").append("&nbsp;&nbsp;&nbsp;" + holidayData[key]); } } function addDaySchdeule(dayCalendarData) { for(key in dayCalendarData) { for(var i = 0; i < dayCalendarData[key].length; i++) { $("#table_sche").find("#td-" + key) .append($("<br/>")) .append($("<a></a>")).children(":last") .addClass("inline_sche") .attr("href", "#inline-sche" + dayCalendarData[key][i].seq) .append("■&nbsp;" + dayCalendarData[key][i].title); } } } function drawDetail(detailData) { //console.log("drawDetail"); //console.log(data); //console.log(JSON.stringify(data)); //console.dir(data); for(key in detailData){ var schoolEvent = detailData[key]; $("#sec-sche").append($("<div></div>")).children(":last") .attr('id', "inline-sche" + schoolEvent.seq) .addClass("inline-sche") .append($("<div></div>")).children(":last") .addClass("inner") .append($("<time></time>")).children(":last") .append(dateTag(schoolEvent)).parent() .append($("<h4 class=\"break_all\"></h4>")).children(":last") .append(schoolEvent.title).parent() .append($("<p class=\"break_all\"></p>")).children(":last") .append(schoolEvent.body); } inlineScheInt(); } function dateTag(schoolEvent) { var timeValue = "<span class=\"year\">" + schoolEvent.startYear + "</span>" + "<span class=\"month\">" + schoolEvent.startMonth + "</span>" + "月" + "<span class=\"day\">" + schoolEvent.startDate + "</span>" + "日(" + schoolEvent.startDayOfWeek + ")"; if(schoolEvent.startTime) { timeValue += "&nbsp;" + schoolEvent.startTime; } if(schoolEvent.startTime || schoolEvent.endYear) { timeValue += "<span>&nbsp;&nbsp;&nbsp;~&nbsp;&nbsp;&nbsp;</span>"; } if(schoolEvent.endYear) { timeValue += "<span class=\"year\">" + schoolEvent.endYear + "</span>" + "<span class=\"month\">" + schoolEvent.endMonth + "</span>" + "月" + "<span class=\"day\">" + schoolEvent.endDate + "</span>" + "日(" + schoolEvent.endDayOfWeek + ")"; } if(schoolEvent.endTime) { timeValue += "&nbsp;" + schoolEvent.endTime; } return timeValue; } function inlineScheInt() { $(".inline_sche").colorbox({ inline:true, maxWidth:"90%", maxHeight:"90%", opacity: 0.7 }); } }); </script> <section id="free3" class="free"> <h3> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>ユース</h3> <ul> <li> <time>&nbsp;</time> <h4 class="break_all"> 2024年度U15選手一覧 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0064/20250304122603_630.jpeg" class="boxer" title="2024年度U15選手一覧"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0064/20250304122603_630.jpeg" alt=""> </a> </div> <div class="text break_all">  氏名 カナ 身長 体重 現学年 背番号 ポジション<br />  <br /> 1 門谷 郁飛 カドヤ イクト 165 59 中3 23 SG<br /> 2 西條 隼斗 サイジョウ ハヤト 164 45 中3 35 PG<br /> 3 稲葉 信太郎 イナバ シンタロウ 168 65 中3 1 SF<br /> 4 伊藤 臣 イトウ シン 163 56 中3 2 PG<br /> 5 池谷 航弥汰 イケタニ コヤタ 182 66 中3 51 SF<br /> 6 芳賀 琉加 ハガ ルカ 171 70 中3 3 PG<br /> 7 伊納 宗吾 イノウ ソウゴ 176 69 中3 32 SF<br /> 8 高木 皇 タカギ コウ 161 54 中2 45 SG<br /> 9 宮川 怜英 ミヤガワ レイ 174 60 中2 36 SF<br /> 10 馬場 海人 ババ カイト 172 62 中2 34 PG<br /> 11 首藤 杏嗣 シュトウ アンジ 170 74 中2 6 SF<br /> 12 澤口 大和 サワグチ ヤマト 168 52 中2 11 PG<br /> 13 五十嵐 光海 イガラシ コウガ 165 46 中2 50 PG<br /> 14 伊東 快晟 イトウ カイセイ 169 59 中2 16 SG<br /> 15 中野 佑成 ナカノ ユウセイ 169 60 中2 8 SG<br /> 16 佐藤 怜音 サトウ レオン 163 59 中1 33 PG<br /> 17 五十嵐 大河 イガラシ タイガ 152 47 中1 4 SG<br /> 18 村上 大知 ムラカミ ダイチ 156 41 中1 77 PG<br /> 19 播磨 楽來 ハリマ ラク 157 49 中1 15 SG<br /> 20 寺田 楓季 テラダ フウキ 171 55 中1 96 SF<br /> 21 長田 龍之介 オサダ リュウノスケ 150 33 中1 24 PG<br /> 22 松井 大芽 マツイ タイガ 165 48 中1 17 SF<br /> 23 篠崎 丈太郎 シノザキ ジョウタロウ 166 55 中1 7 SF<br /> 24 森川 蒼空 モリカワ ソラ 161 47 中1 13 SG<br /> 25 川内 真翔 カワウチ マナト 148 41 中1 18 PG<br /> 26 矢澤 怜緯 ヤザワ レイ 147 36 中1 5 PG<br /> 27 千葉 優宗 チバ マサムネ 161 48 中1 19 SF<br /> 28 名波 航 ナナミ ワタル 173 55 中1 20 PF<br /> 29 秋元 勇人 アキモト ユウト 168 55 中1 12 SF</div> </div> </li> <li> <time>&nbsp;</time> <h4 class="break_all"> 2024年度U18選手一覧 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0087/20250304122535_003.jpeg" class="boxer" title="2024年度U18選手一覧"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0087/20250304122535_003.jpeg" alt=""> </a> </div> <div class="text break_all">氏名    カタカナ     身長 体重 学年 背番号 ポジション <br /> 長澤 蓮空 ナガサワ レアン 172 65 高1 81 PG <br /> 細川 大 ホソカワ ダイ 186 73 高1 0 PF <br /> 秋元 春樹 アキモト ハルキ 179 69 高1 88 SF <br /> 平河 功聖 ヒラカワ ヨシフミ 170 56 高1 9 SG <br /> 高野 歩 タカノ アユム 170 63 高1 22 SG <br /> 小島 悠士 コジマ ユウシ 175 63 高2 38 SF <br /> 上田 将大 ウエダ ユキヒロ 165 67 高2 10 PG <br /> 塚原 亮大 ツカハラ リョウダイ 181 70 高2 28 SF <br /> 大藪 陸 オオヤブ リク 173 80 高3 69 PG <br /> 佐々木 修斗 ササキ シュウト 177 78 高3 91 PG <br /> 酒井 大知 サカイ ダイチ 188 75 高3 99 PF <br /> 石井 佑樹 イシイ ユウキ 170 62 高3 55 PG <br /> 具志堅 翔聖 グシケン ショウセイ 168 65 高1 42 PG ※練習生<br /> 小川 翔太郎 オガワ ショウタロウ 170 69 高1 39 SG ※練習生</div> </div> </li> <li> <time>&nbsp;</time> <h4 class="break_all"> 2024年度U15女子選手一覧 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0088/20250304122450_904.jpeg" class="boxer" title="2024年度U15女子選手一覧"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0088/20250304122450_904.jpeg" alt=""> </a> </div> <div class="text break_all">氏名    カタカナ     身長 体重 学年 背番号 ポジション <br /> 神尾 茉奈 カミオ マナ 157 46 中3 5 SF<br /> 清水 桔子 シミズ キコ 172 65 中2 7 PF<br /> 眞田 紗華 サナダ スズカ 169 63 中2 41 SF<br /> 渡辺 里都喜 ワタナベ リツキ 153 42 中1 18 PG<br /> 小谷 えみ莉 コタニ エミリ 141 39 中1 33 PG<br /> 佐藤 有咲 サトウ アリサ 158 41 中1 6 SG<br /> 中村 徳子 ナカムラ ノリコ 160 50 中1 71 SF<br /> 山地 璃子 ヤマジ リコ 160 57 小6 24 SF<br /> 城間 愛花 シロマ ヨリカ 151 33 小6 10 SF<br /> 佐藤 那々羽 サトウ ナナハ 143 33 小6 78 PG<br /> 村居 里奈 ムライ リナ 151 40 小6 77 SG<br /> 富岡 漣華 トミオカ レンカ 162 45 小6 22 SF<br /> 森川 碧海 モリカワ ウミ 137 29 小5 12 PG</div> </div> </li> <li> <a href="free3/" class="btn_type1">ユース一覧</a> </li> </ul> </section> <div id="modal_pdfview_free3" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src=""></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $('.pdfview_free3').on('click', function () { var imgsrc = $(this).attr('href'); $('#modal_pdfview_free3 #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview_free3'); return false; }); </script> <section id="result"> <h3><svg class="icon"><use xlink:href="#icon-result"></use></svg>活動報告</h3> <div class="wrap_scroll_area"> <div class="scroll_area01"> <div class="result"> <div class="title_text"> <time datetime="2025/03/04T14:50:04">2025/03/04</time> <h4 class="break_all"> ホームゲーム発表会を行いました【チアダンスアカデミー】 </h4> <p class="break_all">2月15日に行われた横浜エクセレンスvs岩手ビッグブルズのホームゲームのハーフタイムショーに<br /> チアダンスアカデミーの生徒が出演いたしました!<br /> <br /> 今回は鶴見校の生徒も初めての発表会でしたね☆<br /> Eleganceとのコラボレーションで横浜市歌・全選手応援コールにも出演しました!<br /> <br /> 試合も接戦の末勝利しましたね♪<br /> また次回の出演に向けて、レッスンに励んでいきましょう!</p> </div> <ul class="slider"> <li><span style="background-image:url(https://image.sgrum.com/s0838hrisw/view/notification/0001/0004/0017/20250304144938_220.jpg)">&nbsp;</span></li> <li><span style="background-image:url(https://image.sgrum.com/s0838hrisw/view/notification/0001/0004/0017/20250304144942_382.jpg)">&nbsp;</span></li> </ul> </div> <div class="result"> <div class="title_text"> <time datetime="2024/06/18T11:05:03">2024/06/18</time> <h4 class="break_all"> Cheer Paradiseに出演しました【チアダンスアカデミー】 </h4> <p class="break_all">6月1日(土)に日産スタジアム東ゲートにて開催されたCheer Paradiseへ出演しました!<br /> とても良い天気の中でパフォーマンスできましたね!<br /> トップバッターでしたが、元気に盛り上げることができました☆<br /> <br /> 次回のイベント出演は7月28日(日)の中区ダンスフェスティバルです!<br /> 大きなホールでの発表となるので、これからもレッスンを頑張っていきましょう♪</p> </div> <ul class="slider"> <li><span style="background-image:url(https://image.sgrum.com/s0838hrisw/view/notification/0001/0002/0067/20240618110421_073.jpg)">&nbsp;</span></li> </ul> </div> <div class="result"> <div class="title_text"> <time datetime="2024/05/27T15:11:03">2024/05/27</time> <h4 class="break_all"> みなみ桜まつりに出演しました【チアダンスアカデミー】 </h4> <p class="break_all">3月24日(日)に蒔田公園で開催されたみなみ桜まつりへ出演しました!<br /> 馬車道校も蒔田校も元気いっぱいのパフォーマンスができました♪<br /> MCに挑戦したメンバーもとても素晴らしかったです☆<br /> <br /> 新学期となり学年が上がって新しいクラスでのレッスンがスタートしています!<br /> また次回のイベントに向けて、日々のレッスンに励んでいきましょう!</p> </div> <ul class="slider"> <li><span style="background-image:url(https://image.sgrum.com/s0838hrisw/view/notification/0001/0002/0032/20240527151044_488.jpg)">&nbsp;</span></li> </ul> </div> </div> </div> <div><!--<li>--> <div style="margin-bottom: 100px;">&nbsp;</div> </div><!--</li>--> </section> <div id="modal_pdfview" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src="" ></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $(".result-pdf01").on('click', function() { var imgsrc = $(this).attr('href'); $('#modal_pdfview #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview'); return false; }); </script> <div class="slide"> <div class="slide_inner"> <ul> <li><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240529174908_553.png" alt=""></li> <li><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240516124004_917.jpg" alt=""></li> <li><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240529174914_324.png" alt=""></li> <li><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240516124014_303.jpg" alt=""></li> </ul> </div> </div> <section id="staff"> <h3><svg class="icon"><use xlink:href="#icon-staff"></use></svg>スタッフ紹介</h3> <ul class="wrap_staff"> <li> <div class="photo" style="background-image:url(https://image.sgrum.com/s0838hrisw/view/staffprof/0001/0001/0004/20240618111803_478.jpg)"></div> <div class="staff_inner"> <h4>林 亮太<span>&nbsp;&nbsp;&nbsp;&nbsp;アカデミーダイレクター</span></h4> <p class="break_all">U15HC<br /> <br /> 経歴<br /> 大阪エヴェッサ練習生<br /> レノヴァ鹿児島(NBDL)<br /> 鹿児島レブナイズ(B2-B3)<br /> <br /> ......(続きは下の一覧ボタンから)</p> </div> </li> <li> <div class="photo" style="background-image:url(https://image.sgrum.com/s0838hrisw/view/staffprof/0001/0001/0015/20240618112016_271.jpg)"></div> <div class="staff_inner"> <h4>河合 翔吾<span>&nbsp;&nbsp;&nbsp;&nbsp;バスケアカデミーコーチ</span></h4> <p class="break_all">U15サポートコーチ<br /> <br /> 指導歴<br /> ヴィッキーズアカデミーコーチ<br /> 横浜エクセレンスアカデミーコーチ<br /> <br /> ライセンス<br /> ......(続きは下の一覧ボタンから)</p> </div> </li> <li> <div class="photo" style="background-image:url(https://image.sgrum.com/s0838hrisw/view/staffprof/0001/0001/0011/20240529170541_766.png)"></div> <div class="staff_inner"> <h4>岩上 将也<span>&nbsp;&nbsp;&nbsp;&nbsp;バスケアカデミーコーチ</span></h4> <p class="break_all">U15AC<br /> <br /> 指導歴<br /> ヴィッキーズアカデミーコーチ<br /> 横浜エクセレンスアカデミーコーチ<br /> <br /> ライセンス<br /> ......(続きは下の一覧ボタンから)</p> </div> </li> </ul> <a class="btn_type1" href="staff/">スタッフ紹介一覧</a> </section> <section id="free5" class="free"> <h3> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>運営会社</h3> <ul> <li> <time>&nbsp;</time> <h4 class="break_all"> 運営会社概要 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0010/20240809144925_064.jpg" class="boxer" title="運営会社概要"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0003/0010/20240809144925_064.jpg" alt=""> </a> </div> <div class="text break_all">会社名<br /> 特定非営利活動法人横浜エクセレンススポーツクラブ<br /> <br /> <br /> 設立<br /> 2022年7月21日<br /> <br /> <br /> 役員 <br /> 代表理事  今村 洸太<br /> <br /> 副理事   瀧澤 真史<br /> <br /> 理事    林 亮太<br /> <br /> 幹事    新城 奈歩<br /> <br /> <br /> 設立目的 <br /> この法人は、広く一般市民、特に子ども達に対して、各種スポーツクラブの企画、運営に関する事業、各種スポーツイベント、スポーツ教室等の企画、開催に関する事業を行い、スポーツを通して子どもの健全育成と地域住民の福祉の増進を図り、もって広く公益に寄与することを目的とする。<br /> <br /> <br /> 事業内容 <br /> 特定非営利活動に係る事業<br /> 1 各種スポーツクラブの企画、運営に関する事業<br /> 2 各種スポーツイベント、スポーツ教室等の企画、開催に関する事業</div> </div> </li> <li> <div style="margin-bottom: 100px;">&nbsp;</div> </li> </ul> </section> <div id="modal_pdfview_free5" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src=""></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $('.pdfview_free5').on('click', function () { var imgsrc = $(this).attr('href'); $('#modal_pdfview_free5 #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview_free5'); return false; }); </script> <section id="free2" class="free"> <h3> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg>事業報告</h3> <ul> <li> <time>&nbsp;</time> <h4 class="break_all"> 令和4年度事業報告書 </h4> <div class="inner"> <div class="wrap_photo"> <a href="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0037/20240528180031_206.jpg" class="boxer" title="令和4年度事業報告書"> <img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0002/0037/20240528180031_206.jpg" alt=""> </a> </div> <div class="text break_all">令和4年度事業報告のお知らせ<br /> <br /> <a class="outside_link" href="https://yokohama-ex.jp/news/detail/Reiwa4_BusinessReport" target="_outside">https://yokohama-ex.jp/news/detail/Reiwa4_BusinessReport</a></div> </div> </li> <li> <div style="margin-bottom: 100px;">&nbsp;</div> </li> </ul> </section> <div id="modal_pdfview_free2" class="modal-content"> <div class="wrap_modal01"> <div class="wrap_modal02"> <iframe class="w100per" id="popup_pdf_file" type="application/pdf" src=""></iframe> </div> <div class="wrap_btn01"> <p> <a href="javascript:void(0)"> <button class="close01" type="button" name="" value=""><img src="/web/img/btn_close01.jpg" alt="閉じる"></button> </a> </p> </div> </div> </div> <script> $('.pdfview_free2').on('click', function () { var imgsrc = $(this).attr('href'); $('#modal_pdfview_free2 #popup_pdf_file').attr('src', imgsrc); open_modal_dialog('modal_pdfview_free2'); return false; }); </script> </div> <div class="col_right"> <section id="message"> <h3><!--<svg class="icon"><use xlink:href="#icon-message"></use></svg>スクールからのメッセージ--></h3> <div class="photo" style="background-image: url('https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240517142716_663.jpg')"></div> <h4 class="break_all">組織理念</h4> <p class="break_all">『全ての人に学びと笑顔を』<br /> <br /> 学びは成長、学び続け、成長し続ける場を提供します。また、アカデミー組織に携わるスタッフも学び続ける姿を共に表現していきます。<br /> 幼児から高齢者、全ての人に学びの場を提供できるクラブを目指します。<br /> クラブの理念である「スポーツを通じてたくさんの人を笑顔に」を実現するために、アカデミー組織に携わる全ての人々が笑顔に繋がる行動を意識し、笑顔の輪を広げていきます。</p> </section> <section id="access"> <h3><svg class="icon"><use xlink:href="#icon-access"></use></svg>アクセス</h3> <div class="access_item" data-lat="35.444495200000" data-lng="139.636606500000"> <h4>ヘッドオフィス</h4> <p class="break_all">〒231-0016<br>神奈川県横浜市中区真砂町2-25<br> 関内中央ビル 4F K402号<br> </p> <br> <div class="map"></div> </div><!--access--> <div class="access_item" data-lat="35.448858400000" data-lng="139.635505900000"> <h4>チア馬車道校</h4> <p class="break_all">〒231-0011<br>神奈川県神奈川県横浜市中区太田町5-67<br> 第一須賀ビル4F<br> </p> <br> <div class="map"></div> </div><!--access--> <div class="access_item" data-lat="35.431337000000" data-lng="139.608825200000"> <h4>チア蒔田校</h4> <p class="break_all">〒232-0018<br>神奈川県横浜市南区花之木町3丁目48-1<br> ビエラ蒔田 3F<br> </p> <br> <div class="map"></div> </div><!--access--> <div class="access_item" data-lat="35.323604500000" data-lng="139.627243300000"> <h4>バスケKGM校</h4> <p class="break_all">〒236-0037<br>神奈川県横浜市金沢区六浦東1-50-1<br> 関東学院六浦小学校<br> </p> <br> <div class="map"></div> </div><!--access--> </section> <script src="https://map.yahooapis.jp/js/V1/jsapi?appid=dj00aiZpPWpuQmJwTnllUFpBTCZzPWNvbnN1bWVyc2VjcmV0Jng9MDg-"></script> <link href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css" rel="stylesheet" type="text/css" media="all" /> <script type="text/javascript" src="https://unpkg.com/leaflet@1.3.1/dist/leaflet.js"></script> <script type="text/javascript"> jQuery(function($) { var map = {}; $.each($(".access_item"), function(index, elem) { /* var latlng = new google.maps.LatLng( $(this).data('lat'), $(this).data('lng')); var myOptions = { zoom: 15, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP, scrollwheel: false }; new google.maps.Marker({ position: latlng, map: new google.maps.Map( $(this).find(".map").get(0), myOptions) }); */ /* var ymap = new Y.Map($(this).find(".map").get(0), { configure : { doubleClickZoom : true, scrollWheelZoom : true, dragging : true } }); ymap.addControl(new Y.SliderZoomControlVertical()); ymap.addControl(new Y.ScaleControl()); ymap.bind('load', function(){ $(".yolp-ymapbanner").remove(); }); latlng = new Y.LatLng($(this).data('lat'),$(this).data('lng')); ymap.drawMap(latlng, 15, Y.LayerSetId.NORMAL); marker = new Y.Marker(latlng); ymap.addFeature(marker); */ var lat = $(this).data('lat'); var lng = $(this).data('lng') var latlon = L.latLng(lat, lng); if(map[lng]){ map[lng].remove(); delete map[lng]; } try{ map[lng] = L.map($(this).find(".map").get(0)).setView(latlon, 16); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors' }).addTo(map[lng]); var marker = L.marker([lat, lng]).addTo(map[lng]); }catch(e){ return; } } ); }); </script> <div id="sns-root"></div> <script> (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v2.8"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script> <div class="sns"> <div class="sns_item"> <p class="logo_text">Instagram</p> <blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/CSEX_YYh8tu/?utm_source=ig_embed&amp;utm_campaign=loading" data-instgrm-version="14" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/CSEX_YYh8tu/?utm_source=ig_embed&amp;utm_campaign=loading" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;">この投稿をInstagramで見る</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;"></div></div></a><p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;"><a href="https://www.instagram.com/p/CSEX_YYh8tu/?utm_source=ig_embed&amp;utm_campaign=loading" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;" target="_blank">横浜エクセレンスアカデミー/U15(@yokohamaex_academy)がシェアした投稿</a></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script> </div> <p class="logo_text">&nbsp;</p> </div> <ul class="bnr"> <li> <a href="http://sgrum.com/" target="_blank"> <img src="/web/template_1/img/sample/bnr_sgrum02.jpg" alt=""> </a> <p style="position:absolute; top:54px; left:75px; font-size:10px; color:white; font-weight:bold;"> <span style="color:#FFDB1A">スクールID:</span>s0838hrisw </p> </li> <li><a href="https://yokohama-ex.jp" target="_blank"><img src="https://image.sgrum.com/s0838hrisw/view/hp/0001/0001/0007/20240529110441_385.jpg" alt=""></a></li> </ul> </div> </div><!-- container --> <footer> <ul class="footer_link_main"> <li> <a href="#information"> <svg class="icon"> <use xlink:href="#icon-information"></use> </svg> <span>新着情報</span> </a> </li> <li> <a href="#free1"> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg> <span>バスケアカデミー</span> </a> </li> <li> <a href="#free4"> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg> <span>チアダンスアカデミー</span> </a> </li> <li> <a href="#schedule"> <svg class="icon"> <use xlink:href="#icon-schedule"></use> </svg> <span>スケジュール</span> </a> </li> <li> <a href="#free3"> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg> <span>ユース</span> </a> </li> <li> <a href="#result"> <svg class="icon"> <use xlink:href="#icon-result"></use> </svg> <span>活動報告</span> </a> </li> <li> <a href="#staff"> <svg class="icon"> <use xlink:href="#icon-staff"></use> </svg> <span>スタッフ紹介</span> </a> </li> <li> <a href="#free5"> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg> <span>運営会社</span> </a> </li> <li> <a href="#free2"> <svg class="icon"> <use xlink:href="#icon-free"></use> </svg> <span>事業報告</span> </a> </li> <li> <a href="#access"> <svg class="icon"> <use xlink:href="#icon-access"></use> </svg> <span>アクセス</span> </a> </li> </ul> <ul class="footer_link_primary"> <li> <a href="https://sgrum.com/web/yex_academy/contact/" target="_blank"> <span class="ico"> <svg class="icon f-icon02"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-inquiry"></use> </svg> </span> お問い合わせ </a> </li> <li><a class="inline_privacy cboxElement" href="#inline_privacy"><span class="ico"><svg class="icon f-icon02"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-privacy"></use></svg></span>プライバシーポリシー</a></li> </ul> <p id="bottom">特定非営利活動法人横浜エクセレンススポーツクラブ</p> <p id="copyright"><small>Copyright © YOKOHAMA EXCELLENCE . All Rights Reserved</small></p> <a href="http://sgrum.com" rel="external" id="wrap_sgrum" target="_brank"> <p><img src="/web/template_3/img/logo_sgrum01.png" alt="Sgrum"></p> <p>このサイトはSgrumサービスが提供しています。緊急連絡・連絡網・アンケートなどSgrumアプリと連動したホームページサービスです。</p> <p class="poweredby">Powered By Sgrum</p> </a> <div id="btn_pagetop"></div> <div id="goal"></div> </footer> <div style="display: none;"> <section id="inline_privacy"> <div id="inner"> <h3>プライバシーポリシー</h3> お客様の個人情報のお取扱いについて<br /> <br /> 株式会社横浜エクセレンス(以下「当社」といいます)は、以下のとおり個人情報保護方針を定め、個人情報保護の仕組みを構築し、全従業員に個人情報保護の重要性の認識と取組みを徹底させることにより、個人情報の保護を推進致します。<br /> <br /> 個人情報の管理<br /> 当社は、お客さまの個人情報を正確かつ最新の状態に保ち、個人情報への不正アクセス・紛失・破損・改ざん・漏洩などを防止するため、セキュリティシステムの維持・管理体制の整備・社員教育の徹底等の必要な措置を講じ、安全対策を実施し個人情報の厳重な管理を行ないます。<br /> <br /> 個人情報の利用目的<br /> 会員の氏名、住所、電話番号、性別、生年月日及び電子メールアドレス等の個人情報に関し、弊社の利用目的を次の各号のとおりとします。<br /> ① 本会における特典等商品を発送すること。<br /> ② 弊社が商品、サービス、その他情報等本会からのお知らせを会員宛に電子メール、郵便等により送付すること。<br /> ③ 会員名簿の作成<br /> <br /> 個人情報の第三者への開示・提供の禁止<br /> 当社は、お客さまよりお預かりした個人情報を適切に管理し、次のいずれかに該当する場合を除き、個人情報を第三者に開示いたしません。<br /> • お客さまの同意がある場合<br /> • お客さまが希望されるサービスを行なうために当社が業務を委託する業者に対して開示する場合<br /> • 法令に基づき開示することが必要である場合<br /> <br /> 個人情報の安全対策<br /> 当社は、個人情報の正確性及び安全性確保のために、セキュリティに万全の対策を講じています。<br /> <br /> ご本人の照会<br /> お客さまがご本人の個人情報の照会・修正・削除などをご希望される場合には、ご本人であることを確認の上、対応させていただきます。<br /> <br /> 個人情報の共同利用について<br /> 当社は、以下のとおり、会員情報を共同利用することがあります。<br /> ① 共同利用する者の範囲<br /> B1クラブ、B2クラブ、B3クラブ、一般社団法人ジャパン・バスケットボールリーグ、公益社団法人ジャパン・プロフェッショナル・バスケットボールリーグ(以下「Bリーグ」)および日本バスケットボール協会、B.MARKETING(ビーマーケティング)株式会社、バスケットボール・コーポレーション株式会社<br /> <br /> ② 共同利用する情報項目<br /> (i) 連絡先情報等<br /> (a) 氏名<br /> (b) 住所<br /> (c) 年齢または生年月日<br /> (d) 性別<br /> (e) 電話番号、メールアドレスその他の連絡先情報<br /> (f) アカウントへのアクセス者の本人確認に必要な会員ID、パスワードその他の情報<br /> (g) その他、当社が指定する会員に関する情報<br /> (ii) 利用履歴等<br /> (a) 当社の各サービスの利用履歴、アクティビティに関する情報<br /> (b) カスタマーサポートの利用時のやり取り<br /> (iii) クッキー等<br /> 当社の各サービスにアクセスする際のクッキー、IPアドレス、ブラウザの種類、ブラウザの言語、参照ページおよび出口ページ、プラットフォームの種類、クリック数、ドメイン名、ランディングページ、ページ閲覧数およびページの閲覧順序、各ページのURL、特定のページの閲覧時間、アプリもしくはウェブサイトの状況および当社のアプリもしくはウェブサイトにおけるアクティビティを行った日時その他の情報<br /> <br /> ③ 共同利用の目的<br /> (i) Bリーグまたは当社の商品・サービス等の提供、連絡および関連する規約等の変更などの重要な通知のため<br /> (ii) Bリーグまたは当社の商品・サービス等その他のバスケットボールに関する商品・サービス等の開発、提供、メンテナンスおよび向上に役立てるため<br /> (iii) Bリーグまたは当社の商品・サービス等その他のバスケットボールに関する商品・サービス等の広告の開発、配信・提供およびその成果確認のため<br /> (iv) 本人確認、認証サービスのため<br /> (v) アンケート、懸賞、キャンペーンの実施のため<br /> (vi) マーケティング調査、統計、分析のため<br /> (vii) システムメンテナンス、会員からの問い合わせ対応のため<br /> (viii) 不正行為または違法となる可能性のある行為を防止するため<br /> (ix) Bリーグまたは当社の利用規約を執行するため<br /> (x) その他、Bリーグまたは当社の各サービスにおいて定める目的のため<br /> <br /> ④ 共同利用の管理責任者<br /> Bリーグ<br /> 皆様の個人情報につきまして、上記の利用目的以外の目的で、第三者へ開示することはございません。<br /> 中学生以下の皆様の個人情報については、必ず保護者の方の同意の下で登録、お申込みいただきますようお願いいたします。<br /> <br /> 法令、規範の遵守と見直し<br /> 当社は、保有する個人情報に関して適用される日本の法令、その他規範を遵守するとともに、本ポリシーの内容を適宜見直し、その改善に努めます。<br /> <br /> お問い合わせ<br /> 当社の個人情報の取扱に関するお問い合せは下記までご連絡ください。<br /> 株式会社横浜エクセレンス<br /> 〒231-0016 神奈川県横浜市中区真砂町2-25  関内中央ビル4F K402号<br /> TEL 045-264-6424<br /> FAX 045-264-6425<br /> <a class="outside_link" href="https://yokohama-ex.jp/inquiry/" target="_outside">https://yokohama-ex.jp/inquiry/</a><br /> <br /> 個人情報のお取り扱いについて<br /> 個人情報取扱事業者:株式会社横浜エクセレンス<br /> 住所:神奈川県横浜市中区真砂町真砂町2-25  関内中央ビル4F K402号<br /> メールアドレス:info@yokohama-ex.jp<br /> TEL:045-264-6424 FAX:045-264-6425<br /> 個人情報管理責任者:代表取締役社長 桜井 直哉<br /> <br /> 利用規約につきましては こちら </div> </section> </div> <script> jQuery(function($) { //プライバシーポリシー詳細モーダル $(".inline_privacy").colorbox({ inline: true, maxWidth: "90%", maxHeight: "90%", opacity: 0.7 }); }); </script> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10