CINXE.COM

Privacy Policy

<!doctype html> <html lang="en-GB" prefix="og: https://ogp.me/ns#"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="dns-prefetch" href="https://www.googletagmanager.com/" > <style> /* noto-sans-regular - latin_vietnamese */ @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Noto Sans'; font-style: normal; font-weight: 400; src: url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ } /* noto-sans-500 - latin_vietnamese */ @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Noto Sans'; font-style: normal; font-weight: 500; src: url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ } /* noto-sans-600 - latin_vietnamese */ @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Noto Sans'; font-style: normal; font-weight: 600; src: url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ } /* noto-sans-700 - latin_vietnamese */ @font-face { font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ font-family: 'Noto Sans'; font-style: normal; font-weight: 700; src: url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/wp-content/themes/miichi-pro/assets/fonts/noto-sans-v36-latin_vietnamese-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ } *{font-family:"Noto Sans", sans-serif!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;} *,:after,:before{box-sizing:inherit;} *{box-sizing:border-box;padding:0;margin:0;font-family:"Noto Sans";} ul{list-style:none;} header{padding:0 20px;position:fixed;top:0;left:0;width:100vw;z-index:999999;box-shadow:0px 1px 5px 0 black;background:white;transform:translateY(0);transition:all 0.3s ease;} @media screen and (max-width: 1000px){ header{display:none;} } header .container{display:flex;justify-content:space-between;align-items:center;height:96px;max-width:1200px;margin:0 auto;} header .container .top_page_logo{width:160px;height:48px;} header .container .top_page_logo img{width:100%;} header .container .navbars{height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px;height:100%;} header .container .navbars .nav{display:flex;align-items:center;height:100%;position:relative;} header .container .navbars .nav img:last-child{display:none;} header .container .navbars .nav span{font-size:16px;font-style:normal;font-weight:500;line-height:26px;} header .container .navbars .nav .dropdown-content{display:flex;pointer-events:none;opacity:0;position:absolute;top:100%;width:max-content;height:max-content;border-radius:16px;background:var(--Color-Text-background, #fff);padding:32px;box-shadow:0px 8px 16px 0px rgba(0, 0, 0, 0.2);transition:all 0.2s ease;z-index:99999;} header .container .navbars .nav .dropdown-content img{margin-right:24px;} header .container .navbars .nav .dropdown-content ul{margin-right:32px;} header .container .navbars .nav .dropdown-content ul:last-child{margin-right:0;} header .container .navbars .nav .dropdown-content ul li{color:var(--Color-Subtext, #6c757d);font-family:"Noto Sans";font-size:16px;font-style:normal;font-weight:500;line-height:26px;position:relative;min-width:250px;width:max-content;padding:8px 16px;padding-left:38px;} header .container .navbars .nav .dropdown-content ul li::after{position:absolute;content:"";left:21px;top:18px;width:5px;height:5px;border-radius:50%;background:#6c757d;} header .container .navbars .nav .dropdown-content ul li:hover{color:#ef3f23;background:#f5e6e4;} header .container .navbars .nav .dropdown-content ul li:hover::after{background-color:#ef3f23;} header .container .navbars .nav .dropdown-content ul li.head{color:var(--Color-Text-color, #111827);margin-bottom:7px;font-family:"Noto Sans";font-size:16px;font-style:normal;font-weight:600;line-height:26px;padding:8px 16px;} header .container .navbars .nav .dropdown-content ul li.head::after{display:none;} header .container .navbars .nav .dropdown-content ul li.head:hover{background-color:transparent;} header .container .navbars .nav .dropdown-content.service{left:-440px;} header .container .navbars .nav .dropdown-content.profile{left:-180px;} header .container .navbars .nav .dropdown-content.profile img{width:150px;height:120px;} header .container .navbars .nav:hover{cursor:pointer;color:#ef3f23;} header .container .navbars .nav:hover .dropdown-content{display:flex;opacity:1;pointer-events:all;} header .container .navbars .nav:hover::after{position:absolute;content:"";width:100%;height:4px;bottom:0;right:0;background-color:#ef3f23;border-radius:4px;} header .container .navbars .nav:hover img.main{display:none;} header .container .navbars .nav:hover img:last-child{display:block;} header .container .header_sevice{display:flex;align-items:center;} header .container .header_sevice .contact_us_btn{cursor:pointer;color:#ef3f23;font-size:16px;font-style:normal;font-weight:600;line-height:26px;display:flex;padding:8px 16px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #ef3f23;background:#fff;position:relative;} header .container .header_sevice .contact_us_btn .dropdown-content{display:flex;pointer-events:none;opacity:0;position:absolute;top:105%;left:0;width:max-content;height:max-content;border-bottom-right-radius:16px;border-bottom-left-radius:16px;overflow:hidden;background:var(--Color-Text-background, #fff);box-shadow:0px 8px 16px 0px rgba(0, 0, 0, 0.2);transition:all 0.2s ease;z-index:99999;} header .container .header_sevice .contact_us_btn .dropdown-content ul{margin-right:32px;} header .container .header_sevice .contact_us_btn .dropdown-content ul:last-child{margin-right:0;} header .container .header_sevice .contact_us_btn .dropdown-content ul li{color:var(--Color-Subtext, #6c757d);font-family:"Noto Sans";font-size:16px;font-style:normal;font-weight:500;line-height:26px;position:relative;width:250px;padding:8px 16px;padding-left:38px;} header .container .header_sevice .contact_us_btn .dropdown-content ul li a{color:var(--Color-Subtext, #6c757d);} header .container .header_sevice .contact_us_btn .dropdown-content ul li::after{position:absolute;content:"";left:21px;top:18px;width:5px;height:5px;border-radius:50%;background:#6c757d;} header .container .header_sevice .contact_us_btn .dropdown-content ul li:hover{color:#ef3f23;background:#f5e6e4;} header .container .header_sevice .contact_us_btn .dropdown-content ul li:hover::after{background-color:#ef3f23;} header .container .header_sevice .contact_us_btn:hover .dropdown-content{display:flex;opacity:1;pointer-events:all;} header .container .header_sevice .line{display:block;width:1px;height:30px;background-color:#dee0e9;margin:0 16px;} header .container .header_sevice .lang_switch_btn{cursor:pointer;display:flex;align-items:center;position:relative;} header .container .header_sevice .lang_switch_btn img:first-child{filter:drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.2));} header .container .header_sevice .lang_switch_btn .dropdown-content{display:flex;pointer-events:none;opacity:0;position:absolute;top:105%;left:0;width:max-content;height:max-content;border-radius:5px;overflow:hidden;background:var(--Color-Text-background, #fff);box-shadow:0px 8px 16px 0px rgba(0, 0, 0, 0.2);transition:all 0.2s ease;z-index:99999;} header .container .header_sevice .lang_switch_btn .dropdown-content ul li{padding:5px;display:flex;justify-content:center;min-height:34px;} header .container .header_sevice .lang_switch_btn .dropdown-content ul li:hover{background:#f5e6e4;} header .container .header_sevice .lang_switch_btn .dropdown-content ul li:hover img{transform:scale(1.3);} header .container .header_sevice .lang_switch_btn .dropdown-content ul li img{filter:drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));transform:scale(1);transition:all 0.2s ease;} header .container .header_sevice .lang_switch_btn:hover .dropdown-content{display:flex;opacity:1;pointer-events:all;} *,:after,:before{box-sizing:border-box;} h1{-webkit-margin-before:.5rem;margin-block-start:.5rem;-webkit-margin-after:1rem;margin-block-end:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit;} h1{font-size:2.5rem;} a{background-color:transparent;text-decoration:none;color:#c36;} a:active,a:hover{color:#336;} img{border-style:none;height:auto;max-width:100%;} li,ul{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;} .elementor *,.elementor :after,.elementor :before{box-sizing:border-box;} .elementor a{box-shadow:none;text-decoration:none;} .elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none;} .navbars li.nav img:last-of-type{display:none;} .navbars li.nav:hover img:last-of-type{display:block;} header .container { display: flex; justify-content: space-between; align-items: center; height: 96px; max-width: 1200px; margin: 0 auto; flex: 1; flex-direction: row; flex-wrap: nowrap; gap: 96px; } </style> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" href="https://miichisoft.com/miichisoft-privacy-policy/" hreflang="ja" /> <link rel="alternate" href="https://miichisoft.com/vi/privacy/" hreflang="vi" /> <link rel="alternate" href="https://miichisoft.com/en/privacy/" hreflang="en" /> <!-- Search Engine Optimization by Rank Math - https://rankmath.com/ --> <title>Privacy Policy</title><link rel='preload' href='https://miichisoft.com/wp-content/uploads/homepage/images/hero_bg.png' as='image'><link rel='preload' href='https://miichisoft.com/wp-content/uploads/homepage/images/hero/img%20(4).png' as='image'> <meta name="description" content="株式会社Miichisoft(以下、「当社」といいます。)は、お客様の個人情報の適正な管理・保護が重大な責務であることを深く認識しています。この責務を果たすために、当社全従業員が遵守すべき行動基準として以下の個人情報保護方針を定め、その遵守を徹底します。"><meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/> <link rel="canonical" href="https://miichisoft.com/en/privacy/" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Privacy Policy" /> <meta property="og:description" content="Privacy policy Co., Ltd.Miichisoft (hereinafter referred to as the &#8220;Company&#8221;) is committed to properly managing and protecting customers&#8217; personal information. We are deeply aware that this is an important responsibility. To fulfill this responsibility, we have established the following personal information protection policy as a standard of conduct that all our employees must comply with, [&hellip;]" /> <meta property="og:url" content="https://miichisoft.com/en/privacy/" /> <meta property="og:site_name" content="Miichisoft | Your Success-Our Mission | Technology Companion" /> <meta property="article:publisher" content="https://www.facebook.com/miichisoft" /> <meta property="og:updated_time" content="2024-01-12T14:06:57+07:00" /> <meta property="fb:app_id" content="966242223397117" /> <meta property="og:image" content="https://miichisoft.com/wp-content/uploads/2023/11/thumbnail-miichisoft.png" /> <meta property="og:image:secure_url" content="https://miichisoft.com/wp-content/uploads/2023/11/thumbnail-miichisoft.png" /> <meta property="og:image:width" content="1563" /> <meta property="og:image:height" content="816" /> <meta property="og:image:alt" content="miichisoft" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Privacy Policy" /> <meta name="twitter:description" content="Privacy policy Co., Ltd.Miichisoft (hereinafter referred to as the &#8220;Company&#8221;) is committed to properly managing and protecting customers&#8217; personal information. We are deeply aware that this is an important responsibility. To fulfill this responsibility, we have established the following personal information protection policy as a standard of conduct that all our employees must comply with, [&hellip;]" /> <meta name="twitter:image" content="https://miichisoft.com/wp-content/uploads/2023/11/thumbnail-miichisoft.png" /> <meta name="twitter:label1" content="Time to read" /> <meta name="twitter:data1" content="3 minutes" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https://miichisoft.com/en/privacy/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://miichisoft.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://miichisoft.com/en/privacy/","name":"Privacy Policy"}}]}]}</script> <!-- /Rank Math WordPress SEO plugin --> <style id='rank-math-toc-block-style-inline-css'> .wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item} </style> <style id='rank-math-rich-snippet-style-inline-css'> /*! * Plugin: Rank Math * URL: https://rankmath.com/wordpress/plugin/seo-suite/ * Name: rank-math-review-snippet.css */@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(-360deg)}}@keyframes bounce{from{-webkit-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@-webkit-keyframes bounce{from{-webkit-transform:translateY(0px);transform:translateY(0px)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@-webkit-keyframes loading{0%{background-size:20% 50% ,20% 50% ,20% 50%}20%{background-size:20% 20% ,20% 50% ,20% 50%}40%{background-size:20% 100%,20% 20% ,20% 50%}60%{background-size:20% 50% ,20% 100%,20% 20%}80%{background-size:20% 50% ,20% 50% ,20% 100%}100%{background-size:20% 50% ,20% 50% ,20% 50%}}@keyframes loading{0%{background-size:20% 50% ,20% 50% ,20% 50%}20%{background-size:20% 20% ,20% 50% ,20% 50%}40%{background-size:20% 100%,20% 20% ,20% 50%}60%{background-size:20% 50% ,20% 100%,20% 20%}80%{background-size:20% 50% ,20% 50% ,20% 100%}100%{background-size:20% 50% ,20% 50% ,20% 50%}}:root{--rankmath-wp-adminbar-height: 0}#rank-math-rich-snippet-wrapper{overflow:hidden}#rank-math-rich-snippet-wrapper h5.rank-math-title{display:block;font-size:18px;line-height:1.4}#rank-math-rich-snippet-wrapper .rank-math-review-image{float:right;max-width:40%;margin-left:15px}#rank-math-rich-snippet-wrapper .rank-math-review-data{margin-bottom:15px}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper{width:100%;padding:0 0 20px 0;float:left;clear:both;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-total{border:0;display:block;margin:0;width:auto;float:left;text-align:left;padding:0;font-size:24px;line-height:1;font-weight:700;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star{float:left;margin-left:15px;margin-top:5px;position:relative;z-index:99;line-height:1}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper{display:inline-block;white-space:nowrap;position:relative;color:#e7e7e7}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper .rank-math-review-result{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;color:#ffbe01}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper i{font-size:18px;-webkit-text-stroke-width:1px;font-style:normal;padding:0 2px;line-height:inherit}#rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result-wrapper i:before{content:"\2605"}body.rtl #rank-math-rich-snippet-wrapper .rank-math-review-image{float:left;margin-left:0;margin-right:15px}body.rtl #rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-total{float:right}body.rtl #rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star{float:right;margin-left:0;margin-right:15px}body.rtl #rank-math-rich-snippet-wrapper .rank-math-total-wrapper .rank-math-review-star .rank-math-review-result{left:auto;right:0}@media screen and (max-width: 480px){#rank-math-rich-snippet-wrapper .rank-math-review-image{display:block;max-width:100%;width:100%;text-align:center;margin-right:0}#rank-math-rich-snippet-wrapper .rank-math-review-data{clear:both}}.clear{clear:both} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='customize-css' href='https://miichisoft.com/wp-content/themes/miichi-pro/assets/css/customize.css?ver=1.1.3' media='' /> <link rel='stylesheet' id='hello-elementor-css' href='https://miichisoft.com/wp-content/themes/miichi-pro/style.min.css?ver=2.8.1' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://miichisoft.com/wp-content/themes/miichi-pro/theme.min.css?ver=2.8.1' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='elementor-post-57-css' href='https://miichisoft.com/wp-content/uploads/elementor/css/post-57.css?ver=1738655836' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://miichisoft.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.24.4' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='font-awesome-4-shim-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://miichisoft.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.25.10' media='all' /> <link rel='stylesheet' id='elementor-post-21279-css' href='https://miichisoft.com/wp-content/uploads/elementor/css/post-21279.css?ver=1738657303' media='all' /> <link rel='stylesheet' id='elementor-post-85-css' href='https://miichisoft.com/wp-content/uploads/elementor/css/post-85.css?ver=1738655837' media='all' /> <link rel='stylesheet' id='elementor-post-21307-css' href='https://miichisoft.com/wp-content/uploads/elementor/css/post-21307.css?ver=1738655868' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://miichisoft.com/wp-content/cache/perfmatters/miichisoft.com/fonts/a437c77402c1.google-fonts.min.css' media='all' /> <script src="https://miichisoft.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://miichisoft.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script src="https://miichisoft.com/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.25.10" id="font-awesome-4-shim-js"></script> <!-- Google tag (gtag.js) snippet added by Site Kit --> <!-- Google Analytics snippet added by Site Kit --> <script src="https://www.googletagmanager.com/gtag/js?id=GT-K8F644K" id="google_gtagjs-js" async type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script id="google_gtagjs-js-after" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);} gtag("set","linker",{"domains":["miichisoft.com"]}); gtag("js", new Date()); gtag("set", "developer_id.dZTNiMT", true); gtag("config", "GT-K8F644K"); </script> <!-- End Google tag (gtag.js) snippet added by Site Kit --> <link rel='shortlink' href='https://miichisoft.com/?p=21279' /> <meta name="generator" content="Site Kit by Google 1.141.0" /><meta name="generator" content="Elementor 3.25.10; features: e_font_icon_svg, additional_custom_breakpoints, e_optimized_control_loading; settings: css_print_method-external, google_font-enabled, font_display-swap"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://miichisoft.com/wp-content/uploads/2023/09/favico.webp" sizes="32x32" /> <link rel="icon" href="https://miichisoft.com/wp-content/uploads/2023/09/favico.webp" sizes="192x192" /> <link rel="apple-touch-icon" href="https://miichisoft.com/wp-content/uploads/2023/09/favico.webp" /> <meta name="msapplication-TileImage" content="https://miichisoft.com/wp-content/uploads/2023/09/favico.webp" /> <style id="wp-custom-css"> .why_us h2, .service_slution h2, .achievements h2, .domains>h2, .hero_desription h2, .hero_desription p, .customer_success_stories h2, .customers_voices h2, .success_project>h2, .latest_news h2, .inquiry h2, .inquiry p{ color: #111827!important; } .blogs .blog:hover .content h2{ color: #fff!important } .customer_success_stories h2, .customers_voices h2, .value_customers .overlay1 h2{ text-align:center!important } .inquiry .wrapper form .radio p { margin-bottom: 0; } .scale-09-cta .elementor-counter-title{text-align:center} @media (max-width:600px){ .elementor-kit-57 h2 { font-size: 27px; text-align:center } .why_us h2, .service_slution h2, .achievements h2, .domains>h2, .hero_desription h2, .hero_desription p, .customer_success_stories h2, .customers_voices h2, .success_project>h2, .latest_news h2, .inquiry h2{ text-align:center } } </style> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-53TV9LJC6L" type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"></script> <script type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-53TV9LJC6L'); </script> <!-- Naver verify --> <meta name="naver-site-verification" content="dbee338e640ff7976b4be535e7c84c35bfd222c4" /> <!-- <script src="https://tag.clearbitscripts.com/v1/pk_4c9da1b0ed9f174519e7e732ad87d5da/tags.js" referrerpolicy="strict-origin-when-cross-origin"></script> -->    <link rel="stylesheet" type="text/css" href="https://miichisoft.com/wp-content/themes/miichi-pro/assets/css/slick.css">    <link rel="stylesheet" href="https://miichisoft.com/wp-content/themes/miichi-pro/assets/css/odometer-theme-default.min.css"> </head> <body class="page-template-default page page-id-21279 wp-custom-logo elementor-default elementor-kit-57 elementor-page elementor-page-21279"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div data-elementor-type="header" data-elementor-id="85" class="elementor elementor-85 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6c08f8c elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="6c08f8c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e99ac94" data-id="e99ac94" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-60fbe63 elementor-widget elementor-widget-shortcode" data-id="60fbe63" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <header> <div class="container"> <a class="top_page_logo" href="https://miichisoft.com/en"> <img height="45" width="160" src="/wp-content/uploads/2023/11/miichisoft-logo.png" alt="logo" /> </a> <ul class="navbars"> <li class="nav"> <span>Company Profile</span> <img width="25" height="24" class="main" src="/wp-content/uploads/homepage/icons/down_arrow_icon.svg" alt="" /> <div class="dropdown-content profile"> <img width="150" height="120" src="/wp-content/uploads/homepage/images/dropdown/image%20copy.png" alt="" /> <ul> <a href="https://miichisoft.com/en/miichisoft-company-profile/"><li>Company Information</li></a><a href="https://miichisoft.com/en/brand-story/"><li>Brand Story</li></a><a href="https://miichisoft.com/en/history-milestones/"><li>History Milestones</li></a> </ul> </div> <img width="25" height="24" src="/wp-content/uploads/homepage/icons/origin_arrow_icon.svg" alt="" /> </li> <li class="nav"> <span>Service</span> <img width="25" height="24" class="main" src="/wp-content/uploads/homepage/icons/down_arrow_icon.svg" alt="" /> <div class="dropdown-content service"> <img width="239" height="24" src="/wp-content/uploads/homepage/images/dropdown/image.png" alt="" /> <ul><li class="head">IT Offshore Service</li><a href="https://miichisoft.com/en/it-consulting/"><li>IT Consulting</li></a><a href="https://miichisoft.com/en/offshore-service-web-development/"><li>Web Development</li></a><a href="https://miichisoft.com/en/offshore-service-mobile-app-development/"><li>Mobile App Development</li></a><a href="https://miichisoft.com/en/offshore-service-business-system-development/"><li>Business System Development</li></a><a href="https://miichisoft.com/en/offshre-service-laas/"><li>LAAS (Labo as a service)</li></a></ul><ul><li class="head">DX Solutions</li><a href="https://miichisoft.com/en/cloud-computing/"><li>Cloud Computing</li></a><a href="#"><li>Kintone</li></a><a href="#"><li>Salesforce</li></a></ul><ul><li class="head">Miichisoft Solutions</li><a href="https://mii-solutions.com.vn/en_dxgai_gpt_environment/"><li>dxGAI Business | Enterprise</li></a><a href="https://mii-solutions.com.vn/en_dxgai_chatbot_for_website/"><li>dxGAI Chatbot for Websites</li></a><a href="https://mii-solutions.com.vn/miichi-tourism-map-solution/"><li>Miichi Tourism Map</li></a><a href="https://miichisoft.com/en/ar-vr-development/"><li>AR/VR Solution</li></a></ul> </div> <img width="25" height="24" src="/wp-content/uploads/homepage/icons/origin_arrow_icon.svg" alt="" /> </li> <li class="nav"> <span>Case Studies</span> <img width="25" height="24" class="main" src="/wp-content/uploads/homepage/icons/down_arrow_icon.svg" alt="" /> <div class="dropdown-content profile"> <img width="150" height="120" src="/wp-content/uploads/2024/04/case-studies-banner.png" alt="" /> <ul> <a href="https://miichisoft.com/en/customer-stories/"><li>Customer Stories</li></a><a href="https://miichisoft.com/en/achievements/"><li>Successful Projects</li></a> </ul> </div> <img width="25" height="24" src="/wp-content/uploads/homepage/icons/origin_arrow_icon.svg" alt="" /> </li> <li class="nav"> <span>Explore</span> <img width="25" height="24" class="main" src="/wp-content/uploads/homepage/icons/down_arrow_icon.svg" alt="" /> <div class="dropdown-content profile"> <img width="150" height="120" src="/wp-content/uploads/homepage/images/dropdown/image%20copy%202.png" alt="" /> <ul> <a href="https://miichisoft.com/en/miichisoft-news/"><li>News</li></a><a href="https://miichisoft.com/en/miichisoft-blogs/"><li>Blog Tech</li></a><a href="https://miichisoft.com/en/faq/"><li>FAQ</li></a> </ul> </div> <img width="25" height="24" src="/wp-content/uploads/homepage/icons/origin_arrow_icon.svg" alt="" /> </li> </ul> <div class="header_sevice"> <div class="contact_us_btn"> Contact Us <div class="dropdown-content contact"> <ul> <a href="https://miichisoft.com/en/inquiry/"><li>Consult First</li></a><a href="https://miichisoft.com/en/looking-for-a-partner/"><li>Looking For A Partner</li></a> </ul> </div> </div> <div class="line"></div> <div class="lang_switch_btn"> <img width="25" height="21" src="/wp-content/uploads/homepage/icons/america_flag_icon.svg" alt="flag_icon" /> <div class="dropdown-content contact"> <ul> <li> <a href="https://miichisoft.com/en/privacy/"> <img width="22" height="16" src="/wp-content/uploads/homepage/icons/america_flag_icon.svg" alt="" /> </a> </li> <li> <a href="https://miichisoft.com/miichisoft-privacy-policy/"> <img width="22" height="16" src="/wp-content/uploads/homepage/icons/japanese_flag_icon.svg" alt="" /> </a> </li> <li> <a href="https://miichisoft.com/vi/privacy/"> <img width="22" height="16" src="/wp-content/uploads/homepage/icons/vietnamese_flag_icon.svg" alt="" /> </a> </li> </ul> </div> <img width="25" height="24" src="/wp-content/uploads/homepage/icons/down_arrow_icon.svg" alt="arrow_icon" /> </div> </div> </div> </header> <div class="header_sp"> <div class="wraper" style="position: relative"> <a href="https://miichisoft.com/en"><img src="/wp-content/uploads/homepage/images/logo_top_page.png" alt="" /></a> <div id="burger"> <img width="24" height="23" class="burger" src="/wp-content/uploads/homepage/images/header_sp/burger.svg" alt="" /> <img width="24" height="24" class="close" src="/wp-content/uploads/homepage/images/header_sp/close.svg" alt="" /> </div> </div> </div> <div class="dropdown-content-head"> <div class="sub_headin">Home</div> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content" > Company Profile </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content" > <div class="wrap"> <li><a href="https://miichisoft.com/en/miichisoft-company-profile/">Company Information</a></li><li><a href="https://miichisoft.com/en/brand-story/">Brand Story</a></li><li><a href="https://miichisoft.com/en/history-milestones/">History Milestones</a></li> </div> </ul> </div> </div> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content" > Service </div> <ul class="accordion-content accordion-content-service-sp" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content" > <div class="wrap"> <li><div class="accordionm"><div class="accordion-panelm"><div class="accordion-triggerm" aria-expandedm="false" aria-controls="accordion1-content">IT Offshore Service</div><ul class="accordion-contentm" role="region" aria-labelledby="panel1-title" aria-hiddenm="true" id="panel1-content"><div><li><a href="https://miichisoft.com/en/it-consulting/">IT Consulting</a></li><li><a href="https://miichisoft.com/en/offshore-service-web-development/">Web Development</a></li><li><a href="https://miichisoft.com/en/offshore-service-mobile-app-development/">Mobile App Development</a></li><li><a href="https://miichisoft.com/en/offshore-service-business-system-development/">Business System Development</a></li><li><a href="https://miichisoft.com/en/offshre-service-laas/">LAAS (Labo as a service)</a></li></div></ul></div></div></li><li><div class="accordionm"><div class="accordion-panelm"><div class="accordion-triggerm" aria-expandedm="false" aria-controls="accordion1-content">DX Solutions</div><ul class="accordion-contentm" role="region" aria-labelledby="panel1-title" aria-hiddenm="true" id="panel1-content"><div><li><a href="https://miichisoft.com/en/cloud-computing/">Cloud Computing</a></li><li><a href="#">Kintone</a></li><li><a href="#">Salesforce</a></li></div></ul></div></div></li><li><div class="accordionm"><div class="accordion-panelm"><div class="accordion-triggerm" aria-expandedm="false" aria-controls="accordion1-content">Miichisoft Solutions</div><ul class="accordion-contentm" role="region" aria-labelledby="panel1-title" aria-hiddenm="true" id="panel1-content"><div><li><a href="https://mii-solutions.com.vn/en_dxgai_gpt_environment/">dxGAI Business | Enterprise</a></li><li><a href="https://mii-solutions.com.vn/en_dxgai_chatbot_for_website/">dxGAI Chatbot for Websites</a></li><li><a href="https://mii-solutions.com.vn/miichi-tourism-map-solution/">Miichi Tourism Map</a></li><li><a href="https://miichisoft.com/en/ar-vr-development/">AR/VR Solution</a></li></div></ul></div></div></li> </div> </ul> </div> </div> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content" > Case Studies </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content" > <div class="wrap"> <li><a href="https://miichisoft.com/en/customer-stories/">Customer Stories</a></li><li><a href="https://miichisoft.com/en/achievements/">Successful Projects</a></li> </div> </ul> </div> </div> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content" > Explore </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content" > <div class="wrap"> <li><a href="https://miichisoft.com/en/miichisoft-news/">News</a></li><li><a href="https://miichisoft.com/en/miichisoft-blogs/">Blog Tech</a></li><li><a href="https://miichisoft.com/en/faq/">FAQ</a></li> </div> </ul> </div> </div> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content" > Contact Us </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content" > <div class="wrap"> <li><a href="https://miichisoft.com/en/inquiry/">Consult First</a></li><li><a href="https://miichisoft.com/en/looking-for-a-partner/">Looking For A Partner</a></li> </div> </ul> </div> </div> <div class="line"></div> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content" > <img width="22" height="16" src="/wp-content/uploads/homepage/icons/america_flag_icon.svg" alt="flag_icon" /> English </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content" > <div class="wrap"> <li> <a aria-label="flag_icon" href="https://miichisoft.com//privacy"> <img width="22" height="16" src="/wp-content/uploads/homepage/icons/japanese_flag_icon.svg" alt="" /> Japanese </a> </li> <li> <a aria-label="flag_icon" href="https://miichisoft.com/vi//privacy"> <img width="22" height="16" src="/wp-content/uploads/homepage/icons/vietnamese_flag_icon.svg" alt="" /> Vietnamese </a> </li> </div> </ul> </div> </div> </div> <div class="elementor-shortcode"></div> </div> </div> </div> </div> </div> </section> </div> <main id="content" class="site-main post-21279 page type-page status-publish has-post-thumbnail hentry"> <header class="page-header"> </header> <div class="page-content"> <div data-elementor-type="wp-page" data-elementor-id="21279" class="elementor elementor-21279" data-elementor-post-type="page"> <section class="elementor-section elementor-top-section elementor-element elementor-element-11a1185 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="11a1185" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b609656" data-id="b609656" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4d5f18e elementor-widget elementor-widget-heading" data-id="4d5f18e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Privacy policy</h1> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-bf5800d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="bf5800d" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e1d3ff5" data-id="e1d3ff5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-550fe8c elementor-widget elementor-widget-text-editor" data-id="550fe8c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Co., Ltd.Miichisoft (hereinafter referred to as the &#8220;Company&#8221;) is committed to properly managing and protecting customers&#8217; personal information. We are deeply aware that this is an important responsibility. To fulfill this responsibility, we have established the following personal information protection policy as a standard of conduct that all our employees must comply with, and we will ensure thorough compliance.</strong></p> </div> </div> <div class="elementor-element elementor-element-9b790f9 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="9b790f9" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">1. Our company complies with laws regarding personal information, national guidelines, ordinances, and other norms.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">2. We will handle personal information only within the scope of the predetermined purpose of use, and will not use personal information beyond the scope of the purpose of use.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">3. When outsourcing all or part of the handling of personal information, we will oblige the outsourcing company in writing to properly manage personal information and provide appropriate supervision.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">4. We will not provide personal information to third parties unless we have the individual's consent or as required by law.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">5. We will take measures to prevent and correct leakage, loss, destruction, falsification, etc. of personal information.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">6. We will sincerely and promptly respond to opinions, complaints, and consultations from individuals regarding the handling of personal information.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-text">7. We will continuously improve the management system regarding personal information protection.</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-3681ffa elementor-widget elementor-widget-heading" data-id="3681ffa" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">About our handling of personal information</h2> </div> </div> <div class="elementor-element elementor-element-03a9159 elementor-widget elementor-widget-heading" data-id="03a9159" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">1. Purpose of use of personal information</h3> </div> </div> <div class="elementor-element elementor-element-1ae30fc elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="1ae30fc" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">To propose and provide our services</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">To provide information on events, etc. in which our company participates</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">To manage contracts, etc. related to our company's transactions</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">For business communications and customer support</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">For advertising and improving our services as marketing and statistical information</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">To respond to customer inquiries and opinions</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-f8e2e74 elementor-widget elementor-widget-heading" data-id="f8e2e74" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">2. Personal information protection manager</h3> </div> </div> <div class="elementor-element elementor-element-b473cff elementor-widget elementor-widget-text-editor" data-id="b473cff" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">Information Security Quality Control Committee Chairman</span></p> </div> </div> <div class="elementor-element elementor-element-ea4da04 elementor-widget elementor-widget-heading" data-id="ea4da04" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">3. Joint use of personal information</h3> </div> </div> <div class="elementor-element elementor-element-95082de elementor-widget elementor-widget-text-editor" data-id="95082de" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">Our company operates businesses that involve cross-border business processes, management organizations, and technical systems. We aim to improve overall corporate value by organically combining the management resources of each corporation. To this end, your personal data may be jointly used within each of our companies within the scope of the above-mentioned purpose of the use of personal information. In implementing joint use, each corporation will have a similar management system in place and will strive for strict management and supervision. We hope that you will understand.</span></p> </div> </div> <div class="elementor-element elementor-element-70bf0f7 elementor-widget elementor-widget-heading" data-id="70bf0f7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">4. Provision of personal information to third parties</h3> </div> </div> <div class="elementor-element elementor-element-920a227 elementor-widget elementor-widget-heading" data-id="920a227" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">We will not provide your personal information to third parties except in the following cases:</p> </div> </div> <div class="elementor-element elementor-element-858262a elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="858262a" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">When we have the customer's prior explicit consent</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">When entrusting all or part of the handling of personal information to an affiliated company or partner to the extent necessary to achieve the purpose of use.<br><i>※In this case, we will oblige the outsourcing company in writing to manage personal information appropriately, and we will implement appropriate supervision over the outsourcing company.</i></span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">When it is necessary to protect a person's life, body, or property, and it is difficult to obtain the consent of the person concerned.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">In cases where it is necessary to cooperate with national institutions, local governments, or entrusted parties in carrying out affairs stipulated by law, and it is difficult to obtain the consent of the person concerned.</span> </li> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-square-full" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 512H0V0h512v512z"></path></svg> </span> <span class="elementor-icon-list-text">When based on laws and regulations.</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-8506c81 elementor-widget elementor-widget-heading" data-id="8506c81" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">5. Safety measures to protect personal information</h3> </div> </div> <div class="elementor-element elementor-element-4b10ee2 elementor-widget elementor-widget-text-editor" data-id="4b10ee2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">To ensure that personal information is handled safely and appropriately, we have complied with the &#8220;Information Security Management System Requirements&#8221; (ISO27001). We will strive to prevent leakage, loss, destruction, falsification, etc. of personal information by establishing a compliant management system and educating every employee.</span></p><p><span style="font-weight: 400;">In addition, we regularly check the safety measures necessary to protect personal information conduct internal audits, promptly detect any deficiencies, investigate the cause, and conduct internal audits. We will take corrective measures and strive to prevent recurrence.</span></p> </div> </div> <div class="elementor-element elementor-element-dd9b3e7 elementor-widget elementor-widget-heading" data-id="dd9b3e7" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">6. Questions regarding the handling of personal information, etc.</h3> </div> </div> <div class="elementor-element elementor-element-038edc6 elementor-widget elementor-widget-text-editor" data-id="038edc6" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span style="font-weight: 400;">If you have any questions or complaints regarding our handling of specific personal information, etc., please contact the &#8220;Personal Information Inquiry Desk&#8221; below. We will respond promptly without delay.</span></p> </div> </div> <div class="elementor-element elementor-element-a57c26a elementor-widget elementor-widget-text-editor" data-id="a57c26a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><i><span style="font-weight: 400;">Inquiries regarding the handling of personal information</span></i></p><p><i><span style="font-weight: 400;">Our personal information inquiry desk</span></i></p><p><i><span style="font-weight: 400;">Personal information protection manager (information security quality control committee chair)</span></i></p><p><i><span style="font-weight: 400;">Email: contact@miichisoft.com</span></i></p> </div> </div> </div> </div> </div> </section> </div> <div class="post-tags"> </div> </div> </main> <div data-elementor-type="footer" data-elementor-id="21307" class="elementor elementor-21307 elementor-location-footer" data-elementor-post-type="elementor_library"> <section class="elementor-section elementor-top-section elementor-element elementor-element-8c51068 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="8c51068" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f66d267" data-id="f66d267" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-b4a8499 elementor-widget elementor-widget-shortcode" data-id="b4a8499" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"> <footer> <div class="over_lay"></div> <div class="bg_img"></div> <div class="content"> <img height="78" src="/wp-content/uploads/homepage/images/footer/image.png" alt="" /> <div class="top"> <div class="left"> <img height="78" src="/wp-content/uploads/homepage/images/footer/image.png" alt="" /> <h2>MIICHISOFT VIETNAM</h2> <p>5th floor, 6th Element Building, Nguyen Van Huyen street, Xuan La ward, Tay Ho district, Hanoi city, Vietnam</p> <a href="tel:(+84) 246-2955-974">(+84) 246-2955-974</a> <div class="line"></div> <h2>MIICHISOFT JAPAN</h2> <p>〒151-0063 東京都渋谷区富ヶ谷1-14-14</p> <a href="tel:(+81) 3-6555-3368">(+81) 3-6555-3368</a> <div class="email">sales@miichisoft.com</div> </div> <div class="right"> <ul> <li class="head">Company Profile</li> <li> <a href="https://miichisoft.com/en/miichisoft-company-profile/"> Company Information </a> </li> <li> <a href="https://miichisoft.com/en/brand-story/"> Brand Story </a> </li> <li> <a href="https://miichisoft.com/en/history-milestones/"> History Milestones </a> </li> </ul> <ul> <li class="head">Case Studies</li> <li> <a href="https://miichisoft.com/en/customer-stories/"> Customer Stories </a> </li> <li> <a href="https://miichisoft.com/en/achievements/"> Successful Projects </a> </li> </ul> <ul> <li class="head">Service</li> <li> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content"> IT Offshore Service </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content"> <div> <li> <a href="https://miichisoft.com/en/it-consulting/"> IT Consulting </a> </li> <li> <a href="https://miichisoft.com/en/offshore-service-web-development/"> Web Development </a> </li> <li> <a href="https://miichisoft.com/en/offshore-service-mobile-app-development/"> Mobile App Development </a> </li> <li> <a href="https://miichisoft.com/en/offshore-service-business-system-development/"> Business System Development </a> </li> <li> <a href="https://miichisoft.com/en/offshre-service-laas/"> LAAS (Labo as a service) </a> </li> </div> </ul> </div> </div> </li> <li> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content"> DX Solution </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content"> <div> <li> <a href="https://miichisoft.com/en/cloud-computing/"> Cloud Computing </a> </li> <li><a>Kintone</a></li> <li><a>Salesforce</a></li> </div> </ul> </div> </div> </li> <li> <div class="accordion"> <div class="accordion-panel"> <div class="accordion-trigger" aria-expanded="false" aria-controls="accordion1-content"> Miichisoft Solution </div> <ul class="accordion-content" role="region" aria-labelledby="panel1-title" aria-hidden="true" id="panel1-content"> <div> <li> <a href="https://mii-solutions.com.vn/en_dxgai_gpt_environment/"> dxGAI Business | Enteprise </a> </li> <li> <a href="https://mii-solutions.com.vn/en_dxgai_chatbot_for_website/"> dxGAI Chatbot for Website </a> </li> <li> <a href="https://mii-solutions.com.vn/miichi-tourism-map-solution/"> Miichi Tourism Map </a> </li> <li> <a href="https://miichisoft.com/en/ar-vr-development/"> AR/VR Solutions </a> </li> </div> </ul> </div> </div> </li> </ul> <ul> <li class="head">Explore</li> <li> <a href="https://miichisoft.com/en/miichisoft-news/"> News </a> </li> <li> <a href="https://miichisoft.com/en/miichisoft-blogs/"> Blog Tech </a> </li> <li> <a href="https://miichisoft.com/en/faq/"> FAQ </a> </li> </ul> </div> </div> <ul style="gap: 8px; margin-bottom: 24px" class="list_media"> <li> <a href="https://twitter.com/MiichisoftJ"> <img src="/wp-content/uploads/homepage/images/footer/chim_w.svg" alt="" /> </a> </li> <li> <a href="https://www.facebook.com/miichisoft"> <img src="/wp-content/uploads/homepage/images/footer/fb_w.svg" alt="" /> </a> </li> <li> <a href="https://www.linkedin.com/company/miichisoft"> <img src="/wp-content/uploads/homepage/images/footer/lin_w.svg" alt="" /> </a> </li> <li> <a href="https://www.youtube.com/@miichistudio5534"> <img src="/wp-content/uploads/homepage/images/footer/yt_w.svg" alt="" /> </a> </li> </ul> <div class="middle"> <style> .youtube-embed { --button-size: 4rem; position: relative; color: #fff; background: #000; } .youtube-embed button { all: unset; box-sizing: border-box; cursor: pointer; position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .youtube-embed button * { pointer-events: none; } .youtube-embed .play-icon { height: var(--button-size); width: var(--button-size); position: absolute; top: calc(50% - (var(--button-size) / 2)); left: calc(50% - (var(--button-size) / 2)); } .youtube-embed img, .youtube-embed iframe { aspect-ratio: 16 / 9; height: 100%; width: 100%; } @media (max-width:600px){ .youtube-embed img{ height: auto; } .youtube-embed .play-icon { width: 2rem; } } </style> <div class="youtube-embed"> <button title="play"> <svg class="play-icon" xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512"> <path d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm-56 296V168l144 88z" fill="currentColor" /> </svg> <img width="375" height="169" loading="lazy" decoding="async" alt="" src="https://img.youtube.com/vi/CyT3VEp48L0/hqdefault.jpg" /> </button> <iframe style="max-width: 375px" width="375" height="169" title="Miichisoft株式会社 - 大切なお客様へ感謝の気持ちを込めて" src="about:blank" data-src="https://www.youtube.com/embed/CyT3VEp48L0?autoplay=1" frameborder="0" allowfullscreen allow="autoplay"> </iframe> </div> <script type="pmdelayedscript" data-cfasync="false" data-no-optimize="1" data-no-defer="1" data-no-minify="1"> const YoutubeEmbed = (el)=>{ const playButton = el.querySelector('button'); const iframe = el.querySelector('iframe'); playButton.addEventListener('click', ()=>{ iframe.src = iframe.dataset.src; playButton.style.display = 'none'; }); } const youtubeEmbeds = document.querySelectorAll('.youtube-embed'); youtubeEmbeds.forEach(youtubeEmbed=>{ YoutubeEmbed(youtubeEmbed); }) </script> <div class="list_company"> <img height="85" class="one list_company_img" src="/wp-content/uploads/homepage/images/footer/image copy.png" alt="" /> <img height="85" class="two list_company_img" src="/wp-content/uploads/homepage/images/footer/image copy 2.png" alt="" /> <img height="85" class="three list_company_img" src="/wp-content/uploads/homepage/images/footer/image copy 3.png" alt="" /> <img height="85" class="four list_company_img" src="/wp-content/uploads/homepage/images/footer/image copy 4.png" alt="" /> <img height="85" class="four list_company_img" src="/wp-content/uploads/homepage/images/footer/image copy 5.png" alt="" /> <img height="85" class="four list_company_img" src="/wp-content/uploads/homepage/images/footer/image copy 6.png" alt="" /> </div> </div> <div class="bottom"> <div class="list_icon"> <a aria-label="twitter" href="https://twitter.com/MiichisoftJ"> <img width="32" height="32" src="/wp-content/uploads/homepage/images/footer/twiter.svg" alt="" /> </a> <a aria-label="Facebook" href="https://www.facebook.com/miichisoft"> <img width="32" height="32" src="/wp-content/uploads/homepage/images/footer/fb.svg" alt="" /> </a> <a aria-label="linkedin" href="https://www.linkedin.com/company/miichisoft"> <img width="32" height="32" src="/wp-content/uploads/homepage/images/footer/linh.png" alt="" /> </a> <a aria-label="youtube" href="https://www.youtube.com/@miichistudio5534"> <img width="32" height="32" src="/wp-content/uploads/homepage/images/footer/image copy 7.png" alt="" /> </a> </div> <p>© 2025 Miichisoft All Rights Reserved</p> <div class="group_text"> <p> <a href="https://miichisoft.com/en/miichisoft-company-profile/"> Service </a> </p> <div class="line_group"></div> <p> <a href="https://miichisoft.com/en/privacy/"> Privacy Policy </a> </p> </div> </div> </div> </footer> <div id="ast-scroll-top" tabindex="0" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="both"> <svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" -background="new 57 35.171 26 16.043" xml:space="preserve" > <path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"></path> </svg> </div> </div> </div> </div> </div> </div> </div> </section> </div> <script src="https://miichisoft.com/wp-content/themes/miichi-pro/assets/js/jquery-3.7.1.js"></script> <script type="text/javascript" src="https://miichisoft.com/wp-content/themes/miichi-pro/assets/js/slick.min.js"></script> <script src="https://miichisoft.com/wp-content/themes/miichi-pro/assets/js/odometer.min.js"></script> <script type='text/javascript'> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script id="customize-js-extra"> var customize = {"getDocumentInquiry":"Request LAAS documents","getContactFormCheckbox":"Please accept \"Handling of personal information\"","ajaxurl":"https:\/\/miichisoft.com\/wp-admin\/admin-ajax.php"}; </script> <script src="https://miichisoft.com/wp-content/themes/miichi-pro/assets/js/customize.js?ver=1.0.5" id="customize-js"></script> <script src="https://miichisoft.com/wp-content/themes/miichi-pro/assets/js/hello-frontend.min.js?ver=1.0.0" id="hello-theme-frontend-js"></script> <script src="https://miichisoft.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.24.4" id="elementor-pro-webpack-runtime-js"></script> <script src="https://miichisoft.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.25.10" id="elementor-webpack-runtime-js"></script> <script src="https://miichisoft.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.25.10" id="elementor-frontend-modules-js"></script> <script src="https://miichisoft.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://miichisoft.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/miichisoft.com\/wp-admin\/admin-ajax.php","nonce":"ae2cdad81f","urls":{"assets":"https:\/\/miichisoft.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/miichisoft.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/miichisoft.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://miichisoft.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.24.4" id="elementor-pro-frontend-js"></script> <script src="https://miichisoft.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.25.10","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_optimized_control_loading":true,"e_onboarding":true,"e_css_smooth_scroll":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"home_screen":true,"landing-pages":true,"nested-elements":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true,"display-conditions":true,"form-submissions":true},"urls":{"assets":"https:\/\/miichisoft.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/miichisoft.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/miichisoft.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"4a6d3c149f"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":21279,"title":"Privacy%20Policy","excerpt":"","featuredImage":"https:\/\/miichisoft.com\/wp-content\/uploads\/2023\/11\/thumbnail-miichisoft.png"}}; </script> <script src="https://miichisoft.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.25.10" id="elementor-frontend-js"></script> <script src="https://miichisoft.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.24.4" id="pro-elements-handlers-js"></script> <script id="perfmatters-delayed-scripts-js">const pmDelayClick=false;const pmDelayTimer=setTimeout(pmTriggerDOMListener,10*1000);const pmUserInteractions=["keydown","mousedown","mousemove","wheel","touchmove","touchstart","touchend"],pmDelayedScripts={normal:[],defer:[],async:[]},jQueriesArray=[],pmInterceptedClicks=[];var pmDOMLoaded=!1,pmClickTarget="";function pmTriggerDOMListener(){"undefined"!=typeof pmDelayTimer&&clearTimeout(pmDelayTimer),pmUserInteractions.forEach(function(e){window.removeEventListener(e,pmTriggerDOMListener,{passive:!0})}),document.removeEventListener("visibilitychange",pmTriggerDOMListener),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",pmTriggerDelayedScripts):pmTriggerDelayedScripts()}async function pmTriggerDelayedScripts(){pmDelayEventListeners(),pmDelayJQueryReady(),pmProcessDocumentWrite(),pmSortDelayedScripts(),pmPreloadDelayedScripts(),await pmLoadDelayedScripts(pmDelayedScripts.normal),await pmLoadDelayedScripts(pmDelayedScripts.defer),await pmLoadDelayedScripts(pmDelayedScripts.async),await pmTriggerEventListeners(),document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),window.dispatchEvent(new Event("perfmatters-allScriptsLoaded")),pmWaitForPendingClicks().then(()=>{pmReplayClicks()})}function pmDelayEventListeners(){let e={};function t(t,n){function r(n){return e[t].delayedEvents.indexOf(n)>=0?"perfmatters-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},delayedEvents:[]},t.addEventListener=function(){arguments[0]=r(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=r(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)}),e[t].delayedEvents.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:n||function(){},set:function(n){e["perfmatters"+t]=n}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}function pmDelayJQueryReady(){let e=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>e,set(t){if(t&&t.fn&&!jQueriesArray.includes(t)){t.fn.ready=t.fn.init.prototype.ready=function(e){pmDOMLoaded?e.bind(document)(t):document.addEventListener("perfmatters-DOMContentLoaded",function(){e.bind(document)(t)})};let n=t.fn.on;t.fn.on=t.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e=(e=(e=e.split(" ")).map(function(e){return"load"===e||0===e.indexOf("load.")?"perfmatters-jquery-load":e})).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(function(t){delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return n.apply(this,arguments),this},jQueriesArray.push(t)}e=t}})}function pmProcessDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){var n=document.currentScript,r=document.createRange();let a=e.get(n);void 0===a&&(a=n.nextSibling,e.set(n,a));var i=document.createDocumentFragment();r.setStart(i,0),i.appendChild(r.createContextualFragment(t)),n.parentElement.insertBefore(i,a)}}function pmSortDelayedScripts(){document.querySelectorAll("script[type=pmdelayedscript]").forEach(function(e){e.hasAttribute("src")?e.hasAttribute("defer")&&!1!==e.defer?pmDelayedScripts.defer.push(e):e.hasAttribute("async")&&!1!==e.async?pmDelayedScripts.async.push(e):pmDelayedScripts.normal.push(e):pmDelayedScripts.normal.push(e)})}function pmPreloadDelayedScripts(){var e=document.createDocumentFragment();[...pmDelayedScripts.normal,...pmDelayedScripts.defer,...pmDelayedScripts.async].forEach(function(t){var n=t.getAttribute("src");if(n){var r=document.createElement("link");r.href=n,"module"==t.getAttribute("data-perfmatters-type")?r.rel="modulepreload":(r.rel="preload",r.as="script"),e.appendChild(r)}}),document.head.appendChild(e)}async function pmLoadDelayedScripts(e){var t=e.shift();return t?(await pmReplaceScript(t),pmLoadDelayedScripts(e)):Promise.resolve()}async function pmReplaceScript(e){return await pmNextFrame(),new Promise(function(t){let n=document.createElement("script");[...e.attributes].forEach(function(e){let t=e.nodeName;"type"!==t&&("data-perfmatters-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))}),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)})}async function pmTriggerEventListeners(){pmDOMLoaded=!0,await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-DOMContentLoaded")),await pmNextFrame(),document.dispatchEvent(new Event("perfmatters-readystatechange")),await pmNextFrame(),document.perfmattersonreadystatechange&&document.perfmattersonreadystatechange(),await pmNextFrame(),window.dispatchEvent(new Event("perfmatters-load")),await pmNextFrame(),window.perfmattersonload&&window.perfmattersonload(),await pmNextFrame(),jQueriesArray.forEach(function(e){e(window).trigger("perfmatters-jquery-load")});let e=new Event("perfmatters-pageshow");e.persisted=window.pmPersisted,window.dispatchEvent(e),await pmNextFrame(),window.perfmattersonpageshow&&window.perfmattersonpageshow({persisted:window.pmPersisted})}async function pmNextFrame(){return new Promise(function(e){requestAnimationFrame(e)})}function pmReplayClicks(){window.removeEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.removeEventListener("mousedown",pmTouchStartHandler),pmInterceptedClicks.forEach(e=>{e.target.outerHTML===pmClickTarget&&e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}function pmWaitForPendingClicks(){return new Promise(e=>{window.pmIsClickPending?pmPendingClickFinished=e:e()})}function pmPndingClickStarted(){window.pmIsClickPending=!0}function pmPendingClickFinished(){window.pmIsClickPending=!1}function pmClickHandler(e){e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmInterceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),pmPendingClickFinished()}function pmTouchStartHandler(e){"HTML"!==e.target.tagName&&(pmClickTarget||(pmClickTarget=e.target.outerHTML),window.addEventListener("touchend",pmTouchEndHandler),window.addEventListener("mouseup",pmTouchEndHandler),window.addEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.addEventListener("mousemove",pmTouchMoveHandler),e.target.addEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"onclick","pm-onclick"),pmPendingClickStarted())}function pmTouchMoveHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler),e.target.removeEventListener("click",pmClickHandler),pmRenameDOMAttribute(e.target,"pm-onclick","onclick"),pmPendingClickFinished()}function pmTouchEndHandler(e){window.removeEventListener("touchend",pmTouchEndHandler),window.removeEventListener("mouseup",pmTouchEndHandler),window.removeEventListener("touchmove",pmTouchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",pmTouchMoveHandler)}function pmRenameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}window.pmIsClickPending=!1,window.addEventListener("pageshow",e=>{window.pmPersisted=e.persisted}),pmUserInteractions.forEach(function(e){window.addEventListener(e,pmTriggerDOMListener,{passive:!0})}),pmDelayClick&&(window.addEventListener("touchstart",pmTouchStartHandler,{passive:!0}),window.addEventListener("mousedown",pmTouchStartHandler)),document.addEventListener("visibilitychange",pmTriggerDOMListener);var pmeDeviceMode,pmeAnimationSettingsKeys,pmeCurrentAnimation;function pmeAnimation(){(pmeDeviceMode=document.createElement("span")).id="elementor-device-mode",pmeDeviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(pmeDeviceMode),requestAnimationFrame(pmeDetectAnimations)}function pmeDetectAnimations(){pmeAnimationSettingsKeys=pmeListAnimationSettingsKeys(getComputedStyle(pmeDeviceMode,":after").content.replace(/"/g,"")),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(a=>{let b=a.getBoundingClientRect();if(b.bottom>=0&&b.top<=window.innerHeight)try{pmeAnimateElement(a)}catch(c){}})}function pmeAnimateElement(a){let b=JSON.parse(a.dataset.settings),d=b._animation_delay||b.animation_delay||0,c=b[pmeAnimationSettingsKeys.find(a=>b[a])];if("none"===c)return void a.classList.remove("elementor-invisible");a.classList.remove(c),pmeCurrentAnimation&&a.classList.remove(pmeCurrentAnimation),pmeCurrentAnimation=c;let e=setTimeout(()=>{a.classList.remove("elementor-invisible"),a.classList.add("animated",c),pmeRemoveAnimationSettings(a,b)},d);window.addEventListener("perfmatters-startLoading",function(){clearTimeout(e)})}function pmeListAnimationSettingsKeys(b="mobile"){let a=[""];switch(b){case"mobile":a.unshift("_mobile");case"tablet":a.unshift("_tablet");case"desktop":a.unshift("_desktop")}let c=[];return["animation","_animation"].forEach(b=>{a.forEach(a=>{c.push(b+a)})}),c}function pmeRemoveAnimationSettings(a,b){pmeListAnimationSettingsKeys().forEach(a=>delete b[a]),a.dataset.settings=JSON.stringify(b)}document.addEventListener("DOMContentLoaded",pmeAnimation)</script></body> </html>

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