CINXE.COM
個人情報保護方針|未来検索ブラジル
<!DOCTYPE html> <html lang="ja"> <head> <title>個人情報保護方針|未来検索ブラジル</title> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href= "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity= "sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/> <link rel="stylesheet" href= "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css"/> <script src= "https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity= "sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"> </script> <style> @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap'); </style> <style> html { scroll-padding-top: 100px; } body { font-family: 'Zen Kaku Gothic Antique', sans-serif; margin-top:100px; background-color:#F9F8F4; line-height: 1.8; } h1,p { margin:0; padding:0; } h4 { margin-top:20px; } a { color: rgba(209,15,119,1); text-decoration: none; } a:hover { color: rgba(209,15,119,0.6); } pre { margin:0; } .blockquote{ font-size:1rem; } .nav-link { color: var(--c-main-font) !important; } .card { max-width:900px; } .menu { height:70px; } .site-logo { width: 70px; height: 50px; } /* top */ .topbox{ height:400px; background-image: url("./img/top/square.jpg"); background-position:center center; background-repeat: no-repeat; background-size: 100% auto; text-align: center; align-items: center; display: flex; justify-content: center; } .tslist{ max-width:800px; margin:auto; } .tlogo { width:240px; height:240px; position:relative; } .tlogo > img{ width:240px; height:240px; border-radius:50%; overflow:hidden; position:absolute; } .tlogo img{ max-width:100%; } .tlogo a{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .tlogo:hover{ cursor: pointer; } .tlogo:hover > img{ opacity: 0.6; transition-duration: 0.3s; } .tlogoi{ position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .more{ width:50%; position:absolute; bottom:0; right:0; } /* service */ .slist{ max-width:900px; } .slist a{ display: inline-block; white-space: nowrap; } .slogo { width:240px; height:180px; overflow: hidden; text-align: center; align-items: center; display: flex; justify-content: center; padding:0; } .slogo img{ max-width:100%; } .card-body{ padding: 2rem 1rem; } /*company*/ .table1{ width:120px; background-color:lightgray; font-weight:600; } .table2{ background-color:white; } td{ border-bottom:#F9F8F4 2px solid; } .yellow_line{background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;} /*contact*/ .contact-list>li{ display:none; } .contact-list{ list-style: none; } .contact-list figure { position: relative; border-radius: 6px; height: 60px; margin: 0; display: grid; place-items: center; overflow: hidden; } .contact-list img { position: absolute; top: 0; bottom: 0; margin: auto; z-index: 0; transition: all 0.25s ease 0s; width: 100%; } .contact-list h2 { font-size: 100%; max-width:80%; color: white; position: absolute; text-shadow: 0 0 4px rgb(0 0 0 / 50%); } .confirm{ background-color:white; width:100%; margin-bottom:10px; } .confirm th{ border: solid 1px black; } .confirm td{ border: solid 1px black; } .red{ color:red; } .check-wrapper{ display: grid; } .btn-submit { display: grid; grid-template-columns: auto 1fr; text-align: center; border-radius: 36px; overflow: hidden; background: #ccc; max-width: 540px; } .btn-submit #agree_btn { display: flex; border-radius: 36px 0 0 36px; align-items: center; padding: 0 10px 0 20px ; } .btn-submit #submit { display: flex; align-items: center; justify-content: center; border: none; border-radius: 36px 0 0 36px; color:white; width: 100%; height: 48px; background-image: linear-gradient(to right, #ccc, #eee 50%, #bf006a 50.1%, #FF0089); background-size: 300% 100%; transition: all .8s ease-in-out; } #submit img { height: 18px; } .submit { color:white; background-color: #bf006a; } .submit:hover { color:white; } .btn-submit #submit.active_btn { cursor: pointer; background-position: 100% 0; font-weight: bold; transition: all .8s ease-in-out; } .clist div{ margin-top:3px; } .clist input,.clist textarea{ border: none; } #service{ border: none; } .form-img{ width:100%; max-width:300px; height: auto; } .footer a{ margin:5px; color:var(--c-main-font) !important; text-decoration: none; white-space: nowrap; } @media (max-width: 575.98px) { .card-body{ padding: 0rem 1rem 1rem; } .topbox { height: 300px; } .tlogo { width:150px; height:150px; } .tlogo > img{ width:150px; height:150px; } } </style> </head> <body> <div class="container-fluid fixed-top bg-white p-0" style="box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);"> <div class="container-md menu p-0"> <nav class="nav navbar navbar-expand-md navbar-light w-100 bg-white"> <a href="./" class="site-logo"><img src="./img/logo.svg" alt="未来検索ブラジル ロゴ"></a> <button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse" data-bs-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="navbar-nav ms-auto"> <li class="nav-item"> <a class="nav-link" href="./">トップ</a> </li> <li class="nav-item"> <a class="nav-link" href="./company.php">会社概要</a> </li> <li class="nav-item"> <a class="nav-link" href="./service.php">サービス概要</a> </li> <li class="nav-item"> <a class="nav-link" href="./recruit.php">スタッフ募集</a> </li> <li class="nav-item"> <a class="nav-link" href="./contact.php">お問い合わせ</a> </li> </ul> </div> </nav> </div> </div> <div class="container-md" style="max-width:800px;"> <h1 class="text-center p-4">個人情報保護方針</h1> <p> 当社は、検索エンジン・仮想通貨システム・オンラインコミュニケーションエンジン・オンラインエンターテイメントの基礎研究をはじめとして、その周辺技術やツール、さらには世の中を便利にするものや面白いものを開発し続け、便利に使われるようになることを目指す上で、個人情報保護の使命と責任を十分に自覚し、顧客の信頼を得るために、適切な個人情報保護に関する取組みを実行いたします。 </p> <p>1.当社は、上記に示す事業の内容及び規模を考慮して、個人情報を適切に取得、利用いたします。当社では、あらかじめご本人の同意を得ることなく利用目的の達成に必要な範囲を超えた個人情報の取り扱いを行わないことを原則とし、そのための措置を講じます。 </p> <p> 2.当社は、ご本人の同意を得た場合や法令等により正当な理由がある場合を除き、個人情報を第三者に提供いたしません。 </p> <p> 3.当社は、個人情報の取扱いに関する法令、国が定める指針その他の規範を遵守します。 </p> <p> 4.当社は、保有する個人情報の漏えい、滅失又はき損を防止するため、対策を講じるとともに、必要な是正措置を講じます。 </p> <p> 5.当社は、個人情報の取扱い及び個人情報保護マネジメントシステムに関する苦情・相談窓口を設置し、対応いたします。 </p> <p> 6.当社は、JIS規格(JISQ15001)に基づく個人情報保護マネジメントシステムを運用し、継続的に見直し、改善していきます。 </p> <p> 7.当社が、匿名加工情報(個人情報保護法第2条第9項に定める匿名加工情報をいいます。以下同じ)を作成するときは、法令等に基づく適正な加工を行った上で、安全管理措置を講じ、当該匿名加工情報に含まれる情報の項目を公表し、本人の特定を禁止いたします。また、匿名加工情報を提供するときは、当該匿名加工情報に含まれる個人情報の項目と提供の方法を公表するとともに、提供先に対して匿名加工情報であることを明示いたします。 </p> <p>本方針は、当社内全従業員に周知させる。また、従業員各自の教育、啓発に努め個人情報保護意識の高揚を図る。 </p> <p class="mt-3"> 制定日:2010年3月25日<br> 改定日:2020年11月11日<br> 有限会社未来検索ブラジル<br> 代表取締役社長 竹中直純<br> </p> -----------------------<br> 個人情報保護に関するお問合せ先<br> 〒150-0046 <br> 東京都渋谷区松濤2-11-11 松涛伊藤ビル 2F<br> 有限会社未来検索ブラジル 個人情報保護外部対応窓口 宛<br> <a href="./contact.php">弊社お問い合わせフォーム</a><br> -----------------------<br> <div class="row"> <div class="col-sm-9"> <p> 個人情報の取り扱いについて<br> <a href="./privacyinfo.php">https://www.razil.jp/privacyinfo.php</a> </p> </div> <div class="col-sm-3"> <!-- <img src="./img/privacy/1700633.png" style="max-width:100%;"> --> <img src="./img/privacy/17000633_08_jp.webp" style="max-width:100%;"> </div> </div> </div> <div class="footer text-center mx-auto" style="margin-top:100px;"> <a class="" href="./company.php">会社概要</a> <a class="" href="./privacy.php">個人情報保護方針</a> <a class="" href="./privacyinfo.php">個人情報の取り扱いについて</a> <a class="" href="./contact.php">お問い合わせ</a> </div> <div class="footer text-center mx-auto mb-2"> © 2021 Brazil Ltd. </div> </body> </html>